1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00

opt inner.js

This commit is contained in:
harveyshao 2023-01-25 23:13:45 +08:00
parent a324da2ab1
commit 8477a5f831

View File

@ -16,5 +16,5 @@ Volcanos(chat.ONIMPORT, {_init: function(can, msg) {
})
can.page.Append(can, can._output, [{text: "\u2715", style: {"font-size": "24px"}}])
can.page.Append(can, can._output, [{view: html.IMG, style: {"background": "url(/publish/icon/full.jpg)", "background-size": "480px", height: 1290, width: 480}}])
can.sup.onimport.size(can.sup, can.ConfHeight()+html.ACTION_HEIGHT, can.sup.ConfWidth(480)), can.sup.onaction._output(can.sup, msg)
can.sup.onimport.size(can.sup, can.ConfHeight()+html.ACTION_HEIGHT, can.sup.ConfWidth(480)), can.sup.onexport.output(can.sup, msg)
}})