fix: checkVersion Mirror

This commit is contained in:
手瓜一十雪
2024-05-14 14:43:52 +08:00
committed by GitHub
parent a3fc018186
commit 11ed06148c

View File

@@ -5,7 +5,7 @@ import { copyFolder, httpDownload, log, PLUGIN_DIR, TEMP_DIR } from '.'
import compressing from 'compressing'
const downloadMirrorHosts = ['https://mirror.ghproxy.com/']
const checkVersionMirrorHosts = ['https://521github.com']
const checkVersionMirrorHosts = ['https://kkgithub.com']
export async function checkNewVersion() {
const latestVersionText = await getRemoteVersion()