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")