feat: 一系列播放优化

This commit is contained in:
alger
2025-11-21 01:18:19 +08:00
parent 07f6152c56
commit 1a0e449e13
19 changed files with 1712 additions and 304 deletions
+6 -2
View File
@@ -10,7 +10,7 @@ export default {
network: '網路設定',
system: '系統管理',
donation: '捐贈支持',
regard: '關於'
about: '關於'
},
basic: {
themeMode: '主題模式',
@@ -108,7 +108,11 @@ export default {
notImported: '尚未匯入自訂音源。',
importSuccess: '成功匯入音源:{name}',
importFailed: '匯入失敗:{message}',
enableHint: '請先匯入 JSON 設定檔才能啟用'
enableHint: '請先匯入 JSON 設定檔才能啟用',
status: {
imported: '已匯入自訂音源',
notImported: '未匯入'
}
}
},
application: {