forked from x/ContextOS
add some
This commit is contained in:
parent
0cdb526588
commit
2370dc574c
@ -1,2 +1,2 @@
|
|||||||
<iframe src="{{.Option "link"}}" style="border:none;height:calc(100% - 36px);min-height:420px;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 +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"}},请继续
|
||||||
|
{{end}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user