mirror of
https://shylinux.com/x/icebergs
synced 2025-04-27 01:48:27 +08:00
opt inner.go
This commit is contained in:
parent
22d1dfe714
commit
fc6fa9dd40
@ -206,6 +206,7 @@ func ZoneSelect(m *ice.Message, arg ...string) *ice.Message {
|
|||||||
m.Sort(m.Config(SHORT))
|
m.Sort(m.Config(SHORT))
|
||||||
m.PushAction(REMOVE)
|
m.PushAction(REMOVE)
|
||||||
}
|
}
|
||||||
|
m.StatusTimeCount()
|
||||||
return m
|
return m
|
||||||
}
|
}
|
||||||
func ZoneSelectAll(m *ice.Message, arg ...string) *ice.Message {
|
func ZoneSelectAll(m *ice.Message, arg ...string) *ice.Message {
|
||||||
|
@ -103,6 +103,7 @@ func init() {
|
|||||||
m.Set(ice.MSG_STATUS)
|
m.Set(ice.MSG_STATUS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
arg[1] = kit.Split(arg[1])[0]
|
||||||
_inner_list(m, kit.Ext(arg[1]), arg[1], arg[0])
|
_inner_list(m, kit.Ext(arg[1]), arg[1], arg[0])
|
||||||
m.Set(ice.MSG_STATUS)
|
m.Set(ice.MSG_STATUS)
|
||||||
}},
|
}},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user