update: snapshot link

This commit is contained in:
aisouler
2024-02-23 21:42:34 +08:00
parent a40bada3a1
commit e6103bfcee
1356 changed files with 5993 additions and 5993 deletions

View File

@@ -284,7 +284,7 @@ export const checkConfig = (newConfig: RawSubscription) => {
groupKey: g.key,
});
throw new Error(
`invalid snapshotUrls: ${u}\nit should like https://i.gkd.li/import/12506571 or https://i.gkd.li/i/14362119`,
`invalid snapshotUrls: ${u}\nit should like https://i.gkd.li/i/12506571 or https://i.gkd.li/i/14362119`,
);
}
});
@@ -299,7 +299,7 @@ export const checkConfig = (newConfig: RawSubscription) => {
ruleKey: r.key,
});
throw new Error(
`invalid snapshotUrls: ${u}\nit should like https://i.gkd.li/import/12506571 or https://i.gkd.li/i/14362119`,
`invalid snapshotUrls: ${u}\nit should like https://i.gkd.li/i/12506571 or https://i.gkd.li/i/14362119`,
);
}
});