From b158fe98766e9aa3b9200cc1acfc70783751711a Mon Sep 17 00:00:00 2001 From: Fushinn <55939146+Xingsandesu@users.noreply.github.com> Date: Wed, 31 Jul 2024 15:07:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=BD=AF=E4=BB=B6=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .shell/get-taichi.sh | 6 +++--- README.md | 4 ++-- core/config.py | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.shell/get-taichi.sh b/.shell/get-taichi.sh index dcdf1ed..c578627 100644 --- a/.shell/get-taichi.sh +++ b/.shell/get-taichi.sh @@ -707,7 +707,7 @@ EOF cat << EOF > /etc/systemd/system/taichi.service [Unit] Description=Taichi - Documentation=https://app.kookoo.top + Documentation=https://taichi.evautocar.com/ After=network.target Wants=network.target @@ -838,7 +838,7 @@ EOF cat << EOF > /etc/systemd/system/taichi.service [Unit] Description=Taichi - Documentation=https://app.kookoo.top + Documentation=https://taichi.evautocar.com/ After=network.target Wants=network.target @@ -1017,7 +1017,7 @@ fi echo "=========太极OS=========" echo "WIKI: https://github.com/Xingsandesu/TaiChi_OS" -echo "官方软件源: https://app.kookoo.top" +echo "官方软件源: https://taichi.evautocar.com/" echo "$status" echo "Docker 路径:$docker_data_path" echo "========================" diff --git a/README.md b/README.md index 1f72b73..cdb5e0a 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ vim /etc/systemd/system/taichi.service ``` [Unit] Description=Taichi - Documentation=https://app.kookoo.top + Documentation=https://taichi.evautocar.com After=network.target Wants=network.target [Service] @@ -214,7 +214,7 @@ systemctl enable taichi ### 官方源 -https://app.kookoo.top +https://taichi.evautocar.com ### 手动部署 diff --git a/core/config.py b/core/config.py index 64fa260..cf16e15 100644 --- a/core/config.py +++ b/core/config.py @@ -10,7 +10,7 @@ # 定义默认值 default_data = { - 'source_url': 'https://app.kookoo.top', + 'source_url': 'https://taichi.evautocar.com/', 'docker_service_config': ( "[Unit]\n" "Description=Docker Application Container Engine\n" @@ -86,6 +86,6 @@ """ TAICHI_OS_WELCOME_MESSAGE = ("\n" - "版本 : 1.0.1.1\n" + "版本 : 1.0.1.2\n" "交流群 : 909881726" "GITHUB : https://github.com/Xingsandesu/TaiChi_OS\n")