agent-skill-backend
Go to file
wangzhiwei 063bfbde12 feat(content): 添加内容查看记录和收藏功能
- 实现通过主键查询内容时支持用户ID参数
- 添加用户查看记录功能,防止5分钟内的重复记录
- 实现内容收藏和取消收藏功能
- 添加用户是否已收藏内容的检查方法
- 集成查看记录和收藏记录的数据持久化操作
- 在收藏操作时同步更新内容的点赞数量统计
2026-01-29 14:13:02 +08:00
.mvn/wrapper Initial commit of backend project 2026-01-22 10:20:02 +08:00
db 修改cms_content表结构和查询逻辑以支持多个分类ID 2026-01-28 10:57:28 +08:00
src feat(content): 添加内容查看记录和收藏功能 2026-01-29 14:13:02 +08:00
.gitignore Merge and resolve conflicts in README.md and .gitignore 2026-01-22 10:54:39 +08:00
Dockerfile Initial commit of backend project 2026-01-22 10:20:02 +08:00
README.md Merge and resolve conflicts in README.md and .gitignore 2026-01-22 10:54:39 +08:00
mvnw.cmd Initial commit of backend project 2026-01-22 10:20:02 +08:00
pom.xml perf(database): 移除重复查询并添加FastJSON依赖 2026-01-28 19:12:49 +08:00

README.md

agent-skill-backend

agent-skill-backend