forked from x/ContextOS
add some
This commit is contained in:
parent
edcfe5afa3
commit
0443ba02c1
4
go.mod
4
go.mod
@ -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
|
||||||
)
|
)
|
||||||
|
@ -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", "启动时间",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user