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

View File

@@ -0,0 +1,8 @@
import json
with open('peiwenyunfu.json', 'r', encoding='utf-8') as f:
data = json.load(f)
siai_citiao = data.get("𩅰", {}).get("词条", {})
for k, v in list(siai_citiao.items())[:20]:
print(f"{k}: {v[:30]}...")