diff --git a/config/Loon.plugin b/config/Loon.plugin index 5008e30..2133e85 100644 --- a/config/Loon.plugin +++ b/config/Loon.plugin @@ -9,6 +9,6 @@ hostname=sub.store [Script] -http-request https?:\/\/sub\.store script-path=https://raw.githubusercontent.com/Peng-YM/Sub-Store/master/backend/sub-store.min.js, requires-body=true, timeout=120, tag=Sub-Store +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 -cron "0 0 * * *" script-path=https://raw.githubusercontent.com/sub-store-org/Sub-Store/master/backend/dist/cron-sync-artifacts.min.js, tag=Sub-Store Sync \ No newline at end of file +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 \ No newline at end of file diff --git a/config/QX.snippet b/config/QX.snippet index 5b36a82..b08afbc 100644 --- a/config/QX.snippet +++ b/config/QX.snippet @@ -1,3 +1,3 @@ hostname=sub.store -^https?:\/\/sub\.store url script-analyze-echo-response https://raw.githubusercontent.com/Peng-YM/Sub-Store/master/backend/sub-store.min.js \ No newline at end of file +^https?:\/\/sub\.store url script-analyze-echo-response https://github.com/sub-store-org/Sub-Store/releases/latest/download/sub-store.min.js \ No newline at end of file diff --git a/config/Stash.stoverride b/config/Stash.stoverride index 9c754b0..c793a8e 100644 --- a/config/Stash.stoverride +++ b/config/Stash.stoverride @@ -12,5 +12,5 @@ http: timeout: 120 script-providers: sub-store: - url: https://raw.githubusercontent.com/Peng-YM/Sub-Store/master/backend/sub-store.min.js + url: https://github.com/sub-store-org/Sub-Store/releases/latest/download/sub-store.min.js interval: 86400 \ No newline at end of file diff --git a/config/Surge.sgmodule b/config/Surge.sgmodule index 1a913d8..ad68523 100644 --- a/config/Surge.sgmodule +++ b/config/Surge.sgmodule @@ -4,6 +4,6 @@ hostname=%APPEND% sub.store [Script] -Sub-Store = type=http-request,pattern=^https?:\/\/sub\.store,script-path=https://raw.githubusercontent.com/Peng-YM/Sub-Store/master/backend/sub-store.min.js,requires-body=true,timeout=120,max-size=131072 +Sub-Store = type=http-request,pattern=^https?:\/\/sub\.store,script-path=https://github.com/sub-store-org/Sub-Store/releases/latest/download/,requires-body=true,timeout=120,max-size=131072 -Sub-Store Sync = type=cron,cronexp=0 0 * * *,wake-system=1,timeout=120,script-path=https://raw.githubusercontent.com/sub-store-org/Sub-Store/master/backend/dist/cron-sync-artifacts.min.js \ No newline at end of file +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 \ No newline at end of file