mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
add some
This commit is contained in:
parent
cea512992b
commit
e67ab8163d
82
src/main.js
82
src/main.js
@ -18,101 +18,45 @@ Volcanos({river: {
|
||||
}},
|
||||
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",
|
||||
"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.tags",
|
||||
"web.chat.wx.users",
|
||||
]},
|
||||
netdisk: {name: "网盘 netdisk", icon: "bi bi-cloud-download", index: [
|
||||
"web.wiki.disk.client",
|
||||
"web.wiki.feel", "web.wiki.draw", "web.chat.flows",
|
||||
]},
|
||||
}},
|
||||
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",
|
||||
"web.stats", "web.dream",
|
||||
"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.token",
|
||||
"web.code.git.repos",
|
||||
"web.code.compile", "web.code.publish",
|
||||
{index: "web.code.git.search", args: ["repos"]},
|
||||
"web.share", "web.token",
|
||||
"web.code.git.service",
|
||||
"web.code.git.repos",
|
||||
]},
|
||||
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"},
|
||||
"aaa.apply",
|
||||
"web.chat.wx.access",
|
||||
"web.chat.wx.ide", "web.space",
|
||||
"web.chat.wx.access", "web.chat.wx.ide",
|
||||
]},
|
||||
}},
|
||||
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.wx.access",
|
||||
"web.chat.header",
|
||||
"share", "token",
|
||||
"aaa.apply",
|
||||
"offer",
|
||||
"email",
|
||||
"user",
|
||||
"totp",
|
||||
"sess",
|
||||
"role",
|
||||
"apply", "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",
|
||||
"qrcode", "runtime", "mirrors",
|
||||
]},
|
||||
nfs: {name: "文件 nfs", icon: "bi bi-server", index: [
|
||||
"web.chat.trans",
|
||||
"cache",
|
||||
"spide",
|
||||
"dir",
|
||||
"cat",
|
||||
"tar",
|
||||
"pack",
|
||||
"tail",
|
||||
"trash",
|
||||
"server",
|
||||
"host",
|
||||
"port",
|
||||
"cat", "dir", "trash", "host", "port", "log.debug",
|
||||
]},
|
||||
}},
|
||||
}})
|
||||
|
Loading…
x
Reference in New Issue
Block a user