• ali's avatar
    feat: 照片数字人页面布局搭建,接入 Vosk ASR 语音识别流程跑通 · 2a0caeea
    ali authored
    - 在 .eslintignore 文件中添加 "*.js
    - 更新了 .vscode/settings.json 中的 editor.tabSize 和 cSpell.words
    - 更新了 DefaultLayout.vue:
      - 修改了脚本以使用 Vue 3 合成 API
      - 添加了路由器导航保护以处理页眉可见性
    - 更新了 HeaderLayout.vue:
      - 修改了脚本以使用 Vue 3 组合 API
      - 为 ASR 项目和 ASR 选择添加了 ref
      - 添加了保存功能
    - 更新了 router/index.ts:
      - 将 MainScreen.vue 重命名为 PhotoScreen.vue
      - 将 SecondScreen.vue 重命名为 VideoScreen.vue
      - 添加了 ShowPhoto.vue 组件
    - 删除了 MainScreen.vue 和 SecondScreen.vue 组件
    - 更新了 screens/index.ts,以导出 PhotoScreen VideoScreen 和 ShowPhoto 组件
    2a0caeea
Name
Last commit
Last update
.vscode Loading commit data...
buildAssets Loading commit data...
src Loading commit data...
tests Loading commit data...
.editorconfig Loading commit data...
.eslintignore Loading commit data...
.eslintrc.json Loading commit data...
.gitignore Loading commit data...
.prettierignore Loading commit data...
.prettierrc Loading commit data...
README.md Loading commit data...
package-lock.json Loading commit data...
package.json Loading commit data...
playwright.config.ts Loading commit data...
tsconfig.json Loading commit data...
tsconfig.node.json Loading commit data...
vite.config.ts Loading commit data...