mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-25 21:05:52 +08:00
feat: "Selected Comments" status displayed (#1857)
* Add support for UpSelection in reply display and controller * update --------- Co-authored-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
enum ReplySortType {
|
||||
time('最新评论', '最新'),
|
||||
hot('最热评论', '最热')
|
||||
hot('最热评论', '最热'),
|
||||
select('精选评论', '精选')
|
||||
;
|
||||
|
||||
final String title;
|
||||
|
||||
Reference in New Issue
Block a user