Files
Sub-Store/config/Loon.plugin

20 lines
1.3 KiB
Plaintext
Raw Normal View History

2022-05-05 10:57:56 +08:00
#!name=Sub-Store
2024-05-17 17:49:10 +08:00
#!desc=高级订阅管理工具. 定时任务默认为每天 23 点 55 分. 定时任务指定时将订阅/文件上传到私有 Gist. 在前端, 叫做 '同步' 或 '同步配置'
2022-05-09 11:16:55 +08:00
#!openUrl=https://sub.store
#!author=Peng-YM
2023-08-30 22:49:02 +08:00
#!homepage=https://github.com/sub-store-org/Sub-Store
2022-05-09 11:16:55 +08:00
#!icon=https://raw.githubusercontent.com/58xinian/icon/master/Sub-Store1.png
2023-07-22 13:53:47 +08:00
#!select = 节点缓存有效期,1分钟,5分钟,10分钟,30分钟,1小时,2小时,3小时,6小时,12小时,24小时,48小时,72小时,参数传入
#!select = 响应头缓存有效期,1分钟,5分钟,10分钟,30分钟,1小时,2小时,3小时,6小时,12小时,24小时,48小时,72小时,参数传入
2023-07-22 13:53:47 +08:00
[Rule]
DOMAIN,sub-store.vercel.app,PROXY
2022-05-05 10:57:56 +08:00
2020-08-30 21:52:17 +08:00
[MITM]
2020-08-31 02:14:45 +08:00
hostname=sub.store
2020-08-30 21:52:17 +08:00
[Script]
http-request ^https?:\/\/sub\.store\/((download)|api\/(preview|sync|(utils\/node-info))) script-path=https://raw.githubusercontent.com/sub-store-org/Sub-Store/release/sub-store-1.min.js, requires-body=true, timeout=120, tag=Sub-Store Core
http-request ^https?:\/\/sub\.store script-path=https://raw.githubusercontent.com/sub-store-org/Sub-Store/release/sub-store-0.min.js, requires-body=true, timeout=120, tag=Sub-Store Simple
cron "55 23 * * *" script-path=https://raw.githubusercontent.com/sub-store-org/Sub-Store/release/cron-sync-artifacts.min.js, timeout=120, tag=Sub-Store Sync