mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2024-12-16 13:40:53 +08:00
💥 更改插件加载方式,一定要看README
!!
This commit is contained in:
parent
659b55da6a
commit
6dec722898
@ -31,8 +31,8 @@ help_.__paimon_help__ = {
|
|||||||
"priority": 99
|
"priority": 99
|
||||||
}
|
}
|
||||||
|
|
||||||
font_path = Path(__file__).parent.parent / 'res'
|
font_path = Path() / 'resources' / 'LittlePaimon'
|
||||||
res_path = Path(__file__).parent.parent / 'res' / 'help'
|
res_path = Path() / 'resources' / 'LittlePaimon' / 'help'
|
||||||
|
|
||||||
|
|
||||||
def get_font(size, font='hywh.ttf') -> ImageFont:
|
def get_font(size, font='hywh.ttf') -> ImageFont:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "LittlePaimon"
|
name = "LittlePaimon"
|
||||||
version = "1.0.2"
|
version = "1.0.2.1"
|
||||||
description = "小派蒙!原神qq群机器人,基于NoneBot2的UID查询、抽卡导出分析、模拟抽卡、实时便签、札记等多功能小助手。"
|
description = "小派蒙!原神qq群机器人,基于NoneBot2的UID查询、抽卡导出分析、模拟抽卡、实时便签、札记等多功能小助手。"
|
||||||
authors = ["惜月 <277073121@qq.com>"]
|
authors = ["惜月 <277073121@qq.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user