feat: add document OCR and offline model archives

This commit is contained in:
lofyer
2026-08-11 16:49:51 +08:00
parent 19a4469561
commit e0e7bc573c
46 changed files with 7831 additions and 85 deletions
+3
View File
@@ -34,6 +34,9 @@ export default defineConfig({
'@shared': resolve('src/shared')
}
},
worker: {
format: 'es'
},
plugins: [react()]
}
})