mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2024-12-16 13:40:53 +08:00
fix 渲染模版路径错误
This commit is contained in:
parent
237d8aba90
commit
dc006c88cf
@ -8,7 +8,7 @@ import functools
|
||||
import re
|
||||
|
||||
|
||||
res = os.path.join(os.path.dirname(os.path.dirname(__file__)), 'template')
|
||||
res = os.path.join(os.path.dirname(os.path.dirname(__file__)), 'Paimon_Calendar/template')
|
||||
|
||||
# type 0 普通常驻任务深渊 1 新闻 2 蛋池 3 限时活动H5
|
||||
event_data = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user