1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
ContextOS/src/main.js
2023-12-05 18:01:24 +08:00

121 lines
3.0 KiB
JavaScript

Volcanos({river: {
mall: {name: "电商群", icon: "bi bi-shop", storm: {
home: {name: "首页", icon: "bi bi-house-door-fill", index: [
{index: "web.mall.goods", style: "output"},
]},
shop: {name: "商品", icon: "bi bi-shop", index: [
{index: "web.mall.goods", style: "output"},
]},
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",
"web.chat.location",
]},
weixin: {name: "聊天 weixin", icon: "bi bi-wechat", type: aaa.TECH, index: [
"web.chat.header",
"web.chat.wx.access",
"web.chat.wx.menu",
"web.chat.wx.scan",
"web.chat.wx.ide",
"web.chat.wx.tags",
"web.chat.wx.users",
]},
netdisk: {name: "网盘 netdisk", icon: "bi bi-cloud-download", index: [
"web.wiki.disk.client",
]},
}},
project: {name: "研发群", icon: "bi bi-git", type: aaa.TECH, storm: {
studio: {name: "研发 studio", icon: "bi bi-git", index: [
"web.code.vimer", "web.code.git.status",
"web.stats",
"web.dream",
"web.team.plan",
"web.chat.favor",
"web.wiki.word",
]},
issue: {name: "发布 issue", icon: "bi bi-list-check", index: [
"web.code.compile",
"web.code.publish",
"web.code.bench",
"web.code.pprof",
"web.dream",
"web.space",
"web.code.git.repos",
"web.code.git.service",
]},
cloud: {name: "部署 cloud", icon: "bi bi-clouds", list: [
{space: "20220826-career", index: "ssh.relay"},
{space: "20220826-career", index: "ssh.trans"},
{space: "20230511-docker-story", index: "web.code.docker.client"},
{space: "20230511-docker-story", index: "web.code.docker.swarm"},
]},
}},
operate: {name: "运维群", icon: "bi bi-gear", type: aaa.TECH, storm: {
web: {name: "应用 web", icon: "bi bi-browser-chrome", index: [
{index: "web.code.git.search", args: ["repos"]},
"broad",
"serve",
"dream",
"route",
"space",
"count",
]},
aaa: {name: "权限 aaa", icon: "bi bi-people-fill", index: [
"web.chat.oauth.client",
"web.chat.header",
"token",
"share",
"offer",
"email",
"user",
"totp",
"sess",
"role",
]},
cli: {name: "系统 cli", icon: "bi bi-windows", index: [
"qrcode",
"daemon",
"runtime",
"cli.procstat",
"cli.procinfo",
"mirrors",
"signal",
"timer",
"routine",
"log.debug",
]},
nfs: {name: "文件 nfs", icon: "bi bi-server", index: [
"web.chat.trans",
"cache",
"spide",
"dir",
"cat",
"tar",
"pack",
"tail",
"trash",
"server",
"host",
"port",
]},
}},
}})