fix: 修复桌面歌词不透明显示标题栏的问题

This commit is contained in:
alger
2025-10-11 20:23:15 +08:00
parent c83ad48ef4
commit dc8957dcf2
4 changed files with 2 additions and 26 deletions
@@ -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();