1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
ContextOS/src/main.js
2024-03-26 15:32:36 +08:00

54 lines
2.6 KiB
JavaScript

Volcanos({river: {
profile: {name: "产品群", icon: "bi bi-window-desktop", storm: {
portal: {index: ["portal"]},
desktop: {index: ["desktop"]},
dream: {index: ["dream"], nodetype: web.SERVER},
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",
]},
}},
project: {name: "研发群", icon: "bi bi-git", type: aaa.TECH, debug: true, storm: {
studio: {name: "研发 studio", icon: "bi bi-code-slash", index: [
"vimer", "status", "dream", "web.chat.script", "favor", "word",
]},
repos: {name: "源码 repos", icon: "bi bi-git", index: [
"compile", "publish", "matrix", "store", "web.code.git.repos", "web.code.git.service",
]},
stats: {name: "流量 stats", icon: "bi bi-bar-chart-line", index: [
"stats", "count", "toast", "stream", "broad", "spide", "cache", "space", "route",
]},
cloud: {name: "部署 cloud", icon: "bi bi-clouds", nodetype: web.SERVER, list: [
{space: "20210308-sshd", index: "ssh.relay"},
{space: "20210308-sshd", index: "ssh.cloud.aliyun.dns.record"},
{space: "20210308-sshd", index: "ssh.cloud.instance"},
{space: "20210308-sshd", index: "ssh.cloud.bundle"},
{space: "20210308-sshd", index: "ssh.cloud.tencent.billing.resource"},
"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"},
{space: "20230511-golang-story", index: "web.chat.mail.client"},
]},
}},
operate: {name: "运维群", icon: "bi bi-shield-lock", type: aaa.TECH, nodetype: web.SERVER, storm: {
share: {name: "共享 share", icon: "bi bi-share", index: ["share", "token", "qrcode"]},
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", "host", "port", "xterm", "mirrors", "runtime", "log.debug"]},
}},
}})