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: 'Network Settings',
system: 'System Management',
donation: 'Donation',
regard: 'About'
about: 'About'
},
basic: {
themeMode: 'Theme Mode',
@@ -114,7 +114,11 @@ export default {
notImported: 'No custom source imported yet.',
importSuccess: 'Successfully imported source: {name}',
importFailed: 'Import failed: {message}',
enableHint: 'Import a JSON config file to enable'
enableHint: 'Import a JSON config file to enable',
status: {
imported: 'Custom Source Imported',
notImported: 'Not Imported'
}
}
},
application: {