Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-02 17:56:43 +08:00
parent 904d210ba2
commit cdc1720358
52 changed files with 58 additions and 58 deletions

View File

@@ -4,7 +4,7 @@ import 'package:material_design_icons_flutter/material_design_icons_flutter.dart
enum ReplyOptionType {
allow('允许评论'),
close('关闭评论'),
choose('精选评论')
choose('精选评论'),
;
final String title;

View File

@@ -1,7 +1,7 @@
enum ReplySortType {
time('最新评论', '最新'),
hot('最热评论', '最热'),
select('精选评论', '精选')
select('精选评论', '精选'),
;
final String title;