💥 更改插件加载方式,一定要看README!!

This commit is contained in:
CMHopeSunshine 2022-07-04 00:37:20 +08:00
parent 659b55da6a
commit 6dec722898
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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"