This commit is contained in:
2025-09-04 17:53:59 +08:00
parent fc192cf946
commit 2ce5ceffef
4 changed files with 98 additions and 1 deletions

View File

@@ -2,8 +2,8 @@
import json
import os
DATA_FILE = 'birthday/data/birthdays.json'
DATA_FILE = 'data/family.json'
def load_birthdays():
"""从JSON文件中加载生日数据"""