优化最新版打印机逻辑

This commit is contained in:
gyq
2026-04-22 14:23:46 +08:00
parent fa67997c86
commit d5568c48d0
16 changed files with 2872 additions and 345 deletions

11
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "vite-electron",
"version": "2.0.21",
"version": "2.0.25",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vite-electron",
"version": "2.0.21",
"version": "2.0.25",
"hasInstallScript": true,
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
@@ -21,6 +21,7 @@
"lodash": "^4.17.21",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"qr-image": "^3.2.0",
"qrcode": "^1.5.3",
"reconnecting-websocket": "^4.4.0",
"speak-tts": "^2.0.8",
@@ -5332,6 +5333,12 @@
"node": ">=6"
}
},
"node_modules/qr-image": {
"version": "3.2.0",
"resolved": "https://registry.npmmirror.com/qr-image/-/qr-image-3.2.0.tgz",
"integrity": "sha512-rXKDS5Sx3YipVsqmlMJsJsk6jXylEpiHRC2+nJy66fxA5ExYyGa4PqwteW69SaVmAb2OQ18HbYriT7cGQMbduw==",
"license": "MIT"
},
"node_modules/qrcode": {
"version": "1.5.4",
"resolved": "https://registry.npmmirror.com/qrcode/-/qrcode-1.5.4.tgz",