forked from x/ContextOS
add some
This commit is contained in:
parent
1162b66cee
commit
c9d8f21a0c
@ -42,6 +42,7 @@ Volcanos({river: {
|
||||
{space: "20220826-career", index: "ssh.relay"},
|
||||
{space: "20230913-matrix-story", index: "web.chat.island.portal"},
|
||||
{space: "20230511-docker-story", index: "web.code.docker.container"},
|
||||
{space: "20230511-golang-story", index: "web.chat.mail.client"},
|
||||
"web.space", "web.chat.wx.access", "web.chat.wx.ide",
|
||||
]},
|
||||
}},
|
||||
|
2
src/template/aaa.offer/content.html
Normal file
2
src/template/aaa.offer/content.html
Normal file
@ -0,0 +1,2 @@
|
||||
<!-- <iframe src="{{.Option "link"}}" style="border:none;height:calc(100% - 18px);width:100%"></iframe> -->
|
||||
<a href="{{.Option "link"}}">{{.Option "link"}}</a>
|
2
src/template/aaa.offer/offer.html
Normal file
2
src/template/aaa.offer/offer.html
Normal file
@ -0,0 +1,2 @@
|
||||
<iframe src="{{.Option "link"}}" style="border:none;height:calc(100% - 18px);width:100%"></iframe>
|
||||
<a href="{{.Option "link"}}">{{.Option "link"}}</a>
|
1
src/template/aaa.offer/subject.html
Normal file
1
src/template/aaa.offer/subject.html
Normal file
@ -0,0 +1 @@
|
||||
welcome to {{.Option "user.host"}}, please continue
|
@ -67,6 +67,7 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
|
||||
nfs.IMAGE, "图片",
|
||||
cli.QRCODE, "二维码",
|
||||
cli.START, "启动", cli.RESTART, "重启", cli.STOP, "停止", cli.COST, "耗时",
|
||||
cli.DAEMON, "守护",
|
||||
"msg", "报文", "log", kit.Dict(mdb.ID, "链路"),
|
||||
"commit", "提交", "message", "信息",
|
||||
"subject", "主题", "content", "内容",
|
||||
|
Loading…
x
Reference in New Issue
Block a user