feat: transaction framework

This commit is contained in:
aaa
2025-02-03 17:23:16 +08:00
parent 0425cd90a6
commit 8ce7f902af
10 changed files with 252 additions and 30 deletions

7
package-lock.json generated
View File

@@ -8,6 +8,7 @@
"hasInstallScript": true,
"dependencies": {
"@mdi/font": "^7.4.47",
"dayjs": "^1.11.13",
"nuxt": "^3.15.4",
"vue": "latest",
"vue-router": "latest"
@@ -4081,6 +4082,12 @@
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
"license": "MIT"
},
"node_modules/dayjs": {
"version": "1.11.13",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz",
"integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
"license": "MIT"
},
"node_modules/db0": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/db0/-/db0-0.2.3.tgz",