Update resource-parser.js

This commit is contained in:
Shawn
2020-07-21 18:16:18 +08:00
committed by GitHub
parent 7bd6abcb01
commit 3bc900e57f

View File

@@ -1,5 +1,5 @@
/** /**
☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2020-07-17 10:59⟧ ☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2020-07-21 18:59⟧
---------------------------------------------------------- ----------------------------------------------------------
🛠 发现 𝐁𝐔𝐆 请反馈: @Shawn_KOP_bot 🛠 发现 𝐁𝐔𝐆 请反馈: @Shawn_KOP_bot
⛳️ 关注 🆃🅶 相关频道: https://t.me/QuanX_API ⛳️ 关注 🆃🅶 相关频道: https://t.me/QuanX_API
@@ -1603,4 +1603,4 @@ function OR(...args) {
function NOT(array) { function NOT(array) {
return array.map(c => !c); return array.map(c => !c);
} }