mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
UPDATE path_config
This commit is contained in:
parent
380588c11d
commit
9d6f44849a
@ -15,6 +15,8 @@ FONT_PATH = Path() / "resources" / "font"
|
|||||||
DATA_PATH = Path() / "data"
|
DATA_PATH = Path() / "data"
|
||||||
# 临时数据路径
|
# 临时数据路径
|
||||||
TEMP_PATH = Path() / "resources" / "temp"
|
TEMP_PATH = Path() / "resources" / "temp"
|
||||||
|
# 网页模板路径
|
||||||
|
TEMPLATE_PATH = Path() / "resources" / "template"
|
||||||
|
|
||||||
|
|
||||||
def load_path():
|
def load_path():
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user