mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
add chat.script
This commit is contained in:
parent
0576907874
commit
b58526ecb0
@ -15,8 +15,8 @@ Volcanos({river: {
|
|||||||
}},
|
}},
|
||||||
project: {name: "研发群", icon: "bi bi-git", type: aaa.TECH, storm: {
|
project: {name: "研发群", icon: "bi bi-git", type: aaa.TECH, storm: {
|
||||||
studio: {name: "研发 studio", icon: "bi bi-code-slash", index: [
|
studio: {name: "研发 studio", icon: "bi bi-code-slash", index: [
|
||||||
"web.code.vimer", "web.code.git.status",
|
"web.code.vimer", "web.code.git.status", "web.dream",
|
||||||
function(can) { if (!can.misc.Search(can, ice.POD)) { return "web.dream" } },
|
"web.chat.script",
|
||||||
"web.chat.favor", "web.wiki.word",
|
"web.chat.favor", "web.wiki.word",
|
||||||
]},
|
]},
|
||||||
source: {name: "源码 source", icon: "bi bi-git", index: [
|
source: {name: "源码 source", icon: "bi bi-git", index: [
|
||||||
|
@ -6,6 +6,7 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
|
|||||||
mdb.REVERT, "恢复", mdb.PRUNES, "清理", mdb.PRUNE, "清理", mdb.EXPORT, "导出", mdb.IMPORT, "导入",
|
mdb.REVERT, "恢复", mdb.PRUNES, "清理", mdb.PRUNE, "清理", mdb.EXPORT, "导出", mdb.IMPORT, "导入",
|
||||||
mdb.SEARCH, "搜索", mdb.PLUGIN, "插件",
|
mdb.SEARCH, "搜索", mdb.PLUGIN, "插件",
|
||||||
mdb.PREV, "上一页", mdb.NEXT, "下一页",
|
mdb.PREV, "上一页", mdb.NEXT, "下一页",
|
||||||
|
mdb.ENABLE, "启用", mdb.DISABLE, "禁用",
|
||||||
web.CLEAR, "清空", web.REFRESH, "刷新",
|
web.CLEAR, "清空", web.REFRESH, "刷新",
|
||||||
web.CANCEL, "取消", web.SUBMIT, "提交", web.CONFIRM, "确定",
|
web.CANCEL, "取消", web.SUBMIT, "提交", web.CONFIRM, "确定",
|
||||||
web.UPLOAD, "上传", web.DOWNLOAD, "下载", web.PREVIEW, "预览",
|
web.UPLOAD, "上传", web.DOWNLOAD, "下载", web.PREVIEW, "预览",
|
||||||
@ -72,6 +73,7 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
|
|||||||
cli.SYSTEM, "系统",
|
cli.SYSTEM, "系统",
|
||||||
cli.START, "启动", cli.RESTART, "重启", cli.STOP, "停止", cli.COST, "耗时",
|
cli.START, "启动", cli.RESTART, "重启", cli.STOP, "停止", cli.COST, "耗时",
|
||||||
cli.DAEMON, "守护",
|
cli.DAEMON, "守护",
|
||||||
|
"play", "演示",
|
||||||
"msg", "报文", "log", kit.Dict(mdb.ID, "链路"),
|
"msg", "报文", "log", kit.Dict(mdb.ID, "链路"),
|
||||||
"commit", "提交", "message", "信息",
|
"commit", "提交", "message", "信息",
|
||||||
"subject", "主题", "content", "内容",
|
"subject", "主题", "content", "内容",
|
||||||
|
@ -31,6 +31,14 @@
|
|||||||
"time": "2023-12-13 11:44:13.831"
|
"time": "2023-12-13 11:44:13.831"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"69e294": {
|
||||||
|
"meta": {
|
||||||
|
"icon": "usr/icons/script.png",
|
||||||
|
"index": "web.chat.script",
|
||||||
|
"name": "script",
|
||||||
|
"time": "2024-01-21 11:50:37.241"
|
||||||
|
}
|
||||||
|
},
|
||||||
"74e340": {
|
"74e340": {
|
||||||
"meta": {
|
"meta": {
|
||||||
"icon": "usr/icons/Books.png",
|
"icon": "usr/icons/Books.png",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user