Update resource-parser.js

This commit is contained in:
Shawn
2023-06-09 09:23:35 +08:00
parent a8b7003509
commit d69967b961

View File

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