From 4a2f5be6c5c186e6ad80aa45167ca3b6495f3af4 Mon Sep 17 00:00:00 2001 From: kdletters Date: Wed, 2 Sep 2026 11:14:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=20AGC=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=9F=9F=E5=90=8D=E9=97=A8=E7=A6=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 允许受信任 OSS 更新资源域名 保持客户端更新网络范围与运行时配置一致 --- scripts/check-native-shells.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/check-native-shells.mjs b/scripts/check-native-shells.mjs index 293154ad9..e99d87784 100644 --- a/scripts/check-native-shells.mjs +++ b/scripts/check-native-shells.mjs @@ -2425,6 +2425,7 @@ function assertAiGameCreatorShellUserDevBoundary() { JSON.stringify([ { url: 'https://dev.genarrative.world/api/*' }, { url: 'https://www.genarrative.world/api/*' }, + { url: 'https://agc-dev.oss-rg-china-mainland.aliyuncs.com/*' }, { url: 'https://*/api/*' }, { url: 'http://localhost:*/*' }, { url: 'http://127.0.0.1:*/*' },