build: Restore core version

This commit is contained in:
MystiPanda 2024-04-30 09:42:25 +08:00
parent c95951c0e4
commit a25b072bf6

View File

@ -100,7 +100,7 @@ async function getLatestAlphaVersion() {
/* ======= clash meta stable ======= */
const META_VERSION_URL =
"https://github.com/MetaCubeX/mihomo/releases/download/v1.18.1/version.txt";
"https://github.com/MetaCubeX/mihomo/releases/latest/download/version.txt";
const META_URL_PREFIX = `https://github.com/MetaCubeX/mihomo/releases/download`;
let META_VERSION;