forked from x/ContextOS
add island.group
This commit is contained in:
parent
4c7fa77442
commit
17ffcef6ef
@ -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
1
etc/zh-cn.js
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../src/template/web.chat.header/language/zh-cn.js
|
@ -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"},
|
||||||
]},
|
]},
|
||||||
}},
|
}},
|
||||||
|
@ -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, "停止",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user