add result panel.

This commit is contained in:
2023-01-10 16:16:14 +08:00
parent a3456595a5
commit e3db109317
22 changed files with 714 additions and 172 deletions

11
package-lock.json generated
View File

@@ -15,6 +15,7 @@
"axios": "^1.2.2",
"element-plus": "^2.2.28",
"normalize.css": "^8.0.1",
"party-js": "^2.2.0",
"pinia": "^2.0.28",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
@@ -1618,6 +1619,11 @@
"node": ">=10"
}
},
"node_modules/party-js": {
"version": "2.2.0",
"resolved": "https://registry.npmmirror.com/party-js/-/party-js-2.2.0.tgz",
"integrity": "sha512-50hGuALCpvDTrQLPQ1fgUgxKIWAH28ShVkmeK/3zhO0YJyCqkhrZhQEkWPxDYLvbFJ7YAXyROmFEu35gKpZLtQ=="
},
"node_modules/path-exists": {
"version": "4.0.0",
"resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz",
@@ -3324,6 +3330,11 @@
"p-limit": "^3.0.2"
}
},
"party-js": {
"version": "2.2.0",
"resolved": "https://registry.npmmirror.com/party-js/-/party-js-2.2.0.tgz",
"integrity": "sha512-50hGuALCpvDTrQLPQ1fgUgxKIWAH28ShVkmeK/3zhO0YJyCqkhrZhQEkWPxDYLvbFJ7YAXyROmFEu35gKpZLtQ=="
},
"path-exists": {
"version": "4.0.0",
"resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz",