mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-01 15:49:49 +08:00
@@ -1,9 +1,12 @@
|
||||
enum SuperResolutionType {
|
||||
import 'package:PiliPlus/models/common/enum_with_label.dart';
|
||||
|
||||
enum SuperResolutionType with EnumWithLabel {
|
||||
disable('禁用'),
|
||||
efficiency('效率'),
|
||||
quality('画质')
|
||||
;
|
||||
|
||||
final String title;
|
||||
const SuperResolutionType(this.title);
|
||||
@override
|
||||
final String label;
|
||||
const SuperResolutionType(this.label);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user