mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-17 02:07:29 +08:00
fix: 修复桌面歌词不透明显示标题栏的问题
This commit is contained in:
@@ -117,7 +117,7 @@ import { createPlaylist, updatePlaylistTracks } from '@/api/music';
|
||||
import { getUserPlaylist } from '@/api/user';
|
||||
import { useUserStore } from '@/store';
|
||||
import { getImgUrl } from '@/utils';
|
||||
import { hasPermission, getLoginErrorMessage } from '@/utils/auth';
|
||||
import { getLoginErrorMessage, hasPermission } from '@/utils/auth';
|
||||
|
||||
const store = useUserStore();
|
||||
const { t } = useI18n();
|
||||
|
||||
Reference in New Issue
Block a user