feat: 添加远程控制功能,支持远程控制音乐播放操作

This commit is contained in:
alger
2025-04-29 23:21:16 +08:00
parent 0128662ed2
commit c82ffd0c7d
14 changed files with 995 additions and 10 deletions
@@ -168,7 +168,6 @@ import {
setBackgroundImg
} from '@/utils';
import { getArtistDetail } from '@/api/artist';
import { cloneDeep } from 'lodash';
const userStore = useUserStore();
const playerStore = usePlayerStore();