perf(bundle): replace broad storage and utils imports
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
*
|
||||
* 注:Web Speech API 在 Chrome / Edge 完整支持;Safari / Firefox 仅录音。
|
||||
*/
|
||||
import { Result } from "@/utils";
|
||||
import { Result } from "@/utils/result";
|
||||
|
||||
export interface SpeechRecognitionResultEvent {
|
||||
transcript: string;
|
||||
|
||||
Reference in New Issue
Block a user