feat(player): show cache limit in perf overlay

This commit is contained in:
edde746
2026-06-13 21:21:15 +02:00
parent 9ff3099a9d
commit c39b5a5cf1
37 changed files with 77 additions and 9 deletions
+2
View File
@@ -1409,6 +1409,7 @@ class _TranslationsPerformanceOverlayZh extends TranslationsPerformanceOverlayEn
@override String get maxCll => 'MaxCLL';
@override String get maxFall => 'MaxFALL';
@override String get cacheUsed => '已用缓存';
@override String get cacheLimit => '缓存限制';
@override String get speed => '速度';
@override String get player => '播放器';
@override String get memory => '内存';
@@ -3015,6 +3016,7 @@ extension on TranslationsZh {
'performanceOverlay.maxCll' => 'MaxCLL',
'performanceOverlay.maxFall' => 'MaxFALL',
'performanceOverlay.cacheUsed' => '已用缓存',
'performanceOverlay.cacheLimit' => '缓存限制',
'performanceOverlay.speed' => '速度',
'performanceOverlay.player' => '播放器',
'performanceOverlay.memory' => '内存',