mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
add some
This commit is contained in:
parent
bc4bc4b2d6
commit
474950255b
14
src/main.js
14
src/main.js
@ -8,7 +8,12 @@ Volcanos({river: {
|
|||||||
product: {name: "办公群", icon: "bi bi-wechat", storm: {
|
product: {name: "办公群", icon: "bi bi-wechat", storm: {
|
||||||
feel: {name: "相册 feel", index: ["feel"]},
|
feel: {name: "相册 feel", index: ["feel"]},
|
||||||
plan: {name: "计划 plan", index: ["plan", "web.chat.flows", "web.team.asset", "web.team.house", "web.mall.goods"]},
|
plan: {name: "计划 plan", index: ["plan", "web.chat.flows", "web.team.asset", "web.team.house", "web.mall.goods"]},
|
||||||
message: {name: "聊天 message", index: ["message"]},
|
message: {name: "聊天 message",
|
||||||
|
list: [
|
||||||
|
"message",
|
||||||
|
{space: "20230511-golang-story", index: "web.chat.email.client"},
|
||||||
|
],
|
||||||
|
},
|
||||||
matrix: {name: "矩阵 matrix", index: ["matrix"], type: aaa.TECH, nodetype: web.SERVER, },
|
matrix: {name: "矩阵 matrix", index: ["matrix"], type: aaa.TECH, nodetype: web.SERVER, },
|
||||||
}},
|
}},
|
||||||
project: {name: "研发群", icon: "bi bi-git", type: aaa.TECH, storm: {
|
project: {name: "研发群", icon: "bi bi-git", type: aaa.TECH, storm: {
|
||||||
@ -36,7 +41,10 @@ Volcanos({river: {
|
|||||||
operate: {name: "运维群", icon: "bi bi-shield-lock", type: aaa.TECH, nodetype: web.SERVER, storm: {
|
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", "web.product"]},
|
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"]},
|
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"]},
|
email: {name: "邮箱 email", icon: "bi bi-envelope", list: [
|
||||||
|
"apply", "offer", "email",
|
||||||
|
{space: "20230511-golang-story", index: "web.chat.email.creds"},
|
||||||
|
]},
|
||||||
user: {name: "用户 user", icon: "bi bi-people-fill", index: ["user", "sess", "role", "aaa.asign"]},
|
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: {
|
system: {name: "系统群", icon: "bi bi-ubuntu", type: aaa.TECH, nodetype: web.SERVER, storm: {
|
||||||
@ -44,4 +52,4 @@ Volcanos({river: {
|
|||||||
file: {name: "文件 file", icon: "bi bi-folder2", index: ["dir", "trash", "export"]},
|
file: {name: "文件 file", icon: "bi bi-folder2", index: ["dir", "trash", "export"]},
|
||||||
network: {name: "网络 network", icon: "bi bi-globe", index: ["wifi", "host", "port"]},
|
network: {name: "网络 network", icon: "bi bi-globe", index: ["wifi", "host", "port"]},
|
||||||
}},
|
}},
|
||||||
}})
|
}})
|
||||||
|
@ -16,7 +16,7 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
|
|||||||
web.PORTAL, "官网", web.DESKTOP, "桌面", web.ADMIN, "后台", web.SPACE, "空间", web.DREAM, "空间",
|
web.PORTAL, "官网", web.DESKTOP, "桌面", web.ADMIN, "后台", web.SPACE, "空间", web.DREAM, "空间",
|
||||||
web.STORE, "商店", web.MATRIX, "矩阵", web.STUDIO, "工作台",
|
web.STORE, "商店", web.MATRIX, "矩阵", web.STUDIO, "工作台",
|
||||||
web.SHARE, "共享", web.TOKEN, "令牌", web.GRANT, "授权",
|
web.SHARE, "共享", web.TOKEN, "令牌", web.GRANT, "授权",
|
||||||
aaa.LOGIN, "登录", aaa.APPLY, "申请",
|
aaa.APPLY, "申请", aaa.LOGIN, "登录", aaa.LOGOUT, "退出",
|
||||||
|
|
||||||
cli.BEGIN, "开始", cli.END, "结束",
|
cli.BEGIN, "开始", cli.END, "结束",
|
||||||
cli.START, "启动", cli.RESTART, "重启", cli.STOP, "停止",
|
cli.START, "启动", cli.RESTART, "重启", cli.STOP, "停止",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user