diff --git a/backend/package.json b/backend/package.json index 6d4e6eb..3f487b8 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "sub-store", - "version": "2.14.61", + "version": "2.14.62", "description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.", "main": "src/main.js", "scripts": { diff --git a/backend/src/restful/sync.js b/backend/src/restful/sync.js index 67a85ee..2cdebac 100644 --- a/backend/src/restful/sync.js +++ b/backend/src/restful/sync.js @@ -51,7 +51,7 @@ async function produceArtifact({ type, name, platform }) { if (exist[proxy.name]) { $.notify( '🌍 Sub-Store', - '⚠️ 订阅包含重复节点!', + `⚠️ 订阅 ${name} 包含重复节点 ${proxy.name}!`, '请仔细检测配置!', { 'media-url': @@ -142,7 +142,7 @@ async function produceArtifact({ type, name, platform }) { if (exist[proxy.name]) { $.notify( '🌍 Sub-Store', - '⚠️ 订阅包含重复节点!', + `⚠️ 组合订阅 ${name} 包含重复节点 ${proxy.name}!`, '请仔细检测配置!', { 'media-url':