refactor(directory): update directory assets locations

This commit is contained in:
Haoyu Xu
2023-08-23 20:26:57 +08:00
parent 85f275047c
commit ce073dfc1e
7 changed files with 21 additions and 16 deletions

View File

@@ -25,7 +25,7 @@ import Border from '@/component/border';
import { useI18n } from '@/state/language';
import Switch from '@/component/switch';
import { atom, useAtom } from 'jotai'
import BACKGROUNDS from '#/backgrounds.json';
import BACKGROUNDS from '@/_backgrounds.json';
const musicMapping = JSON.parse(import.meta.env.VITE_MUSIC_MAPPING)
const getVoiceFoler = (lang) => {