From e77ee12ce8cbb81cc071484b874ccdfff52ee37b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9A=E5=95=A6b=E6=A2=A6?= <1715109585@qq.com> Date: Tue, 7 Nov 2023 19:43:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83,=E4=BF=AE=E5=A4=8D=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- easyToTV/README.md => README.md | 0 easyToTV/README.zh-Hans.md | 67 --------------------------------- easyToTV/frontend/package.json | 9 +++-- 3 files changed, 5 insertions(+), 71 deletions(-) rename easyToTV/README.md => README.md (100%) delete mode 100644 easyToTV/README.zh-Hans.md diff --git a/easyToTV/README.md b/README.md similarity index 100% rename from easyToTV/README.md rename to README.md diff --git a/easyToTV/README.zh-Hans.md b/easyToTV/README.zh-Hans.md deleted file mode 100644 index b9a2558..0000000 --- a/easyToTV/README.zh-Hans.md +++ /dev/null @@ -1,67 +0,0 @@ -

- -

- -

-

- -
- - - -[English](README.md) · [简体中文](README.zh-Hans.md) - - - -
- -# 窗口设计师 GoEasyDesigner 的演示项目 - -用于运行窗口设计师设计好界面和程序 - - -![](https://user-images.githubusercontent.com/59047063/270091148-a89d2ab9-9ba3-4efc-b0fa-0a7dcc3bcfc1.gif) - - -创建项目 - -``` -wails init -n "go-easy-demo" -t https://github.com/duolabmeng6/wails-template-vue-go-easy -``` - -运行窗口 - -``` -cd go-easy-demo -wails dev -``` - - -[下载 GoEasyDesigner 窗口设计师](https://github.com/duolabmeng6/GoEasyDesigner/releases) - -[ GoEasyDesigner 项目地址](https://github.com/duolabmeng6/GoEasyDesigner) - -# 在线体验窗口设计师 - -网页端仅提供基本的界面设计,如需更好编码体验,请下载客户端. - -国内地址: https://go.kenhong.com/ - -国外地址: https://g.yx24.me - -画好界面点保存,会下载2个文件 `design.json`,`__aux_code.js` 注意你的浏览器允许下载多个文件的权限 - -下载本项目的代码 复制 `go-easy-demo` 文件夹作为开发项目 - -`go-easy-demo/frontend/src/win/design.json` - -`go-easy-demo/frontend/src/win/__aux_code.js` - -运行项目 就可以看到你设计好的界面了. - -``` -cd go-easy-demo -wails dev -``` - - diff --git a/easyToTV/frontend/package.json b/easyToTV/frontend/package.json index 97ccf2e..bd2374c 100644 --- a/easyToTV/frontend/package.json +++ b/easyToTV/frontend/package.json @@ -9,19 +9,20 @@ }, "dependencies": { "@guolao/vue-monaco-editor": "1.3.0", + "@vitejs/plugin-vue-jsx": "^3.0.2", "element-plus": "^2.3.14", "monaco-editor": "0.38.0", "pinia": "^2.1.6", "pinyin-pro": "^3.16.3", + "tdesign-icons-vue-next": "^0.2.2", + "tdesign-vue-next": "^1.6.5", "uuid": "^9.0.1", "vue": "^3.3.4", - "vue3-sfc-loader": "^0.8.4", "vue-i18n": "^9.6.1", - "tdesign-icons-vue-next": "^0.2.2", - "tdesign-vue-next": "^1.6.5", - "@vitejs/plugin-vue-jsx": "^3.0.2" + "vue3-sfc-loader": "^0.8.4" }, "devDependencies": { + "@iconify/vue": "^4.1.1", "@vitejs/plugin-vue": "^4.2.3", "monaco-editor-webpack-plugin": "^7.1.0", "unplugin-auto-import": "^0.16.6",