1
0
forked from x/ContextOS

add island.group

This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-02-02 00:05:42 +08:00
parent 4c7fa77442
commit 17ffcef6ef
4 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,11 @@
~web.code
binpack insert usr/icons/
binpack insert usr/node_modules/bootstrap-icons/font/bootstrap-icons.css
binpack insert usr/node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff2
binpack insert usr/node_modules/xterm/css/xterm.css
binpack insert usr/node_modules/xterm/lib/xterm.js
binpack insert usr/node_modules/xterm-addon-fit/lib/xterm-addon-fit.js
binpack insert usr/node_modules/xterm-addon-web-links/lib/xterm-addon-web-links.js
~web.code.git ~web.code.git
config service cmd git config service cmd git
~ssh ~ssh

1
etc/zh-cn.js Symbolic link
View File

@ -0,0 +1 @@
../src/template/web.chat.header/language/zh-cn.js

View File

@ -26,8 +26,8 @@ Volcanos({river: {
]}, ]},
cloud: {name: "部署 cloud", icon: "bi bi-clouds", list: [ cloud: {name: "部署 cloud", icon: "bi bi-clouds", list: [
{space: "20220826-career", index: "ssh.relay"}, {space: "20220826-career", index: "ssh.relay"},
{space: "20230913-matrix-story", index: "web.chat.island.group"},
{space: "20230913-matrix-story", index: "web.chat.island.portal"}, {space: "20230913-matrix-story", index: "web.chat.island.portal"},
{space: "20230511-docker-story", index: "web.code.docker.container"},
{space: "20230511-golang-story", index: "web.chat.mail.client"}, {space: "20230511-golang-story", index: "web.chat.mail.client"},
]}, ]},
}}, }},

View File

@ -11,7 +11,9 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
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, "预览",
web.DESKTOP, "桌面", web.DREAM, "空间",
aaa.LOGIN, "登录", aaa.LOGIN, "登录",
aaa.APPLY, "申请",
cli.QRCODE, "二维码", cli.QRCODE, "二维码",
cli.BEGIN, "开始", cli.END, "结束", cli.BEGIN, "开始", cli.END, "结束",
cli.START, "启动", cli.RESTART, "重启", cli.STOP, "停止", cli.START, "启动", cli.RESTART, "重启", cli.STOP, "停止",