From 82b06f80b5ac108991f906dd0f7e55575822cd4b Mon Sep 17 00:00:00 2001 From: Booker Date: Tue, 26 May 2026 22:00:17 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=20H5=20=E6=97=A7?= =?UTF-8?q?=E7=89=88=E4=B8=BB=E6=9C=BA=E4=B8=BA=E8=A7=84=E8=8C=83=E4=B8=BB?= =?UTF-8?q?=E6=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/config/app_config.dart | 2 +- test/widget_test.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/config/app_config.dart b/lib/config/app_config.dart index 8f45ea5..a5fb4d8 100644 --- a/lib/config/app_config.dart +++ b/lib/config/app_config.dart @@ -8,7 +8,7 @@ class AppConfig { static const String appLogo = ''; static const String canonicalWebHost = 'h5-im.imharry.work'; static const Set legacyWebHosts = { - 'h5-test.imharry.work', + 'h5-im.imharry.work', }; static final Map> _environmentHosts = { diff --git a/test/widget_test.dart b/test/widget_test.dart index 418304e..308a061 100644 --- a/test/widget_test.dart +++ b/test/widget_test.dart @@ -51,7 +51,7 @@ void main() { test('rewrites legacy H5 host main-frame URLs to the canonical host', () { final uri = Uri.parse( AppConfig.canonicalizeMainFrameUrl( - 'https://h5-test.imharry.work/login?from=runtime' + 'https://h5-im.imharry.work/login?from=runtime' '&shell_app_name=Old#shell_app_logo=old', ), );