mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-07-31 02:02:00 +08:00
build: Update config files
This commit is contained in:
parent
3de8a1d5be
commit
cca5c18d9c
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -51,3 +51,4 @@ jobs:
|
|||||||
./backend/dist/sub-store-0.min.js
|
./backend/dist/sub-store-0.min.js
|
||||||
./backend/dist/sub-store-1.min.js
|
./backend/dist/sub-store-1.min.js
|
||||||
./backend/dist/sub-store-parser.loon.min.js
|
./backend/dist/sub-store-parser.loon.min.js
|
||||||
|
./backend/dist/cron-sync-artifacts.js
|
||||||
|
6
backend/dist/cron-sync-artifacts.min.js
vendored
6
backend/dist/cron-sync-artifacts.min.js
vendored
File diff suppressed because one or more lines are too long
6
backend/dist/sub-store-0.min.js
vendored
6
backend/dist/sub-store-0.min.js
vendored
File diff suppressed because one or more lines are too long
6
backend/dist/sub-store-1.min.js
vendored
6
backend/dist/sub-store-1.min.js
vendored
File diff suppressed because one or more lines are too long
6
backend/dist/sub-store-parser.loon.min.js
vendored
6
backend/dist/sub-store-parser.loon.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sub-store",
|
"name": "sub-store",
|
||||||
"version": "2.13.1",
|
"version": "2.13.2",
|
||||||
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
|
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
|
||||||
"main": "src/main.js",
|
"main": "src/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
6
backend/sub-store.min.js
vendored
6
backend/sub-store.min.js
vendored
File diff suppressed because one or more lines are too long
@ -9,6 +9,7 @@
|
|||||||
hostname=sub.store
|
hostname=sub.store
|
||||||
|
|
||||||
[Script]
|
[Script]
|
||||||
http-request https?:\/\/sub\.store script-path=https://github.com/sub-store-org/Sub-Store/releases/latest/download/sub-store.min.js, requires-body=true, timeout=120, tag=Sub-Store
|
http-request ^https?:\/\/sub\.store\/((download)|api\/(preview|sync|(utils\/node-info))) script-path=https://github.com/sub-store-org/Sub-Store/releases/latest/download/sub-store-1.min.js, requires-body=true, timeout=120, tag=Sub-Store Core
|
||||||
|
http-request https?:\/\/sub\.store script-path=https://github.com/sub-store-org/Sub-Store/releases/latest/download/sub-store-0.min.js, requires-body=true, timeout=120, tag=Sub-Store Simple
|
||||||
|
|
||||||
cron "0 0 * * *" script-path=https://github.com/sub-store-org/Sub-Store/releases/latest/download/cron-sync-artifacts.min.js, tag=Sub-Store Sync
|
cron "0 0 * * *" script-path=https://github.com/sub-store-org/Sub-Store/releases/latest/download/cron-sync-artifacts.min.js, tag=Sub-Store Sync
|
@ -1,3 +1,4 @@
|
|||||||
hostname=sub.store
|
hostname=sub.store
|
||||||
|
|
||||||
^https?:\/\/sub\.store url script-analyze-echo-response https://github.com/sub-store-org/Sub-Store/releases/latest/download/sub-store.min.js
|
^https?:\/\/sub\.store\/((download)|api\/(preview|sync|(utils\/node-info))) url script-analyze-echo-response https://github.com/sub-store-org/Sub-Store/releases/latest/download/sub-store-1.min.js
|
||||||
|
^https?:\/\/sub\.store url script-analyze-echo-response https://github.com/sub-store-org/Sub-Store/releases/latest/download/sub-store-0.min.js
|
@ -5,8 +5,13 @@ http:
|
|||||||
mitm:
|
mitm:
|
||||||
- sub.store
|
- sub.store
|
||||||
script:
|
script:
|
||||||
|
- match: ^https?:\/\/sub\.store\/((download)|api\/(preview|sync|(utils\/node-info)))
|
||||||
|
name: sub-store-1
|
||||||
|
type: request
|
||||||
|
require-body: true
|
||||||
|
timeout: 120
|
||||||
- match: ^https?:\/\/sub\.store
|
- match: ^https?:\/\/sub\.store
|
||||||
name: sub-store
|
name: sub-store-0
|
||||||
type: request
|
type: request
|
||||||
require-body: true
|
require-body: true
|
||||||
timeout: 120
|
timeout: 120
|
||||||
@ -18,8 +23,12 @@ cron:
|
|||||||
timeout: 120
|
timeout: 120
|
||||||
|
|
||||||
script-providers:
|
script-providers:
|
||||||
sub-store:
|
sub-store-0:
|
||||||
url: https://github.com/sub-store-org/Sub-Store/releases/latest/download/sub-store.min.js
|
url: https://github.com/sub-store-org/Sub-Store/releases/latest/download/sub-store-0.min.js
|
||||||
|
interval: 86400
|
||||||
|
|
||||||
|
sub-store-1:
|
||||||
|
url: https://github.com/sub-store-org/Sub-Store/releases/latest/download/sub-store-1.min.js
|
||||||
interval: 86400
|
interval: 86400
|
||||||
|
|
||||||
cron-sync-artifacts:
|
cron-sync-artifacts:
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
hostname=%APPEND% sub.store
|
hostname=%APPEND% sub.store
|
||||||
|
|
||||||
[Script]
|
[Script]
|
||||||
Sub-Store = type=http-request,pattern=^https?:\/\/sub\.store,script-path=https://github.com/sub-store-org/Sub-Store/releases/latest/download/sub-store.min.js,requires-body=true,timeout=120,max-size=131072,ability=http-client-policy
|
Sub-Store Core=type=http-request,pattern=^https?:\/\/sub\.store\/((download)|api\/(preview|sync|(utils\/node-info))),script-path=https://github.com/sub-store-org/Sub-Store/releases/latest/download/sub-store-1.min.js,requires-body=true,timeout=120,ability=http-client-policy
|
||||||
|
Sub-Store Simple=type=http-request,pattern=^https?:\/\/sub\.store,script-path=https://github.com/sub-store-org/Sub-Store/releases/latest/download/sub-store-0.min.js,requires-body=true
|
||||||
|
|
||||||
Sub-Store Sync = type=cron,cronexp=0 0 * * *,wake-system=1,timeout=120,script-path=https://github.com/sub-store-org/Sub-Store/releases/latest/download/cron-sync-artifacts.min.js
|
Sub-Store Sync=type=cron,cronexp=0 0 * * *,wake-system=1,timeout=120,script-path=https://github.com/sub-store-org/Sub-Store/releases/latest/download/cron-sync-artifacts.min.js
|
||||||
|
0
scripts/media-filter.js
Normal file
0
scripts/media-filter.js
Normal file
Loading…
x
Reference in New Issue
Block a user