agent-skill-backend
Go to file
wangzhiwei 6398b0495e feat(content): 添加多语言支持和Excel导入功能
- 在CmsContent实体类中增加英文标题、描述、介绍和内容字段
- 实现根据语言类型查询内容的功能,支持中英文切换
- 添加从Excel文件批量导入内容数据的功能
- 实现上传技能压缩包并解析生成技能内容的功能
- 优化分页查询逻辑,支持按标签过滤和内存分页
- 修改数据库映射配置以支持多语言字段存储
- 重构点赞功能的安全检查逻辑
2026-03-11 15:36:48 +08:00
.mvn/wrapper Initial commit of backend project 2026-01-22 10:20:02 +08:00
db feat(content): 添加skill管理和支付配置功能 2026-03-03 14:55:06 +08:00
src feat(content): 添加多语言支持和Excel导入功能 2026-03-11 15:36:48 +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 feat(payment): 添加支付功能支持微信和支付宝 2026-02-26 17:30:55 +08:00

README.md

agent-skill-backend

agent-skill-backend