agent-skill-backend
Go to file
wangzhiwei ed220c9981 feat(content): 新增内容管理相关功能和优化技能生成服务
- 添加了获取CmsContent内容的接口和实现方法
- 新增QueryContentDto用于内容查询参数传递
- 修改SkillGenController中上传技能接口参数类型
- 在SkillGenRequest中添加技能说明字段
- 优化SkillGenServiceImpl中的API调用异常处理
- 添加对技能上传后图标设置的逻辑处理
- 在SysUser实体和数据库映射中添加会话ID字段
- 实现用户会话创建和管理功能
- 更新数据库查询语句以包含新增的session_id字段
- 添加了canvas-design技能包示例文件
2026-03-13 10:40:13 +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): 新增内容管理相关功能和优化技能生成服务 2026-03-13 10:40:13 +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