mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
add some
This commit is contained in:
parent
f9ca819136
commit
ee1b6eea5c
6
plugin/local/code/inner/output.js
Normal file
6
plugin/local/code/inner/output.js
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
Volcanos(chat.ONIMPORT, {
|
||||||
|
_init: function(can, msg, cb) { cb && cb(msg)
|
||||||
|
can._output.innerHTML = can.misc.sessionStorage(can, [can.ConfIndex(), "output"])||""
|
||||||
|
can.page.style(can, can._output, html.MIN_HEIGHT, 200, html.WIDTH, can.ConfWidth(), "white-space", "pre", "padding", "10px")
|
||||||
|
},
|
||||||
|
})
|
3
plugin/story/qrcode.js
Normal file
3
plugin/story/qrcode.js
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Volcanos(chat.ONIMPORT, {_init: function(can, msg) {
|
||||||
|
msg.Dump(can)
|
||||||
|
}})
|
Loading…
x
Reference in New Issue
Block a user