From 29ed7692aed0638cfee836bd13bccdf34af035b0 Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Thu, 7 Aug 2025 20:02:52 +0800 Subject: [PATCH] Update Readme --- README-en.md | 10 +++++++++- README.md | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/README-en.md b/README-en.md index 64f3e4199..777ef70f1 100644 --- a/README-en.md +++ b/README-en.md @@ -53,7 +53,15 @@ In the `Shell Script` task type in the `1Panel` scheduled tasks, add and execute ```shell curl -sSL https://raw.githubusercontent.com/pooneyy/1Panel-Appstore/refs/heads/script/update_local_appstore.sh | bash ``` -OR +jsdelivr +```shell +curl -sSL https://fastly.jsdelivr.net/gh/pooneyy/1Panel-Appstore@script/update_local_appstore.sh | bash +``` +JSDMirror(Tencent EdgeOne) +```shell +curl -sSL https://cdn.jsdmirror.com/gh/pooneyy/1Panel-Appstore@script/update_local_appstore.sh | bash +``` +gh-proxy.com(Cloudflare) ```shell curl -sSL https://gh-proxy.com/raw.githubusercontent.com/pooneyy/1Panel-Appstore/refs/heads/script/update_local_appstore.sh | bash ``` diff --git a/README.md b/README.md index 98b4dc578..8d7782ea4 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,15 @@ ```shell curl -sSL https://raw.githubusercontent.com/pooneyy/1Panel-Appstore/refs/heads/script/update_local_appstore.sh | bash ``` -或者 +jsdelivr +```shell +curl -sSL https://fastly.jsdelivr.net/gh/pooneyy/1Panel-Appstore@script/update_local_appstore.sh | bash +``` +JSDMirror(Tencent EdgeOne) +```shell +curl -sSL https://cdn.jsdmirror.com/gh/pooneyy/1Panel-Appstore@script/update_local_appstore.sh | bash +``` +gh-proxy.com(Cloudflare) ```shell curl -sSL https://gh-proxy.com/raw.githubusercontent.com/pooneyy/1Panel-Appstore/refs/heads/script/update_local_appstore.sh | bash ```