Created
July 5, 2022 13:53
-
-
Save Peng-YM/5ec016d0abe007e3d102abadd5a88069 to your computer and use it in GitHub Desktop.
Sub-Store Dev Configurations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!name=Sub-Store | |
| #!desc=高级订阅管理工具 | |
| #!openUrl=https://sub.store | |
| #!author=Peng-YM | |
| #!homepage=https://github.com/Peng-YM/Sub-Store | |
| #!icon=https://raw.githubusercontent.com/58xinian/icon/master/Sub-Store1.png | |
| [MITM] | |
| hostname=sub.store | |
| [Script] | |
| http-request https?:\/\/sub\.store script-path=https://raw.githubusercontent.com/Peng-YM/Sub-Store/dev/backend/sub-store.min.js, requires-body=true, timeout=120, tag=Sub-Store |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| hostname=sub.store | |
| ^https?:\/\/sub\.store url script-analyze-echo-response https://raw.githubusercontent.com/Peng-YM/Sub-Store/dev/backend/sub-store.min.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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/dev/backend/sub-store.min.js | |
| interval: 86400 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!name=Sub-Store | |
| #!desc=高级订阅管理工具 @Peng-YM | |
| [MITM] | |
| hostname=%APPEND% sub.store | |
| [Script] | |
| Sub-Store = type=http-request,pattern=^https?:\/\/sub\.store,script-path=https://raw.githubusercontent.com/Peng-YM/Sub-Store/dev/backend/sub-store.min.js,requires-body=true,timeout=120,max-size=131072 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment