feat: 增加AI模块功能
This commit is contained in:
@@ -50,6 +50,9 @@ export const useRecordStore = defineStore('record', {
|
||||
time: Date.now(),
|
||||
},
|
||||
isRecord: false,
|
||||
isAnalyzing: false,
|
||||
showAIResultPopup: false,
|
||||
aiResult: ''
|
||||
}),
|
||||
actions: {
|
||||
openWeight() {
|
||||
|
||||
Reference in New Issue
Block a user