1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-09-03 09:40:11 +08:00
parent f9ca819136
commit ee1b6eea5c
2 changed files with 9 additions and 0 deletions

View 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
View File

@ -0,0 +1,3 @@
Volcanos(chat.ONIMPORT, {_init: function(can, msg) {
msg.Dump(can)
}})