mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
11
lib/models/common/bar_hide_type.dart
Normal file
11
lib/models/common/bar_hide_type.dart
Normal file
@@ -0,0 +1,11 @@
|
||||
import 'package:PiliPlus/models/common/enum_with_label.dart';
|
||||
|
||||
enum BarHideType with EnumWithLabel {
|
||||
instant('即时'),
|
||||
sync('同步')
|
||||
;
|
||||
|
||||
@override
|
||||
final String label;
|
||||
const BarHideType(this.label);
|
||||
}
|
||||
Reference in New Issue
Block a user