Skip to content

Commit dcbc226

Browse files
committed
修改 GH 代理地址为 https://ghfast.top/,更新 Desktop.vue、beta.sh 和 v2.sh 文件中的相关配置
1 parent f8112e7 commit dcbc226

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/.vuepress/components/Desktop.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { NButtonGroup, NImage, NSpace, NButton, NDropdown } from "naive-ui"
33
import { computed, ref } from "vue"
44
// import { api } from "./api";
55
6-
const proxy = "https://mirror.ghproxy.com/"
6+
const proxy = "https://ghfast.top/"
77
const res = await fetch(`https://ad-api.nn.ci/v0/app/latest`)
88
const data = await res.json()
99
const version = data.version as string

docs/.vuepress/public/beta.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ elif [ "$platform" = "aarch64" ]; then
4242
ARCH=arm64
4343
fi
4444

45-
GH_PROXY='https://mirror.ghproxy.com/'
45+
GH_PROXY='https://ghfast.top/'
4646

4747
if [ "$(id -u)" != "0" ]; then
4848
echo -e "\r\n${RED_COLOR}出错了,请使用 root 权限重试!${RES}\r\n" 1>&2

docs/.vuepress/public/v2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ BLUE_COLOR='\e[1;34m'
2222
PINK_COLOR='\e[1;35m'
2323
SHAN='\e[1;33;5m'
2424
RES='\e[0m'
25-
GH_PROXY='https://mirror.ghproxy.com/'
25+
GH_PROXY='https://ghfast.top/'
2626
clear
2727

2828
# Get platform

0 commit comments

Comments
 (0)