mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-12 09:48:59 +08:00
Update Egern.yaml
This commit is contained in:
parent
fe3da254f4
commit
d4c419745e
@ -1,10 +1,10 @@
|
|||||||
name: Sub-Store
|
name: Sub-Store
|
||||||
description: "支持 Surge 正式版的参数设置功能. 测落地功能 ability: http-client-policy, 同步配置的定时 cronexp: 55 23 * * *"
|
description: '支持 Surge 正式版的参数设置功能. 测落地功能 ability: http-client-policy, 同步配置的定时 cronexp: 55 23 * * *'
|
||||||
compat_arguments:
|
compat_arguments:
|
||||||
ability: http-client-policy
|
ability: http-client-policy
|
||||||
cronexp: 55 23 * * *
|
cronexp: 55 23 * * *
|
||||||
sync: '"Sub-Store Sync"'
|
sync: '"Sub-Store Sync"'
|
||||||
timeout: "120"
|
timeout: '120'
|
||||||
engine: auto
|
engine: auto
|
||||||
produce: '"# Sub-Store Produce"'
|
produce: '"# Sub-Store Produce"'
|
||||||
produce_cronexp: 50 */6 * * *
|
produce_cronexp: 50 */6 * * *
|
||||||
@ -23,15 +23,16 @@ scriptings:
|
|||||||
script_url: https://raw.githubusercontent.com/sub-store-org/Sub-Store/release/sub-store-0.min.js
|
script_url: https://raw.githubusercontent.com/sub-store-org/Sub-Store/release/sub-store-0.min.js
|
||||||
body_required: true
|
body_required: true
|
||||||
- schedule:
|
- schedule:
|
||||||
name: "{{{sync}}}"
|
name: '{{{sync}}}'
|
||||||
cron: "{{{cronexp}}}"
|
cron: '{{{cronexp}}}'
|
||||||
script_url: https://raw.githubusercontent.com/sub-store-org/Sub-Store/release/cron-sync-artifacts.min.js
|
script_url: https://raw.githubusercontent.com/sub-store-org/Sub-Store/release/cron-sync-artifacts.min.js
|
||||||
- schedule:
|
- schedule:
|
||||||
name: "{{{produce}}}"
|
name: '{{{produce}}}'
|
||||||
cron: "{{{produce_cronexp}}}"
|
cron: '{{{produce_cronexp}}}'
|
||||||
script_url: https://raw.githubusercontent.com/sub-store-org/Sub-Store/release/cron-sync-artifacts.min.js
|
script_url: https://raw.githubusercontent.com/sub-store-org/Sub-Store/release/cron-sync-artifacts.min.js
|
||||||
arguments:
|
arguments:
|
||||||
_compat.$argument: '"sub={{{produce_sub}}}&col={{{produce_col}}}"'
|
_compat.$argument: '"sub={{{produce_sub}}}&col={{{produce_col}}}"'
|
||||||
mitm:
|
mitm:
|
||||||
hostnames:
|
hostnames:
|
||||||
|
includes:
|
||||||
- sub.store
|
- sub.store
|
||||||
|
Loading…
x
Reference in New Issue
Block a user