图片路径错误修复

This commit is contained in:
SlyAimer 2025-02-06 16:23:09 +08:00
parent 5fc686036e
commit ff560a392e

View file

@ -1,7 +1,7 @@
import os
from pathlib import Path
path = os.getcwd()+'/src/resources/clover_image'
path = os.getcwd()+'/src/resources/image'
#塔罗牌图片路径
@ -16,7 +16,7 @@ rua_png = path+'/rua/'
# 图片路径
IMAGE_PATH = Path() / "resources" / "clover_image"
IMAGE_PATH = Path() / "resources" / "image"
# 语音路径
RECORD_PATH = Path() / "resources" / "record"
# 文本路径