mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-06-04 11:13:59 +08:00
Added deprecation notification for Loon resource parser
This commit is contained in:
parent
8dbeb8eff3
commit
4dbafb77c5
@ -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
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user