mirror of
https://github.com/KOP-XIAO/QuantumultX.git
synced 2026-01-25 21:25:09 +00:00
Update resource-parser.js
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2023-05-31 10:10⟧
|
☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2023-06-09 09:20⟧
|
||||||
----------------------------------------------------------
|
----------------------------------------------------------
|
||||||
🛠 发现 𝐁𝐔𝐆 请反馈: https://t.me/Shawn_Parser_Bot
|
🛠 发现 𝐁𝐔𝐆 请反馈: https://t.me/Shawn_Parser_Bot
|
||||||
⛳️ 关注 🆃🅶 相关频道: https://t.me/QuanX_API
|
⛳️ 关注 🆃🅶 相关频道: https://t.me/QuanX_API
|
||||||
@@ -373,10 +373,10 @@ function ParseUnknown(cnt){
|
|||||||
}
|
}
|
||||||
|
|
||||||
} catch(err) {
|
} catch(err) {
|
||||||
if (!/error|block|invalid/.test(cnt.toLowerCase())) {
|
if (!/error|block|invalid|support/.test(cnt.toLowerCase())) {
|
||||||
$notify("😭 未能识别订阅 " + "⟦" + subtag + "⟧ 的内容", "⚠️ 将尝试直接导入Quantumult X \n 如认为是 BUG, 请点通知跳转并发送链接反馈", "订阅返回内容: 👇 \n"+cnt, bug_link);
|
$notify("😭 未能识别订阅 " + "⟦" + subtag + "⟧ 的内容", "⚠️ 将尝试直接导入Quantumult X \n 如认为是 BUG, 请点通知跳转并 [发送链接] 反馈", "订阅返回内容: 👇 \n"+cnt, bug_link);
|
||||||
} else {
|
} else {
|
||||||
$notify("😭 ⟦" + subtag + "⟧ 返回内容无效", "⚠️ 请自行检查订阅内容", "订阅返回内容: 👇 \n"+cnt, plink0);
|
$notify("💢 ⟦" + subtag + "⟧ 返回内容无效", "😠 请自行检查订阅,不要跑来反馈", "订阅返回内容: 👇 \n"+cnt, plink0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user