feat: timeline 基础格式更新

This commit is contained in:
tim
2025-09-18 20:48:46 +08:00
parent 396434a82e
commit 4cc2800f09
6 changed files with 147 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ public class UserMapper {
private final LevelService levelService;
private final MedalService medalService;
@Value("${app.snippet-length:50}")
@Value("${app.snippet-length}")
private int snippetLength;
public AuthorDto toAuthorDto(User user) {