Update: 初学记、佩文韵府 and 五车韵瑞

This commit is contained in:
denglifan
2026-03-22 16:18:35 +08:00
parent df475fd03f
commit 183b842090
553 changed files with 754048 additions and 169 deletions

7
佩文韵府/check_v2.py Normal file
View File

@@ -0,0 +1,7 @@
import json
with open('peiwenyunfu_v2.json', 'r', encoding='utf-8') as f:
data = json.load(f)
for k in ['𩅰', '', '', '']:
print(f"Rhyme: {k}")
print(json.dumps(data.get(k, {}), ensure_ascii=False, indent=2))