mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
add package
This commit is contained in:
parent
1a65ce5f5a
commit
2c2ee34c13
@ -45,7 +45,10 @@ Volcanos({river: {
|
||||
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", "export", "host", "port", "xterm", "mirrors", "runtime", "log.debug"]},
|
||||
system: {name: "系统 system", icon: "bi bi-ubuntu", index: [
|
||||
"dir", "trash", "export", "log.debug",
|
||||
"host", "port", "package", "mirrors", "runtime", "xterm",
|
||||
]},
|
||||
}},
|
||||
}})
|
||||
|
||||
|
@ -65,6 +65,7 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
|
||||
nfs.IMAGE, "图片", nfs.TEMPLATE, "模板",
|
||||
cli.QRCODE, "二维码", cli.SYSTEM, "系统", cli.DAEMON, "守护",
|
||||
cli.START, "启动", cli.RESTART, "重启", cli.STOP, "停止", cli.COST, "耗时", cli.STEP, "步骤",
|
||||
cli.PID, "进程",
|
||||
team.ASSET, "资产",
|
||||
mall.GOODS, "商品", mall.PRICE, "单价", mall.UNITS, "单位", mall.AMOUNT, "总价",
|
||||
html.HEIGHT, "高度", html.WIDTH, "宽度", html.MARGIN, "边距", html.SPEED, "速度",
|
||||
|
Loading…
x
Reference in New Issue
Block a user