1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-26 01:04:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-02-27 11:37:13 +08:00
parent 3989ec58b9
commit d03091a3c6

View File

@ -253,6 +253,7 @@ Volcanos(chat.ONAPPEND, {_init: function(can, meta, list, cb, target, field) {
full: !can.isCmdMode() && "切换全屏", full: !can.isCmdMode() && "切换全屏",
open: !can.isCmdMode() && "打开链接", open: !can.isCmdMode() && "打开链接",
// qrcode: !can.isCmdMode() && "生成链接", // qrcode: !can.isCmdMode() && "生成链接",
chat: "发送聊天",
// chat: can.misc.Search(can, ice.MSG_DEBUG) == ice.TRUE && "发送聊天", // chat: can.misc.Search(can, ice.MSG_DEBUG) == ice.TRUE && "发送聊天",
help: can.page.ClassList.has(can, can._fields||can._target, html.PLUGIN) && can.Conf("_help") && can.Conf("_help") != "" && "查看文档", help: can.page.ClassList.has(can, can._fields||can._target, html.PLUGIN) && can.Conf("_help") && can.Conf("_help") != "" && "查看文档",
// vimer: can.page.ClassList.has(can, can._fields||can._target, html.PLUGIN) && can.Conf("_fileline") && can.misc.Search(can, ice.MSG_DEBUG) == ice.TRUE && "查看源码", // vimer: can.page.ClassList.has(can, can._fields||can._target, html.PLUGIN) && can.Conf("_fileline") && can.misc.Search(can, ice.MSG_DEBUG) == ice.TRUE && "查看源码",