feat(stage-pocket): scan qr code to connect to tamagotchi

This commit is contained in:
LemonNeko
2026-04-07 19:04:59 +08:00
parent 6541969fdb
commit 0cd095b323
26 changed files with 696 additions and 105 deletions
+2
View File
@@ -18,6 +18,7 @@
".": "./src/index.ts",
"./auth": "./src/auth/index.ts",
"./beat-sync": "./src/beat-sync/index.ts",
"./server-channel-qr": "./src/server-channel-qr.ts",
"./electron-renderer": "./src/electron-renderer.d.ts",
"./composables": "./src/composables/index.ts"
},
@@ -27,6 +28,7 @@
"dependencies": {
"@vueuse/core": "catalog:",
"pinia": "catalog:",
"valibot": "catalog:",
"vue": "catalog:"
},
"devDependencies": {