mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: super resolution from kazumi/main
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
5
lib/models/common/super_resolution_type.dart
Normal file
5
lib/models/common/super_resolution_type.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
enum SuperResolutionType { disable, efficiency, quality }
|
||||
|
||||
extension SuperResolutionTypeExt on SuperResolutionType {
|
||||
String get title => ['禁用', '效率', '画质'][index];
|
||||
}
|
||||
Reference in New Issue
Block a user