1
0
forked from x/ContextOS
This commit is contained in:
shaoying 2020-06-12 07:04:36 +08:00
parent d3f59bb46f
commit 67128e150e
2 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,6 @@
~aaa
role white void tmp
role white void web.wiki.inner
role white void web.code.inner
~web
config serve meta.title github.com/shylinux/contexts
config serve meta.legal.0 `<a href="mailto:shylinux@163.com">shylinux@163.com</a>`

View File

@ -12,6 +12,17 @@ Volcanos("onengine", { river: {
"aaa.totp.get",
"web.route",
]},
"trans": {name: "翻译", action: [
{name: "english", help: "英文", inputs: [
{type: "text", name: "word", value: "miss"},
{type: "button", name: "翻译"},
], index: "web.wiki.alpha.trans"},
{name: "chinese", help: "中文", inputs: [
{type: "text", name: "word", value: "miss"},
{type: "text", name: "method", value: "line"},
{type: "button", name: "翻译"},
], index: "web.wiki.alpha.trans"},
]},
"hello": {name: "应用1", action: [
{name: "some", help: "some", inputs: [
{type: "text", name: "one"},