feat: 添加本地音乐扫描播放功能

This commit is contained in:
alger
2026-02-06 17:49:14 +08:00
parent 292751643f
commit 0e47c127fe
23 changed files with 1363 additions and 51 deletions
+2 -1
View File
@@ -268,5 +268,6 @@ export default {
mv: 'MV',
home: 'Home',
search: 'Search',
album: 'Album'
album: 'Album',
localMusic: 'Local Music'
};
+13
View File
@@ -0,0 +1,13 @@
export default {
title: 'Local Music',
scanFolder: 'Scan Folder',
removeFolder: 'Remove Folder',
scanning: 'Scanning...',
scanComplete: 'Scan Complete',
playAll: 'Play All',
search: 'Search local music',
emptyState: 'No local music found. Please select a folder to scan.',
fileNotFound: 'File not found or has been moved',
rescan: 'Rescan',
songCount: '{count} songs'
};
+2 -1
View File
@@ -268,5 +268,6 @@ export default {
mv: 'MV',
home: 'ホーム',
search: '検索',
album: 'アルバム'
album: 'アルバム',
localMusic: 'ローカル音楽'
};
+13
View File
@@ -0,0 +1,13 @@
export default {
title: 'ローカル音楽',
scanFolder: 'フォルダをスキャン',
removeFolder: 'フォルダを削除',
scanning: 'スキャン中...',
scanComplete: 'スキャン完了',
playAll: 'すべて再生',
search: 'ローカル音楽を検索',
emptyState: 'ローカル音楽がありません。フォルダを選択してスキャンしてください。',
fileNotFound: 'ファイルが見つからないか、移動されました',
rescan: '再スキャン',
songCount: '{count} 曲'
};
+2 -1
View File
@@ -267,5 +267,6 @@ export default {
mv: 'MV',
home: '홈',
search: '검색',
album: '앨범'
album: '앨범',
localMusic: '로컬 음악'
};
+13
View File
@@ -0,0 +1,13 @@
export default {
title: '로컬 음악',
scanFolder: '폴더 스캔',
removeFolder: '폴더 제거',
scanning: '스캔 중...',
scanComplete: '스캔 완료',
playAll: '모두 재생',
search: '로컬 음악 검색',
emptyState: '로컬 음악이 없습니다. 폴더를 선택하여 스캔하세요.',
fileNotFound: '파일을 찾을 수 없거나 이동되었습니다',
rescan: '다시 스캔',
songCount: '{count}곡'
};
+2 -1
View File
@@ -261,5 +261,6 @@ export default {
mv: 'MV',
home: '首页',
search: '搜索',
album: '专辑'
album: '专辑',
localMusic: '本地音乐'
};
+13
View File
@@ -0,0 +1,13 @@
export default {
title: '本地音乐',
scanFolder: '扫描文件夹',
removeFolder: '移除文件夹',
scanning: '正在扫描...',
scanComplete: '扫描完成',
playAll: '播放全部',
search: '搜索本地音乐',
emptyState: '暂无本地音乐,请先选择文件夹进行扫描',
fileNotFound: '文件不存在或已被移动',
rescan: '重新扫描',
songCount: '{count} 首歌曲'
};
+2 -1
View File
@@ -261,5 +261,6 @@ export default {
mv: 'MV',
home: '首頁',
search: '搜尋',
album: '專輯'
album: '專輯',
localMusic: '本地音樂'
};
+13
View File
@@ -0,0 +1,13 @@
export default {
title: '本地音樂',
scanFolder: '掃描資料夾',
removeFolder: '移除資料夾',
scanning: '正在掃描...',
scanComplete: '掃描完成',
playAll: '播放全部',
search: '搜尋本地音樂',
emptyState: '暫無本地音樂,請先選擇資料夾進行掃描',
fileNotFound: '檔案不存在或已被移動',
rescan: '重新掃描',
songCount: '{count} 首歌曲'
};