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: '主题模式',
@@ -111,7 +111,11 @@ export default {
notImported: '尚未导入自定义音源。',
importSuccess: '成功导入音源: {name}',
importFailed: '导入失败: {message}',
enableHint: '请先导入 JSON 配置文件才能启用'
enableHint: '请先导入 JSON 配置文件才能启用',
status: {
imported: '已导入自定义音源',
notImported: '未导入'
}
}
},
application: {