feat(ai-chat): 重构项目选择逻辑并合并OpenAPI定义文件
Some checks failed
Lint Code / Lint Code (push) Failing after 17m14s
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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user