mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
add some
This commit is contained in:
parent
04b862104b
commit
51904057f8
27
src/main.js
27
src/main.js
@ -6,18 +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: {name: "相册 feel", icon: "bi bi-images", index: ["feel"]},
|
||||||
"feel",
|
message: {name: "聊天 message", icon: "bi bi-wechat", index: ["message"]},
|
||||||
]},
|
plan: {name: "计划 plan", icon: "bi bi-calendar4-week", index: ["plan"]},
|
||||||
message: {name: "聊天 message", icon: "bi bi-wechat", index: [
|
matrix: {name: "矩阵 matrix", icon: "bi bi-grid-3x3-gap", type: aaa.TECH, nodetype: web.SERVER, index: ["matrix"]},
|
||||||
"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: {
|
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: [
|
||||||
@ -32,12 +24,10 @@ Volcanos({river: {
|
|||||||
cloud: {name: "部署 cloud", icon: "bi bi-clouds", nodetype: web.SERVER, list: [
|
cloud: {name: "部署 cloud", icon: "bi bi-clouds", nodetype: web.SERVER, list: [
|
||||||
{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.cert"},
|
|
||||||
{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.client"},
|
{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.group"},
|
||||||
{space: "20230913-matrix-story", index: "web.chat.cloud.portal"},
|
{space: "20230913-matrix-story", index: "web.chat.cloud.portal"},
|
||||||
{space: "20230511-docker-story", index: "web.code.docker.container"},
|
{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"]},
|
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"]},
|
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"]},
|
user: {name: "用户 user", icon: "bi bi-people-fill", index: ["user", "totp", "sess", "role"]},
|
||||||
system: {name: "系统 system", icon: "bi bi-ubuntu", index: [
|
system: {name: "系统 system", icon: "bi bi-ubuntu", index: ["dir", "trash", "export", "log.debug", "host", "port", "package", "mirrors", "runtime", "xterm"]},
|
||||||
"dir", "trash", "export", "log.debug",
|
|
||||||
"host", "port", "package", "mirrors", "runtime", "xterm",
|
|
||||||
]},
|
|
||||||
}},
|
}},
|
||||||
}})
|
}})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user