From 9c60e735319b265a259fa6d92688f3c60eddbcaa Mon Sep 17 00:00:00 2001 From: dev Date: Mon, 21 Mar 2022 22:47:42 +0800 Subject: [PATCH] add Stash for iOS --- config/README.md | 8 ++++++-- config/Stash.stoverride | 16 ++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 config/Stash.stoverride diff --git a/config/README.md b/config/README.md index 61b46bc..1f85cc9 100644 --- a/config/README.md +++ b/config/README.md @@ -29,10 +29,14 @@ QX暂时需要通过backend方式使用,添加如下配置。注意,HTTP bac https://raw.githubusercontent.com/Peng-YM/Sub-Store/master/backend/sub-store.js, tag=Sub-Store, path=/, enabled=true ``` +## 4. Stash +推荐直接使用[覆写](https://raw.githubusercontent.com/Peng-YM/Sub-Store/master/config/Stash.stoverride)。 + + ## 界面配置: -### 1. Loon & Surge -Loon和Surge用户,打开这个[页面](https://sub-store.vercel.app/)即可。 +### 1. Loon, Surge & Stash +Loon,Surge和Stash用户,打开这个[页面](https://sub-store.vercel.app/)即可。 ### 2. QX QX用户需要曲线救国,使用[JSBox版本]()。 \ No newline at end of file diff --git a/config/Stash.stoverride b/config/Stash.stoverride new file mode 100644 index 0000000..9c754b0 --- /dev/null +++ b/config/Stash.stoverride @@ -0,0 +1,16 @@ +name: Sub-Store +desc: 高级订阅管理工具 @Peng-YM + +http: + mitm: + - sub.store + script: + - match: ^https?:\/\/sub\.store + name: sub-store + type: request + require-body: true + timeout: 120 +script-providers: + sub-store: + url: https://raw.githubusercontent.com/Peng-YM/Sub-Store/master/backend/sub-store.min.js + interval: 86400 \ No newline at end of file