nojava
|
1a67afad95
|
fix: maven-clean-plugin 增加 static 目录清理,确保部署时前端构建产物完全刷新
mvn clean 默认仅清理 target/,但 Vite 构建输出到
src/main/resources/static/(不在 target 下)。若旧产物残留,
部署后仍使用旧版前端文件。现在 mvn clean 会同步清空 static/,
确保每次部署都从干净的构建产物开始。
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-05-24 22:34:57 +08:00 |
|
nojava
|
6c8b31e38a
|
feat: AI 助手模型管理(CRUD、会话绑定、自动化验收)
- Flyway V6:模型表、默认种子、ai_chat_session.model_id 回填
- 管理端 /api/admin/ai/models;用户端选模与新会话绑定
- 禁用模型后会话只读(5009);chat 按会话 modelCode 调 DashScope
- 前端 AiModels 页、助手模型选择器与 localStorage
- 单测、AiModelManagementApiIT、Playwright E2E;e2e Profile 关闭注解限流
- 技术实施文档与验收报告;移除过期冲突分析文档
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-05-24 03:36:31 +08:00 |
|
nojava
|
20b7a57fb9
|
添加自动推荐标签功能
|
2026-05-23 03:17:46 +08:00 |
|
nojava
|
9649bc72ae
|
bug修复
|
2026-05-18 08:25:00 +08:00 |
|
nojava
|
47f29012d2
|
文件生成补充
|
2026-05-17 17:44:07 +08:00 |
|
nojava
|
74425deb5d
|
初版代码提交
|
2026-05-17 15:55:06 +08:00 |
|