1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-04-04 23:11:36 +08:00
parent 51d98031c1
commit eae861fe3a
2 changed files with 2 additions and 1 deletions

View File

@ -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",

View File

@ -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: "发送聊天",