mirror of
https://shylinux.com/x/icebergs
synced 2025-05-03 20:07:01 +08:00
add some
This commit is contained in:
parent
b00e5d8fb3
commit
ef7144c908
@ -43,7 +43,11 @@ func ProcessField(m *ice.Message, cmd string, args ice.Any, arg ...string) *ice.
|
|||||||
if m.Push(ARGS, args); m.IsMetaKey() {
|
if m.Push(ARGS, args); m.IsMetaKey() {
|
||||||
m.Push(STYLE, html.FLOAT)
|
m.Push(STYLE, html.FLOAT)
|
||||||
}
|
}
|
||||||
m.ProcessField(ACTION, m.ActionKey(), RUN)
|
if m.ActionKey() == "" {
|
||||||
|
m.ProcessField(ACTION, RUN, cmd)
|
||||||
|
} else {
|
||||||
|
m.ProcessField(ACTION, m.ActionKey(), RUN)
|
||||||
|
}
|
||||||
return m
|
return m
|
||||||
}
|
}
|
||||||
func ProcessFloat(m *ice.Message, cmd string, args ice.Any, arg ...string) *ice.Message {
|
func ProcessFloat(m *ice.Message, cmd string, args ice.Any, arg ...string) *ice.Message {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user