From eae861fe3af748eafec499ef9139862205e5620a Mon Sep 17 00:00:00 2001 From: shy Date: Thu, 4 Apr 2024 23:11:36 +0800 Subject: [PATCH] add some --- const.js | 1 + frame.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/const.js b/const.js index 7eeedd74..d26c13e9 100644 --- a/const.js +++ b/const.js @@ -448,6 +448,7 @@ var icon = { role: "bi bi-person-square", title: "bi bi-textarea-t", type: "bi bi-card-list", + scan: "bi bi-card-list", send: "bi bi-send-check", cmds: "bi bi-terminal", localCreate: "bi bi-cloud-download", diff --git a/frame.js b/frame.js index ceca430a..c4af253f 100644 --- a/frame.js +++ b/frame.js @@ -272,7 +272,7 @@ Volcanos(chat.ONAPPEND, {_init: function(can, meta, list, cb, target, field) { }) var _can = can._fields? can.sup: can can.base.beginWith(can.ConfIndex(), "can.", "web.chat.macos.") || - can.page.tagis(can._fields||can._target, html.FIELDSET_PANEL, html.FIELDSET_PLUG) || action == can._action && can.page.Append(can, action, + can.page.tagis(can._fields||can._target, html.FIELDSET_PANEL) || action == can._action && can.page.Append(can, action, can.core.Item(can.user.isMobile? { open: !can.isCmdMode() && "打开链接", // chat: "发送聊天",