feat: 添加插件系统,修复TypeScript错误
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user