nonebot-plugin-l4d2-server 0.4.2__py3-none-any.whl → 0.4.4__py3-none-any.whl
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.
- README.md +15 -11
- nonebot_plugin_l4d2_server/__init__.py +6 -4
- nonebot_plugin_l4d2_server/command.py +0 -2
- nonebot_plugin_l4d2_server/l4d2_anne/__init__.py +0 -1
- nonebot_plugin_l4d2_server/l4d2_image/steam.py +1 -2
- nonebot_plugin_l4d2_server/l4d2_web/config.py +1 -1
- nonebot_plugin_l4d2_server/l4d2_web/web.py +0 -2
- nonebot_plugin_l4d2_server/txt_to_img.py +0 -1
- nonebot_plugin_l4d2_server/utils.py +0 -1
- {nonebot_plugin_l4d2_server-0.4.2.dist-info → nonebot_plugin_l4d2_server-0.4.4.dist-info}/METADATA +22 -17
- {nonebot_plugin_l4d2_server-0.4.2.dist-info → nonebot_plugin_l4d2_server-0.4.4.dist-info}/RECORD +13 -13
- {nonebot_plugin_l4d2_server-0.4.2.dist-info → nonebot_plugin_l4d2_server-0.4.4.dist-info}/LICENSE +0 -0
- {nonebot_plugin_l4d2_server-0.4.2.dist-info → nonebot_plugin_l4d2_server-0.4.4.dist-info}/WHEEL +0 -0
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<div align="center">
|
2
|
-
<img src="https://raw.githubusercontent.com/
|
2
|
+
<img src="https://raw.githubusercontent.com/Agnes4m/nonebot_plugin_l4d2_server/main/image/logo.png" width="180" height="180" alt="AgnesDigitalLogo">
|
3
3
|
<br>
|
4
4
|
<p><img src="https://s2.loli.net/2022/06/16/xsVUGRrkbn1ljTD.png" width="240" alt="NoneBotPluginText"></p>
|
5
5
|
</div>
|
@@ -9,15 +9,15 @@
|
|
9
9
|
# nonebot_plugin_l4d2_server
|
10
10
|
_✨Nonebot & Left 4 Dead 2 server操作✨_
|
11
11
|
<div align = "center">
|
12
|
-
<a href="https://github.com/
|
13
|
-
<a href="https://github.com/
|
14
|
-
<a href="https://github.com/
|
12
|
+
<a href="https://github.com/Agnes4m/nonebot_plugin_l4d2_server/wiki/%E6%96%87%E6%A1%A3" target="_blank">文档</a> ·
|
13
|
+
<a href="https://github.com/Agnes4m/nonebot_plugin_l4d2_server/wiki/%E6%96%87%E6%A1%A3#zl" target="_blank">指令列表</a> ·
|
14
|
+
<a href="https://github.com/Agnes4m/nonebot_plugin_l4d2_server/wiki/BUG%E5%8F%8D%E9%A6%88">常见问题</a>
|
15
15
|
</div><br>
|
16
|
-
<a href="https://github.com/
|
17
|
-
<img alt="GitHub stars" src="https://img.shields.io/github/stars/
|
16
|
+
<a href="https://github.com/Agnes4m/nonebot_plugin_l4d2_server/stargazers">
|
17
|
+
<img alt="GitHub stars" src="https://img.shields.io/github/stars/Agnes4m/nonebot_plugin_l4d2_server" alt="stars">
|
18
18
|
</a>
|
19
|
-
<a href="https://github.com/
|
20
|
-
<img alt="GitHub issues" src="https://img.shields.io/github/issues/
|
19
|
+
<a href="https://github.com/Agnes4m/nonebot_plugin_l4d2_server/issues">
|
20
|
+
<img alt="GitHub issues" src="https://img.shields.io/github/issues/Agnes4m/nonebot_plugin_l4d2_server" alt="issues">
|
21
21
|
</a>
|
22
22
|
<a href="https://jq.qq.com/?_wv=1027&k=HdjoCcAe">
|
23
23
|
<img src="https://img.shields.io/badge/QQ%E7%BE%A4-399365126-orange?style=flat-square" alt="QQ Chat Group">
|
@@ -47,7 +47,7 @@ _✨Nonebot & Left 4 Dead 2 server操作✨_
|
|
47
47
|
|
48
48
|
## 新文档(暂未完成)
|
49
49
|
|
50
|
-
[点击这里](https://
|
50
|
+
[点击这里](https://Agnes4m.github.io/l4d2)
|
51
51
|
|
52
52
|
<h2 id="gn">主要功能</h2>
|
53
53
|
|
@@ -113,6 +113,10 @@ _✨Nonebot & Left 4 Dead 2 server操作✨_
|
|
113
113
|
<summary>展开/收起</summary>
|
114
114
|
|
115
115
|
|
116
|
+
### 0.4.4--2022.4.9
|
117
|
+
|
118
|
+
- 修bug(恼)
|
119
|
+
|
116
120
|
### 0.4.2--2022.4.9
|
117
121
|
|
118
122
|
- 修复响应开头匹配出现的重大bug
|
@@ -310,13 +314,13 @@ _✨Nonebot & Left 4 Dead 2 server操作✨_
|
|
310
314
|
+ 本人技术很差,如果您有发现BUG或者更好的建议,欢迎提Issue & Pr
|
311
315
|
+ 如果本插件对你有帮助,不要忘了点个Star~
|
312
316
|
+ 本项目仅供学习使用,请勿用于商业用途
|
313
|
-
+ [GPL-3.0 License](https://github.com/
|
317
|
+
+ [GPL-3.0 License](https://github.com/Agnes4m/nonebot_plugin_l4d2_server/blob/main/LICENSE) ©[@Agnes4m](https://github.com/Agnes4m)
|
314
318
|
|
315
319
|
|
316
320
|
<h2 id="ty">🌐 感谢</h2>
|
317
321
|
|
318
322
|
- [修仙](https://github.com/s52047qwas/nonebot_plugin_xiuxian) - 数据库的写法来自于他
|
319
|
-
- [自己写的求生之路查询库](https://github.com/
|
323
|
+
- [自己写的求生之路查询库](https://github.com/Agnes4m/VSQ)(已弃用)
|
320
324
|
- [@MeetWq](https://github.com/MeetWq) - 非常热心解答nonebot2相关的写法
|
321
325
|
- [可爱小Q](https://github.com/MeetWq/mybot) - 服务器图片写法参考小Q帮助
|
322
326
|
- [群聊学习](https://github.com/CMHopeSunshine/nonebot-plugin-learning-chat) - web控制台的写法来自于他
|
@@ -39,20 +39,22 @@ from .l4d2_file import updown_l4d2_vpk,all_zip_to_one
|
|
39
39
|
from .txt_to_img import mode_txt_to_img
|
40
40
|
# from .l4d2_server import RCONClient
|
41
41
|
scheduler = require("nonebot_plugin_apscheduler").scheduler
|
42
|
-
|
43
|
-
from .l4d2_web import web,webUI
|
42
|
+
if l4_web:
|
43
|
+
from .l4d2_web import web,webUI
|
44
|
+
else:
|
45
|
+
pass
|
44
46
|
|
45
47
|
driver = get_driver()
|
46
48
|
|
47
49
|
|
48
|
-
__version__ = "0.4.
|
50
|
+
__version__ = "0.4.3"
|
49
51
|
__plugin_meta__ = PluginMetadata(
|
50
52
|
name="求生之路小助手",
|
51
53
|
description='群内对有关求生之路的查询和操作',
|
52
54
|
usage='求生服务器操作指令',
|
53
55
|
extra={
|
54
56
|
"version": __version__,
|
55
|
-
"author": "
|
57
|
+
"author": "Agnes4m <Z735803792@163.com>",
|
56
58
|
},
|
57
59
|
)
|
58
60
|
|
@@ -5,11 +5,9 @@ from nonebot import on_notice,on_command,on_regex,on_keyword
|
|
5
5
|
from nonebot.params import CommandArg,RawCommand,CommandStart
|
6
6
|
from nonebot.matcher import Matcher
|
7
7
|
import nonebot
|
8
|
-
from nonebot.permission import SUPERUSER
|
9
8
|
from nonebot.adapters.onebot.v11 import (
|
10
9
|
GroupUploadNoticeEvent,
|
11
10
|
NoticeEvent,
|
12
|
-
Bot,
|
13
11
|
MessageEvent,
|
14
12
|
Message,
|
15
13
|
MessageSegment,
|
@@ -132,7 +132,6 @@ async def init_web():
|
|
132
132
|
try:
|
133
133
|
from ..command import ALL_HOST
|
134
134
|
this_ips = ALL_HOST
|
135
|
-
print(ALL_HOST)
|
136
135
|
ip_lists = []
|
137
136
|
for ip_list, v in this_ips.items():
|
138
137
|
for d in v:
|
@@ -140,7 +139,6 @@ async def init_web():
|
|
140
139
|
ip_lists.append((d['id'], ip_list, host, port))
|
141
140
|
data_dict = await qq_ip_querie(ip_lists)
|
142
141
|
data_list = data_dict['msg_list']
|
143
|
-
print(data_list)
|
144
142
|
return {
|
145
143
|
'status': 0,
|
146
144
|
'msg': 'ok',
|
@@ -7,7 +7,6 @@ from .config import l4_font
|
|
7
7
|
"""直接超的智障回复"""
|
8
8
|
def txt_to_img(text: str, font_size=30, font_path=l4_font) -> bytes:
|
9
9
|
text = line_break(text)
|
10
|
-
print(font_path)
|
11
10
|
d_font = ImageFont.truetype(font_path, font_size)
|
12
11
|
lines = text.count('\n') # 计算行数
|
13
12
|
image = Image.new("L", (LINE_CHAR_COUNT*font_size //
|
{nonebot_plugin_l4d2_server-0.4.2.dist-info → nonebot_plugin_l4d2_server-0.4.4.dist-info}/METADATA
RENAMED
@@ -1,19 +1,18 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: nonebot-plugin-l4d2-server
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.4
|
4
4
|
Summary: L4D2 server related operations plugin for NoneBot2
|
5
|
-
Home-page: https://github.com/
|
5
|
+
Home-page: https://github.com/Agnes4m/nonebot_plugin_l4d2_server
|
6
6
|
License: GPLv3
|
7
7
|
Keywords: steam,game,l4d2,nonebot2,plugin
|
8
8
|
Author: Agnes_Digital
|
9
9
|
Author-email: Z735803792@163.com
|
10
|
-
Requires-Python: >=3.
|
10
|
+
Requires-Python: >=3.9,<4.0
|
11
11
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
12
12
|
Classifier: License :: Other/Proprietary License
|
13
13
|
Classifier: Operating System :: OS Independent
|
14
14
|
Classifier: Programming Language :: Python
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
16
|
-
Classifier: Programming Language :: Python :: 3.8
|
17
16
|
Classifier: Programming Language :: Python :: 3.9
|
18
17
|
Classifier: Programming Language :: Python :: 3.10
|
19
18
|
Classifier: Programming Language :: Python :: 3.11
|
@@ -29,7 +28,7 @@ Requires-Dist: httpx (>=0.23.3,<0.24.0)
|
|
29
28
|
Requires-Dist: jieba (>=0.42.1,<0.43.0)
|
30
29
|
Requires-Dist: jinja2 (>=3.0.0)
|
31
30
|
Requires-Dist: nonebot-adapter-onebot (>=2.1.5)
|
32
|
-
Requires-Dist: nonebot2 (>=2.0.
|
31
|
+
Requires-Dist: nonebot2 (>=2.0.0rc4,<3.0.0)
|
33
32
|
Requires-Dist: nonebot_plugin_apscheduler (>=0.2.0,<0.3.0)
|
34
33
|
Requires-Dist: nonebot_plugin_htmlrender (>=0.2.0.1,<0.3.0.0)
|
35
34
|
Requires-Dist: nonebot_plugin_txt2img (>=0.3.0)
|
@@ -37,15 +36,17 @@ Requires-Dist: pandas (>=1.5.2)
|
|
37
36
|
Requires-Dist: patool (>=1.12,<2.0)
|
38
37
|
Requires-Dist: pillow (>=9.3.0,<10.0.0)
|
39
38
|
Requires-Dist: python-a2s (>=1.3.0,<2.0.0)
|
39
|
+
Requires-Dist: python-jose (>=3.3.0,<4.0.0)
|
40
40
|
Requires-Dist: pyunpack (>=0.3.0,<0.4.0)
|
41
41
|
Requires-Dist: rarfile (>=4.0,<5.0)
|
42
42
|
Requires-Dist: rcon (>=2.1.0,<3.0.0)
|
43
|
+
Requires-Dist: ruamel.yaml (>=0.17.21,<0.18.0)
|
43
44
|
Requires-Dist: srctools (>=2.3.9,<3.0.0)
|
44
|
-
Project-URL: Repository, https://github.com/
|
45
|
+
Project-URL: Repository, https://github.com/Agnes4m/nonebot_plugin_l4d2_server
|
45
46
|
Description-Content-Type: text/markdown
|
46
47
|
|
47
48
|
<div align="center">
|
48
|
-
<img src="https://raw.githubusercontent.com/
|
49
|
+
<img src="https://raw.githubusercontent.com/Agnes4m/nonebot_plugin_l4d2_server/main/image/logo.png" width="180" height="180" alt="AgnesDigitalLogo">
|
49
50
|
<br>
|
50
51
|
<p><img src="https://s2.loli.net/2022/06/16/xsVUGRrkbn1ljTD.png" width="240" alt="NoneBotPluginText"></p>
|
51
52
|
</div>
|
@@ -55,15 +56,15 @@ Description-Content-Type: text/markdown
|
|
55
56
|
# nonebot_plugin_l4d2_server
|
56
57
|
_✨Nonebot & Left 4 Dead 2 server操作✨_
|
57
58
|
<div align = "center">
|
58
|
-
<a href="https://github.com/
|
59
|
-
<a href="https://github.com/
|
60
|
-
<a href="https://github.com/
|
59
|
+
<a href="https://github.com/Agnes4m/nonebot_plugin_l4d2_server/wiki/%E6%96%87%E6%A1%A3" target="_blank">文档</a> ·
|
60
|
+
<a href="https://github.com/Agnes4m/nonebot_plugin_l4d2_server/wiki/%E6%96%87%E6%A1%A3#zl" target="_blank">指令列表</a> ·
|
61
|
+
<a href="https://github.com/Agnes4m/nonebot_plugin_l4d2_server/wiki/BUG%E5%8F%8D%E9%A6%88">常见问题</a>
|
61
62
|
</div><br>
|
62
|
-
<a href="https://github.com/
|
63
|
-
<img alt="GitHub stars" src="https://img.shields.io/github/stars/
|
63
|
+
<a href="https://github.com/Agnes4m/nonebot_plugin_l4d2_server/stargazers">
|
64
|
+
<img alt="GitHub stars" src="https://img.shields.io/github/stars/Agnes4m/nonebot_plugin_l4d2_server" alt="stars">
|
64
65
|
</a>
|
65
|
-
<a href="https://github.com/
|
66
|
-
<img alt="GitHub issues" src="https://img.shields.io/github/issues/
|
66
|
+
<a href="https://github.com/Agnes4m/nonebot_plugin_l4d2_server/issues">
|
67
|
+
<img alt="GitHub issues" src="https://img.shields.io/github/issues/Agnes4m/nonebot_plugin_l4d2_server" alt="issues">
|
67
68
|
</a>
|
68
69
|
<a href="https://jq.qq.com/?_wv=1027&k=HdjoCcAe">
|
69
70
|
<img src="https://img.shields.io/badge/QQ%E7%BE%A4-399365126-orange?style=flat-square" alt="QQ Chat Group">
|
@@ -93,7 +94,7 @@ _✨Nonebot & Left 4 Dead 2 server操作✨_
|
|
93
94
|
|
94
95
|
## 新文档(暂未完成)
|
95
96
|
|
96
|
-
[点击这里](https://
|
97
|
+
[点击这里](https://Agnes4m.github.io/l4d2)
|
97
98
|
|
98
99
|
<h2 id="gn">主要功能</h2>
|
99
100
|
|
@@ -159,6 +160,10 @@ _✨Nonebot & Left 4 Dead 2 server操作✨_
|
|
159
160
|
<summary>展开/收起</summary>
|
160
161
|
|
161
162
|
|
163
|
+
### 0.4.4--2022.4.9
|
164
|
+
|
165
|
+
- 修bug(恼)
|
166
|
+
|
162
167
|
### 0.4.2--2022.4.9
|
163
168
|
|
164
169
|
- 修复响应开头匹配出现的重大bug
|
@@ -356,13 +361,13 @@ _✨Nonebot & Left 4 Dead 2 server操作✨_
|
|
356
361
|
+ 本人技术很差,如果您有发现BUG或者更好的建议,欢迎提Issue & Pr
|
357
362
|
+ 如果本插件对你有帮助,不要忘了点个Star~
|
358
363
|
+ 本项目仅供学习使用,请勿用于商业用途
|
359
|
-
+ [GPL-3.0 License](https://github.com/
|
364
|
+
+ [GPL-3.0 License](https://github.com/Agnes4m/nonebot_plugin_l4d2_server/blob/main/LICENSE) ©[@Agnes4m](https://github.com/Agnes4m)
|
360
365
|
|
361
366
|
|
362
367
|
<h2 id="ty">🌐 感谢</h2>
|
363
368
|
|
364
369
|
- [修仙](https://github.com/s52047qwas/nonebot_plugin_xiuxian) - 数据库的写法来自于他
|
365
|
-
- [自己写的求生之路查询库](https://github.com/
|
370
|
+
- [自己写的求生之路查询库](https://github.com/Agnes4m/VSQ)(已弃用)
|
366
371
|
- [@MeetWq](https://github.com/MeetWq) - 非常热心解答nonebot2相关的写法
|
367
372
|
- [可爱小Q](https://github.com/MeetWq/mybot) - 服务器图片写法参考小Q帮助
|
368
373
|
- [群聊学习](https://github.com/CMHopeSunshine/nonebot-plugin-learning-chat) - web控制台的写法来自于他
|
{nonebot_plugin_l4d2_server-0.4.2.dist-info → nonebot_plugin_l4d2_server-0.4.4.dist-info}/RECORD
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
|
2
|
-
nonebot_plugin_l4d2_server/__init__.py,sha256=
|
3
|
-
nonebot_plugin_l4d2_server/command.py,sha256=
|
2
|
+
nonebot_plugin_l4d2_server/__init__.py,sha256=q4dKx9enHwe47XT1ZNbu_A6c4VVC3-wz9y_1SCGQyOk,16815
|
3
|
+
nonebot_plugin_l4d2_server/command.py,sha256=BkzjLJ8sfyk7mASBz_DPE2FJSzZWwwJI0V3yqbT94Oo,8027
|
4
4
|
nonebot_plugin_l4d2_server/config.py,sha256=puYEwIzTgxYaMuWAH_7WkXStt0PQkpLiFYrhfWaigWQ,4965
|
5
5
|
nonebot_plugin_l4d2_server/data/L4D2/image/head/head.png,sha256=Z72PEvp7xF1DZcLDeuWlg2_g6JAfHxtisptWn6BYGN8,158357
|
6
6
|
nonebot_plugin_l4d2_server/data/L4D2/image/header/logo.png,sha256=1KhQNsx7zsCKGHmyIZ65dP9npkKzo7Im-Aafyi5_lhc,631630
|
@@ -13,7 +13,7 @@ nonebot_plugin_l4d2_server/data/L4D2/image/template/help.html,sha256=SxTXrQbo_4Y
|
|
13
13
|
nonebot_plugin_l4d2_server/data/L4D2/image/template/help_dack.html,sha256=g7tp8g_ZejiQBQrOti-EvcygJBFICnscU5ckrJ5Lp2A,6417
|
14
14
|
nonebot_plugin_l4d2_server/data/L4D2/image/template/ip.html,sha256=5uNt3wigNdAZX2gNX4nFOJghbXoiBJoceGyV5qcK9Xg,1595
|
15
15
|
nonebot_plugin_l4d2_server/data/L4D2/image/template/vue.css,sha256=2sGjCFrR-3tFMB_x7l4K6k40tZ5JVzhWqD759cagYBA,7874
|
16
|
-
nonebot_plugin_l4d2_server/l4d2_anne/__init__.py,sha256=
|
16
|
+
nonebot_plugin_l4d2_server/l4d2_anne/__init__.py,sha256=8RaCcZgD4t5jlLZCdyXXEawAqVdsNXgos7a8ryumPKg,9067
|
17
17
|
nonebot_plugin_l4d2_server/l4d2_anne/analysis.py,sha256=efK36wNqpF9_tLjHBn6YovYRoGynnSLM-m3O_u02vwU,1661
|
18
18
|
nonebot_plugin_l4d2_server/l4d2_anne/anne_telecom.py,sha256=poAlUAgTvDryAtSa0CpQo5kawtJbddpWyt2JtIxzcgI,3085
|
19
19
|
nonebot_plugin_l4d2_server/l4d2_anne/server.py,sha256=_ZKRi0eLh7GnQJJaUUckaieWLzuLWaZL3brXcovjoOE,1702
|
@@ -27,7 +27,7 @@ nonebot_plugin_l4d2_server/l4d2_image/__init__.py,sha256=1VpVuRstsoUrxrXdQuire1I
|
|
27
27
|
nonebot_plugin_l4d2_server/l4d2_image/download.py,sha256=n1YQNMeTslbLMLbkRVfRFX6mipmxfI8HWQ7sG8bVXDI,4097
|
28
28
|
nonebot_plugin_l4d2_server/l4d2_image/htmlimg.py,sha256=bz1oJn-CUoPuBktJxGLrm1FsuMoehlt17pcoYVhIrVs,1070
|
29
29
|
nonebot_plugin_l4d2_server/l4d2_image/send_image_tool.py,sha256=DKliVudSSeec4Gl5Deji04-P4_bbSIvXWorEIPQpKDc,968
|
30
|
-
nonebot_plugin_l4d2_server/l4d2_image/steam.py,sha256=
|
30
|
+
nonebot_plugin_l4d2_server/l4d2_image/steam.py,sha256=g7DY7d7aqdIHeJinpzAsedgGXF_a_F2Q55l9MIj7TyA,3882
|
31
31
|
nonebot_plugin_l4d2_server/l4d2_image/vtfs.py,sha256=2WuXE_4_5eVNExzYCTgZnKZrcE6CxqnDpjpKEA_FHCE,1427
|
32
32
|
nonebot_plugin_l4d2_server/l4d2_queries/__init__.py,sha256=jEFHi-GT1SDLrVP8pg4gxTYwArW5Pk3E2_c_rcRfTSw,3520
|
33
33
|
nonebot_plugin_l4d2_server/l4d2_queries/api.py,sha256=ByJjEflQI8K9p1WT-oDDXc98Eq2yuZonrjZsbDLZKfE,1141
|
@@ -36,15 +36,15 @@ nonebot_plugin_l4d2_server/l4d2_queries/qqgroup.py,sha256=0OdyK1vvRGyk2-PLsRPEdC
|
|
36
36
|
nonebot_plugin_l4d2_server/l4d2_server/__init__.py,sha256=mp3Za6jJ-V92ChXRhl3k4D1tMTY4dqHdXgMzdWutccc,1676
|
37
37
|
nonebot_plugin_l4d2_server/l4d2_server/rcon.py,sha256=aP2n-sq_vM-h6UjnNCmKK9_WW8oS9zFySgowPl5FXd4,1160
|
38
38
|
nonebot_plugin_l4d2_server/l4d2_server/workshop.py,sha256=ZpWnWJ7EABNpDu86Rzoqu3tWoABanprIEcmej1zUT1A,1409
|
39
|
-
nonebot_plugin_l4d2_server/l4d2_web/config.py,sha256=
|
40
|
-
nonebot_plugin_l4d2_server/l4d2_web/web.py,sha256=
|
39
|
+
nonebot_plugin_l4d2_server/l4d2_web/config.py,sha256=uco4NKfxuSXQo0u3vISuvdkClysK6WFNWgJ-SjsXr4g,3397
|
40
|
+
nonebot_plugin_l4d2_server/l4d2_web/web.py,sha256=xoRSQfcNFdb9gRqvPwF0K7lZ96Fb5vDGy5vWyQ647Ro,6336
|
41
41
|
nonebot_plugin_l4d2_server/l4d2_web/webUI.py,sha256=d96qS2ox0zsG43HcOP8wkoJjWumRTpwTr3eCjZih2lY,10799
|
42
42
|
nonebot_plugin_l4d2_server/message.py,sha256=x_ts0HaW3SNOma-baEG0oaeozKE5Nh_fybnRH6VE8i0,1678
|
43
43
|
nonebot_plugin_l4d2_server/seach.py,sha256=dsusYogKH9pGeLxZz9BTheQwtJ3wAO3tfbePYdcaIuA,1025
|
44
|
-
nonebot_plugin_l4d2_server/txt_to_img.py,sha256=
|
45
|
-
nonebot_plugin_l4d2_server/utils.py,sha256=
|
46
|
-
README.md,sha256=
|
47
|
-
nonebot_plugin_l4d2_server-0.4.
|
48
|
-
nonebot_plugin_l4d2_server-0.4.
|
49
|
-
nonebot_plugin_l4d2_server-0.4.
|
50
|
-
nonebot_plugin_l4d2_server-0.4.
|
44
|
+
nonebot_plugin_l4d2_server/txt_to_img.py,sha256=evJeuKWSHbg8EWnUdeqHoNbxE5yOORVWXJwMWO1PKTo,2166
|
45
|
+
nonebot_plugin_l4d2_server/utils.py,sha256=pY8e94zAms98oaiqx6ZWzrSIMTTc7vuWHHkaxt3BBIA,8189
|
46
|
+
README.md,sha256=1UlbEiueAyvOAS0HcNQAqidpMqQRnaZZTFLlAdUP5Kk,10903
|
47
|
+
nonebot_plugin_l4d2_server-0.4.4.dist-info/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
|
48
|
+
nonebot_plugin_l4d2_server-0.4.4.dist-info/METADATA,sha256=gbPM84prJUqkYhaAJoGT1AA_sTg_bKwTyv3DKh0A50I,12573
|
49
|
+
nonebot_plugin_l4d2_server-0.4.4.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
|
50
|
+
nonebot_plugin_l4d2_server-0.4.4.dist-info/RECORD,,
|
{nonebot_plugin_l4d2_server-0.4.2.dist-info → nonebot_plugin_l4d2_server-0.4.4.dist-info}/LICENSE
RENAMED
File without changes
|
{nonebot_plugin_l4d2_server-0.4.2.dist-info → nonebot_plugin_l4d2_server-0.4.4.dist-info}/WHEEL
RENAMED
File without changes
|