rename env

This commit is contained in:
Zyronon
2025-10-11 00:51:51 +08:00
parent e4f030a7a2
commit dccc248a96
24 changed files with 22 additions and 77 deletions

View File

@@ -2,7 +2,7 @@ import {onMounted, watchEffect} from "vue"
import {useSettingStore} from "@/stores/setting.ts";
import {PronunciationApi} from "@/types/types.ts";
import { SoundFileOptions } from "@/config/ENV.ts";
import { SoundFileOptions } from "@/config/env.ts";
export function useSound(audioSrcList?: string[], audioFileLength?: number) {
let audioList: HTMLAudioElement[] = $ref([])