fix CJK fonts

This commit is contained in:
pa
2025-09-14 15:21:44 +09:00
committed by Natsumi
parent b0f0896dae
commit 875459689f
27 changed files with 330 additions and 263 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ import { database } from '../service/database';
import { AppDebug } from '../service/appConfig';
import { failedGetRequests } from '../service/request';
import { watchState } from '../service/watchState';
import { debounce, parseLocation, refreshCustomCss } from '../shared/utils';
import { debounce, parseLocation } from '../shared/utils';
import { refreshCustomCss } from '../shared/utils/base/ui';
import { useAvatarStore } from './avatar';
import { useAvatarProviderStore } from './avatarProvider';
import { useFavoriteStore } from './favorite';