mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 01:04:06 +08:00
add some
This commit is contained in:
parent
e273d35260
commit
ea8aedd0b9
44
src/main.js
44
src/main.js
@ -1,23 +1,11 @@
|
||||
Volcanos({river: {
|
||||
product: {name: "产品群", icon: "bi bi-grid-3x3-gap", storm: {
|
||||
portal: {name: "官网 portal", icon: "bi bi-globe", index: [
|
||||
"portal",
|
||||
]},
|
||||
desktop: {name: "桌面 desktop", icon: "bi bi-window-desktop", index: [
|
||||
"desktop",
|
||||
]},
|
||||
dream: {name: "空间 dream", icon: "bi bi-diagram-3", nodetype: web.SERVER, index: [
|
||||
"dream",
|
||||
]},
|
||||
store: {name: "商店 store", icon: "bi bi-shop", nodetype: web.SERVER, index: [
|
||||
"store",
|
||||
]},
|
||||
matrix: {name: "矩阵 matrix", icon: "bi bi-grid-3x3-gap", nodetype: web.SERVER, index: [
|
||||
"matrix",
|
||||
]},
|
||||
message: {name: "聊天 message", icon: "bi bi-wechat", index: [
|
||||
"message",
|
||||
]},
|
||||
portal: {name: "官网 portal", icon: "bi bi-globe", index: ["portal"]},
|
||||
desktop: {name: "桌面 desktop", icon: "bi bi-window-desktop", index: ["desktop"]},
|
||||
dream: {name: "空间 dream", icon: "bi bi-diagram-3", nodetype: web.SERVER, index: ["dream"]},
|
||||
store: {name: "商店 store", icon: "bi bi-shop", nodetype: web.SERVER, index: ["store"]},
|
||||
matrix: {name: "矩阵 matrix", icon: "bi bi-grid-3x3-gap", nodetype: web.SERVER, index: ["matrix"]},
|
||||
message: {name: "聊天 message", icon: "bi bi-wechat", index: ["message"]},
|
||||
}},
|
||||
project: {name: "研发群", icon: "bi bi-git", type: aaa.TECH, debug: true, storm: {
|
||||
studio: {name: "研发 studio", icon: "bi bi-code-slash", index: [
|
||||
@ -38,20 +26,10 @@ Volcanos({river: {
|
||||
]},
|
||||
}},
|
||||
operate: {name: "运维群", icon: "bi bi-shield-lock", type: aaa.TECH, nodetype: web.SERVER, storm: {
|
||||
share: {name: "共享 share", icon: "bi bi-share", index: [
|
||||
"share", "token", "qrcode",
|
||||
]},
|
||||
oauth: {name: "登录 oauth", icon: "bi bi-shield-lock", index: [
|
||||
"header", "web.chat.oauth.client", "web.chat.wx.access", "web.chat.message",
|
||||
]},
|
||||
email: {name: "邮箱 email", icon: "bi bi-envelope", index: [
|
||||
"email", "offer", "apply",
|
||||
]},
|
||||
user: {name: "用户 user", icon: "bi bi-people-fill", index: [
|
||||
"user", "totp", "sess", "role",
|
||||
]},
|
||||
system: {name: "系统 system", icon: "bi bi-ubuntu", index: [
|
||||
"dir", "trash", "host", "port", "mirrors", "runtime", "log.debug",
|
||||
]},
|
||||
share: {name: "共享 share", icon: "bi bi-share", index: ["share", "token", "qrcode"]},
|
||||
oauth: {name: "登录 oauth", icon: "bi bi-shield-lock", index: ["header", "web.chat.oauth.client", "web.chat.wx.access"]},
|
||||
email: {name: "邮箱 email", icon: "bi bi-envelope", index: ["email", "offer", "apply", "message"]},
|
||||
user: {name: "用户 user", icon: "bi bi-people-fill", index: ["user", "totp", "sess", "role"]},
|
||||
system: {name: "系统 system", icon: "bi bi-ubuntu", index: ["dir", "trash", "host", "port", "xterm", "mirrors", "runtime", "log.debug"]},
|
||||
}},
|
||||
}})
|
||||
|
Loading…
x
Reference in New Issue
Block a user