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
+1 -1
View File
@@ -72,7 +72,7 @@
</template>
<script setup lang="ts">
import { useDateFormat, useThrottleFn } from '@vueuse/core';
import { useDateFormat } from '@vueuse/core';
import { computed, onMounted, onUnmounted, ref, watch } from 'vue';
import { useI18n } from 'vue-i18n';
import { useRoute } from 'vue-router';