forked from x/ContextOS
opt ice.MSG_DAEMON
This commit is contained in:
parent
2eef7d92a6
commit
6a197a16e8
@ -8,7 +8,7 @@
|
|||||||
dream create name "20230511-redis-story" icon `src/client/redis.png` repos `https://shylinux.com/x/redis-story`
|
dream create name "20230511-redis-story" icon `src/client/redis.png` repos `https://shylinux.com/x/redis-story`
|
||||||
dream create name "20230511-mysql-story" icon `src/studio/mysql.png` repos `https://shylinux.com/x/mysql-story`
|
dream create name "20230511-mysql-story" icon `src/studio/mysql.png` repos `https://shylinux.com/x/mysql-story`
|
||||||
dream create name "20230511-golang-story" icon `usr/icons/go.png` repos `https://shylinux.com/x/golang-story`
|
dream create name "20230511-golang-story" icon `usr/icons/go.png` repos `https://shylinux.com/x/golang-story`
|
||||||
dream create name "20230913-matrix-story" icon `src/matrix/matrix.png` repos `https://shylinux.com/x/matrix-story`
|
dream create name "20230913-matrix-story" icon `src/matrix/matrix.png` repos `https://shylinux.com/x/matrix-story` restart always
|
||||||
config dream binary ``
|
config dream binary ``
|
||||||
~web.code.git
|
~web.code.git
|
||||||
config service cmd git
|
config service cmd git
|
||||||
|
@ -42,7 +42,7 @@ Volcanos({river: {
|
|||||||
{space: "20220826-career", index: "ssh.relay"},
|
{space: "20220826-career", index: "ssh.relay"},
|
||||||
{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-docker-story", index: "web.code.docker.container"},
|
||||||
"web.chat.wx.access", "web.chat.wx.ide",
|
"web.space", "web.chat.wx.access", "web.chat.wx.ide",
|
||||||
]},
|
]},
|
||||||
}},
|
}},
|
||||||
operate: {name: "运维群", icon: "bi bi-database-gear", type: aaa.TECH, storm: {
|
operate: {name: "运维群", icon: "bi bi-database-gear", type: aaa.TECH, storm: {
|
||||||
|
@ -44,7 +44,7 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
|
|||||||
mdb.COUNT, "数量", mdb.TOTAL, "总数",
|
mdb.COUNT, "数量", mdb.TOTAL, "总数",
|
||||||
mdb.ORDER, "排序",
|
mdb.ORDER, "排序",
|
||||||
mdb.SEARCH, "搜索",
|
mdb.SEARCH, "搜索",
|
||||||
web.SERVE, "服务", web.SPACE, "空间", web.TOKEN, "令牌", web.SHARE, "共享",
|
web.SERVE, "服务", web.DREAM, "空间", web.SPACE, "空间", web.TOKEN, "令牌", web.SHARE, "共享",
|
||||||
web.ONLINE, "在线", web.OFFLINE, "离线",
|
web.ONLINE, "在线", web.OFFLINE, "离线",
|
||||||
web.LINK, "链接", web.DOMAIN, "域名", web.FILTER, "筛选",
|
web.LINK, "链接", web.DOMAIN, "域名", web.FILTER, "筛选",
|
||||||
web.PORTAL, "门户",
|
web.PORTAL, "门户",
|
||||||
@ -67,14 +67,12 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
|
|||||||
nfs.IMAGE, "图片",
|
nfs.IMAGE, "图片",
|
||||||
cli.QRCODE, "二维码",
|
cli.QRCODE, "二维码",
|
||||||
cli.START, "启动", cli.RESTART, "重启", cli.STOP, "停止", cli.COST, "耗时",
|
cli.START, "启动", cli.RESTART, "重启", cli.STOP, "停止", cli.COST, "耗时",
|
||||||
"msg", "报文",
|
"msg", "报文", "log", kit.Dict(mdb.ID, "链路"),
|
||||||
"log", kit.Dict(mdb.ID, "链路"),
|
|
||||||
"commit", "提交", "message", "信息",
|
"commit", "提交", "message", "信息",
|
||||||
|
"subject", "主题", "content", "内容",
|
||||||
"commitTime", "发布时间", "compileTime", "编译时间", "bootTime", "启动时间",
|
"commitTime", "发布时间", "compileTime", "编译时间", "bootTime", "启动时间",
|
||||||
"machine", "机器",
|
"machine", "机器", "params", "参数",
|
||||||
"click to detail", "点击查看详情",
|
"click to detail", "点击查看详情",
|
||||||
"subject", "主题",
|
|
||||||
"content", "内容",
|
|
||||||
mall.GOODS, "商品",
|
mall.GOODS, "商品",
|
||||||
team.ASSET, "资产",
|
team.ASSET, "资产",
|
||||||
mall.PRICE, "单价", mall.UNITS, "单位", mall.AMOUNT, "总价",
|
mall.PRICE, "单价", mall.UNITS, "单位", mall.AMOUNT, "总价",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user