From 8477a5f831d2de93e9c6a4e1dd3e62cd444e92c4 Mon Sep 17 00:00:00 2001 From: harveyshao Date: Wed, 25 Jan 2023 23:13:45 +0800 Subject: [PATCH] opt inner.js --- src/hi/icon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hi/icon.js b/src/hi/icon.js index b4d8c6fd..2b9b38ff 100644 --- a/src/hi/icon.js +++ b/src/hi/icon.js @@ -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) }})