diff --git a/README.md b/README.md index e85c6c4..2cfa913 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,12 @@ version license python - go-cqhttp - go-cqhttp - QQ Chat - QQ guild + QQ guild

+ ## 简介 通过米游社接口,查询uid的游戏信息,并附带各种娱乐功能。 @@ -89,7 +87,9 @@ | 获取抽卡记录 uid 链接 | 从api获取抽卡记录,时间较长 | | | 导出抽卡记录 uid 格式 | 导出抽卡记录的文件,上传到群文件 | 格式有xlsx和json;只能在群里导出 | -抽卡记录链接的获取方式和其他工具是一样的,这里不多介绍了 +抽卡记录链接的获取方式和其他工具是一样的,这里不多介绍了; + +本派蒙导出的xlsx和json符合UIGF标准,可用于其他UIGF标准的抽卡记录分析工具。 ### 模拟抽卡功能 diff --git a/hoshino/modules/Genshin_Paimon/res/name_card/10000048.png b/hoshino/modules/Genshin_Paimon/res/name_card/10000048.png new file mode 100644 index 0000000..9748d06 Binary files /dev/null and b/hoshino/modules/Genshin_Paimon/res/name_card/10000048.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/reliquaries/73533.png b/hoshino/modules/Genshin_Paimon/res/reliquaries/73533.png new file mode 100644 index 0000000..e6908a0 Binary files /dev/null and b/hoshino/modules/Genshin_Paimon/res/reliquaries/73533.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/reliquaries/罗莎莉亚10451.png b/hoshino/modules/Genshin_Paimon/res/reliquaries/罗莎莉亚10451.png new file mode 100644 index 0000000..71d74e0 Binary files /dev/null and b/hoshino/modules/Genshin_Paimon/res/reliquaries/罗莎莉亚10451.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/reliquaries/罗莎莉亚10452.png b/hoshino/modules/Genshin_Paimon/res/reliquaries/罗莎莉亚10452.png new file mode 100644 index 0000000..6ba9e5e Binary files /dev/null and b/hoshino/modules/Genshin_Paimon/res/reliquaries/罗莎莉亚10452.png differ diff --git a/hoshino/modules/Genshin_Paimon/res/reliquaries/罗莎莉亚10453.png b/hoshino/modules/Genshin_Paimon/res/reliquaries/罗莎莉亚10453.png new file mode 100644 index 0000000..6f111a9 Binary files /dev/null and b/hoshino/modules/Genshin_Paimon/res/reliquaries/罗莎莉亚10453.png differ diff --git a/requirements.txt b/requirements.txt index fe15baf..91fde8d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ nonebot[scheduler]~=1.8.0 +jinja2==3.0.3 aiocqhttp~=1.4.0 lxml>=4.4.1 pytz>=2021.3