mirror of
https://shylinux.com/x/volcanos
synced 2025-04-26 01:04:06 +08:00
opt some
This commit is contained in:
parent
7b99b14d6c
commit
57894d2ed3
4
plugin/input/location.js
Normal file
4
plugin/input/location.js
Normal file
@ -0,0 +1,4 @@
|
||||
Volcanos("onimport", {help: "导入数据", list: [], _init: function(can, conf, list, cb, target) {
|
||||
},
|
||||
})
|
||||
|
3
plugin/input/paste.js
Normal file
3
plugin/input/paste.js
Normal file
@ -0,0 +1,3 @@
|
||||
Volcanos("onimport", {help: "导入数据", list: [], _init: function(can, conf, list, cb, target) {
|
||||
},
|
||||
})
|
@ -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)
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user