mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Fix: pound sign handling
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user