feat: 在页面显示 github地址

This commit is contained in:
alger
2024-12-05 21:57:14 +08:00
parent 08fa160de4
commit c9514e6e19
2 changed files with 17 additions and 2 deletions
-2
View File
@@ -1,8 +1,6 @@
import { computed, ref } from 'vue';
import { getMusicLrc } from '@/api/music';
import store from '@/store';
import { ILyric } from '@/type/lyric';
import type { ILyricText, SongResult } from '@/type/music';
const windowData = window as any;