feat: add QR Scanner tool with history, export, persistence and fullscreen support

This commit is contained in:
2026-02-27 17:00:11 +00:00
parent fd23860bcf
commit 839a98a658
6 changed files with 662 additions and 0 deletions

View File

@@ -43,5 +43,11 @@ export default defineConfig({
],
define: {
'__APP_VERSION__': JSON.stringify(packageJson.version)
},
server: {
host: true,
allowedHosts: [
'.trycloudflare.com'
]
}
})