mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 17:44:05 +08:00
opt some
This commit is contained in:
parent
5675affcc9
commit
62c4a53963
@ -28,7 +28,9 @@ func init() {
|
|||||||
m.Save(PASTE)
|
m.Save(PASTE)
|
||||||
}},
|
}},
|
||||||
|
|
||||||
PASTE: {Name: "paste text auto 添加:button", Help: "粘贴板", Action: map[string]*ice.Action{
|
PASTE: {Name: "paste text auto 添加:button", Help: "粘贴板", Meta: kit.Dict(
|
||||||
|
"display", "/plugin/story/paste",
|
||||||
|
), Action: map[string]*ice.Action{
|
||||||
mdb.INSERT: {Name: "insert type name text", Hand: func(m *ice.Message, arg ...string) {
|
mdb.INSERT: {Name: "insert type name text", Hand: func(m *ice.Message, arg ...string) {
|
||||||
m.Conf(PASTE, kit.Keys(kit.MDB_META, m.Option(ice.MSG_RIVER), m.Option(ice.MSG_STORM), kit.MDB_META, kit.MDB_SHORT), kit.MDB_TEXT)
|
m.Conf(PASTE, kit.Keys(kit.MDB_META, m.Option(ice.MSG_RIVER), m.Option(ice.MSG_STORM), kit.MDB_META, kit.MDB_SHORT), kit.MDB_TEXT)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user