1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 08:48:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-08-11 02:06:42 +08:00
parent edcfe5afa3
commit 0443ba02c1
2 changed files with 5 additions and 2 deletions

4
go.mod
View File

@ -3,6 +3,6 @@ module shylinux.com/x/contexts
go 1.13 go 1.13
require ( require (
shylinux.com/x/ice v1.5.41 shylinux.com/x/ice v1.5.42
shylinux.com/x/icebergs v1.9.39 shylinux.com/x/icebergs v1.9.40
) )

View File

@ -95,6 +95,9 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
"model", "模型", "driver", "驱动", "model", "模型", "driver", "驱动",
"creator", "创建人", "operator", "操作人", "creator", "创建人", "operator", "操作人",
"visitor", "访客", "visitor", "访客",
"nodetype", "节点类型",
"view", "视图",
"pathname", "路径名称",
"created_at", "创建时间", "updated_at", "更新时间", "deleted_at", "删除时间", "created_at", "创建时间", "updated_at", "更新时间", "deleted_at", "删除时间",
"createdTime", "创建时间", "expiredTime", "过期时间", "createdTime", "创建时间", "expiredTime", "过期时间",
"commitTime", "发布时间", "compileTime", "编译时间", "bootTime", "启动时间", "commitTime", "发布时间", "compileTime", "编译时间", "bootTime", "启动时间",