Added deprecation notification for Loon resource parser

This commit is contained in:
Peng-YM 2022-05-26 13:49:23 +08:00
parent 8dbeb8eff3
commit 4dbafb77c5
2 changed files with 2 additions and 8 deletions

View File

@ -1,8 +0,0 @@
#!name=Sub-Store 资源解析器
#!desc=Sub-Store 资源解析器 for Loon
#!author=Peng-YM
#!homepage=https://github.com/Peng-YM/Sub-Store
#!icon=https://raw.githubusercontent.com/58xinian/icon/master/Sub-Store1.png
[General]
resource-parser = https://raw.githubusercontent.com/Peng-YM/Sub-Store/master/backend/dist/sub-store-parser.loon.min.js

View File

@ -15,6 +15,8 @@ Sub-Store 资源解析器版 © Peng-YM
const $ = API("sub-store");
const Base64 = new Base64Code();
$.notify("Sub-Store 解析器", "❌ 解析器版本已过期", "点击了解如何升级", { 'open-url': 'https://t.me/cool_scripts/351' });
function parseResource() {
// parse
let result = $resource;