mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 11:06:51 +08:00
1
lib/models/common/member/contribute_type.dart
Normal file
1
lib/models/common/member/contribute_type.dart
Normal file
@@ -0,0 +1 @@
|
||||
enum ContributeType { video, charging, season, series, bangumi }
|
||||
1
lib/models/common/member/profile_type.dart
Normal file
1
lib/models/common/member/profile_type.dart
Normal file
@@ -0,0 +1 @@
|
||||
enum ProfileType { uname, sign, sex, birthday }
|
||||
5
lib/models/common/member/tab_type.dart
Normal file
5
lib/models/common/member/tab_type.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
enum MemberTabType { none, home, dynamic, contribute, favorite, bangumi }
|
||||
|
||||
extension MemberTabTypeExt on MemberTabType {
|
||||
String get title => const ['默认', '主页', '动态', '投稿', '收藏', '番剧'][index];
|
||||
}
|
||||
Reference in New Issue
Block a user