update at 2026-02-11 19:25:25

This commit is contained in:
douboer
2026-02-11 19:25:25 +08:00
parent 3d5d517439
commit b0c7ea4cba

View File

@@ -14,7 +14,7 @@ export function useFontLoader() {
const fontStore = useFontStore()
async function fetchFontListWithFallback(): Promise<FontListItem[]> {
const candidates = ['/fonts.json', '/frontend/dist/fonts.json']
const candidates = ['/frontend/public/fonts.json', '/fonts.json']
const errors: string[] = []
for (const url of candidates) {