1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-25 17:18:05 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2022-03-17 21:10:52 +08:00
parent 10819db8ef
commit dd920ee22c

View File

@ -24,6 +24,12 @@ func init() {
return // 节点列表
}
if len(arg) == 1 {
if m.IsCliUA() {
m.Option(ice.MSG_USERNAME, "root")
m.Option(ice.MSG_USERROLE, "tech")
m.Cmdy(web.SHARE_LOCAL, "bin/ice.bin")
return
}
if s := m.Cmdx(web.SPACE, arg[0], "web.chat.website", "show", "index.iml", "Header", "", "River", "", "Action", "", "Footer", ""); s != "" {
m.RenderResult(s)
} else {