1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 01:24:05 +08:00
This commit is contained in:
shaoying 2020-07-29 09:20:03 +08:00
parent 5675affcc9
commit 62c4a53963

View File

@ -28,7 +28,9 @@ func init() {
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) {
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)