Merge branch 'main' into dev

This commit is contained in:
linyuchen 2024-03-19 00:56:33 +08:00
commit 9679f29f48

View File

@ -13,7 +13,7 @@ export async function checkVersion() {
return { result: true, version: version };
}
export async function updateLLOneBot() {
let mirrorGithubList = ["https://mirror.ghproxy.com"];
let mirrorGithubList = ["https://mirror.ghproxy.com/"];
const latestVersion = await getRemoteVersion();
if (latestVersion && latestVersion != "") {
const downloadUrl = "https://github.com/LLOneBot/LLOneBot/releases/download/v" + latestVersion + "/LLOneBot.zip";