mod: 默认使用web端推荐
This commit is contained in:
7
lib/models/common/rcmd_type.dart
Normal file
7
lib/models/common/rcmd_type.dart
Normal file
@ -0,0 +1,7 @@
|
||||
// 首页推荐类型
|
||||
enum RcmdType { web, app }
|
||||
|
||||
extension RcmdTypeExtension on RcmdType {
|
||||
String get values => ['web', 'app'][index];
|
||||
String get labels => ['web端', 'app端'][index];
|
||||
}
|
||||
Reference in New Issue
Block a user