feat: 添加插件系统,修复TypeScript错误

This commit is contained in:
QZMusic
2026-06-04 14:23:39 +00:00
parent 98da20cab4
commit e92d6cec96
14 changed files with 231 additions and 151 deletions

View File

@@ -2,7 +2,6 @@ import { defineStore } from 'pinia';
import { ref, shallowRef, watch } from 'vue';
import { MessagePlugin } from 'tdesign-vue-next';
import type { Song } from '../types/song';
import { parseLyric } from '../utils/lyricUtil'
export enum PlayMode {
List = 'list',