1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-27 01:28:28 +08:00
This commit is contained in:
shaoying 2020-09-25 10:55:16 +08:00
parent 7b99b14d6c
commit 57894d2ed3
3 changed files with 8 additions and 0 deletions

4
plugin/input/location.js Normal file
View File

@ -0,0 +1,4 @@
Volcanos("onimport", {help: "导入数据", list: [], _init: function(can, conf, list, cb, target) {
},
})

3
plugin/input/paste.js Normal file
View File

@ -0,0 +1,3 @@
Volcanos("onimport", {help: "导入数据", list: [], _init: function(can, conf, list, cb, target) {
},
})

View File

@ -51,6 +51,7 @@ Volcanos("onimport", {help: "导入数据", list: [], _init: function(can, msg,
sub.run = function(event, cmds, cb, silent) {
can.run(event, (cmds[0] == "search"? []: ["action", "story", item.type, item.name, item.text]).concat(cmds), cb, true)
}
delete(target.dataset.meta)
}, can._output, target)
},