From 6911be800e1efc80d12463e8b06568e7bad68bc9 Mon Sep 17 00:00:00 2001 From: shylinux Date: Sun, 31 May 2020 18:17:59 +0800 Subject: [PATCH] opt some --- go.sum | 2 ++ usr/publish/order.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.sum b/go.sum index f7c3db57..542ef94f 100644 --- a/go.sum +++ b/go.sum @@ -6,6 +6,8 @@ github.com/gorilla/websocket v1.4.1 h1:q7AeDBpnBk8AogcD4DSag/Ukw/KV+YhzLj2bP5HvK github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/maruel/rs v0.0.0-20150922171536-2c81c4312fe4 h1:u9jwvcKbQpghIXgNl/EOL8hzhAFXh4ePrEP493W3tNA= github.com/maruel/rs v0.0.0-20150922171536-2c81c4312fe4/go.mod h1:kcRFpEzolcEklV6rD7W95mG49/sbdX/PlFmd7ni3RvA= +github.com/nareix/joy4 v0.0.0-20200507095837-05a4ffbb5369 h1:Yp0zFEufLz0H7jzffb4UPXijavlyqlYeOg7dcyVUNnQ= +github.com/nareix/joy4 v0.0.0-20200507095837-05a4ffbb5369/go.mod h1:aFJ1ZwLjvHN4yEzE5Bkz8rD8/d8Vlj3UIuvz2yfET7I= github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086 h1:RYiqpb2ii2Z6J4x0wxK46kvPBbFuZcdhS+CIztmYgZs= github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086/go.mod h1:PLPIyL7ikehBD1OAjmKKiOEhbvWyHGaNDjquXMcYABo= github.com/tuotoo/qrcode v0.0.0-20190222102259-ac9c44189bf2 h1:BWVtt2VBY+lmVDu9MGKqLGKl04B+iRHcrW1Ptyi/8tg= diff --git a/usr/publish/order.js b/usr/publish/order.js index c96496c1..5d2c3ffd 100644 --- a/usr/publish/order.js +++ b/usr/publish/order.js @@ -3,7 +3,7 @@ Volcanos("onengine", { river: { "main": {name: "main", action: [ {name: "IDE", help: "集成开发环境", inputs: [ {type: "text", name: "path", value: "tmp", action: "auto"}, - {type: "text", name: "name", value: "hi.go", action: "auto"}, + {type: "text", name: "name", value: "hi.qrc", action: "auto"}, {type: "text", name: "key", value: "", action: "auto"}, {type: "button", name: "打开", action: "auto"}, {type: "button", name: "返回"},