feat:添加接口签名

This commit is contained in:
2026-04-08 11:26:40 +08:00
parent 8229c2cc67
commit 2d7ea7e5c8
10 changed files with 753 additions and 208 deletions

12
package-lock.json generated
View File

@@ -15,9 +15,11 @@
"@vueuse/core": "^9.5.0",
"autoprefixer": "^10.4.21",
"axios": "^0.27.2",
"blakejs": "^1.2.1",
"code-inspector-plugin": "^0.20.12",
"crypto-js": "^4.2.0",
"element-plus": "^2.2.27",
"hashids": "^1.2.2",
"js-cookie": "^3.0.1",
"livekit-client": "^2.7.5",
"mitt": "^3.0.0",
@@ -2144,6 +2146,11 @@
"readable-stream": "^4.2.0"
}
},
"node_modules/blakejs": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/blakejs/-/blakejs-1.2.1.tgz",
"integrity": "sha512-QXUSXI3QVc/gJME0dBpXrag1kbzOqCjCX8/b54ntNyW6sjtoqxqRk3LTmXzaJoh71zMsDCjM+47jS7XiwN/+fQ=="
},
"node_modules/bluebird": {
"version": "3.7.2",
"resolved": "https://registry.npmmirror.com/bluebird/-/bluebird-3.7.2.tgz",
@@ -4563,6 +4570,11 @@
"minimalistic-assert": "^1.0.1"
}
},
"node_modules/hashids": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/hashids/-/hashids-1.2.2.tgz",
"integrity": "sha512-dEHCG2LraR6PNvSGxosZHIRgxF5sNLOIBFEHbj8lfP9WWmu/PWPMzsip1drdVSOFi51N2pU7gZavrgn7sbGFuw=="
},
"node_modules/hasown": {
"version": "2.0.2",
"resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",