1
0
forked from x/ContextOS
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-04-06 15:05:32 +08:00
parent 04b862104b
commit 51904057f8

View File

@ -6,18 +6,10 @@ Volcanos({river: {
store: {index: ["store"], nodetype: web.SERVER},
}},
product: {name: "办公群", icon: "bi bi-wechat", storm: {
feel: {name: "相册 feel", icon: "bi bi-images", index: [
"feel",
]},
message: {name: "聊天 message", icon: "bi bi-wechat", index: [
"message",
]},
plan: {name: "计划 plan", icon: "bi bi-calendar4-week", index: [
"plan",
]},
matrix: {name: "矩阵 matrix", icon: "bi bi-grid-3x3-gap", type: aaa.TECH, nodetype: web.SERVER, index: [
"matrix",
]},
feel: {name: "相册 feel", icon: "bi bi-images", index: ["feel"]},
message: {name: "聊天 message", icon: "bi bi-wechat", index: ["message"]},
plan: {name: "计划 plan", icon: "bi bi-calendar4-week", index: ["plan"]},
matrix: {name: "矩阵 matrix", icon: "bi bi-grid-3x3-gap", type: aaa.TECH, nodetype: web.SERVER, index: ["matrix"]},
}},
project: {name: "研发群", icon: "bi bi-git", type: aaa.TECH, debug: true, storm: {
studio: {name: "研发 studio", icon: "bi bi-code-slash", index: [
@ -32,12 +24,10 @@ Volcanos({river: {
cloud: {name: "部署 cloud", icon: "bi bi-clouds", nodetype: web.SERVER, list: [
{space: "20210308-sshd", index: "ssh.relay"},
{space: "20210308-sshd", index: "ssh.cloud.instance"},
{space: "20210308-sshd", index: "ssh.cloud.cert"},
{space: "20210308-sshd", index: "ssh.cloud.domain"},
{space: "20210308-sshd", index: "ssh.cloud.cert"},
{space: "20210308-sshd", index: "ssh.cloud.client"},
{space: "20210308-sshd", index: "ssh.cloud.bundle"},
{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.portal"},
{space: "20230511-docker-story", index: "web.code.docker.container"},
@ -49,10 +39,7 @@ Volcanos({river: {
oauth: {name: "登录 oauth", icon: "bi bi-shield-lock", index: ["header", "web.chat.oauth.client", "web.chat.wx.access"]},
email: {name: "邮箱 email", icon: "bi bi-envelope", index: ["email", "offer", "apply", "message"]},
user: {name: "用户 user", icon: "bi bi-people-fill", index: ["user", "totp", "sess", "role"]},
system: {name: "系统 system", icon: "bi bi-ubuntu", index: [
"dir", "trash", "export", "log.debug",
"host", "port", "package", "mirrors", "runtime", "xterm",
]},
system: {name: "系统 system", icon: "bi bi-ubuntu", index: ["dir", "trash", "export", "log.debug", "host", "port", "package", "mirrors", "runtime", "xterm"]},
}},
}})