diff --git a/.gitignore b/.gitignore index 4f9e5dc..f3a219d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules out .DS_Store *.log* +/dist/ diff --git a/dist/builder-debug.yml b/dist/builder-debug.yml index 94d70d2..9d50f13 100644 --- a/dist/builder-debug.yml +++ b/dist/builder-debug.yml @@ -98,8 +98,8 @@ nsis: !insertmacro MUI_LANGUAGE "Vietnamese" !macroend - !include "C:\Users\Administrator\AppData\Local\Temp\t-WjTuHM\0-messages.nsh" - !include "C:\Users\Administrator\AppData\Local\Temp\t-WjTuHM\1-messages.nsh" + !include "C:\Users\Administrator\AppData\Local\Temp\t-5HBg6Y\0-messages.nsh" + !include "C:\Users\Administrator\AppData\Local\Temp\t-5HBg6Y\1-messages.nsh" !addplugindir /x86-unicode "C:\Users\Administrator\AppData\Local\electron-builder\Cache\nsis\nsis-resources-3.4.1\plugins\x86-unicode" Var newStartMenuLink diff --git a/dist/latest.yml b/dist/latest.yml index 8212807..1eef63e 100644 --- a/dist/latest.yml +++ b/dist/latest.yml @@ -1,8 +1,8 @@ version: 1.0.0 files: - url: 谷云工具-1.0.0-setup.exe - sha512: aLMttpf8qtdHfcnHtMAZ+AejVqxSvQHoYEMMhXLkAW27tb769nRg/YsSWwhyI4OBcf0imGk93YeNAvdXwPLevA== - size: 106184813 + sha512: pUcp/G5yQAhIQIDLBTOzLKoFT0+RQi68Vogqf1x0blrHj1E/ZCvjoTN1FvMdC0M28ijgqZ461rkIjWssxqx/xQ== + size: 106214745 path: 谷云工具-1.0.0-setup.exe -sha512: aLMttpf8qtdHfcnHtMAZ+AejVqxSvQHoYEMMhXLkAW27tb769nRg/YsSWwhyI4OBcf0imGk93YeNAvdXwPLevA== -releaseDate: '2024-07-15T05:58:17.230Z' +sha512: pUcp/G5yQAhIQIDLBTOzLKoFT0+RQi68Vogqf1x0blrHj1E/ZCvjoTN1FvMdC0M28ijgqZ461rkIjWssxqx/xQ== +releaseDate: '2024-07-15T08:16:22.640Z' diff --git a/dist/win-unpacked/resources/app.asar b/dist/win-unpacked/resources/app.asar index 3237c49..320337f 100644 Binary files a/dist/win-unpacked/resources/app.asar and b/dist/win-unpacked/resources/app.asar differ diff --git a/dist/win-unpacked/resources/app.asar.unpacked/resources/plugin-test/config/config.yaml b/dist/win-unpacked/resources/app.asar.unpacked/resources/plugin-test/config/config.yaml deleted file mode 100644 index fab3831..0000000 --- a/dist/win-unpacked/resources/app.asar.unpacked/resources/plugin-test/config/config.yaml +++ /dev/null @@ -1,35 +0,0 @@ -server: - address: ":8000" - openapiPath: "/api.json" - swaggerPath: "/swagger" - -logger: - level : "all" - stdout: true - path: "logs" - - -# GRPC Server. -grpc: - address: "" - name: "demo" - logPath: "" - logStdout: true - errorStack: true - errorLogEnabled: true - errorLogPattern: "error-{Ymd}.log" - accessLogEnabled: true - accessLogPattern: "access-{Ymd}.log" - -# Database. -database: - logger: - level: "all" - stdout: true - - default: - link: "mysql:root:12345678@tcp(127.0.0.1:3306)/test" - debug: true - -plugin: - path: "./plugins" \ No newline at end of file diff --git a/dist/win-unpacked/resources/app.asar.unpacked/resources/plugin-test/main.exe b/dist/win-unpacked/resources/app.asar.unpacked/resources/plugin-test/main.exe deleted file mode 100644 index 99f50a2..0000000 Binary files a/dist/win-unpacked/resources/app.asar.unpacked/resources/plugin-test/main.exe and /dev/null differ diff --git a/dist/win-unpacked/resources/app.asar.unpacked/resources/plugin-test/plugins/gateway.exe b/dist/win-unpacked/resources/app.asar.unpacked/resources/plugin-test/plugins/gateway.exe deleted file mode 100644 index 36df104..0000000 Binary files a/dist/win-unpacked/resources/app.asar.unpacked/resources/plugin-test/plugins/gateway.exe and /dev/null differ diff --git a/dist/win-unpacked/resources/app.asar.unpacked/resources/plugin-test/test_test_get b/dist/win-unpacked/resources/app.asar.unpacked/resources/plugin-test/test_test_get deleted file mode 100644 index 6823a22..0000000 --- a/dist/win-unpacked/resources/app.asar.unpacked/resources/plugin-test/test_test_get +++ /dev/null @@ -1,3 +0,0 @@ -张三 - -Written from plugin-test-grpc \ No newline at end of file diff --git a/dist/谷云工具-1.0.0-setup.exe b/dist/谷云工具-1.0.0-setup.exe index 60e0cf3..f78f5a3 100644 Binary files a/dist/谷云工具-1.0.0-setup.exe and b/dist/谷云工具-1.0.0-setup.exe differ diff --git a/dist/谷云工具-1.0.0-setup.exe.blockmap b/dist/谷云工具-1.0.0-setup.exe.blockmap index 1e5d9ef..7f99234 100644 Binary files a/dist/谷云工具-1.0.0-setup.exe.blockmap and b/dist/谷云工具-1.0.0-setup.exe.blockmap differ diff --git a/src/renderer/index.html b/src/renderer/index.html index a15912d..eccdfaf 100644 --- a/src/renderer/index.html +++ b/src/renderer/index.html @@ -8,7 +8,6 @@ http-equiv="Content-Security-Policy" content="default-src 'self'; connect-src 'self' http://127.0.0.1:8000 http://192.168.1.17:8000 ws://192.168.1.17:8000 ws://127.0.0.1:8000; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:" /> - diff --git a/src/renderer/src/App.vue b/src/renderer/src/App.vue index a4a8893..489e9a6 100644 --- a/src/renderer/src/App.vue +++ b/src/renderer/src/App.vue @@ -3,9 +3,7 @@ import { RouterView } from "vue-router"