1
0
forked from x/ContextOS
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-06-19 09:11:55 +08:00
parent b1dafd6eca
commit a50fd5db39

View File

@ -3,7 +3,7 @@ Volcanos({river: {
portal: {index: ["portal"]},
desktop: {index: ["desktop"]},
dream: {index: ["dream"], nodetype: web.SERVER},
store: {index: ["store"], nodetype: web.SERVER},
store: {index: ["store"], nodetype: web.SERVER, type: aaa.TECH},
}},
product: {name: "办公群", icon: "bi bi-wechat", storm: {
feel: {name: "相册 feel", index: ["feel"]},
@ -37,7 +37,7 @@ Volcanos({river: {
share: {name: "共享 share", icon: "bi bi-share", index: ["share", "token", "qrcode", "web.product"]},
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"]},
user: {name: "用户 user", icon: "bi bi-people-fill", index: ["user", "totp", "sess", "role"]},
user: {name: "用户 user", icon: "bi bi-people-fill", index: ["user", "sess", "role", "aaa.asign"]},
}},
system: {name: "系统群", icon: "bi bi-ubuntu", type: aaa.TECH, nodetype: web.SERVER, storm: {
software: {name: "软件 software", icon: "bi bi-grid", index: ["runtime", "log.debug", "xterm", "package", "mirrors"]},