refactor: use full i18n keys for quality speed text instead of concatenation

This commit is contained in:
2026-06-13 20:16:20 +08:00
parent a9929666a5
commit cf3060b7fe
3 changed files with 9 additions and 5 deletions

View File

@@ -42,6 +42,8 @@
"quality1080p": "超清",
"quality720p": "高清",
"quality480p": "标清",
"qualitySpeed": "需要"
"qualitySpeed1080p": "需要 320KB/s",
"qualitySpeed720p": "需要 256KB/s",
"qualitySpeed480p": "需要 100KB/s"
}
}