mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-17 10:27:30 +08:00
✨ feat: 优化更新检查 下载 功能
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user