• 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
..
components/layout Loading commit data...
locales Loading commit data...
plugins Loading commit data...
public Loading commit data...
router Loading commit data...
screens Loading commit data...
store Loading commit data...
utils Loading commit data...
App.vue Loading commit data...
index.html Loading commit data...
main.ts Loading commit data...