mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-05-06 12:01:27 +08:00
@@ -22,10 +22,7 @@ type Text struct {
|
||||
}
|
||||
|
||||
func (node *Node) IsStartNode(ty string) bool {
|
||||
if node.Type == ty {
|
||||
return true
|
||||
}
|
||||
return false
|
||||
return node.Type == ty
|
||||
}
|
||||
|
||||
func (node *Node) GetProperties(data any) error {
|
||||
|
||||
Reference in New Issue
Block a user