diff --git a/src/views/setting/AccountSettingSystem.vue b/src/views/setting/AccountSettingSystem.vue index 6d149393..f0800b4e 100644 --- a/src/views/setting/AccountSettingSystem.vue +++ b/src/views/setting/AccountSettingSystem.vue @@ -236,9 +236,9 @@ const wallpaperItems = [ ] // 预设部分Github加速站 -const githubMirrorsItems = [ - 'https://mirror.ghproxy.com/', // GitHub Proxy - 'https://ghp.ci/', // GitHub Proxy 子站 +const githubMirrorsItems: string[] = [ + // str: 'https://mirror.ghproxy.com/', // GitHub Proxy + // str: 'https://ghp.ci/', // GitHub Proxy 子站 ] // 预设部分PIP镜像站 @@ -687,7 +687,7 @@ onDeactivated(() => { {