fix(stage-ui): outdated imports for stream-transcription

This commit is contained in:
Neko Ayaka
2025-11-14 19:39:46 +08:00
parent b140321819
commit 27acfcd2a0
@@ -4,9 +4,9 @@ import type { ServerEvent, ServerEvents } from '@proj-airi/stage-ui/stores/provi
import vadWorkletUrl from '@proj-airi/stage-ui/workers/vad/process.worklet?worker&url'
import { Button } from '@proj-airi/stage-ui/components'
import { streamTranscription } from '@proj-airi/stage-ui/stores/providers/aliyun'
import { createAliyunNLSProvider } from '@proj-airi/stage-ui/stores/providers/aliyun/stream-transcription'
import { FieldInput, FieldSelect } from '@proj-airi/ui'
import { streamTranscription } from '@xsai/stream-transcription'
import { computed, nextTick, onBeforeUnmount, reactive, ref, shallowRef, watch } from 'vue'
type AliyunRegion