forked from x/ContextOS
add some
This commit is contained in:
parent
9b77296bea
commit
90e97adf1c
@ -6,14 +6,14 @@ Volcanos({river: {
|
||||
store: {index: ["store"], nodetype: web.SERVER},
|
||||
}},
|
||||
product: {name: "办公群", icon: "bi bi-wechat", storm: {
|
||||
plan: {name: "计划 plan", icon: "bi bi-calendar4-week", index: [
|
||||
"plan", "flows",
|
||||
feel: {name: "相册 feel", icon: "bi bi-images", index: [
|
||||
{index: "feel", args: ["usr/icons/"]}, "draw",
|
||||
]},
|
||||
message: {name: "聊天 message", icon: "bi bi-wechat", index: [
|
||||
"message",
|
||||
]},
|
||||
feel: {name: "相册 feel", icon: "bi bi-images", index: [
|
||||
{index: "feel", args: ["usr/icons/"]}, "draw",
|
||||
plan: {name: "计划 plan", icon: "bi bi-calendar4-week", index: [
|
||||
"plan", "flows",
|
||||
]},
|
||||
matrix: {name: "矩阵 matrix", icon: "bi bi-grid-3x3-gap", nodetype: web.SERVER, index: [
|
||||
"matrix",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{{$lang := .Option "user.lang"}}
|
||||
{{if eq $lang "en-us"}}
|
||||
welcome to {{.Option "user.host"}}, please continue
|
||||
welcome to {{.Option "user.host"}} please continue
|
||||
{{else}}
|
||||
欢迎加入 {{.Option "user.host"}},请继续
|
||||
欢迎加入 {{.Option "user.host"}} 请继续
|
||||
{{end}}
|
Loading…
x
Reference in New Issue
Block a user