forked from x/ContextOS
add some
This commit is contained in:
parent
a440e20876
commit
ac59ff235d
63
src/main.js
63
src/main.js
@ -1,62 +1,49 @@
|
||||
Volcanos({river: {
|
||||
mall: {name: "电商群", icon: "bi bi-shop", storm: {
|
||||
home: {name: "首页", icon: "bi bi-house-door-fill", index: [
|
||||
{index: "web.mall.goods", style: "output"},
|
||||
product: {name: "产品群", icon: "bi bi-grid-3x3-gap", storm: {
|
||||
dream: {name: "空间 dream", icon: "bi bi-grid-3x3-gap", index: [
|
||||
"web.dream"
|
||||
]},
|
||||
shop: {name: "商品", icon: "bi bi-shop", index: [
|
||||
{index: "web.mall.goods", style: "output"},
|
||||
desktop: {name: "桌面 desktop", icon: "bi bi-display", index: [
|
||||
"web.chat.macos.desktop"
|
||||
]},
|
||||
cart: {name: "购物车", icon: "bi bi-cart3", index: [
|
||||
"web.mall.cart",
|
||||
]},
|
||||
order: {name: "订单", icon: "bi bi-journal-bookmark", index: [
|
||||
"web.mall.order",
|
||||
]},
|
||||
my: {name: "我的", icon: "bi bi-person", index: [
|
||||
"aaa.user",
|
||||
]},
|
||||
}},
|
||||
product: {name: "产品群", icon: "bi bi-bar-chart-line-fill", storm: {
|
||||
asset: {name: "资产 asset", icon: "bi bi-cash-coin", index: [
|
||||
"web.stats", "web.team.asset", "web.team.house", "web.mall.admin",
|
||||
]},
|
||||
office: {name: "办公 office", icon: "bi bi-bar-chart-line-fill", index: [
|
||||
"web.wiki.feel", "web.wiki.draw", "web.chat.flows",
|
||||
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-git", index: [
|
||||
studio: {name: "研发 studio", icon: "bi bi-code-slash", index: [
|
||||
"web.code.vimer", "web.code.git.status",
|
||||
function(can) { if (!can.misc.Search(can, ice.POD)) { return "web.stats" } },
|
||||
function(can) { if (!can.misc.Search(can, ice.POD)) { return "web.dream" } },
|
||||
"web.chat.favor", "web.wiki.word",
|
||||
]},
|
||||
issue: {name: "发布 issue", icon: "bi bi-list-check", index: [
|
||||
"web.code.compile", "web.code.publish", "web.space",
|
||||
source: {name: "源码 source", icon: "bi bi-git", index: [
|
||||
"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",
|
||||
]},
|
||||
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"},
|
||||
"web.chat.wx.ide",
|
||||
]},
|
||||
}},
|
||||
operate: {name: "运维群", icon: "bi bi-database-gear", type: aaa.TECH, storm: {
|
||||
aaa: {name: "权限 aaa", icon: "bi bi-people-fill", index: [
|
||||
"web.share", "web.token",
|
||||
"web.chat.oauth.client",
|
||||
"web.chat.wx.access",
|
||||
"web.chat.header",
|
||||
"apply", "offer", "email",
|
||||
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",
|
||||
]},
|
||||
cli: {name: "系统 cli", icon: "bi bi-windows", index: [
|
||||
"qrcode", "runtime", "mirrors",
|
||||
]},
|
||||
nfs: {name: "文件 nfs", icon: "bi bi-server", index: [
|
||||
"cat", "dir", "trash", "host", "port", "log.debug",
|
||||
system: {name: "系统 system", icon: "bi bi-ubuntu", index: [
|
||||
"mirrors", "dir", "trash", "host", "port", "runtime", "log.debug",
|
||||
]},
|
||||
}},
|
||||
}})
|
||||
|
Loading…
x
Reference in New Issue
Block a user