新增字体嵌入文件,新增Readme、修改部分资料md文件。

This commit is contained in:
QI Mingxuan
2026-05-12 08:54:34 +08:00
parent c5a390935e
commit e20201c206
9 changed files with 296 additions and 28 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
-18
View File
@@ -1,18 +0,0 @@
# 字体文件目录 | Font Files Directory
## 所需字体文件 | Required Font Files
请将以下字体文件手动添加到此目录:
1. **NotoSansCJKsc-Regular.otf** — 中文字体(CJK 字符支持)| Chinese font (CJK character support)
2. **NotoSans-Regular.ttf** — 西文字体 | Western font
## 下载地址 | Download Links
- Noto Sans CJK: https://github.com/googlefonts/noto-cjk/releases
- Noto Sans: https://fonts.google.com/noto/specimen/Noto+Sans
## 配置说明 | Configuration Notes
字体文件已在 .csproj 中配置为嵌入资源(EmbeddedResource),添加文件后无需额外配置。
Font files are configured as EmbeddedResource in .csproj, no additional configuration needed after adding files.