mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-29 14:26:34 +08:00
阶段性提交
This commit is contained in:
10
internal/web/actions/default/nodes/helper.go
Normal file
10
internal/web/actions/default/nodes/helper.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package nodes
|
||||
|
||||
import "github.com/iwind/TeaGo/actions"
|
||||
|
||||
type Helper struct {
|
||||
}
|
||||
|
||||
func (this *Helper) BeforeAction(action *actions.ActionObject) {
|
||||
action.Data["teaMenu"] = "nodes"
|
||||
}
|
||||
Reference in New Issue
Block a user