feat: 开发完成拼音每日一练

This commit is contained in:
R524809
2026-05-20 15:33:06 +08:00
parent cab4e9c33f
commit d52339c0fa
25 changed files with 1478 additions and 428 deletions
+2 -2
View File
@@ -7,14 +7,14 @@ from pathlib import Path
BASE = Path(__file__).resolve().parent
INPUT = BASE / "input-fonts" / "ToneOZ-Pinyin-WenKai-Regular.ttf"
OUTPUT = BASE / "output-fonts" / "ToneOZ-Pinyin-Kai-Regular.ttf"
OUTPUT = BASE / "output-fonts" / "ToneOZ-Pinyin-Regular.ttf"
# Unicode 码点范围
RANGES = [
(0x0020, 0x007E), # 基本 ASCII(字母、数字、标点)
(0x00C0, 0x00FF), # 拉丁字母-1 补充
(0x0100, 0x017F), # 拉丁字母扩展 A
(0x01D6, 0x01DC), # ü 的四个声调变体
(0x01CD, 0x01DC), # 拉丁字母扩展 B(含 ǎ ǐ ǒ ǔ 以及 ü 的四个声调变体
]
Binary file not shown.

After

Width:  |  Height:  |  Size: 287 KiB