feat: add user leveling and experience system

This commit is contained in:
Tim
2025-07-28 12:34:45 +08:00
parent a5900aa60d
commit 1c2751422d
18 changed files with 167 additions and 10 deletions

View File

@@ -38,6 +38,8 @@ class UserControllerTest {
private PostService postService;
@MockBean
private CommentService commentService;
@MockBean
private LevelService levelService;
@Test
void getCurrentUser() throws Exception {