mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
add some
This commit is contained in:
parent
9b77296bea
commit
90e97adf1c
@ -6,14 +6,14 @@ Volcanos({river: {
|
|||||||
store: {index: ["store"], nodetype: web.SERVER},
|
store: {index: ["store"], nodetype: web.SERVER},
|
||||||
}},
|
}},
|
||||||
product: {name: "办公群", icon: "bi bi-wechat", storm: {
|
product: {name: "办公群", icon: "bi bi-wechat", storm: {
|
||||||
plan: {name: "计划 plan", icon: "bi bi-calendar4-week", index: [
|
feel: {name: "相册 feel", icon: "bi bi-images", index: [
|
||||||
"plan", "flows",
|
{index: "feel", args: ["usr/icons/"]}, "draw",
|
||||||
]},
|
]},
|
||||||
message: {name: "聊天 message", icon: "bi bi-wechat", index: [
|
message: {name: "聊天 message", icon: "bi bi-wechat", index: [
|
||||||
"message",
|
"message",
|
||||||
]},
|
]},
|
||||||
feel: {name: "相册 feel", icon: "bi bi-images", index: [
|
plan: {name: "计划 plan", icon: "bi bi-calendar4-week", index: [
|
||||||
{index: "feel", args: ["usr/icons/"]}, "draw",
|
"plan", "flows",
|
||||||
]},
|
]},
|
||||||
matrix: {name: "矩阵 matrix", icon: "bi bi-grid-3x3-gap", nodetype: web.SERVER, index: [
|
matrix: {name: "矩阵 matrix", icon: "bi bi-grid-3x3-gap", nodetype: web.SERVER, index: [
|
||||||
"matrix",
|
"matrix",
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
<iframe src="{{.Option "link"}}" style="border:none;height:calc(100% - 36px);min-height:360px;width:100%"></iframe>
|
<iframe src="{{.Option "link"}}" style="border:none;height:calc(100% - 36px);min-height:360px;width:100%"></iframe>
|
||||||
<a href="{{.Option "link"}}" target="_blank">{{.Option "link"}}</a>
|
<a href="{{.Option "link"}}" target="_blank">{{.Option "link"}}</a>
|
@ -1,6 +1,6 @@
|
|||||||
{{$lang := .Option "user.lang"}}
|
{{$lang := .Option "user.lang"}}
|
||||||
{{if eq $lang "en-us"}}
|
{{if eq $lang "en-us"}}
|
||||||
welcome to {{.Option "user.host"}}, please continue
|
welcome to {{.Option "user.host"}} please continue
|
||||||
{{else}}
|
{{else}}
|
||||||
欢迎加入 {{.Option "user.host"}},请继续
|
欢迎加入 {{.Option "user.host"}} 请继续
|
||||||
{{end}}
|
{{end}}
|
Loading…
x
Reference in New Issue
Block a user