1
0
forked from x/icebergs
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-01-04 12:51:33 +08:00
parent a32a22b239
commit 8264f902b8

View File

@ -288,7 +288,7 @@ func init() {
gdb.Event(m, DREAM_TRASH, arg)
nfs.Trash(m, path.Join(ice.USR_LOCAL_WORK, m.Option(mdb.NAME)))
}},
OPEN: {Hand: func(m *ice.Message, arg ...string) {
OPEN: {Role: aaa.VOID, Hand: func(m *ice.Message, arg ...string) {
m.ProcessOpen(kit.MergeURL(S(m.Option(mdb.NAME)), m.OptionSimple(ice.MSG_DEBUG)))
}},
MAIN: {Name: "main index", Help: "首页", Hand: func(m *ice.Message, arg ...string) {