show fullscreen qa btn

Closes #1081

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-22 15:12:58 +08:00
parent 272cfcb829
commit 4d3a74f2e0
10 changed files with 138 additions and 64 deletions

View File

@@ -1,9 +1,9 @@
enum AudioQuality {
k64(30216, '64K'),
k132(30232, '132K'),
k192(30280, '192K'),
hiRes(30251, 'Hi-Res无损'),
dolby(30250, '杜比全景声'),
hiRes(30251, 'Hi-Res无损');
k192(30280, '192K'),
k132(30232, '132K'),
k64(30216, '64K');
final int code;
final String desc;