feat(ai-chat): 重构项目选择逻辑并合并OpenAPI定义文件
Some checks failed
Lint Code / Lint Code (push) Failing after 17m14s

- 将项目选择面板改为下拉选择器,简化UI交互
- 新增 `setDraftByProjectId` 和 `applyProjectSelection` 函数统一处理项目切换
- 删除分散的OpenAPI JSON文件,合并为统一的日报分析查询接口定义
- 在 `project.ts` 中添加 `getDailyReportWithAnalysisReports` API及相关类型定义
- 修复ChatGPT组件样式空格格式问题
This commit is contained in:
2026-04-01 16:03:26 +08:00
parent 5bb9b6d3db
commit 5b96f54d71
13 changed files with 1187 additions and 6203 deletions

View File

@@ -54,7 +54,7 @@ watch(
<template>
<deep-chat
ref="chatRef"
style=" width: 100%; height: 100%;border-radius: 10px"
style="width: 100%; height: 100%; border-radius: 10px"
:messageStyles="{
default: {
shared: {