feat: frontend add virtual matrix key

This commit is contained in:
2025-05-20 17:09:57 +08:00
parent 7b1d1a5e87
commit 1bdcb672ab
15 changed files with 689 additions and 106 deletions

13
package-lock.json generated
View File

@@ -22,6 +22,7 @@
"ts-results-es": "^5.0.1",
"vue": "^3.5.13",
"vue-router": "4",
"yocto-queue": "^1.2.1",
"zod": "^3.24.2"
},
"devDependencies": {
@@ -4075,6 +4076,18 @@
"dev": true,
"license": "ISC"
},
"node_modules/yocto-queue": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.1.tgz",
"integrity": "sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==",
"license": "MIT",
"engines": {
"node": ">=12.20"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/yoctocolors": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.1.tgz",