From 77a5440dc92b688a5c33a1e21b5084eae7317529 Mon Sep 17 00:00:00 2001 From: xingteh Date: Mon, 17 Aug 2026 19:14:05 +0800 Subject: [PATCH] Update LPSHelper config --- lpshelper_remote_config/ghfast.json | 6 ++++++ lpshelper_remote_config/ghproxy.json | 6 ++++++ .../gitea.json | 0 .../github.json | 0 lpshelper_remote_config/jsdelivr-fastly.json | 6 ++++++ lpshelper_remote_config/jsdelivr-gcore.json | 6 ++++++ lpshelper_remote_config/jsdelivr.json | 6 ++++++ lpshelper_remote_config/jsdmirror-cn.json | 6 ++++++ lpshelper_remote_config/jsdmirror.json | 6 ++++++ 9 files changed, 42 insertions(+) create mode 100644 lpshelper_remote_config/ghfast.json create mode 100644 lpshelper_remote_config/ghproxy.json rename lpshelper_remote_config_gitea.json => lpshelper_remote_config/gitea.json (100%) rename lpshelper_remote_config.json => lpshelper_remote_config/github.json (100%) create mode 100644 lpshelper_remote_config/jsdelivr-fastly.json create mode 100644 lpshelper_remote_config/jsdelivr-gcore.json create mode 100644 lpshelper_remote_config/jsdelivr.json create mode 100644 lpshelper_remote_config/jsdmirror-cn.json create mode 100644 lpshelper_remote_config/jsdmirror.json diff --git a/lpshelper_remote_config/ghfast.json b/lpshelper_remote_config/ghfast.json new file mode 100644 index 0000000..207539e --- /dev/null +++ b/lpshelper_remote_config/ghfast.json @@ -0,0 +1,6 @@ +{ + "unsup": "https://ghfast.top/https://raw.githubusercontent.com/mtrlps-community/LetsPlay-Packwiz/unsup/pack.toml", + "rpu": "https://ghfast.top/https://raw.githubusercontent.com/mtrlps-community/lps-community-guide/main/doc/assets/gameresources/client_config.json", + "gtehserverlistsync": "https://ghfast.top/https://raw.githubusercontent.com/mtrlps-community/static/main/servers.json", + "slideshowproxy": "https://ghfast.top/https://raw.githubusercontent.com/mtrlps-community/static/main/rewrite_config.json" +} \ No newline at end of file diff --git a/lpshelper_remote_config/ghproxy.json b/lpshelper_remote_config/ghproxy.json new file mode 100644 index 0000000..6e3ab79 --- /dev/null +++ b/lpshelper_remote_config/ghproxy.json @@ -0,0 +1,6 @@ +{ + "unsup": "https://gh-proxy.org/https://github.com/mtrlps-community/LetsPlay-Packwiz/raw/refs/heads/unsup/pack.toml", + "rpu": "https://gh-proxy.org/https://github.com/mtrlps-community/lps-community-guide/raw/refs/heads/main/docs/assets/gameresources/client_config.json", + "gtehserverlistsync": "https://gh-proxy.org/https://github.com/mtrlps-community/static/raw/refs/heads/main/servers.json", + "slideshowproxy": "https://gh-proxy.org/https://github.com/mtrlps-community/static/raw/refs/heads/main/rewrite_config.json" +} \ No newline at end of file diff --git a/lpshelper_remote_config_gitea.json b/lpshelper_remote_config/gitea.json similarity index 100% rename from lpshelper_remote_config_gitea.json rename to lpshelper_remote_config/gitea.json diff --git a/lpshelper_remote_config.json b/lpshelper_remote_config/github.json similarity index 100% rename from lpshelper_remote_config.json rename to lpshelper_remote_config/github.json diff --git a/lpshelper_remote_config/jsdelivr-fastly.json b/lpshelper_remote_config/jsdelivr-fastly.json new file mode 100644 index 0000000..cd0d005 --- /dev/null +++ b/lpshelper_remote_config/jsdelivr-fastly.json @@ -0,0 +1,6 @@ +{ + "unsup": "https://fastly.jsdelivr.net/gh/mtrlps-community/LetsPlay-Packwiz@unsup/pack.toml", + "rpu": "https://fastly.jsdelivr.net/gh/mtrlps-community/lps-community-guide@main/docs/assets/gameresources/client_config.json", + "gtehserverlistsync": "https://fastly.jsdelivr.net/gh/mtrlps-community/static@main/servers.json", + "slideshowproxy": "https://fastly.jsdelivr.net/gh/mtrlps-community/static@main/rewrite_config.json" +} \ No newline at end of file diff --git a/lpshelper_remote_config/jsdelivr-gcore.json b/lpshelper_remote_config/jsdelivr-gcore.json new file mode 100644 index 0000000..06d04a5 --- /dev/null +++ b/lpshelper_remote_config/jsdelivr-gcore.json @@ -0,0 +1,6 @@ +{ + "unsup": "https://gcore.jsdelivr.net/gh/mtrlps-community/LetsPlay-Packwiz@unsup/pack.toml", + "rpu": "https://gcore.jsdelivr.net/gh/mtrlps-community/lps-community-guide@main/docs/assets/gameresources/client_config.json", + "gtehserverlistsync": "https://gcore.jsdelivr.net/gh/mtrlps-community/static@main/servers.json", + "slideshowproxy": "https://gcore.jsdelivr.net/gh/mtrlps-community/static@main/rewrite_config.json" +} \ No newline at end of file diff --git a/lpshelper_remote_config/jsdelivr.json b/lpshelper_remote_config/jsdelivr.json new file mode 100644 index 0000000..548e0d3 --- /dev/null +++ b/lpshelper_remote_config/jsdelivr.json @@ -0,0 +1,6 @@ +{ + "unsup": "https://cdn.jsdelivr.net/gh/mtrlps-community/LetsPlay-Packwiz@unsup/pack.toml", + "rpu": "https://cdn.jsdelivr.net/gh/mtrlps-community/lps-community-guide@main/docs/assets/gameresources/client_config.json", + "gtehserverlistsync": "https://cdn.jsdelivr.net/gh/mtrlps-community/static@main/servers.json", + "slideshowproxy": "https://cdn.jsdelivr.net/gh/mtrlps-community/static@main/rewrite_config.json" +} \ No newline at end of file diff --git a/lpshelper_remote_config/jsdmirror-cn.json b/lpshelper_remote_config/jsdmirror-cn.json new file mode 100644 index 0000000..b4ddd4c --- /dev/null +++ b/lpshelper_remote_config/jsdmirror-cn.json @@ -0,0 +1,6 @@ +{ + "unsup": "https://cdn.jsdmirror.cn/gh/mtrlps-community/LetsPlay-Packwiz@unsup/pack.toml", + "rpu": "https://cdn.jsdmirror.cn/gh/mtrlps-community/lps-community-guide@main/docs/assets/gameresources/client_config.json", + "gtehserverlistsync": "https://cdn.jsdmirror.cn/gh/mtrlps-community/static@main/servers.json", + "slideshowproxy": "https://cdn.jsdmirror.cn/gh/mtrlps-community/static@main/rewrite_config.json" +} \ No newline at end of file diff --git a/lpshelper_remote_config/jsdmirror.json b/lpshelper_remote_config/jsdmirror.json new file mode 100644 index 0000000..ffbeab8 --- /dev/null +++ b/lpshelper_remote_config/jsdmirror.json @@ -0,0 +1,6 @@ +{ + "unsup": "https://cdn.jsdmirror.com/gh/mtrlps-community/LetsPlay-Packwiz@unsup/pack.toml", + "rpu": "https://cdn.jsdmirror.com/gh/mtrlps-community/lps-community-guide@main/docs/assets/gameresources/client_config.json", + "gtehserverlistsync": "https://cdn.jsdmirror.com/gh/mtrlps-community/static@main/servers.json", + "slideshowproxy": "https://cdn.jsdmirror.com/gh/mtrlps-community/static@main/rewrite_config.json" +} \ No newline at end of file