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

@@ -28,7 +28,7 @@ public class SearchService {
private final CategoryRepository categoryRepository;
private final TagRepository tagRepository;
@org.springframework.beans.factory.annotation.Value("${app.snippet-length:50}")
@org.springframework.beans.factory.annotation.Value("${app.snippet-length}")
private int snippetLength;
public List<User> searchUsers(String keyword) {