feat: 增加AI报告分析功能

This commit is contained in:
2026-09-03 17:29:29 +08:00
parent 7ba7dbc942
commit 5bc782d5f5
14 changed files with 6375 additions and 68 deletions

View File

@@ -52,6 +52,7 @@ export const useRecordStore = defineStore('record', {
isRecord: false,
isAnalyzing: false,
showAIResultPopup: false,
showAIButton: true,
aiResult: ''
}),
actions: {