修改docker部署
Some checks failed
Node.js CI / build (push) Has been cancelled
Close stale issues / stale (push) Has been cancelled

This commit is contained in:
apple
2026-03-14 16:31:38 +08:00
parent a8d2b84f35
commit 06f5d7d143
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ const dest = path.resolve(process.cwd(), 'public/intl/country');
const files = fs.readdirSync(src);
const getUrl = locale =>
`https://raw.githubusercontent.com/umpirsky/country-list/master/data/${locale}/country.json`;
`https://hub.diyla.com/https://raw.githubusercontent.com/umpirsky/country-list/master/data/${locale}/country.json`;
const asyncForEach = async (array, callback) => {
for (let index = 0; index < array.length; index++) {