mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
add some
This commit is contained in:
parent
b650d9baad
commit
b1dafd6eca
4
go.mod
4
go.mod
@ -3,7 +3,7 @@ module shylinux.com/x/contexts
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
shylinux.com/x/ice v1.5.30
|
||||
shylinux.com/x/icebergs v1.9.30
|
||||
shylinux.com/x/ice v1.5.32
|
||||
shylinux.com/x/icebergs v1.9.31
|
||||
shylinux.com/x/toolkits v1.0.11
|
||||
)
|
||||
|
6
go.sum
6
go.sum
@ -4,8 +4,14 @@ shylinux.com/x/go-qrcode v0.0.3 h1:RMo+Vidbgq3HatLBj7DDXcTbTLFUwzis5K7TqBkD38U=
|
||||
shylinux.com/x/go-qrcode v0.0.3/go.mod h1:KAbtU+KwiiABMZ/CJ0zh9PI2AX82Uf9rRYcQ4ODm4po=
|
||||
shylinux.com/x/ice v1.5.30 h1:K/zLKZ+doR3VptvjPm6a/AZziZVNlYUI5Ap8p2GZqBE=
|
||||
shylinux.com/x/ice v1.5.30/go.mod h1:aX4yMKIhs8brSs4qQ/Zla6s6NxZmmchjo2Dq5+Ic0ys=
|
||||
shylinux.com/x/ice v1.5.31 h1:+6vNgewJ4loCKMV3CPajhXYxc0HSSQ7X2EuMqoG3tj8=
|
||||
shylinux.com/x/ice v1.5.31/go.mod h1:yvMowd/wCuuwnn0G/XOAx7plyBwLAvV39p5K6D725R4=
|
||||
shylinux.com/x/ice v1.5.32 h1:61ITyYJfAQRDtyS6r4APeCJ90ISM5j9OLoUNXybzWsg=
|
||||
shylinux.com/x/ice v1.5.32/go.mod h1:yvMowd/wCuuwnn0G/XOAx7plyBwLAvV39p5K6D725R4=
|
||||
shylinux.com/x/icebergs v1.9.30 h1:9/zhz6AjW60y98fo6vE+nvRFvajIgxgZ1VUUvLX3WZM=
|
||||
shylinux.com/x/icebergs v1.9.30/go.mod h1:EqaFbedyuSMxICDsHeqJ+QpsA9zVqm5Z/XDEFE8RABg=
|
||||
shylinux.com/x/icebergs v1.9.31 h1:RoNGSotADaYBVscP53WdVNhJycdV/wjjYhc546XFvJM=
|
||||
shylinux.com/x/icebergs v1.9.31/go.mod h1:EqaFbedyuSMxICDsHeqJ+QpsA9zVqm5Z/XDEFE8RABg=
|
||||
shylinux.com/x/toolkits v0.7.10/go.mod h1:CHDJarGlDkg60kVsvMLYL/a5hAnRLEOShiEsMOuEp0Q=
|
||||
shylinux.com/x/toolkits v1.0.11 h1:8PSzjTE42nY4uLO2ADvXY1TfKN5OnEqoS7DnSRpqCq8=
|
||||
shylinux.com/x/toolkits v1.0.11/go.mod h1:CHDJarGlDkg60kVsvMLYL/a5hAnRLEOShiEsMOuEp0Q=
|
||||
|
@ -3,7 +3,7 @@ Volcanos({river: {
|
||||
portal: {index: ["portal"]},
|
||||
desktop: {index: ["desktop"]},
|
||||
dream: {index: ["dream"], nodetype: web.SERVER},
|
||||
store: {index: ["store"], nodetype: web.SERVER, type: aaa.TECH},
|
||||
store: {index: ["store"], nodetype: web.SERVER},
|
||||
}},
|
||||
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", "sess", "role", "aaa.asign"]},
|
||||
user: {name: "用户 user", icon: "bi bi-people-fill", index: ["user", "totp", "sess", "role"]},
|
||||
}},
|
||||
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"]},
|
||||
|
@ -45,6 +45,9 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
|
||||
"add", "添加", "opt", "优化", "fix", "修复",
|
||||
"status", "源码",
|
||||
"doc", "文档",
|
||||
"not login: ", "没有登录",
|
||||
"not right: ", "没有权限",
|
||||
"switch", "切换",
|
||||
|
||||
"scan", "扫描",
|
||||
"sso", "登录",
|
||||
|
Loading…
x
Reference in New Issue
Block a user