forked from x/ContextOS
add some
This commit is contained in:
parent
3ea378c638
commit
7a95d0d64b
10
src/main.js
10
src/main.js
@ -6,10 +6,10 @@ Volcanos({river: {
|
|||||||
store: {index: ["store"], nodetype: web.SERVER},
|
store: {index: ["store"], nodetype: web.SERVER},
|
||||||
}},
|
}},
|
||||||
product: {name: "办公群", icon: "bi bi-wechat", storm: {
|
product: {name: "办公群", icon: "bi bi-wechat", storm: {
|
||||||
feel: {name: "相册 feel", icon: "bi bi-images", index: ["feel"]},
|
feel: {name: "相册 feel", index: ["feel"]},
|
||||||
message: {name: "聊天 message", icon: "bi bi-wechat", index: ["message"]},
|
message: {name: "聊天 message", index: ["message"]},
|
||||||
plan: {name: "计划 plan", icon: "bi bi-calendar4-week", index: ["plan"]},
|
plan: {name: "计划 plan", index: ["plan"]},
|
||||||
matrix: {name: "矩阵 matrix", icon: "bi bi-grid-3x3-gap", type: aaa.TECH, nodetype: web.SERVER, index: ["matrix"]},
|
matrix: {name: "矩阵 matrix", index: ["matrix"], type: aaa.TECH, nodetype: web.SERVER, },
|
||||||
}},
|
}},
|
||||||
project: {name: "研发群", icon: "bi bi-git", type: aaa.TECH, debug: true, storm: {
|
project: {name: "研发群", icon: "bi bi-git", type: aaa.TECH, debug: true, storm: {
|
||||||
studio: {name: "研发 studio", icon: "bi bi-code-slash", index: [
|
studio: {name: "研发 studio", icon: "bi bi-code-slash", index: [
|
||||||
@ -25,7 +25,7 @@ Volcanos({river: {
|
|||||||
{space: "20210308-sshd", index: "ssh.relay"},
|
{space: "20210308-sshd", index: "ssh.relay"},
|
||||||
{space: "20210308-sshd", index: "ssh.cloud.instance"},
|
{space: "20210308-sshd", index: "ssh.cloud.instance"},
|
||||||
{space: "20210308-sshd", index: "ssh.cloud.domain"},
|
{space: "20210308-sshd", index: "ssh.cloud.domain"},
|
||||||
{space: "20210308-sshd", index: "ssh.cloud.cert"},
|
{space: "20210308-sshd", index: "ssh.cloud.certs"},
|
||||||
{space: "20210308-sshd", index: "ssh.cloud.client"},
|
{space: "20210308-sshd", index: "ssh.cloud.client"},
|
||||||
{space: "20210308-sshd", index: "ssh.cloud.profile"}, "bench",
|
{space: "20210308-sshd", index: "ssh.cloud.profile"}, "bench",
|
||||||
{space: "20230913-matrix-story", index: "web.chat.cloud.group"},
|
{space: "20230913-matrix-story", index: "web.chat.cloud.group"},
|
||||||
|
@ -34,7 +34,8 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
|
|||||||
"play", "播放", "show", "预览", "exec", "输出", "full", "全屏",
|
"play", "播放", "show", "预览", "exec", "输出", "full", "全屏",
|
||||||
"logs", "日志", "conf", "配置", "configs", "配置", "inspect", "详情",
|
"logs", "日志", "conf", "配置", "configs", "配置", "inspect", "详情",
|
||||||
"add", "添加", "opt", "优化", "fix", "修复",
|
"add", "添加", "opt", "优化", "fix", "修复",
|
||||||
"message", "信息",
|
"status", "源码",
|
||||||
|
"message", "聊天",
|
||||||
"sso", "登录",
|
"sso", "登录",
|
||||||
html.INPUT, kit.Dict(
|
html.INPUT, kit.Dict(
|
||||||
ice.POD, "空间", ice.CTX, "模块", ice.CMD, "命令", ice.HELP, "帮助",
|
ice.POD, "空间", ice.CTX, "模块", ice.CMD, "命令", ice.HELP, "帮助",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user