1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-26 01:04:06 +08:00
ContextOS/src/main.js
2023-11-02 23:25:43 +08:00

95 lines
2.1 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: {
office: {name: "办公 office", icon: "bi bi-bar-chart-line-fill", index: [
"web.wiki.feel",
"web.wiki.draw",
"web.chat.flows",
"web.chat.location",
]},
}},
project: {name: "研发群", icon: "bi bi-git", storm: {
studio: {name: "研发 studio", icon: "bi bi-git", index: [
"web.code.vimer",
"web.code.git.status",
"web.dream",
"web.team.plan",
"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",
]},
}},
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",
"share",
"token",
"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",
]},
}},
}})