forked from x/ContextOS
add some
This commit is contained in:
parent
3be41009f2
commit
895e7a3f6b
23
src/main.js
23
src/main.js
@ -1,33 +1,28 @@
|
||||
Volcanos({river: {
|
||||
product: {name: "产品群", icon: "bi bi-grid-3x3-gap", storm: {
|
||||
desktop: {name: "桌面 desktop", icon: "bi bi-window-desktop", index: [
|
||||
"web.chat.macos.desktop",
|
||||
"web.chat.message",
|
||||
"desktop",
|
||||
]},
|
||||
dream: {name: "空间 dream", icon: "bi bi-grid-3x3-gap", index: [
|
||||
"web.dream",
|
||||
"dream",
|
||||
]},
|
||||
store: {name: "商店 store", icon: "bi bi-shop", index: [
|
||||
"web.store",
|
||||
"store",
|
||||
]},
|
||||
portal: {name: "官网 portal", icon: "bi bi-globe", index: [
|
||||
"web.wiki.portal",
|
||||
"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",
|
||||
{index: "web.chat.script", args: ["devops"]},
|
||||
"web.chat.favor", "web.wiki.word",
|
||||
"vimer", "status", "dream", {index: "web.chat.script", args: ["devops"]},
|
||||
"favor", "word",
|
||||
]},
|
||||
source: {name: "源码 source", icon: "bi bi-git", index: [
|
||||
"web.store", "web.code.git.search", "web.code.git.service", "web.code.git.repos",
|
||||
"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",
|
||||
"compile", "publish", "stats", "space", "spide",
|
||||
]},
|
||||
cloud: {name: "部署 cloud", icon: "bi bi-clouds", list: [
|
||||
{space: "20220826-career", index: "ssh.relay"},
|
||||
@ -44,7 +39,7 @@ Volcanos({river: {
|
||||
"email", "offer", "apply",
|
||||
]},
|
||||
oauth: {name: "登录 oauth", icon: "bi bi-shield-lock", index: [
|
||||
"web.chat.header", "web.chat.oauth.client", "web.chat.wx.access",
|
||||
"header", "web.chat.oauth.client", "web.chat.wx.access", "web.chat.message",
|
||||
]},
|
||||
user: {name: "用户 user", icon: "bi bi-people-fill", index: [
|
||||
"user", "totp", "sess", "role",
|
||||
|
Loading…
x
Reference in New Issue
Block a user