nonebot-plugin-maimaidx 3.0.4__tar.gz → 3.0.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/PKG-INFO +3 -2
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/README.md +2 -1
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/commands/mai_table.py +1 -1
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/clients/yuzuchan/client.py +0 -1
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx.egg-info/PKG-INFO +3 -2
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/pyproject.toml +1 -1
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/LICENSE +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/__init__.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/commands/__init__.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/commands/depend.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/commands/mai_alias.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/commands/mai_base.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/commands/mai_guess.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/commands/mai_score.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/commands/mai_search.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/config.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/constants.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/alias_ws_push.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/clients/divingfish/client.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/clients/divingfish/exceptions.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/clients/divingfish/models/__init__.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/clients/divingfish/models/music.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/clients/divingfish/models/score.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/clients/exceptions.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/clients/http.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/clients/lxns/client.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/clients/lxns/exceptions.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/clients/lxns/models/__init__.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/clients/lxns/models/base.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/clients/lxns/models/collection.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/clients/lxns/models/enum.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/clients/lxns/models/music.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/clients/lxns/models/oauth.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/clients/lxns/models/player.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/clients/lxns/models/score.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/clients/yuzuchan/exceptions.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/clients/yuzuchan/models/__init__.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/clients/yuzuchan/models/alias.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/clients/yuzuchan/models/enum.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/clients/yuzuchan/models/message.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/clients/yuzuchan/models/status.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/database/qq.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/handler.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/handler_error.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/image/__init__.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/image/assets.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/image/base.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/image/best50.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/image/chart.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/image/info.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/image/plate_table.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/image/rating_table.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/image/score.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/image/song.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/image/tools.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/image/update_table.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/merge/__init__.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/merge/alias.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/merge/alias_list.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/merge/models/__init__.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/merge/models/alias.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/merge/models/best50.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/merge/models/enum.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/merge/models/guess.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/merge/models/player.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/merge/models/score.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/merge/models/song.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/merge/music_list.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/merge/play_result.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/merge/player.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/service/__init__.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/service/diving_fish.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/service/lxns.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/service/yuzuchan.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/tool.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/utils/calc.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/maimaidxhelp.png +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/resources.py +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx.egg-info/SOURCES.txt +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx.egg-info/dependency_links.txt +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx.egg-info/requires.txt +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx.egg-info/top_level.txt +0 -0
- {nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nonebot-plugin-maimaidx
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.5
|
|
4
4
|
Summary: maimaidx plugin for nonebot2
|
|
5
5
|
Author-email: Yuri-YuzuChaN <806235364@qq.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -106,6 +106,7 @@ Dynamic: license-file
|
|
|
106
106
|
```
|
|
107
107
|
# maimaidx # 基本配置
|
|
108
108
|
MAIMAIDX_PATH= # 必填项,静态文件夹路径,必须为绝对路径到 `/static`,例如:e:/SakuraBOT/nbstatic/maimaidx/static
|
|
109
|
+
MAIMAIDX_ALIAS_PUSH=true # 是否开启别名推送
|
|
109
110
|
MAIMAIDX_ALIAS_PROXY=false # 是否使用中转访问柚子别名服务器,适用于境内服务器
|
|
110
111
|
SAVE_IN_MEMORY=true # 是否将部分图片保存在内存
|
|
111
112
|
ASSETS_ONLINE=true # 对于有 `icon` 和 `plate` 资源的可将此项改为 `false`,如果没有请默认,否则使用落雪查分器时无法使用
|
|
@@ -116,7 +117,7 @@ Dynamic: license-file
|
|
|
116
117
|
|
|
117
118
|
# lxns # 落雪查分器配置,均未填写将无法使用落雪查分器
|
|
118
119
|
LXNS_DEV_TOKEN= # 开发者 token
|
|
119
|
-
LX_CLIENT_ID= # OAuth 应用ID
|
|
120
|
+
LX_CLIENT_ID= # OAuth 应用ID,OAuth权限范围请选择前三项,不包括「读取个人API秘钥」
|
|
120
121
|
LX_CLIENT_SECRET= # OAuth 应用秘钥
|
|
121
122
|
REDIRECT_URI= # OAuth 回调地址
|
|
122
123
|
```
|
|
@@ -78,6 +78,7 @@
|
|
|
78
78
|
```
|
|
79
79
|
# maimaidx # 基本配置
|
|
80
80
|
MAIMAIDX_PATH= # 必填项,静态文件夹路径,必须为绝对路径到 `/static`,例如:e:/SakuraBOT/nbstatic/maimaidx/static
|
|
81
|
+
MAIMAIDX_ALIAS_PUSH=true # 是否开启别名推送
|
|
81
82
|
MAIMAIDX_ALIAS_PROXY=false # 是否使用中转访问柚子别名服务器,适用于境内服务器
|
|
82
83
|
SAVE_IN_MEMORY=true # 是否将部分图片保存在内存
|
|
83
84
|
ASSETS_ONLINE=true # 对于有 `icon` 和 `plate` 资源的可将此项改为 `false`,如果没有请默认,否则使用落雪查分器时无法使用
|
|
@@ -88,7 +89,7 @@
|
|
|
88
89
|
|
|
89
90
|
# lxns # 落雪查分器配置,均未填写将无法使用落雪查分器
|
|
90
91
|
LXNS_DEV_TOKEN= # 开发者 token
|
|
91
|
-
LX_CLIENT_ID= # OAuth 应用ID
|
|
92
|
+
LX_CLIENT_ID= # OAuth 应用ID,OAuth权限范围请选择前三项,不包括「读取个人API秘钥」
|
|
92
93
|
LX_CLIENT_SECRET= # OAuth 应用秘钥
|
|
93
94
|
REDIRECT_URI= # OAuth 回调地址
|
|
94
95
|
```
|
|
@@ -29,7 +29,7 @@ TABLE_PATTERN = (
|
|
|
29
29
|
r"^([真超檄橙暁晓桃櫻樱紫菫堇白雪輝辉舞霸熊華华爽煌星宙祭祝双宴镜彩])"
|
|
30
30
|
r"([極极将舞神者]舞?){}表?\s?([0-9]+)?$"
|
|
31
31
|
)
|
|
32
|
-
LEVEL_PATTERN = r"^([0-9]+\+?)\s?((a+|b+|c|d|s+|ap|fc|fs|fdx)\+?)\s?([\u4e00-\u9fa5]+)?\s?进度\s?([0-9]+)?$"
|
|
32
|
+
LEVEL_PATTERN = r"^([0-9]+\+?)\s?((?:a+|b+|c|d|s+|ap|fc|fs|fdx)\+?)\s?([\u4e00-\u9fa5]+)?\s?进度\s?([0-9]+)?$"
|
|
33
33
|
LEVEL_LIST_PATTERN = r"([0-9]+\.?[0-9]?\+?)\s?分数列表\s?([0-9]+)?$"
|
|
34
34
|
CATEGORY_ALIAS = {
|
|
35
35
|
"已完成": Category.COMPLETED,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nonebot-plugin-maimaidx
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.5
|
|
4
4
|
Summary: maimaidx plugin for nonebot2
|
|
5
5
|
Author-email: Yuri-YuzuChaN <806235364@qq.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -106,6 +106,7 @@ Dynamic: license-file
|
|
|
106
106
|
```
|
|
107
107
|
# maimaidx # 基本配置
|
|
108
108
|
MAIMAIDX_PATH= # 必填项,静态文件夹路径,必须为绝对路径到 `/static`,例如:e:/SakuraBOT/nbstatic/maimaidx/static
|
|
109
|
+
MAIMAIDX_ALIAS_PUSH=true # 是否开启别名推送
|
|
109
110
|
MAIMAIDX_ALIAS_PROXY=false # 是否使用中转访问柚子别名服务器,适用于境内服务器
|
|
110
111
|
SAVE_IN_MEMORY=true # 是否将部分图片保存在内存
|
|
111
112
|
ASSETS_ONLINE=true # 对于有 `icon` 和 `plate` 资源的可将此项改为 `false`,如果没有请默认,否则使用落雪查分器时无法使用
|
|
@@ -116,7 +117,7 @@ Dynamic: license-file
|
|
|
116
117
|
|
|
117
118
|
# lxns # 落雪查分器配置,均未填写将无法使用落雪查分器
|
|
118
119
|
LXNS_DEV_TOKEN= # 开发者 token
|
|
119
|
-
LX_CLIENT_ID= # OAuth 应用ID
|
|
120
|
+
LX_CLIENT_ID= # OAuth 应用ID,OAuth权限范围请选择前三项,不包括「读取个人API秘钥」
|
|
120
121
|
LX_CLIENT_SECRET= # OAuth 应用秘钥
|
|
121
122
|
REDIRECT_URI= # OAuth 回调地址
|
|
122
123
|
```
|
|
File without changes
|
{nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/config.py
RENAMED
|
File without changes
|
{nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/constants.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/core/tool.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nonebot_plugin_maimaidx-3.0.4 → nonebot_plugin_maimaidx-3.0.5}/nonebot_plugin_maimaidx/resources.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|