Merge branch 'main' into xingyy

This commit is contained in:
Phoenix 2025-05-12 14:18:18 +08:00
commit fed311c76e
2 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,7 @@
"axios": "^1.6.2", "axios": "^1.6.2",
"highlight.js": "^11.5.0", "highlight.js": "^11.5.0",
"js-audio-recorder": "^1.0.7", "js-audio-recorder": "^1.0.7",
"lodash-es": "^4.17.21",
"pinia": "^2.1.7", "pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0", "pinia-plugin-persistedstate": "^3.2.0",
"pnpm": "^10.10.0", "pnpm": "^10.10.0",

View File

@ -41,6 +41,9 @@ importers:
js-audio-recorder: js-audio-recorder:
specifier: ^1.0.7 specifier: ^1.0.7
version: 1.0.7 version: 1.0.7
lodash-es:
specifier: ^4.17.21
version: 4.17.21
pinia: pinia:
specifier: ^2.1.7 specifier: ^2.1.7
version: 2.3.1(typescript@5.2.2)(vue@3.5.13(typescript@5.2.2)) version: 2.3.1(typescript@5.2.2)(vue@3.5.13(typescript@5.2.2))