From 8fe8838771afea0d4421b934da77d551d4ac35e7 Mon Sep 17 00:00:00 2001 From: itboyhan1 <154587375+itboyhan1@users.noreply.github.com> Date: Wed, 28 May 2025 21:23:38 +0800 Subject: [PATCH] Update README.zh_CN.md --- README.zh_CN.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.zh_CN.md b/README.zh_CN.md index 2f0359e2..cfabc5be 100644 --- a/README.zh_CN.md +++ b/README.zh_CN.md @@ -9,10 +9,10 @@ **一个更好的面板 • 基于Xray Core构建** -[![](https://img.shields.io/github/v/release/mhsanaei/3x-ui.svg)](https://github.com/MHSanaei/3x-ui/releases) -[![](https://img.shields.io/github/actions/workflow/status/mhsanaei/3x-ui/release.yml.svg)](#) -[![GO Version](https://img.shields.io/github/go-mod/go-version/mhsanaei/3x-ui.svg)](#) -[![Downloads](https://img.shields.io/github/downloads/mhsanaei/3x-ui/total.svg)](#) +[![](https://img.shields.io/github/v/release/itboyhan1/3x-ui-xdsb.svg)](https://github.com/itboyhan1/3x-ui-xdsb/releases) +[![](https://img.shields.io/github/actions/workflow/status/itboyhan1/3x-ui-xdsb/release.yml.svg)](#) +[![GO Version](https://img.shields.io/github/go-mod/go-version/itboyhan1/3x-ui-xdsb.svg)](#) +[![Downloads](https://img.shields.io/github/downloads/itboyhan1/3x-ui-xdsb/total.svg)](#) [![License](https://img.shields.io/badge/license-GPL%20V3-blue.svg?longCache=true)](https://www.gnu.org/licenses/gpl-3.0.en.html) > **Disclaimer:** 此项目仅供个人学习交流,请不要用于非法目的,请不要在生产环境中使用。 @@ -32,7 +32,7 @@ ## 安装 & 升级 ``` -bash <(curl -Ls https://github.com/itboyhan1/3x-ui-xdsb/blob/main/install.sh) +bash <(curl -Ls https://raw.githubusercontent.com/itboyhan1/3x-ui-xdsb/refs/tags/v2.6.0/install.sh) ``` ## 安装旧版本 (我们不建议) @@ -40,7 +40,7 @@ bash <(curl -Ls https://github.com/itboyhan1/3x-ui-xdsb/blob/main/install.sh) 要安装您想要的版本,请使用以下安装命令。例如,ver `v1.7.9`: ``` -VERSION=v1.7.9 && bash <(curl -Ls "https://github.com/itboyhan1/3x-ui-xdsb/blob/main/install.sh") $VERSION +VERSION=v1.7.9 && bash <(curl -Ls "https://raw.githubusercontent.com/itboyhan1/3x-ui-xdsb/$VERSION/install.sh") $VERSION ``` ### SSL证书 @@ -116,7 +116,7 @@ case "${ARCH}" in esac -wget https://github.com/MHSanaei/3x-ui/releases/latest/download/x-ui-linux-${XUI_ARCH}.tar.gz +wget https://github.com/itboyhan1/3x-ui-xdsb/releases/latest/download/x-ui-linux-${XUI_ARCH}.tar.gz ``` 2. 下载压缩包后,执行以下命令安装或升级 x-ui: @@ -163,7 +163,7 @@ systemctl restart x-ui 2. 克隆仓库: ```sh - git clone https://github.com/MHSanaei/3x-ui.git + git clone https://github.com/itboyhan1/3x-ui-xdsb.git cd 3x-ui ``` @@ -183,7 +183,7 @@ systemctl restart x-ui --network=host \ --restart=unless-stopped \ --name 3x-ui \ - ghcr.io/mhsanaei/3x-ui:latest + ghcr.io/itboyhan1/3x-ui-xdsb:latest ``` 更新至最新版本