fix:数据库错误

This commit is contained in:
2025-11-27 10:44:27 +08:00
parent b23514cfe6
commit 074a7f1ff0
9 changed files with 346 additions and 93 deletions

7
package-lock.json generated
View File

@@ -14,6 +14,7 @@
"jeep-sqlite": "^2.7.1",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"sql.js": "^1.11.0",
"uuid": "^11.0.2",
"vue": "^3.5.24",
"vue-router": "^4.6.3"
@@ -2362,9 +2363,9 @@
}
},
"node_modules/sql.js": {
"version": "1.13.0",
"resolved": "https://registry.npmmirror.com/sql.js/-/sql.js-1.13.0.tgz",
"integrity": "sha512-RJbVP1HRDlUUXahJ7VMTcu9Rm1Nzw+EBpoPr94vnbD4LwR715F3CcxE2G2k45PewcaZ57pjetYa+LoSJLAASgA==",
"version": "1.11.0",
"resolved": "https://registry.npmmirror.com/sql.js/-/sql.js-1.11.0.tgz",
"integrity": "sha512-GsLUDU3vhOo14Pd5ME0y2te49JQyby6HuoCuadevEV+CGgTUjmYRrm7B7lhRyzOgrmcWmspUfyjNb6sOAEqdsA==",
"license": "MIT"
},
"node_modules/string_decoder": {