feat: 增加AI模块功能

This commit is contained in:
2026-09-03 13:05:31 +08:00
parent 389db4f279
commit 7ba7dbc942
10 changed files with 262 additions and 37 deletions

View File

@@ -50,6 +50,9 @@ export const useRecordStore = defineStore('record', {
time: Date.now(),
},
isRecord: false,
isAnalyzing: false,
showAIResultPopup: false,
aiResult: ''
}),
actions: {
openWeight() {