chore: use i.gkd.li

This commit is contained in:
lisonge
2023-11-10 00:54:02 +08:00
parent 8007217a43
commit edc2a98db4
728 changed files with 2641 additions and 2641 deletions

View File

@@ -190,7 +190,7 @@ export const checkConfig = (newConfig: SubscriptionConfig) => {
groupKey: g.key,
});
throw new Error(
`invalid snapshotUrls: ${u}\nit should like https://gkd-kit.gitee.io/import/12506571`,
`invalid snapshotUrls: ${u}\nit should like https://i.gkd.li/import/import/12506571`,
);
}
});
@@ -205,7 +205,7 @@ export const checkConfig = (newConfig: SubscriptionConfig) => {
ruleKey: r.key,
});
throw new Error(
`invalid snapshotUrls: ${u}\nit should like https://gkd-kit.gitee.io/import/12506571`,
`invalid snapshotUrls: ${u}\nit should like https://i.gkd.li/import/import/12506571`,
);
}
});