mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-17 02:07:29 +08:00
✨ feat: 优化音乐列表加载和播放逻辑,增强性能和用户体验
This commit is contained in:
@@ -329,6 +329,7 @@ const actions = {
|
||||
commit('setCurrentArtistId', id);
|
||||
},
|
||||
async initializeSystemFonts({ commit, state }) {
|
||||
if (!isElectron) return;
|
||||
// 如果已经有字体列表(不只是默认字体),则不重复获取
|
||||
if (state.systemFonts.length > 1) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user