fix: 图标字体改用 base64 内联,修复微信小程序 @font-face 本地路径不生效导致图标显示成字符

- 微信小程序 @font-face 不支持引用项目内本地 .ttf 路径,字体加载失败会回退系统字体把私有区码点渲染成字符/豆腐块
- 将 fc-icon.ttf (7KB) 转 base64 内联进 app.wxss 的 @font-face,离线可用、零网络依赖
This commit is contained in:
2026-07-22 22:57:52 +08:00
parent b94eb706ff
commit 6b24be67ad

File diff suppressed because one or more lines are too long