diff --git a/scripts/check-native-shells.mjs b/scripts/check-native-shells.mjs index 7b5447faf..b7eecde13 100644 --- a/scripts/check-native-shells.mjs +++ b/scripts/check-native-shells.mjs @@ -2588,6 +2588,8 @@ function assertAiGameCreatorShellUserDevBoundary() { ]) ) { throw new Error( + // 更新清单与安装包下载已改由 tauri-plugin-updater 在原生侧完成, + // 不再需要为 webview 的 http 插件放行 OSS 域名。 'AI game creator native HTTP scope must match the release, dev, custom HTTPS, and loopback API boundary', ); }