From fd654f21ac4fd407f6c4a925642010700442ff9c Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Thu, 16 Jul 2026 04:03:13 +0800 Subject: [PATCH] =?UTF-8?q?ci(windows):=20=E6=9E=84=E5=BB=BA=E6=B3=A8?= =?UTF-8?q?=E5=85=A5=E7=94=9F=E4=BA=A7=E5=90=8E=E7=AB=AF=20BASE=5FURL/PUBL?= =?UTF-8?q?IC=5FURL=3Dhttps://jiu.51yanmei.com(=E5=8E=9F=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=20localhost=20=E8=BF=9E=E4=B8=8D=E4=B8=8A=E5=90=8E=E7=AB=AF)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5ac62e5..6367096 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -27,7 +27,7 @@ jobs: - run: flutter pub get - - run: flutter build windows --release + - run: flutter build windows --release --dart-define=BASE_URL=https://jiu.51yanmei.com --dart-define=PUBLIC_URL=https://jiu.51yanmei.com - name: Package Release shell: pwsh