From ff560a392e60b42e7e10ad734d1a6729acc5ccab Mon Sep 17 00:00:00 2001 From: SlyAimer <2289782085@qq.com> Date: Thu, 6 Feb 2025 16:23:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E8=B7=AF=E5=BE=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/configs/path_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configs/path_config.py b/src/configs/path_config.py index c173aec..7d09456 100644 --- a/src/configs/path_config.py +++ b/src/configs/path_config.py @@ -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" # 文本路径