1
0
forked from x/ContextOS
This commit is contained in:
shylinux 2020-05-31 18:17:59 +08:00
parent e98456d0fc
commit 6911be800e
2 changed files with 3 additions and 1 deletions

2
go.sum
View File

@ -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=

View File

@ -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: "返回"},