Commit cde52c7e authored by nanahira's avatar nanahira

Merge branch 'master' of git.mycard.moe:mycard/console

parents 13962ae6 62034837
Pipeline #40950 passed with stages
in 4 minutes and 24 seconds
......@@ -149,7 +149,7 @@ export class UpdateService extends ConsoleLogger {
archives.forEach((a) =>
a.fillUrl({
cdnUrlOversize: this.cdnUrlOversize,
...(isChina ? { cdnUrl: this.cdnUrlCn } : { cdnUrl: this.cdnUrl }),
...(isChina ? { cdnUrl: this.cdnUrlCn, cdnUrlBackup: this.cdnUrl } : { cdnUrl: this.cdnUrl }),
})
);
return archives;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment