Files
2026-02-04 20:27:13 +08:00

13 lines
186 B
Go

package nodes
import (
"github.com/iwind/TeaGo/actions"
)
type Helper struct {
}
func (this *Helper) BeforeAction(action *actions.ActionObject) {
action.Data["teaMenu"] = "nodes"
}