feature(qrcode): reboot qrcode reader

This commit is contained in:
Matthew Raymer
2025-04-21 10:13:12 +00:00
parent 6b38b1a347
commit 2055097cf2
11 changed files with 1676 additions and 0 deletions

4
src/env.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
/// <reference types="vite/client" />
declare const __USE_QR_READER__: boolean;
declare const __IS_MOBILE__: boolean;