1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 08:48:06 +08:00
This commit is contained in:
root 2024-10-20 08:16:27 +08:00
parent a80a336ec7
commit fed602aab2
2 changed files with 5 additions and 3 deletions

View File

@ -94,10 +94,7 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
mall.GOODS, "商品", mall.PRICE, "单价", mall.UNITS, "单位", mall.AMOUNT, "总价", mall.GOODS, "商品", mall.PRICE, "单价", mall.UNITS, "单位", mall.AMOUNT, "总价",
html.HEIGHT, "高度", html.WIDTH, "宽度", html.MARGIN, "边距", html.SPEED, "速度", html.HEIGHT, "高度", html.WIDTH, "宽度", html.MARGIN, "边距", html.SPEED, "速度",
"uid", "主键", "migrate", "迁移", "address", "地址", "uid", "主键", "migrate", "迁移", "address", "地址",
"open_id", "外键",
"model", "模型", "driver", "驱动", "model", "模型", "driver", "驱动",
"creator", "创建人", "operator", "操作人",
"visitor", "访客",
"view", "视图", "view", "视图",
"nodename", "节点", "nodetype", "节点类型", "pathname", "路径", "nodename", "节点", "nodetype", "节点类型", "pathname", "路径",
"created_at", "创建时间", "updated_at", "更新时间", "deleted_at", "删除时间", "created_at", "创建时间", "updated_at", "更新时间", "deleted_at", "删除时间",
@ -105,6 +102,7 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
"commitTime", "发布时间", "compileTime", "编译时间", "bootTime", "启动时间", "commitTime", "发布时间", "compileTime", "编译时间", "bootTime", "启动时间",
"commit", "提交", "message", "信息", "commit", "提交", "message", "信息",
"subject", "主题", "content", "内容", "subject", "主题", "content", "内容",
"database", "数据库",
"hostport", "主机", "hostport", "主机",
"keyword", "关键字", "keyword", "关键字",
"title", "标题", "title", "标题",
@ -122,6 +120,7 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
"product", "产品", "company", "公司", "product", "产品", "company", "公司",
"init", "初始化", "init", "初始化",
"open_id", "外键",
"auth_uid", "认证", "auth_uid", "认证",
"user_uid", "用户", "user_uid", "用户",
"group_uid", "群组", "group_uid", "群组",

View File

@ -0,0 +1,3 @@
body.green {
--plugin-bg-color:green; --plugin-fg-color:silver; --output-bg-color:darkgreen;
}