mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-12 11:20:27 +08:00
11 lines
181 B
Go
11 lines
181 B
Go
|
|
package nodes
|
||
|
|
|
||
|
|
import "github.com/iwind/TeaGo/actions"
|
||
|
|
|
||
|
|
type Helper struct {
|
||
|
|
}
|
||
|
|
|
||
|
|
func (this *Helper) BeforeAction(action *actions.ActionObject) {
|
||
|
|
action.Data["teaMenu"] = "nodes"
|
||
|
|
}
|