fix(cf): 修复文件路径错误

This commit is contained in:
ClovertaTheTrilobita 2025-04-08 17:51:39 +08:00
parent 709da98694
commit 4b837455f6

View file

@ -11,7 +11,7 @@ os.makedirs(image_local_qq_image_path, exist_ok=True)
image_local_path= path+"/image/MaoYuNa" image_local_path= path+"/image/MaoYuNa"
os.makedirs(image_local_path, exist_ok=True) os.makedirs(image_local_path, exist_ok=True)
# cf ratings路径 # cf ratings路径
rating_path = path+'/image/cf_ratings' rating_path = path+'/image/cf_ratings/'
os.makedirs(rating_path, exist_ok=True) os.makedirs(rating_path, exist_ok=True)
# 塔罗牌图片路径 # 塔罗牌图片路径
tarots_img_path = path+'/image/tarot/TarotImages/' tarots_img_path = path+'/image/tarot/TarotImages/'