mirror of
https://shylinux.com/x/icebergs
synced 2025-04-25 17:18:05 +08:00
add some
This commit is contained in:
parent
170365ddab
commit
805cfbcc25
@ -138,6 +138,7 @@ func init() {
|
||||
m.Cmdy(TEMPLATE, kit.Ext(m.Option(mdb.FILE)), m.Option(nfs.FILE), m.Option(nfs.PATH))
|
||||
}},
|
||||
COMPLETE: {Hand: func(m *ice.Message, arg ...string) {
|
||||
return
|
||||
m.Cmdy(COMPLETE, kit.Ext(m.Option(mdb.FILE)), m.Option(nfs.FILE), m.Option(nfs.PATH))
|
||||
}},
|
||||
COMPILE: {Hand: func(m *ice.Message, arg ...string) {
|
||||
|
2
info.go
2
info.go
@ -222,7 +222,7 @@ func SplitCmd(name string, actions Actions) (list []Any) {
|
||||
push(html.BUTTON, "next")
|
||||
push(html.TEXT, "offend")
|
||||
push(html.TEXT, "limit")
|
||||
case ARGS, CONTENT, html.TEXTAREA, html.TEXT, "extra":
|
||||
case ARGS, CONTENT, html.TEXTAREA, html.TEXT, "info", "extra":
|
||||
push(html.TEXTAREA, ls[i])
|
||||
case html.PASSWORD:
|
||||
push(html.PASSWORD, ls[i])
|
||||
|
Loading…
x
Reference in New Issue
Block a user