mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
add aaa.apply
This commit is contained in:
parent
fda2a2db99
commit
25d2cf981a
@ -2,6 +2,7 @@ package main
|
||||
|
||||
import (
|
||||
"shylinux.com/x/ice"
|
||||
_ "shylinux.com/x/icebergs/base/aaa/portal"
|
||||
_ "shylinux.com/x/icebergs/core/chat/oauth"
|
||||
_ "shylinux.com/x/icebergs/misc/chrome"
|
||||
_ "shylinux.com/x/icebergs/misc/coder"
|
||||
|
@ -65,6 +65,7 @@ Volcanos({river: {
|
||||
{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.ide", "web.space",
|
||||
]},
|
||||
}},
|
||||
@ -76,8 +77,9 @@ Volcanos({river: {
|
||||
aaa: {name: "权限 aaa", icon: "bi bi-people-fill", index: [
|
||||
"web.chat.oauth.client",
|
||||
"web.chat.header",
|
||||
"token",
|
||||
"share",
|
||||
"token",
|
||||
"aaa.apply",
|
||||
"offer",
|
||||
"email",
|
||||
"user",
|
||||
|
@ -52,7 +52,7 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
|
||||
aaa.USERNICK, "昵称", aaa.USERNAME, "用户", aaa.PASSWORD, "密码", aaa.USERROLE, "角色", aaa.USERZONE, "单位",
|
||||
aaa.AVATAR, "头像", aaa.BACKGROUND, "背景",
|
||||
aaa.LANGUAGE, "语言", aaa.COUNTRY, "国家", aaa.PROVINCE, "省份", aaa.CITY, "城市",
|
||||
aaa.EMAIL, "邮箱",
|
||||
aaa.EMAIL, "邮箱", aaa.MOBILE, "手机",
|
||||
aaa.ROLE, "角色",
|
||||
gdb.SIGNAL, "信号",
|
||||
tcp.PROTO, "协议", tcp.HOST, "主机", tcp.PORT, "端口",
|
||||
|
Loading…
x
Reference in New Issue
Block a user