mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-19 16:46:22 +08:00
10
lib/models/common/dynamic/up_panel_position.dart
Normal file
10
lib/models/common/dynamic/up_panel_position.dart
Normal file
@@ -0,0 +1,10 @@
|
||||
enum UpPanelPosition {
|
||||
leftFixed,
|
||||
rightFixed,
|
||||
leftDrawer,
|
||||
rightDrawer,
|
||||
}
|
||||
|
||||
extension UpPanelPositionExt on UpPanelPosition {
|
||||
String get labels => const ['左侧常驻', '右侧常驻', '左侧抽屉', '右侧抽屉'][index];
|
||||
}
|
||||
Reference in New Issue
Block a user