1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
shaoying 2020-05-29 23:48:01 +08:00
parent ed74ab81b5
commit 5e4ebceb66

View File

@ -2,7 +2,8 @@ Volcanos("onengine", { river: {
"main": {name: "main", storm: {
"IDE": {name: "IDE", action: [
{name: "editor", help: "编辑器", inputs: [
{type: "text", name: "path", value: "hi.go", action: "auto"},
{type: "text", name: "path", action: "auto"},
{type: "text", name: "name", value: "hi.go", action: "auto"},
{type: "button", name: "打开", action: "auto"},
{type: "button", name: "返回"},
], index: "web.wiki.inner", feature: {display: "/plugin/inner.js"}},