1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
ContextOS/src/main.js
2024-01-24 19:15:46 +08:00

55 lines
2.1 KiB
JavaScript

Volcanos({river: {
product: {name: "产品群", icon: "bi bi-grid-3x3-gap", storm: {
desktop: {name: "桌面 desktop", icon: "bi bi-window-desktop", index: [
"web.chat.macos.desktop"
]},
dream: {name: "空间 dream", icon: "bi bi-grid-3x3-gap", index: [
"web.dream"
]},
store: {name: "商店 store", icon: "bi bi-shop", index: [
"web.store"
]},
portal: {name: "官网 portal", icon: "bi bi-globe", index: [
"web.wiki.portal"
]},
// qrcode: {name: "场景 qrcode", icon: "bi bi-qr-code", index: [
// "web.chat.wx.ide",
// ]},
}},
project: {name: "研发群", icon: "bi bi-git", type: aaa.TECH, storm: {
studio: {name: "研发 studio", icon: "bi bi-code-slash", index: [
"web.code.vimer", "web.code.git.status", "web.dream",
"web.chat.script", "web.chat.favor", "web.wiki.word",
]},
source: {name: "源码 source", icon: "bi bi-git", index: [
"web.store", "web.code.git.search", "web.code.git.service", "web.code.git.repos",
]},
binary: {name: "镜像 binary", icon: "bi bi-disc", index: [
"web.code.compile", "web.code.publish", "web.stats", "web.space", "web.spide",
]},
cloud: {name: "部署 cloud", icon: "bi bi-clouds", list: [
{space: "20220826-career", index: "ssh.relay"},
{space: "20230913-matrix-story", index: "web.chat.island.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, storm: {
share: {name: "共享 share", icon: "bi bi-share", index: [
"share", "token",
]},
email: {name: "邮箱 email", icon: "bi bi-envelope", index: [
"email", "offer", "apply",
]},
oauth: {name: "登录 oauth", icon: "bi bi-shield-lock", index: [
"web.chat.header", "web.chat.oauth.client", "web.chat.wx.access",
]},
user: {name: "用户 user", icon: "bi bi-people-fill", index: [
"user", "totp", "sess", "role",
]},
system: {name: "系统 system", icon: "bi bi-ubuntu", index: [
"dir", "trash", "host", "port", "mirrors", "runtime", "log.debug",
]},
}},
}})