diff --git a/Paimon_Plugins/paimon_help.py b/Paimon_Plugins/paimon_help.py index 157f91d..9376119 100644 --- a/Paimon_Plugins/paimon_help.py +++ b/Paimon_Plugins/paimon_help.py @@ -31,8 +31,8 @@ help_.__paimon_help__ = { "priority": 99 } -font_path = Path(__file__).parent.parent / 'res' -res_path = Path(__file__).parent.parent / 'res' / 'help' +font_path = Path() / 'resources' / 'LittlePaimon' +res_path = Path() / 'resources' / 'LittlePaimon' / 'help' def get_font(size, font='hywh.ttf') -> ImageFont: diff --git a/pyproject.toml b/pyproject.toml index 21c116c..c285c22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "LittlePaimon" -version = "1.0.2" +version = "1.0.2.1" description = "小派蒙!原神qq群机器人,基于NoneBot2的UID查询、抽卡导出分析、模拟抽卡、实时便签、札记等多功能小助手。" authors = ["惜月 <277073121@qq.com>"] readme = "README.md"