mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 17:49:02 +08:00
[+] 重复节点通知中增加订阅名称和重复节点名称
This commit is contained in:
parent
9e3e4c6e46
commit
3fbc280e28
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sub-store",
|
"name": "sub-store",
|
||||||
"version": "2.14.61",
|
"version": "2.14.62",
|
||||||
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
|
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
|
||||||
"main": "src/main.js",
|
"main": "src/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -51,7 +51,7 @@ async function produceArtifact({ type, name, platform }) {
|
|||||||
if (exist[proxy.name]) {
|
if (exist[proxy.name]) {
|
||||||
$.notify(
|
$.notify(
|
||||||
'🌍 Sub-Store',
|
'🌍 Sub-Store',
|
||||||
'⚠️ 订阅包含重复节点!',
|
`⚠️ 订阅 ${name} 包含重复节点 ${proxy.name}!`,
|
||||||
'请仔细检测配置!',
|
'请仔细检测配置!',
|
||||||
{
|
{
|
||||||
'media-url':
|
'media-url':
|
||||||
@ -142,7 +142,7 @@ async function produceArtifact({ type, name, platform }) {
|
|||||||
if (exist[proxy.name]) {
|
if (exist[proxy.name]) {
|
||||||
$.notify(
|
$.notify(
|
||||||
'🌍 Sub-Store',
|
'🌍 Sub-Store',
|
||||||
'⚠️ 订阅包含重复节点!',
|
`⚠️ 组合订阅 ${name} 包含重复节点 ${proxy.name}!`,
|
||||||
'请仔细检测配置!',
|
'请仔细检测配置!',
|
||||||
{
|
{
|
||||||
'media-url':
|
'media-url':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user