mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-04-23 12:27:27 +08:00
增加积分系统
This commit is contained in:
@@ -17,5 +17,6 @@ public class CommentDto {
|
||||
private List<CommentDto> replies;
|
||||
private List<ReactionDto> reactions;
|
||||
private int reward;
|
||||
private int pointReward;
|
||||
}
|
||||
|
||||
|
||||
@@ -27,5 +27,6 @@ public class PostSummaryDto {
|
||||
private List<AuthorDto> participants;
|
||||
private boolean subscribed;
|
||||
private int reward;
|
||||
private int pointReward;
|
||||
}
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@ public class UserDto {
|
||||
private long likesReceived;
|
||||
private boolean subscribed;
|
||||
private int experience;
|
||||
private int point;
|
||||
private int currentLevel;
|
||||
private int nextLevelExp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user