From 8671f50f743da25a2dcde1ae887e411fedef50d9 Mon Sep 17 00:00:00 2001 From: shy Date: Tue, 6 Aug 2024 19:10:26 +0800 Subject: [PATCH] add some --- plugin/table.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/table.js b/plugin/table.js index 67a3cc79..f7ee35f2 100644 --- a/plugin/table.js +++ b/plugin/table.js @@ -16,7 +16,8 @@ Volcanos(chat.ONIMPORT, { }, itemcards: function(can, msg, cb) { if (msg.IsDetail()) { var value = msg.TableDetail() - can.page.Append(can, can._output, [can.onimport.itemcard(can, value, cb(value))]) + msg.Show(can) + // can.page.Append(can, can._output, [can.onimport.itemcard(can, value, cb(value))]) } else { can.page.Append(can, can._output, msg.Table(function(value) { return can.onimport.itemcard(can, value, cb(value))