1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 09:34:05 +08:00

opt inner.go

This commit is contained in:
IT 老营长 @云轩领航-创始人 2022-01-14 09:25:31 +08:00
parent 22d1dfe714
commit fc6fa9dd40
2 changed files with 2 additions and 0 deletions

View File

@ -206,6 +206,7 @@ func ZoneSelect(m *ice.Message, arg ...string) *ice.Message {
m.Sort(m.Config(SHORT))
m.PushAction(REMOVE)
}
m.StatusTimeCount()
return m
}
func ZoneSelectAll(m *ice.Message, arg ...string) *ice.Message {

View File

@ -103,6 +103,7 @@ func init() {
m.Set(ice.MSG_STATUS)
return
}
arg[1] = kit.Split(arg[1])[0]
_inner_list(m, kit.Ext(arg[1]), arg[1], arg[0])
m.Set(ice.MSG_STATUS)
}},