feat: LLM多阶段交互式Schema生成 + UI布局优化

- AI Service: 多阶段对话模型(理解→澄清→生成→校验→确认),支持对话历史和当前Schema上下文
- Backend: 适配多阶段AI模型,Gateway/Service/Controller传递history和currentSchema
- Frontend: AiDesignerChat组件重写,支持阶段徽章、快速回复、Schema校验展示
- Frontend: 表单/流程设计器布局优化,AI助手和Schema预览作为独立列
- Frontend: 流程设计器元数据和模式选择器合并为一行
- Keycloak: 自定义登录主题(中文化)
- 修复CSS媒体查询括号平衡问题
This commit is contained in:
selfrelease
2026-07-19 09:36:42 +08:00
parent a2238bc853
commit 57c8a26147
19 changed files with 853 additions and 14 deletions
+5 -1
View File
@@ -1,10 +1,14 @@
{
"realm": "aioa",
"enabled": true,
"displayName": "AIOA Development",
"displayName": "AIOA 智能办公自动化平台",
"registrationAllowed": false,
"resetPasswordAllowed": true,
"loginWithEmailAllowed": true,
"loginTheme": "aioa",
"internationalizationEnabled": true,
"defaultLocale": "zh_CN",
"supportedLocales": ["zh-CN", "zh_CN", "en", "en-US"],
"roles": {
"realm": [
{ "name": "employee", "description": "普通员工" },