修复一处错误的通知提示

This commit is contained in:
Peng-YM 2020-11-26 14:05:47 +08:00
parent a6374ac9c3
commit 2b3f2bbf28
2 changed files with 3 additions and 3 deletions

View File

@ -295,7 +295,7 @@ function service() {
if (proxies.length === 0) {
$.notify(
`🌍 [Sub-Store] 下载组合订阅失败`,
`未找到组合订阅:${name}`,
`组合订阅:${name}中不含有效节点`,
);
res.status(500).json({
status: "failed",

File diff suppressed because one or more lines are too long