mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 04:58:41 +00:00
@@ -4,7 +4,8 @@ import 'package:material_design_icons_flutter/material_design_icons_flutter.dart
|
||||
enum ReplyOptionType {
|
||||
allow('允许评论'),
|
||||
close('关闭评论'),
|
||||
choose('精选评论');
|
||||
choose('精选评论')
|
||||
;
|
||||
|
||||
final String title;
|
||||
const ReplyOptionType(this.title);
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
enum ReplySortType {
|
||||
time('最新评论', '最新'),
|
||||
hot('最热评论', '最热');
|
||||
hot('最热评论', '最热')
|
||||
;
|
||||
|
||||
final String title;
|
||||
final String label;
|
||||
|
||||
Reference in New Issue
Block a user