dify历史记录

This commit is contained in:
2026-02-25 18:21:25 +08:00
parent 0efca50be3
commit 2e93211697
13 changed files with 1328 additions and 74 deletions

View File

@@ -292,7 +292,10 @@ const handleFileSelectWrapper = (e: Event) => {
}
onMounted(async () => {
await voiceStore.refresh()
await Promise.all([
voiceStore.refresh(),
userStore.fetchUserProfile()
])
})
</script>