From 5e4ebceb6655a85ccb60f3a5e3d6ea75e2ae9e48 Mon Sep 17 00:00:00 2001 From: shaoying Date: Fri, 29 May 2020 23:48:01 +0800 Subject: [PATCH] opt some --- usr/publish/order.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/publish/order.js b/usr/publish/order.js index f54f1572..2dcc12b2 100644 --- a/usr/publish/order.js +++ b/usr/publish/order.js @@ -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"}},