mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
fix: 链接错误
This commit is contained in:
@@ -190,7 +190,7 @@ export const checkConfig = (newConfig: SubscriptionConfig) => {
|
||||
groupKey: g.key,
|
||||
});
|
||||
throw new Error(
|
||||
`invalid snapshotUrls: ${u}\nit should like https://i.gkd.li/import/import/12506571`,
|
||||
`invalid snapshotUrls: ${u}\nit should like https://i.gkd.li/import/12506571`,
|
||||
);
|
||||
}
|
||||
});
|
||||
@@ -205,7 +205,7 @@ export const checkConfig = (newConfig: SubscriptionConfig) => {
|
||||
ruleKey: r.key,
|
||||
});
|
||||
throw new Error(
|
||||
`invalid snapshotUrls: ${u}\nit should like https://i.gkd.li/import/import/12506571`,
|
||||
`invalid snapshotUrls: ${u}\nit should like https://i.gkd.li/import/12506571`,
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user