1
0
forked from x/ContextOS

add status.source

This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-12-28 23:19:14 +08:00
parent cf5731b2bb
commit f7c9b36f69
2 changed files with 8 additions and 3 deletions

View File

@ -65,7 +65,8 @@ Volcanos({river: {
"web.chat.wx.ide",
{space: "20220826-career", index: "ssh.relay"},
{space: "20230913-matrix-story", index: "web.chat.island.portal"},
{space: "20230511-docker-story", index: "web.code.docker.client"},
{space: "20230511-docker-story", index: "web.code.docker.container"},
"web.space",
]},
}},
operate: {name: "运维群", icon: "bi bi-gear", type: aaa.TECH, storm: {

View File

@ -16,7 +16,8 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
cli.OPEN, "打开", cli.CLOSE, "关闭",
cli.BUILD, "构建", cli.DONE, "完成",
nfs.SAVE, "保存", nfs.LOAD, "加载", nfs.TRASH, "清理",
nfs.MODULE, "模块", nfs.SCRIPT, "脚本", nfs.SOURCE, "源码",
nfs.MODULE, "模块", nfs.SCRIPT, "脚本",
nfs.SOURCE, "源码",
nfs.CLONE, "克隆", nfs.PUSH, "上传", nfs.PULL, "下载",
nfs.VRESION, "版本",
nfs.REPOS, "源码",
@ -60,10 +61,13 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
nfs.DIR_ROOT, "目录",
nfs.PATH, "路径", nfs.FILE, "文件", nfs.LINE, "行号", nfs.SIZE, "大小",
nfs.REPOS, "仓库", nfs.MODULE, "模块", nfs.BRANCH, "分支", nfs.VERSION, "版本",
nfs.BINARY, "镜像", nfs.SCRIPT, "脚本", nfs.TEMPLATE, "模板",
nfs.BINARY, "镜像",
nfs.SOURCE, "源码",
nfs.SCRIPT, "脚本", nfs.TEMPLATE, "模板",
nfs.IMAGE, "图片",
cli.QRCODE, "二维码",
cli.START, "启动", cli.RESTART, "重启", cli.STOP, "停止", cli.COST, "耗时",
"msg", "报文",
"log", kit.Dict(mdb.ID, "链路"),
"commit", "提交", "message", "信息",
"click to detail", "点击查看详情",