forked from x/ContextOS
opt some
This commit is contained in:
parent
c3b345c6d8
commit
30c5cfb0e2
@ -31,14 +31,6 @@
|
|||||||
init
|
init
|
||||||
|
|
||||||
~web.code.git
|
~web.code.git
|
||||||
# repos intshell usr/intshell
|
|
||||||
# repos icebergs usr/icebergs
|
|
||||||
# repos volcanos usr/volcanos
|
|
||||||
#
|
|
||||||
# repos toolkits usr/toolkits
|
|
||||||
# repos learning usr/learning
|
|
||||||
# repos wubi-dict usr/wubi-dict
|
|
||||||
# repos word-dict usr/word-dict
|
|
||||||
init
|
init
|
||||||
|
|
||||||
~web.code.input
|
~web.code.input
|
||||||
@ -57,3 +49,4 @@
|
|||||||
source etc/local.shy
|
source etc/local.shy
|
||||||
target web.code.input.load
|
target web.code.input.load
|
||||||
target web.code.bench
|
target web.code.bench
|
||||||
|
target web.wiki.alpha.load
|
||||||
|
@ -25,12 +25,16 @@ Volcanos("onengine", { river: {
|
|||||||
{name: "english", help: "英文", inputs: [
|
{name: "english", help: "英文", inputs: [
|
||||||
{type: "text", name: "word", value: "miss"},
|
{type: "text", name: "word", value: "miss"},
|
||||||
{type: "button", name: "翻译"},
|
{type: "button", name: "翻译"},
|
||||||
], index: "web.wiki.alpha.trans"},
|
], index: "web.wiki.alpha.find"},
|
||||||
|
{name: "english", help: "英文", inputs: [
|
||||||
|
{type: "text", name: "word", value: "miss"},
|
||||||
|
{type: "button", name: "翻译"},
|
||||||
|
], index: "web.wiki.alpha.find2"},
|
||||||
{name: "chinese", help: "中文", inputs: [
|
{name: "chinese", help: "中文", inputs: [
|
||||||
{type: "text", name: "word", value: "miss"},
|
{type: "text", name: "word", value: "miss"},
|
||||||
{type: "text", name: "method", value: "line"},
|
{type: "text", name: "method", value: "line"},
|
||||||
{type: "button", name: "翻译"},
|
{type: "button", name: "翻译"},
|
||||||
], index: "web.wiki.alpha.trans"},
|
], index: "web.wiki.alpha.find"},
|
||||||
]},
|
]},
|
||||||
"hello": {name: "应用1", action: [
|
"hello": {name: "应用1", action: [
|
||||||
{name: "some", help: "some", inputs: [
|
{name: "some", help: "some", inputs: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user