nonebot-plugin-l4d2-server 0.5.0__py3-none-any.whl → 0.5.2__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.
- LICENSE +674 -674
- README.md +365 -349
- nonebot_plugin_l4d2_server/__init__.py +1 -1
- nonebot_plugin_l4d2_server/chrome.py +45 -0
- nonebot_plugin_l4d2_server/command.py +232 -233
- nonebot_plugin_l4d2_server/config.py +210 -318
- nonebot_plugin_l4d2_server/data/L4D2/image/template/anne.html +60 -60
- nonebot_plugin_l4d2_server/data/L4D2/image/template/fingerprint.svg +15 -15
- nonebot_plugin_l4d2_server/data/L4D2/image/template/help.html +233 -233
- nonebot_plugin_l4d2_server/data/L4D2/image/template/help_dack.html +231 -231
- nonebot_plugin_l4d2_server/data/L4D2/image/template/ip.html +48 -48
- nonebot_plugin_l4d2_server/data/L4D2/image/template/l.svg +9 -9
- nonebot_plugin_l4d2_server/data/L4D2/image/template/vue.css +530 -530
- nonebot_plugin_l4d2_server/l4d2_anne/__init__.py +251 -251
- nonebot_plugin_l4d2_server/l4d2_anne/analysis.py +51 -51
- nonebot_plugin_l4d2_server/l4d2_anne/anne_telecom.py +75 -75
- nonebot_plugin_l4d2_server/l4d2_anne/server.py +65 -65
- nonebot_plugin_l4d2_server/l4d2_anne/startand.py +17 -17
- nonebot_plugin_l4d2_server/l4d2_data/__init__.py +91 -91
- nonebot_plugin_l4d2_server/l4d2_data/config.py +17 -17
- nonebot_plugin_l4d2_server/l4d2_data/players.py +87 -87
- nonebot_plugin_l4d2_server/l4d2_data/serverip.py +32 -32
- nonebot_plugin_l4d2_server/l4d2_file/__init__.py +122 -122
- nonebot_plugin_l4d2_server/l4d2_file/ayromote.py +56 -56
- nonebot_plugin_l4d2_server/l4d2_file/remote.py +63 -66
- nonebot_plugin_l4d2_server/l4d2_image/__init__.py +103 -103
- nonebot_plugin_l4d2_server/l4d2_image/download.py +101 -101
- nonebot_plugin_l4d2_server/l4d2_image/htmlimg.py +32 -32
- nonebot_plugin_l4d2_server/l4d2_image/send_image_tool.py +32 -32
- nonebot_plugin_l4d2_server/l4d2_image/steam.py +83 -83
- nonebot_plugin_l4d2_server/l4d2_image/vtfs.py +40 -40
- nonebot_plugin_l4d2_server/l4d2_queries/__init__.py +114 -114
- nonebot_plugin_l4d2_server/l4d2_queries/api.py +43 -43
- nonebot_plugin_l4d2_server/l4d2_queries/ohter.py +35 -25
- nonebot_plugin_l4d2_server/l4d2_queries/qqgroup.py +288 -288
- nonebot_plugin_l4d2_server/l4d2_server/__init__.py +61 -61
- nonebot_plugin_l4d2_server/l4d2_server/rcon.py +28 -28
- nonebot_plugin_l4d2_server/l4d2_server/workshop.py +50 -50
- nonebot_plugin_l4d2_server/l4d2_web/web.py +234 -234
- nonebot_plugin_l4d2_server/l4d2_web/webUI.py +241 -241
- nonebot_plugin_l4d2_server/message.py +58 -58
- nonebot_plugin_l4d2_server/seach.py +33 -33
- nonebot_plugin_l4d2_server/txt_to_img.py +64 -64
- nonebot_plugin_l4d2_server/utils.py +272 -272
- {nonebot_plugin_l4d2_server-0.5.0.dist-info → nonebot_plugin_l4d2_server-0.5.2.dist-info}/LICENSE +674 -674
- {nonebot_plugin_l4d2_server-0.5.0.dist-info → nonebot_plugin_l4d2_server-0.5.2.dist-info}/METADATA +47 -32
- nonebot_plugin_l4d2_server-0.5.2.dist-info/RECORD +54 -0
- nonebot_plugin_l4d2_server-0.5.0.dist-info/RECORD +0 -53
- {nonebot_plugin_l4d2_server-0.5.0.dist-info → nonebot_plugin_l4d2_server-0.5.2.dist-info}/WHEEL +0 -0
{nonebot_plugin_l4d2_server-0.5.0.dist-info → nonebot_plugin_l4d2_server-0.5.2.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: nonebot-plugin-l4d2-server
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.2
|
4
4
|
Summary: L4D2 server related operations plugin for NoneBot2
|
5
5
|
Home-page: https://github.com/Agnes4m/nonebot_plugin_l4d2_server
|
6
6
|
License: GPLv3
|
@@ -82,44 +82,44 @@ _✨Nonebot & Left 4 Dead 2 server操作✨_
|
|
82
82
|
|
83
83
|
</div>
|
84
84
|
|
85
|
-
##
|
85
|
+
## 顶置公告
|
86
86
|
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
l4_file = ['/home/ubuntu/l4d2/coop'] # 本地服务器路径
|
91
|
-
l4_host = ['127.0.0.1'] # 服务器ip(建议内网,公网也可以)
|
92
|
-
l4_port = ['20715'] # 服务器端口
|
93
|
-
l4_rcon = ['1145149191810'] # 服务器rcon密码,如果没有可以列空str对象元素
|
94
|
-
l4_font = 'simsun.ttc' # 服务器字体
|
95
|
-
l4_web = True # 网页控制台,默认是关闭
|
87
|
+
0.5.0破坏式更新,不再使用env配置,采用web控制台管理
|
88
|
+
|
89
|
+
同时不再支持远程查询,改为只允许本地查询
|
96
90
|
|
97
91
|
## 主要功能
|
98
92
|
|
99
93
|
- 求生服务器-本地多路径操作(传地图)
|
100
94
|
- 批量查询指定ip服务器状态和玩家
|
101
95
|
- 创意工坊下载和喷漆制作
|
96
|
+
- web控制台
|
102
97
|
- [求生电信服anne](https://github.com/fantasylidong/CompetitiveWithAnne)[查询~](https://sb.trygek.com/l4d_stats/ranking/index.php)
|
103
98
|
|
104
|
-
## 如何获取key
|
105
|
-
|
106
|
-
为了使得ip不被滥用,我采取这种方式管理。
|
107
|
-
|
108
|
-
这并不影响正常使用,如果不需要可以忽略
|
109
|
-
|
110
|
-
[点击这里加群](https://jq.qq.com/?_wv=1027&k=HdjoCcAe)并在群内发送“申请求生key”
|
111
|
-
如果你只查询自己的服务器ip则可以忽略如下,并且更改env设置:
|
112
|
-
|
113
|
-
l4_tag = ['呆呆','橘'] # 这里是内置可以查询的服的list对象
|
114
|
-
l4_key = 'qwertyuiopasdfg' # 这里是获取的key,是13个字符组成的字符串
|
115
|
-
|
116
|
-
## 提交自己的服务器?
|
117
99
|
|
118
|
-
|
119
|
-
|
120
|
-
|
100
|
+
## 数据结构
|
101
|
+
|
102
|
+
bot所在文件夹下
|
103
|
+
```txt
|
104
|
+
举例:
|
105
|
+
└── data
|
106
|
+
└── L4D2
|
107
|
+
├── l4d2.yml
|
108
|
+
├── l4d2.json
|
109
|
+
├── sql
|
110
|
+
│ └── L4D2.db
|
111
|
+
├── image
|
112
|
+
│ └── players
|
113
|
+
│ └── ...
|
114
|
+
└── l4d2
|
115
|
+
├── 关键词1.json
|
116
|
+
├── 关键词2.json
|
117
|
+
└── ...
|
118
|
+
...
|
119
|
+
```
|
121
120
|
|
122
121
|
新增一个json文件,格式如下,文件名与需要响应的指令一致
|
122
|
+
`l4d2.json`和`关键词1.json`都可以加载
|
123
123
|
|
124
124
|
{
|
125
125
|
"呆呆": [
|
@@ -138,27 +138,42 @@ __那么我只能尽可能保证您的ip不会泄漏,如果无法承担风险
|
|
138
138
|
|
139
139
|
## 🌐 默认服务器
|
140
140
|
|
141
|
-
|
141
|
+
由于不可抗力原因,暂时不使用在线的方式获取ip,有需求可以自行添加
|
142
|
+
以下仅供参考本人使用的查询服务器
|
142
143
|
|
143
144
|
| 指令 | 服务器 | op | 数量 |
|
144
145
|
|:-----:|:----:|:----:|:----:|
|
145
|
-
| 数码 | 爱丽数码想要涩涩 | 爱丽数码 |
|
146
|
-
| 云 | anne电信服云服 | 东 |
|
146
|
+
| 数码 | 爱丽数码想要涩涩 | 爱丽数码 | 5
|
147
|
+
| 云 | anne电信服云服 | 东 | 19
|
147
148
|
| 呆呆 | 呆呆的小窝 | 提莫大魔王 | 15
|
148
149
|
| 橘 | 橘希实香的小窝 | 橘希实香 | 21
|
149
150
|
| 竹 | 竹烨 | 竹烨oО柠檬茶 | 21
|
150
151
|
| 音理 | 星空列车与白的旅行 | 音理 | 3
|
151
152
|
| 尤 | 尤尤 | 晓音 | 3
|
152
153
|
| 鱼 | 飞鱼の小窝 | 飞鱼桑 | 3
|
153
|
-
| 恋恋 | 恋氏集团雪糕制作研究中心 | 古明地恋 |
|
154
|
+
| 恋恋 | 恋氏集团雪糕制作研究中心 | 古明地恋 | 2
|
154
155
|
| Air | Air | Air | 15
|
155
156
|
| 3ks | 为人民服务 | DK | 14
|
157
|
+
| 驴头 | 驴头服 | lvt | 4
|
158
|
+
| 尸鬼 | 尸鬼狂潮 | ❀几❀ | 7
|
156
159
|
|
157
160
|
## 🔖 更新日志
|
158
161
|
|
159
162
|
<details>
|
160
163
|
<summary>展开/收起</summary>
|
161
164
|
|
165
|
+
### 0.5.1--2022.5.01
|
166
|
+
|
167
|
+
- 解决了main和dev分支的一个严重bug(也许没解决
|
168
|
+
- 本地化,更好的添加,删除远程分支
|
169
|
+
- 服务器忘了备份,尽力抢救了数据了
|
170
|
+
|
171
|
+
### 0.5.0--2022.4.28
|
172
|
+
|
173
|
+
- 重构config,并弃用env设置
|
174
|
+
- 使用网页控制台来控制配置
|
175
|
+
- 新增了很多不会报错的bug
|
176
|
+
|
162
177
|
### 0.4.9--2022.4
|
163
178
|
|
164
179
|
- 修复h11版本错误的bug
|
@@ -395,4 +410,4 @@ __那么我只能尽可能保证您的ip不会泄漏,如果无法承担风险
|
|
395
410
|
- [日向麻麻](https://github.com/Special-Week)- 代码优化参考
|
396
411
|
- [gsuid](https://github.com/KimigaiiWuyi/GenshinUID)- readme和wiki的格式参考
|
397
412
|
- 呆呆- 提供三方地图的详细数据
|
398
|
-
|
413
|
+
- ArcPav -积极反馈bug,提供改进思路
|
@@ -0,0 +1,54 @@
|
|
1
|
+
LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
2
|
+
README.md,sha256=hA9y2yRdAxcKkBHTvgXAX81TxYaMpXtKNj_9YHcpoZ4,10994
|
3
|
+
nonebot_plugin_l4d2_server/__init__.py,sha256=6OQnWZccjqh_uEfyTzdWbLUOt-ATGndNtWV8jQrbtKs,17425
|
4
|
+
nonebot_plugin_l4d2_server/chrome.py,sha256=NTb5STKFd1fXgNJvC3oFXsRG8a7tqbN1bCqasFuZe-A,1671
|
5
|
+
nonebot_plugin_l4d2_server/command.py,sha256=Zqzp-QjsT9Wwt1niwtPJypYJVCZkeU-3YSMorhZ3VcU,8619
|
6
|
+
nonebot_plugin_l4d2_server/config.py,sha256=GG9YwgQSvQGRzuypMoQlkyg33ZCOAig0bH5CiCWIPXc,6129
|
7
|
+
nonebot_plugin_l4d2_server/data/L4D2/image/head/head.png,sha256=Z72PEvp7xF1DZcLDeuWlg2_g6JAfHxtisptWn6BYGN8,158357
|
8
|
+
nonebot_plugin_l4d2_server/data/L4D2/image/header/logo.png,sha256=1KhQNsx7zsCKGHmyIZ65dP9npkKzo7Im-Aafyi5_lhc,631630
|
9
|
+
nonebot_plugin_l4d2_server/data/L4D2/image/header/player1.jpg,sha256=2A_llIi9YVhJs9JOMuF36by7Ewc7P7qOgQS8t5jemNw,405369
|
10
|
+
nonebot_plugin_l4d2_server/data/L4D2/image/template/anne.html,sha256=8JOUXoWdulhoP2Axy_omuSDafbduKDZ9Y8Rz2VZWTso,1590
|
11
|
+
nonebot_plugin_l4d2_server/data/L4D2/image/template/back.png,sha256=tFXhpNiFnbTZiEF9Z2O2EjxCxcrhsFJH4po8Cb7SnIg,242997
|
12
|
+
nonebot_plugin_l4d2_server/data/L4D2/image/template/fingerprint.svg,sha256=qtbdXb-5o62YQU2-LR4S9b7-ddKC1UOpJG4w8xDrytw,2135
|
13
|
+
nonebot_plugin_l4d2_server/data/L4D2/image/template/help.html,sha256=dN_QlQLLgPeiPgdRD2jjQKKIEUSGr8J_QtHmNm8vMHg,6135
|
14
|
+
nonebot_plugin_l4d2_server/data/L4D2/image/template/help_dack.html,sha256=fpguTXl--5ivFsJIMgaTjt8BS2BK-0fW2BYC66aEuuA,6170
|
15
|
+
nonebot_plugin_l4d2_server/data/L4D2/image/template/ip.html,sha256=iKVCwXeTSrvtiAbhAv6_spUKb2NMZhUnnHAVZkaz3D4,1523
|
16
|
+
nonebot_plugin_l4d2_server/data/L4D2/image/template/l.svg,sha256=I9iOeq-XqnWDECC7GqApV6Of3Tm26xmmYdchvXw2tAE,5506
|
17
|
+
nonebot_plugin_l4d2_server/data/L4D2/image/template/m.svg,sha256=rnZwx2X1dXPiKFQvccBZqspDZzLUin5ylesv-rRy1lo,2408
|
18
|
+
nonebot_plugin_l4d2_server/data/L4D2/image/template/vue.css,sha256=2sGjCFrR-3tFMB_x7l4K6k40tZ5JVzhWqD759cagYBA,7874
|
19
|
+
nonebot_plugin_l4d2_server/data/L4D2/image/template/w.svg,sha256=Rvem0xacHSByxPz2ihLkgbJLtXqEKllzzJRz-Q5wN5Q,486
|
20
|
+
nonebot_plugin_l4d2_server/l4d2_anne/__init__.py,sha256=_9JaVuO2XBXQ-YT-2OR3-piXDqPpiF1mYCd_CYJ3r6k,8723
|
21
|
+
nonebot_plugin_l4d2_server/l4d2_anne/analysis.py,sha256=oh3WWeGSvZOrMtN0kOhAF-22Ar1VkR7Nu-XnFX30k1c,1610
|
22
|
+
nonebot_plugin_l4d2_server/l4d2_anne/anne_telecom.py,sha256=vbFSovW0s5AOJLVbDTcht3iFuUa8Hr72U1UVbZQO_tk,3010
|
23
|
+
nonebot_plugin_l4d2_server/l4d2_anne/server.py,sha256=QyfksmpUKjYCLFswAo-Q-S5UngcZE1rSNbTwfpMeI7I,1683
|
24
|
+
nonebot_plugin_l4d2_server/l4d2_anne/startand.py,sha256=4XmghR4l4rSw34rLFT5RmzwoTu1vxFFAq8PLsicB7_M,359
|
25
|
+
nonebot_plugin_l4d2_server/l4d2_data/__init__.py,sha256=-Gqzs0WmYT0atAmm25hYszgFi2Zp1dlVQtF_CNoNchc,3241
|
26
|
+
nonebot_plugin_l4d2_server/l4d2_data/config.py,sha256=RTPayMBDU2f4losEwAZ9BPKbJNDpmmEeheskWVIueI8,468
|
27
|
+
nonebot_plugin_l4d2_server/l4d2_data/players.py,sha256=kaXcBA8RO5eVTicb6up9pwdE-T2afkc1NykYFQ80poI,3221
|
28
|
+
nonebot_plugin_l4d2_server/l4d2_data/serverip.py,sha256=c78UuSOMLaOBvfIayKo7xiQELYj8UMvM1A91D1E2f0s,1284
|
29
|
+
nonebot_plugin_l4d2_server/l4d2_file/__init__.py,sha256=3gVBmEBVb7kVtjeTN7oxWbG8MxbkRtDBE9KNpoVAnhc,4075
|
30
|
+
nonebot_plugin_l4d2_server/l4d2_file/ayromote.py,sha256=oL_S53zWBc6VL_YKCnR6r3OQySI0_eOGeNmfaqrKLks,1906
|
31
|
+
nonebot_plugin_l4d2_server/l4d2_file/remote.py,sha256=uAcCbDAq9RIookmHl41PfQTpHy0RWMCejx55jCbnTM8,2688
|
32
|
+
nonebot_plugin_l4d2_server/l4d2_image/__init__.py,sha256=fAjFLMkl7Kl4_2pE_wSi74IVzr5XsxLD3H_fPK3DgmM,4036
|
33
|
+
nonebot_plugin_l4d2_server/l4d2_image/download.py,sha256=mdz3Q60peiq0B2oK3IOjDSe32guVH4gBM1Xwrrc4-rI,3996
|
34
|
+
nonebot_plugin_l4d2_server/l4d2_image/htmlimg.py,sha256=DKG2ENh1HOCY7P41hIJTGGLizsTwR_nf05DR3vFWxRQ,1038
|
35
|
+
nonebot_plugin_l4d2_server/l4d2_image/send_image_tool.py,sha256=bXZKD6NhVr4FVJd5YY9Fcg5qDeA5_kQEQvv--CAO57Y,936
|
36
|
+
nonebot_plugin_l4d2_server/l4d2_image/steam.py,sha256=_jsz96aw0ie67gE0Y_15qsjqW4tVe4IdC-xg3H0l21c,3799
|
37
|
+
nonebot_plugin_l4d2_server/l4d2_image/vtfs.py,sha256=MawVMrGOrFZ7b8F_XGAMJPvd-grKfbRamDZAWxFXclQ,1387
|
38
|
+
nonebot_plugin_l4d2_server/l4d2_queries/__init__.py,sha256=fS6Kdi2M_U-epbIMyiPRdnhcnb57RydnUHkJMam0ZVc,3791
|
39
|
+
nonebot_plugin_l4d2_server/l4d2_queries/api.py,sha256=wkmdxR_gojvJiA1-gyL4Bd0ukyw14CUnd7GIOfS41y4,1109
|
40
|
+
nonebot_plugin_l4d2_server/l4d2_queries/ohter.py,sha256=ssq1GKBWa5zrbytmdFwNxr9bSiRyrDTn2aoeb0tGoP0,1191
|
41
|
+
nonebot_plugin_l4d2_server/l4d2_queries/qqgroup.py,sha256=l7gEwy_2M134Gu4U__1mwJH7mx7bQazYMPQvf_E9fJs,10826
|
42
|
+
nonebot_plugin_l4d2_server/l4d2_server/__init__.py,sha256=AKufLXRnvzLi31aJLURqZenXjeOf0xRftBwHSugMasE,1615
|
43
|
+
nonebot_plugin_l4d2_server/l4d2_server/rcon.py,sha256=WmIt-hCTKC0swceO-hxeBHeKS_Srxtzfvpqay7O6RdE,1237
|
44
|
+
nonebot_plugin_l4d2_server/l4d2_server/workshop.py,sha256=MLEGqU_m9zDDQVppExCJAKe_G340QL-VrPkJpXTkpOM,1359
|
45
|
+
nonebot_plugin_l4d2_server/l4d2_web/web.py,sha256=qMWySCsJCHoAZJHWhkqq6qfmNLxAUhSpnAhcArVXWv0,8542
|
46
|
+
nonebot_plugin_l4d2_server/l4d2_web/webUI.py,sha256=9u8zhT9pocdVXpH15_vZR8qvvGbWjYv2mYso_uJYBww,14148
|
47
|
+
nonebot_plugin_l4d2_server/message.py,sha256=vTrTyXWF4fCEH-IlmvKeGv-J7oCkbrXhFwsAHFcivtg,1620
|
48
|
+
nonebot_plugin_l4d2_server/seach.py,sha256=Box5QORfNfpMYDdwNeR309dP1wtivBOxcgrxdJSduSw,992
|
49
|
+
nonebot_plugin_l4d2_server/txt_to_img.py,sha256=hzwLVGoOjLAQb3Br43vu1IWW23DuxKW6yTuxMCLhWoY,2133
|
50
|
+
nonebot_plugin_l4d2_server/utils.py,sha256=zeFG7VD3aJXtXZhjw-imeTe8RSkAK4Kpx4IV1ud-rsQ,8035
|
51
|
+
nonebot_plugin_l4d2_server-0.5.2.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
52
|
+
nonebot_plugin_l4d2_server-0.5.2.dist-info/METADATA,sha256=OQ6BKw-7x7R-2mVlHtlLpKtJPjoJBhJ8TFJCyH2TD5o,13030
|
53
|
+
nonebot_plugin_l4d2_server-0.5.2.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
54
|
+
nonebot_plugin_l4d2_server-0.5.2.dist-info/RECORD,,
|
@@ -1,53 +0,0 @@
|
|
1
|
-
LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
|
2
|
-
nonebot_plugin_l4d2_server/__init__.py,sha256=GaL36qgUL_1CKkynG3FSMI-tEbEiAWaADwr-vpaZ7As,17425
|
3
|
-
nonebot_plugin_l4d2_server/command.py,sha256=NU6Wq8m6s9Kr91DIs5RxX7NPG0K0MFn0dOPWm1jRA7s,8845
|
4
|
-
nonebot_plugin_l4d2_server/config.py,sha256=kjSGpqhygBDDeopD6FrclenRIdzP4RFhXVZPu6kUMNQ,8963
|
5
|
-
nonebot_plugin_l4d2_server/data/L4D2/image/head/head.png,sha256=Z72PEvp7xF1DZcLDeuWlg2_g6JAfHxtisptWn6BYGN8,158357
|
6
|
-
nonebot_plugin_l4d2_server/data/L4D2/image/header/logo.png,sha256=1KhQNsx7zsCKGHmyIZ65dP9npkKzo7Im-Aafyi5_lhc,631630
|
7
|
-
nonebot_plugin_l4d2_server/data/L4D2/image/header/player1.jpg,sha256=2A_llIi9YVhJs9JOMuF36by7Ewc7P7qOgQS8t5jemNw,405369
|
8
|
-
nonebot_plugin_l4d2_server/data/L4D2/image/template/anne.html,sha256=wqhALCoPPuZfE4NLkxvCVPYtNTBwthX7g7c0Q3X68dg,1650
|
9
|
-
nonebot_plugin_l4d2_server/data/L4D2/image/template/back.png,sha256=tFXhpNiFnbTZiEF9Z2O2EjxCxcrhsFJH4po8Cb7SnIg,242997
|
10
|
-
nonebot_plugin_l4d2_server/data/L4D2/image/template/fingerprint.svg,sha256=AwLa0b5WQjuatlNF4ob1sTJk2ZG3bi4S46AgoNbs10U,2150
|
11
|
-
nonebot_plugin_l4d2_server/data/L4D2/image/template/help.html,sha256=Qkbe9LdDvRTXn595UY7BKOMA97KHyNCWMIc6rZkEXko,6368
|
12
|
-
nonebot_plugin_l4d2_server/data/L4D2/image/template/help_dack.html,sha256=icuqkeqw2ecD9q-W2euERBnKqukysm_sz0ev90Fhw7w,6401
|
13
|
-
nonebot_plugin_l4d2_server/data/L4D2/image/template/ip.html,sha256=iqULoBVdA98NKtuCs-MlEs5fv_iWb-3cKJz1OzvzqZY,1571
|
14
|
-
nonebot_plugin_l4d2_server/data/L4D2/image/template/l.svg,sha256=AmEa9QFkxj-oedGm98747ag2zoRRjAtAMNDv5QFMsNI,5515
|
15
|
-
nonebot_plugin_l4d2_server/data/L4D2/image/template/m.svg,sha256=rnZwx2X1dXPiKFQvccBZqspDZzLUin5ylesv-rRy1lo,2408
|
16
|
-
nonebot_plugin_l4d2_server/data/L4D2/image/template/vue.css,sha256=biXWOXYFoiNHqpchlBnb-E4UU285ZB7NW2TKhnmbqqM,8404
|
17
|
-
nonebot_plugin_l4d2_server/data/L4D2/image/template/w.svg,sha256=Rvem0xacHSByxPz2ihLkgbJLtXqEKllzzJRz-Q5wN5Q,486
|
18
|
-
nonebot_plugin_l4d2_server/l4d2_anne/__init__.py,sha256=CKEQt68xJ485hihbKj9fZt9bzNSJTRqbByJYhDdH1lU,8974
|
19
|
-
nonebot_plugin_l4d2_server/l4d2_anne/analysis.py,sha256=efK36wNqpF9_tLjHBn6YovYRoGynnSLM-m3O_u02vwU,1661
|
20
|
-
nonebot_plugin_l4d2_server/l4d2_anne/anne_telecom.py,sha256=poAlUAgTvDryAtSa0CpQo5kawtJbddpWyt2JtIxzcgI,3085
|
21
|
-
nonebot_plugin_l4d2_server/l4d2_anne/server.py,sha256=4QYHFazqh6gR0NuyzkIzXWMIVvgW6tZ5uNP_VufVels,1748
|
22
|
-
nonebot_plugin_l4d2_server/l4d2_anne/startand.py,sha256=3veOrk5BUDvLG_Iuj0k6OT7EB0f9IIk655dLlSFla3w,376
|
23
|
-
nonebot_plugin_l4d2_server/l4d2_data/__init__.py,sha256=1JDSuJ1mCF_zIZZfvD-O1JZCgQ2ju_EH0Y3k6oLr2j4,3332
|
24
|
-
nonebot_plugin_l4d2_server/l4d2_data/config.py,sha256=1s0VUTX6Mx4aAOCym0bexNl3E-SHIQfmuv6-5qP1ymQ,485
|
25
|
-
nonebot_plugin_l4d2_server/l4d2_data/players.py,sha256=USNwhbilbllbW8AP5HK-QTITA-ndip5AMxvEIfuYtwE,3308
|
26
|
-
nonebot_plugin_l4d2_server/l4d2_data/serverip.py,sha256=AKZbr1YZkXRBUX1QNQyPfvhF3am0sY7Y9Ed_EAHlg4c,1316
|
27
|
-
nonebot_plugin_l4d2_server/l4d2_file/__init__.py,sha256=RRf4zVtwbpSFujhOOv-1z4sHeFipV7xVQo17wbHCA_o,4197
|
28
|
-
nonebot_plugin_l4d2_server/l4d2_file/ayromote.py,sha256=LJS3V3U9zbBYbH9heQxb9HqFhQhYCl10b87q8PAxOyY,1962
|
29
|
-
nonebot_plugin_l4d2_server/l4d2_file/remote.py,sha256=is5WFLcNNxZaG6PLSEMgu01X1eJyJJ4f86FCJZx7Dx0,2947
|
30
|
-
nonebot_plugin_l4d2_server/l4d2_image/__init__.py,sha256=25axJ_4m6MmvRKyb9dR5OMOHJwKy_Vah3c4h7Zy6PMs,4139
|
31
|
-
nonebot_plugin_l4d2_server/l4d2_image/download.py,sha256=n1YQNMeTslbLMLbkRVfRFX6mipmxfI8HWQ7sG8bVXDI,4097
|
32
|
-
nonebot_plugin_l4d2_server/l4d2_image/htmlimg.py,sha256=bz1oJn-CUoPuBktJxGLrm1FsuMoehlt17pcoYVhIrVs,1070
|
33
|
-
nonebot_plugin_l4d2_server/l4d2_image/send_image_tool.py,sha256=DKliVudSSeec4Gl5Deji04-P4_bbSIvXWorEIPQpKDc,968
|
34
|
-
nonebot_plugin_l4d2_server/l4d2_image/steam.py,sha256=g7DY7d7aqdIHeJinpzAsedgGXF_a_F2Q55l9MIj7TyA,3882
|
35
|
-
nonebot_plugin_l4d2_server/l4d2_image/vtfs.py,sha256=2WuXE_4_5eVNExzYCTgZnKZrcE6CxqnDpjpKEA_FHCE,1427
|
36
|
-
nonebot_plugin_l4d2_server/l4d2_queries/__init__.py,sha256=PWSioDDsaTIcPIv-kEPJIi3GaNlEL13yed2RndWb9f8,3905
|
37
|
-
nonebot_plugin_l4d2_server/l4d2_queries/api.py,sha256=TSffOq0_L6AVjGgF_Cjn8YzsFpetEiqfKCbZFiZ9KtM,1152
|
38
|
-
nonebot_plugin_l4d2_server/l4d2_queries/ohter.py,sha256=6xFG_R8BQoLFcB-AkXSMn93SgRAp_cqv7b90cJmGLDo,788
|
39
|
-
nonebot_plugin_l4d2_server/l4d2_queries/qqgroup.py,sha256=Se5ue-Ni3yb3-kqTCli_pqoF1SsOM-HYyIAz-gzLsnE,11114
|
40
|
-
nonebot_plugin_l4d2_server/l4d2_server/__init__.py,sha256=mp3Za6jJ-V92ChXRhl3k4D1tMTY4dqHdXgMzdWutccc,1676
|
41
|
-
nonebot_plugin_l4d2_server/l4d2_server/rcon.py,sha256=7_6Gq6wlBo0KwvGREiayuJ4Dpw6o1P-SI00ZwVS3AHY,1265
|
42
|
-
nonebot_plugin_l4d2_server/l4d2_server/workshop.py,sha256=ZpWnWJ7EABNpDu86Rzoqu3tWoABanprIEcmej1zUT1A,1409
|
43
|
-
nonebot_plugin_l4d2_server/l4d2_web/web.py,sha256=UeqZZty4q2lePRdqpxAOY3pzq57liO0oe8u06W-IbwQ,8776
|
44
|
-
nonebot_plugin_l4d2_server/l4d2_web/webUI.py,sha256=v5OYTwWxjLST6yR0Qslh9nYEeOUVSsON5YMsVqVPi6o,14389
|
45
|
-
nonebot_plugin_l4d2_server/message.py,sha256=x_ts0HaW3SNOma-baEG0oaeozKE5Nh_fybnRH6VE8i0,1678
|
46
|
-
nonebot_plugin_l4d2_server/seach.py,sha256=dsusYogKH9pGeLxZz9BTheQwtJ3wAO3tfbePYdcaIuA,1025
|
47
|
-
nonebot_plugin_l4d2_server/txt_to_img.py,sha256=0286FuArH2cpescescoO5I1YdzYnqKxiTEcrt7U8I-0,2197
|
48
|
-
nonebot_plugin_l4d2_server/utils.py,sha256=uayE0HfxDFrEopcInMqb5J341bUho-aba_2449or0fc,8307
|
49
|
-
README.md,sha256=0b3Vch9GQpsk9JMRhYF8y3m6I0PS92_bGFezv52q_L8,11652
|
50
|
-
nonebot_plugin_l4d2_server-0.5.0.dist-info/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
|
51
|
-
nonebot_plugin_l4d2_server-0.5.0.dist-info/METADATA,sha256=YKG0QDCV0JFTaxWVdfU2PZyZ_GKwb-_MWBlPu5iRM58,13339
|
52
|
-
nonebot_plugin_l4d2_server-0.5.0.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
53
|
-
nonebot_plugin_l4d2_server-0.5.0.dist-info/RECORD,,
|
{nonebot_plugin_l4d2_server-0.5.0.dist-info → nonebot_plugin_l4d2_server-0.5.2.dist-info}/WHEEL
RENAMED
File without changes
|