From 48a601f776eb79c1e4be801cd3113bc373a29bb3 Mon Sep 17 00:00:00 2001 From: ArvinLovegood Date: Sat, 5 Jul 2025 08:01:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(app):=E6=B7=BB=E5=8A=A0macos=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E6=94=AF=E6=8C=81=E5=B9=B6=E4=BC=98=E5=8C=96=E5=BA=94?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 导入 Windows 特定的库,如 systray 和 toast - 更新 go.mod 和 go.sum 文件以包含新库 - 修改 App.d.ts 和 App.js 以支持 Windows 功能 - 更新 GitHub Actions以构建 Windows 版本 - 优化 Windows 平台上的浏览器检查逻辑 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cdf0f22..9aabc88 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,8 +21,8 @@ jobs: - name: 'go-stock-windows-amd64.exe' platform: 'windows/amd64' os: 'windows-latest' - - name: 'go-stock-windows-arm64.exe' - platform: 'windows/arm64' + - name: 'go-stock-windows-universal.exe' + platform: 'windows/universal' os: 'windows-latest' # - name: 'go-stock-linux-amd64' # platform: 'linux/amd64'