mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
opt layout
This commit is contained in:
parent
9d628c1285
commit
b902fe472b
@ -14,6 +14,7 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
|
||||
cli.BEGIN, "开始", cli.END, "结束",
|
||||
cli.START, "启动", cli.RESTART, "重启", cli.STOP, "停止",
|
||||
cli.OPEN, "打开", cli.CLOSE, "关闭",
|
||||
cli.QRCODE, "二维码",
|
||||
cli.BUILD, "构建", cli.DONE, "完成",
|
||||
nfs.SAVE, "保存", nfs.LOAD, "加载", nfs.TRASH, "清理",
|
||||
nfs.MODULE, "模块", nfs.SCRIPT, "脚本",
|
||||
@ -23,7 +24,9 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
|
||||
nfs.REPOS, "源码",
|
||||
nfs.VRESION, "版本",
|
||||
|
||||
code.XTERM, "终端", code.INNER, "源码",
|
||||
code.XTERM, "终端",
|
||||
code.INNER, "源码",
|
||||
code.VIMER, "编辑器",
|
||||
code.COMPILE, "编译", code.UPGRADE, "升级", code.PUBLISH, "发布",
|
||||
html.HEIGHT, "高度", html.WIDTH, "宽度", html.SPEED, "速度", html.MARGIN, "边距",
|
||||
html.IFRAME, "预览",
|
||||
|
Loading…
x
Reference in New Issue
Block a user