feat: 更新音频处理逻辑,添加最后识别文本功能并优化相关提示信息

This commit is contained in:
2025-12-23 23:53:42 +08:00
parent 4407c6157f
commit b6157deec9
5 changed files with 59 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/light-code-center",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "index.js",
"basename": "/root/light-code-center",
@@ -8,7 +8,7 @@
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"pub": "envision deploy ./dist -k light-code-center -v 0.0.1 -u",
"pub": "envision deploy ./dist -k light-code-center -v 0.0.2 -u -y y",
"ui": "pnpm dlx shadcn@latest add ",
"sn": "pnpm dlx shadcn@latest add "
},