feat: add QRCode scanner

This commit is contained in:
2025-12-17 23:57:04 +07:00
parent 5b5fcf9d44
commit bec77d187d
9 changed files with 1067 additions and 75 deletions

View File

@@ -5,7 +5,7 @@ const config: CapacitorConfig = {
appName: "riwa-ionic",
webDir: "dist",
server: {
url: "http://localhost:5173", // Vite默认端口
url: "http://192.168.1.55:5173", // Vite默认端口
cleartext: true, // 允许HTTP连接
},
};