Release 1.6.0

This commit is contained in:
wonfen
2024-04-23 14:25:09 +08:00
Unverified
parent e014fdf3da
commit 6c7afd168a
6 changed files with 41 additions and 5 deletions

View File

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