feat: 优化更新检查 下载 功能

This commit is contained in:
alger
2025-01-04 16:13:37 +08:00
parent 3d3992154a
commit 11ced6b418
6 changed files with 91 additions and 26 deletions
+1 -1
View File
@@ -290,7 +290,7 @@ const checkForUpdates = async (isClick = false) => {
};
const openReleasePage = () => {
window.open(updateInfo.value.releaseInfo?.html_url || 'https://github.com/algerkong/AlgerMusicPlayer/releases/latest', '_blank');
store.commit('SET_SHOW_UPDATE_MODAL', true)
};
const selectDownloadPath = async () => {