update welcome window

This commit is contained in:
2026-03-24 14:55:51 +07:00
parent 39928b2615
commit c8dbce1462
5 changed files with 125 additions and 84 deletions
+16
View File
@@ -10,6 +10,7 @@
"dependencies": {
"@chenfengyuan/vue-qrcode": "^2.0.0",
"pinia": "^3.0.1",
"qrcode-vue3": "^1.7.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
@@ -4603,6 +4604,21 @@
"node": ">=10.13.0"
}
},
"node_modules/qrcode-generator": {
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/qrcode-generator/-/qrcode-generator-1.5.2.tgz",
"integrity": "sha512-pItrW0Z9HnDBnFmgiNrY1uxRdri32Uh9EjNYLPVC2zZ3ZRIIEqBoDgm4DkvDwNNDHTK7FNkmr8zAa77BYc9xNw==",
"license": "MIT"
},
"node_modules/qrcode-vue3": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/qrcode-vue3/-/qrcode-vue3-1.7.1.tgz",
"integrity": "sha512-Xa82NslFJUqsnQbLtc1qO+xPEOeFaTRxktg3ugRd2Pk116kta1X+7GLSEPQj9gor8jWVyfmLmhYZHuANnRZoLQ==",
"license": "MIT",
"dependencies": {
"qrcode-generator": "^1.4.4"
}
},
"node_modules/qs": {
"version": "6.14.0",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz",