1
0
forked from x/ContextOS
This commit is contained in:
harveyshao 2021-10-18 19:52:11 +08:00
parent 63eba4df37
commit 437a6efe9d
2 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,7 @@
~web.chat
config header title shylinux.com/x/contexts
config footer legal.0 `<a href="mailto:shylinux@163.com">shylinux@163.com</a>`
config footer legal.1 "京ICP备15046864号-1"
config list footer legal `<a href="mailto:shylinux@163.com">shylinux@163.com</a>` "京ICP备15046864号-1"
email action create type "163" name "keyword" text "https://mail.163.com"

View File

@ -37,3 +37,4 @@ import (
)
func main() { print(ice.Run()) }