🐛 update noto-emoji font URL (#2154)

This commit is contained in:
Orion
2026-09-18 22:22:40 +08:00
committed by GitHub
parent 28f7ac005e
commit df50e7cbf1

View File

@@ -500,7 +500,7 @@ const resolveFont = async () => {
return
}
await downloadFile(
'https://github.com/googlefonts/noto-emoji/raw/main/fonts/NotoColorEmoji.ttf',
'https://github.com/googlefonts/noto-emoji/raw/main/2D/fonts/NotoColorEmoji.ttf',
targetPath
)