refactor(stage-web,stage-pages,stage-ui): better structure for asr & vad

This commit is contained in:
Neko Ayaka
2026-08-09 18:22:29 +08:00
parent 98fa1f0855
commit 66d7ef207e
28 changed files with 913 additions and 428 deletions
+3 -1
View File
@@ -32,11 +32,13 @@
"./libs/analytics": "./src/libs/analytics/index.ts",
"./libs/analytics/*": "./src/libs/analytics/*.ts",
"./libs/pinia": "./src/libs/pinia/index.ts",
"./libs/providers/stream-transcription": "./src/libs/providers/stream-transcription/index.ts",
"./libs/providers/providers/aliyun-nls": "./src/libs/providers/providers/aliyun-nls/index.ts",
"./libs/providers/providers/browser-web-speech-api": "./src/libs/providers/providers/browser-web-speech-api/index.ts",
"./libs/*": "./src/libs/*.ts",
"./libs": "./src/libs/index.ts",
"./services/*": "./src/services/*.ts",
"./tools/mcp": "./src/tools/mcp.ts",
"./stores/providers/aliyun": "./src/stores/providers/aliyun/index.ts",
"./stores/character": "./src/stores/character/index.ts",
"./stores/settings/analytics": "./src/stores/settings/analytics.ts",
"./stores/settings": "./src/stores/settings/index.ts",