mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-Nonebot.git
synced 2026-04-01 22:04:51 +00:00
图片路径错误修复
This commit is contained in:
parent
5fc686036e
commit
ff560a392e
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
# 文本路径
|
||||
|
|
|
|||
Loading…
Reference in a new issue