mirror of
https://shylinux.com/x/volcanos
synced 2025-04-26 01:04:06 +08:00
add some
This commit is contained in:
parent
3989ec58b9
commit
d03091a3c6
1
frame.js
1
frame.js
@ -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 && "查看源码",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user