forked from x/ContextOS
opt some
This commit is contained in:
parent
d3f59bb46f
commit
67128e150e
@ -1,6 +1,6 @@
|
|||||||
~aaa
|
~aaa
|
||||||
role white void tmp
|
role white void tmp
|
||||||
role white void web.wiki.inner
|
role white void web.code.inner
|
||||||
~web
|
~web
|
||||||
config serve meta.title github.com/shylinux/contexts
|
config serve meta.title github.com/shylinux/contexts
|
||||||
config serve meta.legal.0 `<a href="mailto:shylinux@163.com">shylinux@163.com</a>`
|
config serve meta.legal.0 `<a href="mailto:shylinux@163.com">shylinux@163.com</a>`
|
||||||
|
@ -12,6 +12,17 @@ Volcanos("onengine", { river: {
|
|||||||
"aaa.totp.get",
|
"aaa.totp.get",
|
||||||
"web.route",
|
"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: [
|
"hello": {name: "应用1", action: [
|
||||||
{name: "some", help: "some", inputs: [
|
{name: "some", help: "some", inputs: [
|
||||||
{type: "text", name: "one"},
|
{type: "text", name: "one"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user