Fix: pound sign handling

This commit is contained in:
SukkaW
2025-08-18 00:34:28 +08:00
parent bae38ea3a8
commit 8ec28f6260
3 changed files with 14 additions and 10 deletions

View File

@@ -88,8 +88,6 @@ export const buildCdnDownloadConf = task(require.main === module, __filename)(as
steamDomainSetPromise
]);
console.log(JSON.stringify(cdnDomainsList, null, 2));
// Move S3 domains to download domain set, since S3 files may be large
appendArrayInPlace(downloadDomainSet, S3OSSDomains);
appendArrayInPlace(downloadDomainSet, steamDomainSet);