nonebot-plugin-l4d2-server 0.6.6__py3-none-any.whl → 1.0.0a2__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.
- nonebot_plugin_l4d2_server/__init__.py +10 -93
- nonebot_plugin_l4d2_server/__main__.py +140 -0
- nonebot_plugin_l4d2_server/config.py +35 -0
- nonebot_plugin_l4d2_server/data/font/loli.ttf +0 -0
- nonebot_plugin_l4d2_server/l4_anne/__init__.py +124 -0
- nonebot_plugin_l4d2_server/l4_anne/ranne.py +18 -0
- nonebot_plugin_l4d2_server/l4_help/Help.json +102 -0
- nonebot_plugin_l4d2_server/l4_help/__init__.py +57 -0
- nonebot_plugin_l4d2_server/l4_help/draw.py +206 -0
- nonebot_plugin_l4d2_server/l4_help/icon//344/273/213/347/273/215.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//344/273/273/345/212/241.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//344/277/241/346/201/257.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//345/205/254/345/221/212.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//345/210/200/345/211/221.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//345/210/207/346/215/242.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//345/210/240/351/231/244.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//345/210/267/346/226/260.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//345/215/241/347/273/204.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//345/223/252/351/207/214.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//345/234/260/345/233/276.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//345/257/274/345/205/245.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//345/257/274/345/207/272.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//345/275/261.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//346/213/274/345/233/276.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//346/216/242/347/264/242.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//346/216/250/351/200/201.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//346/224/266/351/233/206.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//346/224/273/347/225/245.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//346/233/264/346/226/260.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//346/235/220/346/226/231.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//346/237/245/350/257/242.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//346/240/241/351/252/214.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//346/257/217/346/234/210.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//346/267/261/346/270/212.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//346/267/273/345/212/240.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//346/270/205/351/231/244.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//347/212/266/346/200/201.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//347/255/276/345/210/260.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//347/273/221/345/256/232.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//350/241/250.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//350/241/250/346/203/205.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//350/247/222/350/211/262.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//350/256/260/345/275/225.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//351/205/215/347/275/256.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/icon//351/207/215/345/220/257.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/texture2d/badge.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/texture2d/banner.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/texture2d/bg.jpg +0 -0
- nonebot_plugin_l4d2_server/l4_help/texture2d/button.png +0 -0
- nonebot_plugin_l4d2_server/l4_help/texture2d/icon.png +0 -0
- nonebot_plugin_l4d2_server/l4_image/__init__.py +16 -0
- nonebot_plugin_l4d2_server/l4_image/anne_pil.py +17 -0
- nonebot_plugin_l4d2_server/l4_image/convert.py +175 -0
- nonebot_plugin_l4d2_server/{l4d2_image → l4_image}/download.py +11 -35
- nonebot_plugin_l4d2_server/l4_image/html_img.py +105 -0
- nonebot_plugin_l4d2_server/l4_image/image_tools.py +468 -0
- nonebot_plugin_l4d2_server/{data/L4D2/image/template → l4_image/img/anne}/back.png +0 -0
- nonebot_plugin_l4d2_server/l4_image/img/anne/back1.jpg +0 -0
- nonebot_plugin_l4d2_server/{data/L4D2/image → l4_image/img}/head/head.png +0 -0
- nonebot_plugin_l4d2_server/{data/L4D2/image → l4_image/img}/header/logo.png +0 -0
- nonebot_plugin_l4d2_server/{data/L4D2/image → l4_image/img}/header/player1.jpg +0 -0
- nonebot_plugin_l4d2_server/l4_image/img/template/Bocchi_The_Rock.html +299 -0
- nonebot_plugin_l4d2_server/l4_image/img/template/Bocchi_The_Rock.png +0 -0
- nonebot_plugin_l4d2_server/l4_image/img/template/HYPixel11pxU-2.ttf +0 -0
- nonebot_plugin_l4d2_server/l4_image/img/template/Pixel.html +341 -0
- nonebot_plugin_l4d2_server/l4_image/img/template/Pixel.png +0 -0
- nonebot_plugin_l4d2_server/l4_image/img/template/Rainbow.html +355 -0
- nonebot_plugin_l4d2_server/l4_image/img/template/Rainbow.png +0 -0
- nonebot_plugin_l4d2_server/l4_image/img/template/Tutumianhuatang-Bold-2.ttf +0 -0
- nonebot_plugin_l4d2_server/l4_image/img/template/bilibili.svg +1 -0
- nonebot_plugin_l4d2_server/l4_image/img/template/github.svg +1 -0
- nonebot_plugin_l4d2_server/{data/L4D2/image → l4_image/img}/template/l.svg +0 -1
- nonebot_plugin_l4d2_server/l4_image/img/template/m.svg +1 -0
- nonebot_plugin_l4d2_server/l4_image/img/template/normal.html +247 -0
- nonebot_plugin_l4d2_server/l4_image/img/template/vac.png +0 -0
- nonebot_plugin_l4d2_server/l4_image/img/template/vac_white.png +0 -0
- nonebot_plugin_l4d2_server/{data/L4D2/image → l4_image/img}/template/w.svg +1 -1
- nonebot_plugin_l4d2_server/l4_image/model.py +15 -0
- nonebot_plugin_l4d2_server/{l4d2_image → l4_image}/vtfs.py +4 -2
- nonebot_plugin_l4d2_server/l4_request/__init__.py +143 -0
- nonebot_plugin_l4d2_server/l4_request/draw_msg.py +83 -0
- nonebot_plugin_l4d2_server/utils/api/api.py +10 -0
- nonebot_plugin_l4d2_server/utils/api/models.py +137 -0
- nonebot_plugin_l4d2_server/utils/api/request.py +337 -0
- nonebot_plugin_l4d2_server/utils/database/models.py +18 -0
- nonebot_plugin_l4d2_server/{l4d2_utils → utils}/utils.py +60 -63
- {nonebot_plugin_l4d2_server-0.6.6.dist-info → nonebot_plugin_l4d2_server-1.0.0a2.dist-info}/METADATA +57 -66
- nonebot_plugin_l4d2_server-1.0.0a2.dist-info/RECORD +96 -0
- {nonebot_plugin_l4d2_server-0.6.6.dist-info → nonebot_plugin_l4d2_server-1.0.0a2.dist-info}/WHEEL +1 -1
- nonebot_plugin_l4d2_server/data/L4D2/image/template/help.html +0 -263
- nonebot_plugin_l4d2_server/data/L4D2/image/template/help_dack.html +0 -231
- nonebot_plugin_l4d2_server/data/L4D2/image/template/m.svg +0 -1
- nonebot_plugin_l4d2_server/data/img/white.png +0 -0
- nonebot_plugin_l4d2_server/l4d2_anne/__init__.py +0 -95
- nonebot_plugin_l4d2_server/l4d2_anne/analysis.py +0 -54
- nonebot_plugin_l4d2_server/l4d2_anne/anne_telecom.py +0 -79
- nonebot_plugin_l4d2_server/l4d2_anne/server.py +0 -47
- nonebot_plugin_l4d2_server/l4d2_anne/startand.py +0 -17
- nonebot_plugin_l4d2_server/l4d2_anne/utils.py +0 -294
- nonebot_plugin_l4d2_server/l4d2_data/__init__.py +0 -105
- nonebot_plugin_l4d2_server/l4d2_data/config.py +0 -18
- nonebot_plugin_l4d2_server/l4d2_data/players.py +0 -100
- nonebot_plugin_l4d2_server/l4d2_data/serverip.py +0 -40
- nonebot_plugin_l4d2_server/l4d2_file/__init__.py +0 -222
- nonebot_plugin_l4d2_server/l4d2_file/ayromote.py +0 -64
- nonebot_plugin_l4d2_server/l4d2_file/input_json.py +0 -77
- nonebot_plugin_l4d2_server/l4d2_file/remote.py +0 -86
- nonebot_plugin_l4d2_server/l4d2_file/utils.py +0 -104
- nonebot_plugin_l4d2_server/l4d2_image/__init__.py +0 -125
- nonebot_plugin_l4d2_server/l4d2_image/htmlimg.py +0 -18
- nonebot_plugin_l4d2_server/l4d2_image/images.py +0 -92
- nonebot_plugin_l4d2_server/l4d2_image/one.py +0 -44
- nonebot_plugin_l4d2_server/l4d2_image/send_image_tool.py +0 -32
- nonebot_plugin_l4d2_server/l4d2_image/steam.py +0 -63
- nonebot_plugin_l4d2_server/l4d2_push/__init__.py +0 -225
- nonebot_plugin_l4d2_server/l4d2_queries/__init__.py +0 -326
- nonebot_plugin_l4d2_server/l4d2_queries/himi.py +0 -113
- nonebot_plugin_l4d2_server/l4d2_queries/local_ip.py +0 -41
- nonebot_plugin_l4d2_server/l4d2_queries/qqgroup.py +0 -370
- nonebot_plugin_l4d2_server/l4d2_queries/send_msg.py +0 -131
- nonebot_plugin_l4d2_server/l4d2_queries/utils.py +0 -212
- nonebot_plugin_l4d2_server/l4d2_server/__init__.py +0 -118
- nonebot_plugin_l4d2_server/l4d2_server/index.py +0 -0
- nonebot_plugin_l4d2_server/l4d2_server/rcon.py +0 -53
- nonebot_plugin_l4d2_server/l4d2_server/workshop.py +0 -82
- nonebot_plugin_l4d2_server/l4d2_update/__init__.py +0 -137
- nonebot_plugin_l4d2_server/l4d2_update/draw_update_log.py +0 -45
- nonebot_plugin_l4d2_server/l4d2_update/restart.py +0 -69
- nonebot_plugin_l4d2_server/l4d2_update/update.py +0 -53
- nonebot_plugin_l4d2_server/l4d2_utils/classcal.py +0 -53
- nonebot_plugin_l4d2_server/l4d2_utils/command.py +0 -23
- nonebot_plugin_l4d2_server/l4d2_utils/config.py +0 -201
- nonebot_plugin_l4d2_server/l4d2_utils/message.py +0 -59
- nonebot_plugin_l4d2_server/l4d2_utils/rule.py +0 -35
- nonebot_plugin_l4d2_server/l4d2_utils/seach.py +0 -43
- nonebot_plugin_l4d2_server/l4d2_utils/txt_to_img.py +0 -32
- nonebot_plugin_l4d2_server/l4d2_web/web.py +0 -277
- nonebot_plugin_l4d2_server/l4d2_web/webUI.py +0 -506
- nonebot_plugin_l4d2_server/l4d2_web/webUI_s.py +0 -94
- nonebot_plugin_l4d2_server-0.6.6.dist-info/RECORD +0 -70
- /nonebot_plugin_l4d2_server/{data/L4D2/image/template → l4_image/img/anne}/anne.html +0 -0
- /nonebot_plugin_l4d2_server/{data/L4D2/image/template → l4_image/img/anne}/group_ip.html +0 -0
- /nonebot_plugin_l4d2_server/{data/L4D2/image/template → l4_image/img/anne}/ip.html +0 -0
- /nonebot_plugin_l4d2_server/{data/L4D2/image → l4_image/img}/template/fingerprint.svg +0 -0
- /nonebot_plugin_l4d2_server/{data/L4D2/image → l4_image/img}/template/vue.css +0 -0
- /nonebot_plugin_l4d2_server/{l4d2_data/database.py → l4_request/utils.py} +0 -0
- {nonebot_plugin_l4d2_server-0.6.6.dist-info → nonebot_plugin_l4d2_server-1.0.0a2.dist-info}/licenses/LICENSE +0 -0
{nonebot_plugin_l4d2_server-0.6.6.dist-info → nonebot_plugin_l4d2_server-1.0.0a2.dist-info}/METADATA
RENAMED
@@ -1,8 +1,8 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: nonebot-plugin-l4d2-server
|
3
|
-
Version: 0.
|
3
|
+
Version: 1.0.0a2
|
4
4
|
Summary: L4D2 server related operations plugin for NoneBot2
|
5
|
-
Keywords: steam
|
5
|
+
Keywords: steam,game,l4d2,nonebot2,plugin
|
6
6
|
Home-page: https://github.com/Agnes4m/nonebot_plugin_l4d2_server
|
7
7
|
Author-Email: Agnes_Digital <Z735803792@163.com>
|
8
8
|
License: GPLv3
|
@@ -16,29 +16,22 @@ Classifier: Operating System :: OS Independent
|
|
16
16
|
Project-URL: Homepage, https://github.com/Agnes4m/nonebot_plugin_l4d2_server
|
17
17
|
Requires-Python: <4.0,>=3.9
|
18
18
|
Requires-Dist: nonebot2>=2.0.0
|
19
|
-
Requires-Dist: nonebot-plugin-htmlrender
|
20
|
-
Requires-Dist:
|
21
|
-
Requires-Dist: nonebot-plugin-
|
22
|
-
Requires-Dist:
|
23
|
-
Requires-Dist: nonebot-plugin-
|
24
|
-
Requires-Dist: asyncio>=3.4.3
|
19
|
+
Requires-Dist: nonebot-plugin-htmlrender>=0.3.0
|
20
|
+
Requires-Dist: nonebot-adapter-onebot>=2.4.4
|
21
|
+
Requires-Dist: nonebot-plugin-alconna>=0.50.0
|
22
|
+
Requires-Dist: nonebot_plugin_datastore>=1.3.0
|
23
|
+
Requires-Dist: nonebot-plugin-tortoise-orm>=0.1.4
|
25
24
|
Requires-Dist: aiohttp>=3.8.4
|
26
25
|
Requires-Dist: jinja2>=3.0.0
|
27
26
|
Requires-Dist: srctools>=2.3.9
|
28
|
-
Requires-Dist:
|
29
|
-
Requires-Dist:
|
30
|
-
Requires-Dist: rcon==2.1.0
|
31
|
-
Requires-Dist: pillow<10.0.0
|
32
|
-
Requires-Dist: pyunpack>=0.3.0
|
33
|
-
Requires-Dist: ruamel.yaml==0.17.21
|
34
|
-
Requires-Dist: rarfile>=4.0
|
35
|
-
Requires-Dist: patool>=1.12
|
27
|
+
Requires-Dist: httpx<0.24.1,>=0.22.0
|
28
|
+
Requires-Dist: msgspec>=0.18.0
|
36
29
|
Requires-Dist: python-a2s>=1.3.0
|
37
|
-
Requires-Dist:
|
38
|
-
Requires-Dist:
|
39
|
-
Requires-Dist:
|
40
|
-
Requires-Dist:
|
41
|
-
Requires-Dist:
|
30
|
+
Requires-Dist: ujson>=5.10.0
|
31
|
+
Requires-Dist: lxml>=5.2.2
|
32
|
+
Requires-Dist: rcon>=2.1.0
|
33
|
+
Requires-Dist: pillow>9
|
34
|
+
Requires-Dist: beautifulsoup4>=4.12.3
|
42
35
|
Description-Content-Type: text/markdown
|
43
36
|
|
44
37
|
<!-- markdownlint-disable MD026 MD031 MD033 MD036 MD041 MD046 MD051 -->
|
@@ -50,7 +43,7 @@ Description-Content-Type: text/markdown
|
|
50
43
|
|
51
44
|
<div align="center">
|
52
45
|
|
53
|
-
# nonebot_plugin_l4d2_server 0.
|
46
|
+
# nonebot_plugin_l4d2_server 1.0.0a1
|
54
47
|
|
55
48
|
_✨Nonebot & Left 4 Dead 2 server操作✨_
|
56
49
|
<div align = "center">
|
@@ -74,37 +67,29 @@ _✨Nonebot & Left 4 Dead 2 server操作✨_
|
|
74
67
|
<img src="https://img.shields.io/pypi/dm/nonebot_plugin_l4d2_server" alt="pypi download">
|
75
68
|
</a>
|
76
69
|
<img src="https://img.shields.io/badge/python-3.9+-blue.svg" alt="python">
|
77
|
-
<img src="https://img.shields.io/badge/nonebot-2.0.0
|
70
|
+
<img src="https://img.shields.io/badge/nonebot-2.0.0+-red.svg" alt="NoneBot">
|
78
71
|
|
79
72
|
</div>
|
80
73
|
|
81
|
-
##
|
74
|
+
## 顶置公告(如果以前用0.x.x版本暂时别更新)
|
82
75
|
|
83
|
-
-
|
76
|
+
- **版本** 1.x.x进行了破坏式更新,目前处于测试阶段,使用旧插件的不要更新
|
84
77
|
|
85
|
-
|
78
|
+
## 更改部分
|
86
79
|
|
87
|
-
-
|
88
|
-
|
89
|
-
-
|
80
|
+
- 取消了网页控制台(没有卵用)
|
81
|
+
- 取消了自动重启(与其他插件功能重复)
|
82
|
+
- 取消了git拉取更新(nb规范用pypi)
|
83
|
+
- 增加pil和浏览器渲染做选择(可以选择pil以节省性能性能)
|
84
|
+
- 删除无用部分(依赖太多难以维护)
|
90
85
|
|
91
86
|
## 安装
|
92
87
|
|
93
88
|
以下提到的方法 任选**其一** 即可
|
94
89
|
|
95
|
-
<details open>
|
96
|
-
<summary>[个人推荐] 使用 nb-cli 安装</summary>
|
97
|
-
在 nonebot2 项目插件文件夹中,输入以下指令克隆项目,并安装相关依赖(如果有虚拟环境,pip安装依赖需要进虚拟环境再安装,或者参考下方包管理器安装方法)
|
98
|
-
|
99
|
-
```bash
|
100
|
-
https://github.com/Agnes4m/nonebot_plugin_l4d2_server
|
101
|
-
pip install --no-install nonebot_plugin_l4d2_server
|
102
|
-
```
|
103
|
-
|
104
|
-
</details>
|
105
90
|
|
106
91
|
<details open>
|
107
|
-
<summary>[
|
92
|
+
<summary>[推荐] 使用 nb-cli 安装</summary>
|
108
93
|
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装
|
109
94
|
|
110
95
|
```bash
|
@@ -153,24 +138,36 @@ conda install nonebot-plugin-l4d2-server
|
|
153
138
|
|
154
139
|
## 主要功能
|
155
140
|
|
156
|
-
-
|
157
|
-
- 批量查询指定ip服务器状态和玩家
|
158
|
-
-
|
159
|
-
- web控制台
|
160
|
-
- [求生电信服anne](https://github.com/fantasylidong/CompetitiveWithAnne)[查询~](https://sb.trygek.com/l4d_stats/ranking/index.php)
|
141
|
+
- [ ] 求生服务器-本地多路径操作(传地图等)
|
142
|
+
- [ ] 批量查询指定ip服务器状态和玩家
|
143
|
+
- [ ] [求生电信服anne](https://github.com/fantasylidong/CompetitiveWithAnne)[查询~](https://sb.trygek.com/l4d_stats/ranking/index.php)
|
161
144
|
|
162
145
|
## [数据结构](./docs/standand.md)
|
163
146
|
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
147
|
+
暂未更新
|
148
|
+
|
149
|
+
## env设置
|
150
|
+
|
151
|
+
"""bash
|
152
|
+
l4_anne = False
|
153
|
+
"""是否启用anne电信服相关功能"""
|
154
|
+
l4_enable = True
|
155
|
+
"""是否全局启用求生功能"""
|
156
|
+
l4_image = False
|
157
|
+
"""是否启用图片"""
|
158
|
+
l4_connect = True
|
159
|
+
"""是否在查服命令后加入connect ip"""
|
160
|
+
l4_path = "data/L4D2"
|
161
|
+
"""插件数据路径"""
|
162
|
+
l4_players = 4
|
163
|
+
"""查询总图的时候展示的用户数量"""
|
164
|
+
l4_style = "default"
|
165
|
+
"""图片风格,可选包括以下,默认简洁
|
166
|
+
- 暗风格
|
167
|
+
- 孤独摇滚
|
168
|
+
- 电玩像素
|
169
|
+
- 缤纷彩虹
|
170
|
+
"""
|
174
171
|
|
175
172
|
## 其他
|
176
173
|
|
@@ -183,18 +180,12 @@ conda install nonebot-plugin-l4d2-server
|
|
183
180
|
## 🌐 感谢
|
184
181
|
|
185
182
|
- [nonebot2](https://github.com/nonebot/nonebot2)- 聊天机器人的基础框架
|
186
|
-
- [
|
187
|
-
-
|
188
|
-
-
|
189
|
-
|
190
|
-
- [群聊学习](https://github.com/CMHopeSunshine/nonebot-plugin-learning-chat)- web控制台参考
|
191
|
-
- [日向麻麻](https://github.com/Special-Week)- 配置优化参考
|
192
|
-
- [gsuid](https://github.com/KimigaiiWuyi/GenshinUID)- readme和wiki的格式参考,以及3.1版本的更新和重启
|
193
|
-
- 公益服刷服器 - 虽然不知道哪里来的,不过已经添加ip了
|
183
|
+
- [饼干](https://github.com/lgc2333) - 指导nonebot2框架的函数使用
|
184
|
+
- [wuyi](https://github.com/KimigaiiWuyi/) - 指导pil作图
|
185
|
+
- 水果 - html图片优化
|
186
|
+
|
194
187
|
- 感谢以下服主大力支持
|
195
|
-
- Michaela's | 机器人功能测试反馈
|
188
|
+
- Michaela's | 机器人功能测试反馈
|
196
189
|
- 东 | 提供docker部署方法等建议 | [电信服anne游戏群](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=6i7r5aJ7Jyg0ejby4rt9GWmFRF53nV1K&authKey=ekMsWepBZPL26%2BfJAG%2F95JD0fhvH39%2BIGVyKOvNlXVDbpIclJlly4kXqukL7JhWR&noverify=0&group_code=883237206)
|
197
|
-
- 呆呆 | 提供三方地图的详细数据 | [呆呆组游戏群](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=M5Ei0tYBgi3nwkh-8jfvo3gN5BMhPQGr&authKey=tb2Qa7ykUf5RAe3TBvOIA%2FWdlHAx6tqYXhyV95WqbZXoUx7lU2MRbod7nubiFw16&noverify=0&group_code=592944622)
|
198
|
-
- 柠檬茶 | win端部署测试 | [竹服⭐纯净服游戏群](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=G8AkutNEmN9niNCjNJV8YE-vLv4h_EBz&authKey=wG%2BI6Cks4%2FcRGYYLjRNK0Kg4rMUy3BB7H9SKGjU465ktqKcb%2F6m7WxrSTJiX5bvk&noverify=0&group_code=283150432)
|
199
190
|
- 迷茫 | 催命更新byd
|
200
191
|
- ArcPav | 积极反馈bug,提供改进思路
|
@@ -0,0 +1,96 @@
|
|
1
|
+
nonebot_plugin_l4d2_server-1.0.0a2.dist-info/METADATA,sha256=XN33zbiVUs_p1FDQoUQroNZqyKfkj5F2dF1VdHYsr3c,6584
|
2
|
+
nonebot_plugin_l4d2_server-1.0.0a2.dist-info/WHEEL,sha256=rSwsxJWe3vzyR5HCwjWXQruDgschpei4h_giTm0dJVE,90
|
3
|
+
nonebot_plugin_l4d2_server-1.0.0a2.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
4
|
+
nonebot_plugin_l4d2_server/__init__.py,sha256=PIufOk1bxOx-nYqdoinoB7BcntIETNFwfzqKnmu-teE,1624
|
5
|
+
nonebot_plugin_l4d2_server/__main__.py,sha256=AY5CWuPMcpD7aC1OyT3bqCpjq7lZuvpkNtLtjNrtKKU,4232
|
6
|
+
nonebot_plugin_l4d2_server/config.py,sha256=zPwEZoDYyzOCKnS6XE3JxBRw7LZazLE8_hSy-rntzfM,978
|
7
|
+
nonebot_plugin_l4d2_server/data/font/loli.ttf,sha256=Yrh-RPoCrn1-NG94DR0x20ASXYUt8g3Ep6BCt3CdOFk,11125812
|
8
|
+
nonebot_plugin_l4d2_server/l4_anne/__init__.py,sha256=lfTSVNO3tWvlnwLXTUVeOWI6JcDEdgTUnb0oDduzmnA,4119
|
9
|
+
nonebot_plugin_l4d2_server/l4_anne/ranne.py,sha256=vtNQJ-74rJiwVI3IYS3ZgFk_LaCviKU1yxrGk3DFvQs,532
|
10
|
+
nonebot_plugin_l4d2_server/l4_help/Help.json,sha256=cT57SgJhFeunZoNMUwoJyqWzVaAYP_Er1-fw8gTyImk,2455
|
11
|
+
nonebot_plugin_l4d2_server/l4_help/__init__.py,sha256=2d7Tcncf2FBMfj1s8rWvhNEQNTnFoQSj75wurefQOtk,1537
|
12
|
+
nonebot_plugin_l4d2_server/l4_help/draw.py,sha256=y6yDPUnoZFvwly8cf7g9HRpT1JXTxyA9DC1TuvUinTM,6448
|
13
|
+
nonebot_plugin_l4d2_server/l4_help/icon/介绍.png,sha256=67JXA7JZjVNo5FoPF_mKlRq30uzc30b7DxDasteiMOA,3179
|
14
|
+
nonebot_plugin_l4d2_server/l4_help/icon/任务.png,sha256=FWvlRKgxUO6yypKSC0ROXy3JcrM3hzUPNMTibiJlYD8,3155
|
15
|
+
nonebot_plugin_l4d2_server/l4_help/icon/信息.png,sha256=ZQJU-u4a4r-yrYmHbM-b9oi44xB-KEscx0ohlZiTobY,3502
|
16
|
+
nonebot_plugin_l4d2_server/l4_help/icon/公告.png,sha256=TQLVFTD4Wi2Zsya6p27SIxDwlnCNUv8hLTnwHTlNpns,3100
|
17
|
+
nonebot_plugin_l4d2_server/l4_help/icon/刀剑.png,sha256=qD9x7bXLe5YqCXRK580iehXAgON52-uPDSoE15BNzkg,3378
|
18
|
+
nonebot_plugin_l4d2_server/l4_help/icon/切换.png,sha256=1o1a4nkBvu1VeJ1wcPmYys3RLit1LhzZi6hzmzJWzik,3293
|
19
|
+
nonebot_plugin_l4d2_server/l4_help/icon/删除.png,sha256=numLbz8zbKj8MKJhYOLbvO77lKVp9Aj9scH0Agrdmkg,3146
|
20
|
+
nonebot_plugin_l4d2_server/l4_help/icon/刷新.png,sha256=H2C2tWo9I2HxzYf0Atiw9R6F3W2RchOuF5A_SPHER9M,3278
|
21
|
+
nonebot_plugin_l4d2_server/l4_help/icon/卡组.png,sha256=Cju_SBdoLSZrKLrutsmQ9ViYssC8Ol95_YQ34n1OFio,3864
|
22
|
+
nonebot_plugin_l4d2_server/l4_help/icon/哪里.png,sha256=BFxEBhnNRrDsL9C-yN8TM_Khgs3hu6n6SNDeMca9Fwc,3296
|
23
|
+
nonebot_plugin_l4d2_server/l4_help/icon/地图.png,sha256=oN-IA4rn6Uy91mnG6-Z5sbzmCz3VpL4gCn-lp0cCwNI,3296
|
24
|
+
nonebot_plugin_l4d2_server/l4_help/icon/导入.png,sha256=s0oOG1eB-9QX1nktkcZfDp7MTdKzI80nLLBkm1_JB4w,2966
|
25
|
+
nonebot_plugin_l4d2_server/l4_help/icon/导出.png,sha256=ZpRGubMwxmhkPlWRsFkN6t0KlaqbeL3q_pHTgVS-xPU,3047
|
26
|
+
nonebot_plugin_l4d2_server/l4_help/icon/影.png,sha256=dMeiCD6AzhIdP1kayyTS6rKgwOy3pdhuNb3OGWfNzfc,3024
|
27
|
+
nonebot_plugin_l4d2_server/l4_help/icon/拼图.png,sha256=D8iGE0quwvQ6TFzgTi9sWS3MiEj64y5le2gFlOIaskA,3320
|
28
|
+
nonebot_plugin_l4d2_server/l4_help/icon/探索.png,sha256=p5JJti50I1c9NAZwDkumIKCLeHBrIb70tdTMWjU7w34,3791
|
29
|
+
nonebot_plugin_l4d2_server/l4_help/icon/推送.png,sha256=Ps9J2qEWcFKGki7_eVno_kHzcewXNvLglUf6_alkMRw,3172
|
30
|
+
nonebot_plugin_l4d2_server/l4_help/icon/收集.png,sha256=MPRZ2cI0F7_6ezBYddIx1J7Zf1Ljbfu9M0DPXi-g_Wo,3522
|
31
|
+
nonebot_plugin_l4d2_server/l4_help/icon/攻略.png,sha256=Pk-hnGW2gpPzmvANLiWYkeOK3B-bAFjqq62VwraVTtc,3722
|
32
|
+
nonebot_plugin_l4d2_server/l4_help/icon/更新.png,sha256=gfVGEO1fdg5QdHV-w5XF4TWNCsxCQNU2M8yBVDqbt1M,3285
|
33
|
+
nonebot_plugin_l4d2_server/l4_help/icon/材料.png,sha256=FEcU_jbJhPhNNNMu1rJ3nV-Rvjfn9EhihGXVesG1a8I,3351
|
34
|
+
nonebot_plugin_l4d2_server/l4_help/icon/查询.png,sha256=T4Wq6MTc5qf1B6UpEmQH7s4cL09kaQ0OyK5Bv5KdfXM,3242
|
35
|
+
nonebot_plugin_l4d2_server/l4_help/icon/校验.png,sha256=wHvYcXd8L7ZdgNbH-4BVZiltwF60eVXfORETVBp6cE0,3472
|
36
|
+
nonebot_plugin_l4d2_server/l4_help/icon/每月.png,sha256=jDNeSJQ7NWqbwGd4k4H7E8gVw2Ok3473zm-zSzrovwM,3170
|
37
|
+
nonebot_plugin_l4d2_server/l4_help/icon/深渊.png,sha256=X0Q5yU_FPYfTGQvf-A26UiPWxRdwuotZnWnXWVeqbyI,3407
|
38
|
+
nonebot_plugin_l4d2_server/l4_help/icon/添加.png,sha256=ceW1U5LWji5Mc4Lr6oHaTy6Q6bQeToYeEo3nIEXu9mg,3233
|
39
|
+
nonebot_plugin_l4d2_server/l4_help/icon/清除.png,sha256=DtMlluPWtQYEZLBPHDyFwWB5ZR01zM9XfdD3beCTJcg,3046
|
40
|
+
nonebot_plugin_l4d2_server/l4_help/icon/状态.png,sha256=ztzyrAz98NSnFMpfRc-HHzBsecKDNGit8dhT51glDXA,3163
|
41
|
+
nonebot_plugin_l4d2_server/l4_help/icon/签到.png,sha256=d-zp3wphrAVXtxaCpop1R7gjdwCyA4mHjy1w3iW4UiM,3174
|
42
|
+
nonebot_plugin_l4d2_server/l4_help/icon/绑定.png,sha256=Nyfb2VHuD9CicsXN4oBlJ20Uvz_RLMtXorjVvmX_35A,3238
|
43
|
+
nonebot_plugin_l4d2_server/l4_help/icon/表.png,sha256=8HZCqdfLUc-f-yrz0XAvAFAwsQnszwW7bCY1tf5l7YQ,2939
|
44
|
+
nonebot_plugin_l4d2_server/l4_help/icon/表情.png,sha256=ouFr_gRq-bCa1_aGgXqvVhreZa-8NawRThIlekozgcw,3267
|
45
|
+
nonebot_plugin_l4d2_server/l4_help/icon/角色.png,sha256=akMfHCei0CI65HMmDhbdD0sLaRLkjFls-ahU4OaPsoQ,3030
|
46
|
+
nonebot_plugin_l4d2_server/l4_help/icon/记录.png,sha256=HmIi53yXgvbkjSI8ZTTJW-3HkeJs7vLBw-GCVZIU5XM,2831
|
47
|
+
nonebot_plugin_l4d2_server/l4_help/icon/配置.png,sha256=oxqe8WwRUv_Z_d5gie6HaEi8qW-zgV-pFY2N4SocNyw,3588
|
48
|
+
nonebot_plugin_l4d2_server/l4_help/icon/重启.png,sha256=51XKc-RBHv3D_kfT3AciyB1Fz-ujF6vX7D-s7SyJ3r4,3392
|
49
|
+
nonebot_plugin_l4d2_server/l4_help/texture2d/badge.png,sha256=TJScC5Mt5jKypq8U1UFISlkH8yB4ynvnyoIDn7Luj00,7559
|
50
|
+
nonebot_plugin_l4d2_server/l4_help/texture2d/banner.png,sha256=sDwq7DbCORC1vRp8JD1hgQlKrasrfqtxm24zqGUgmGM,31703
|
51
|
+
nonebot_plugin_l4d2_server/l4_help/texture2d/bg.jpg,sha256=BE2kEc9y--B7UJtHR5h_Q8rk5yeEiLbtsbMFj9xl8Tg,245400
|
52
|
+
nonebot_plugin_l4d2_server/l4_help/texture2d/button.png,sha256=8wOFPbWUFfkGY7CNUx4fV1CaRA30oWz3YUBUtQq-Jpo,12084
|
53
|
+
nonebot_plugin_l4d2_server/l4_help/texture2d/icon.png,sha256=hkkkTOv1fjAFbpS3f3bdg6BGReeLmUcMkSwUo9-N32Y,634032
|
54
|
+
nonebot_plugin_l4d2_server/l4_image/__init__.py,sha256=-GWXUDv_z_cfJ-wyvx5J3wB9P7ng4NzRHfCq-GZD6XQ,431
|
55
|
+
nonebot_plugin_l4d2_server/l4_image/anne_pil.py,sha256=A4eU68zdcHEhDnD0hctPtv27kWCul6rs-dHoWoJHMFY,483
|
56
|
+
nonebot_plugin_l4d2_server/l4_image/convert.py,sha256=_mhFnMUFXGzVvseFIdu2R3bFrnZhShhkLOhKL0AYP6I,3879
|
57
|
+
nonebot_plugin_l4d2_server/l4_image/download.py,sha256=rospgp7OnOwOCCO4A-hE5LNKBSNcCpEcgHFVjowlLqs,3104
|
58
|
+
nonebot_plugin_l4d2_server/l4_image/html_img.py,sha256=TO-9uhahS3D140PlTHN68UvXHVftBflBL6dMmZWVKYY,3391
|
59
|
+
nonebot_plugin_l4d2_server/l4_image/image_tools.py,sha256=Km9S10Q_MHNLo6MQUtkhNaVTQKB5PpFFDeUv0TKI5og,14516
|
60
|
+
nonebot_plugin_l4d2_server/l4_image/img/anne/anne.html,sha256=8JOUXoWdulhoP2Axy_omuSDafbduKDZ9Y8Rz2VZWTso,1590
|
61
|
+
nonebot_plugin_l4d2_server/l4_image/img/anne/back.png,sha256=H8gRdpJy69X-WbuwZ0AhSdPuL0rN61Dfhq4uMjbRdAs,244861
|
62
|
+
nonebot_plugin_l4d2_server/l4_image/img/anne/back1.jpg,sha256=kD5tM58b2oZ_BpJa2G4fJhvOJ1LM0O4uGc-zLmcVj6Q,112995
|
63
|
+
nonebot_plugin_l4d2_server/l4_image/img/anne/group_ip.html,sha256=0RCWB0q8Wx0NcKdVmGeVr2odaNzODNVCJK0jiQ826U8,7222
|
64
|
+
nonebot_plugin_l4d2_server/l4_image/img/anne/ip.html,sha256=hvKDc7ASbuaGxtx5Doavg5qa82K1vGq4bSapjrwrTy8,1611
|
65
|
+
nonebot_plugin_l4d2_server/l4_image/img/head/head.png,sha256=8toEieoMkcJE8xD2NaSLOJ5TddWFOCwoI3mpbv4kbp4,159682
|
66
|
+
nonebot_plugin_l4d2_server/l4_image/img/header/logo.png,sha256=2Onm6-veRaO11MqpNOuKXnwufhKNKTHm8wlmKJciRZU,632955
|
67
|
+
nonebot_plugin_l4d2_server/l4_image/img/header/player1.jpg,sha256=8WBV0N_rADaJwBIniL_oo2PIecdwiuBxwBvQtrXW39I,406679
|
68
|
+
nonebot_plugin_l4d2_server/l4_image/img/template/Bocchi_The_Rock.html,sha256=9qriDKJJuTmvtp7T0lQ1Om22aoRzUipViCFq2IcoWWc,8707
|
69
|
+
nonebot_plugin_l4d2_server/l4_image/img/template/Bocchi_The_Rock.png,sha256=zFfEePTB5Qx3_8P_m7J-C6A7OEeK4bGmQPFUYtWcocI,455575
|
70
|
+
nonebot_plugin_l4d2_server/l4_image/img/template/HYPixel11pxU-2.ttf,sha256=RGJai1Y8AP8toBwIqq2EZyaBmRbRYPUpNu7f2ZWeDuk,2446828
|
71
|
+
nonebot_plugin_l4d2_server/l4_image/img/template/Pixel.html,sha256=STw3WKRsMuX94PfcYTk_aRl8RtjTiLKj2ABpQcGKeXA,17756
|
72
|
+
nonebot_plugin_l4d2_server/l4_image/img/template/Pixel.png,sha256=ej2z6qmWvxth3wzTOdhxZrAErDhuCfEuY4w8cYLzekk,1274995
|
73
|
+
nonebot_plugin_l4d2_server/l4_image/img/template/Rainbow.html,sha256=8YfS0MPp5zsdCQrZIuXM3izF0h2RTwXHs63C5w-1C2c,20656
|
74
|
+
nonebot_plugin_l4d2_server/l4_image/img/template/Rainbow.png,sha256=aKKtkWth49FzAxpsDeDtqkrO1HPbGAGqSMqi__4F-CE,314056
|
75
|
+
nonebot_plugin_l4d2_server/l4_image/img/template/Tutumianhuatang-Bold-2.ttf,sha256=rX7HSHSCpQ4mJYsGghvm3btXLabxcCEbLF52wKNDNAE,3090420
|
76
|
+
nonebot_plugin_l4d2_server/l4_image/img/template/bilibili.svg,sha256=v3u6R-HLoTHVI1qPCNopPWd_WYZ9L2YSqvvB-L6RZY8,1336
|
77
|
+
nonebot_plugin_l4d2_server/l4_image/img/template/fingerprint.svg,sha256=qtbdXb-5o62YQU2-LR4S9b7-ddKC1UOpJG4w8xDrytw,2135
|
78
|
+
nonebot_plugin_l4d2_server/l4_image/img/template/github.svg,sha256=Ev2CdWEyL4G-_bhZJ9vBZr5MEWjcgSR819mracoXjqc,1175
|
79
|
+
nonebot_plugin_l4d2_server/l4_image/img/template/l.svg,sha256=YbahWPd7uau6edcATiWrA8apYyrlKeTejuvRHwXkmLI,5484
|
80
|
+
nonebot_plugin_l4d2_server/l4_image/img/template/m.svg,sha256=JKosfpA8Jncw018dWHVzVR8orC48u3mMdzQovWAa91s,2428
|
81
|
+
nonebot_plugin_l4d2_server/l4_image/img/template/normal.html,sha256=TbHKy4cV-7rEVuE3dx75P1Pf9YKTIp8KW5JoaJFMenY,6610
|
82
|
+
nonebot_plugin_l4d2_server/l4_image/img/template/vac.png,sha256=qCZsUYRcIgnHEWGir0mSOJ0qWhax5oNX200A5NUgDiI,6114
|
83
|
+
nonebot_plugin_l4d2_server/l4_image/img/template/vac_white.png,sha256=fjqCsOSxCLZs3OOzEs5gItK3dR1RgcBMH5JC8hY_BGw,5418
|
84
|
+
nonebot_plugin_l4d2_server/l4_image/img/template/vue.css,sha256=2sGjCFrR-3tFMB_x7l4K6k40tZ5JVzhWqD759cagYBA,7874
|
85
|
+
nonebot_plugin_l4d2_server/l4_image/img/template/w.svg,sha256=LnctC2mVwjdhRMiS9ffrjUX-9KGwqb6OMmpJXvVXl70,486
|
86
|
+
nonebot_plugin_l4d2_server/l4_image/model.py,sha256=FGsCvf_BKbRNJUVy6I5BKnArMY-3JEIdqeX2gs93E5o,231
|
87
|
+
nonebot_plugin_l4d2_server/l4_image/vtfs.py,sha256=He_7zzEIOip8MXP55TS7aWPbzo6ac0wPf602nN3GWZM,1461
|
88
|
+
nonebot_plugin_l4d2_server/l4_request/__init__.py,sha256=WQ4hvUY8Vw3-TlLz2OQylP_crLy_2yNTUaSHa-sLe2c,4710
|
89
|
+
nonebot_plugin_l4d2_server/l4_request/draw_msg.py,sha256=yUlCfWj4p4F0Du3gyhyGdL64DuFBTQ_pBuLPm7JEy2o,2490
|
90
|
+
nonebot_plugin_l4d2_server/l4_request/utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
91
|
+
nonebot_plugin_l4d2_server/utils/api/api.py,sha256=auvDicCEKwvnm6EJYeCxCtugFby61K-zAmmaRWWEwtM,296
|
92
|
+
nonebot_plugin_l4d2_server/utils/api/models.py,sha256=EKAAM5RsFK-hV-a80tc4r35ToNRhnCWVuQ-7imwBjwE,2386
|
93
|
+
nonebot_plugin_l4d2_server/utils/api/request.py,sha256=N38sZ5FLrlh939Al8jlLfbvAG5WaGTC9xLKP0YHXjYI,13036
|
94
|
+
nonebot_plugin_l4d2_server/utils/database/models.py,sha256=SLdcgwsn39r_ZkcBoqf4MLX1EfpCOjGBwWcR16u9Bqo,454
|
95
|
+
nonebot_plugin_l4d2_server/utils/utils.py,sha256=B697gPxEUs5HFojhHlv6ZybB4lujSXKQghqOT2zBlPY,5696
|
96
|
+
nonebot_plugin_l4d2_server-1.0.0a2.dist-info/RECORD,,
|
@@ -1,263 +0,0 @@
|
|
1
|
-
<html>
|
2
|
-
|
3
|
-
<head>
|
4
|
-
<style>
|
5
|
-
body {
|
6
|
-
margin: 0px;
|
7
|
-
zoom: 150%;
|
8
|
-
}
|
9
|
-
|
10
|
-
.image {
|
11
|
-
display: flex;
|
12
|
-
flex-direction: column;
|
13
|
-
overflow: scroll;
|
14
|
-
width: max-content;
|
15
|
-
padding: 20px;
|
16
|
-
}
|
17
|
-
|
18
|
-
.head {
|
19
|
-
display: flex;
|
20
|
-
flex-direction: row;
|
21
|
-
align-items: center;
|
22
|
-
justify-content: space-between;
|
23
|
-
background-color: #f5f6f7;
|
24
|
-
padding-left: 20px;
|
25
|
-
padding-right: 20px;
|
26
|
-
padding-top: 10px;
|
27
|
-
padding-bottom: 10px;
|
28
|
-
border: 2px solid;
|
29
|
-
border-radius: 50px;
|
30
|
-
border-color: #e5e7eb;
|
31
|
-
font-size: 16px;
|
32
|
-
margin-bottom: 20px;
|
33
|
-
}
|
34
|
-
|
35
|
-
.plugins {
|
36
|
-
display: grid;
|
37
|
-
grid-template-columns: auto auto auto;
|
38
|
-
row-gap: 20px;
|
39
|
-
column-gap: 20px;
|
40
|
-
margin-bottom: 20px;
|
41
|
-
}
|
42
|
-
|
43
|
-
.plugin {
|
44
|
-
display: flex;
|
45
|
-
padding: 5px;
|
46
|
-
border: 1px solid;
|
47
|
-
border-radius: 5px;
|
48
|
-
border-color: #e5e7eb;
|
49
|
-
box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.2);
|
50
|
-
background-color: #f5f6f7;
|
51
|
-
}
|
52
|
-
|
53
|
-
.plugin_meta {
|
54
|
-
display: flex;
|
55
|
-
flex-direction: column;
|
56
|
-
padding: 5px;
|
57
|
-
width: 250px;
|
58
|
-
justify-content: space-between;
|
59
|
-
}
|
60
|
-
|
61
|
-
.plugin_name {
|
62
|
-
font-size: 20px;
|
63
|
-
}
|
64
|
-
|
65
|
-
.plugin_description {
|
66
|
-
font-size: 15px;
|
67
|
-
color: gray;
|
68
|
-
margin-top: 5px;
|
69
|
-
margin-bottom: 5px;
|
70
|
-
}
|
71
|
-
|
72
|
-
.plugin_meta_line1 {
|
73
|
-
display: flex;
|
74
|
-
flex-direction: row;
|
75
|
-
align-items: center;
|
76
|
-
justify-content: space-between;
|
77
|
-
}
|
78
|
-
|
79
|
-
.plugin_meta_line3 {
|
80
|
-
display: flex;
|
81
|
-
flex-direction: row;
|
82
|
-
align-items: center;
|
83
|
-
}
|
84
|
-
|
85
|
-
.package_name_label {
|
86
|
-
background-image: url(./fingerprint.svg);
|
87
|
-
width: 13px;
|
88
|
-
height: 13px;
|
89
|
-
margin-right: 8px;
|
90
|
-
}
|
91
|
-
|
92
|
-
.package_name {
|
93
|
-
font-size: 13px;
|
94
|
-
color: gray;
|
95
|
-
}
|
96
|
-
|
97
|
-
.switch {
|
98
|
-
position: relative;
|
99
|
-
display: inline-block;
|
100
|
-
width: 40px;
|
101
|
-
height: 24px;
|
102
|
-
}
|
103
|
-
|
104
|
-
.slider {
|
105
|
-
position: absolute;
|
106
|
-
cursor: pointer;
|
107
|
-
top: 0;
|
108
|
-
left: 0;
|
109
|
-
right: 0;
|
110
|
-
bottom: 0;
|
111
|
-
background-color: #ccc;
|
112
|
-
}
|
113
|
-
|
114
|
-
.slider:before {
|
115
|
-
position: absolute;
|
116
|
-
content: "";
|
117
|
-
height: 16px;
|
118
|
-
width: 16px;
|
119
|
-
left: 4px;
|
120
|
-
bottom: 4px;
|
121
|
-
background-color: white;
|
122
|
-
}
|
123
|
-
|
124
|
-
.switch input {
|
125
|
-
display: none;
|
126
|
-
}
|
127
|
-
|
128
|
-
.switch input:checked+.slider {
|
129
|
-
background-color: rgba(86, 40, 238, 0.5);
|
130
|
-
}
|
131
|
-
|
132
|
-
.switch input:checked+.slider:before {
|
133
|
-
-webkit-transform: translateX(16px);
|
134
|
-
-ms-transform: translateX(16px);
|
135
|
-
transform: translateX(16px);
|
136
|
-
}
|
137
|
-
|
138
|
-
.slider.round {
|
139
|
-
border-radius: 24px;
|
140
|
-
}
|
141
|
-
|
142
|
-
.slider.round:before {
|
143
|
-
border-radius: 50%;
|
144
|
-
}
|
145
|
-
|
146
|
-
.checkbox {
|
147
|
-
visibility: hidden;
|
148
|
-
}
|
149
|
-
|
150
|
-
.slider.locked {
|
151
|
-
opacity: 0.5;
|
152
|
-
}
|
153
|
-
|
154
|
-
.switch input+span .lock {
|
155
|
-
width: 8px;
|
156
|
-
height: 7px;
|
157
|
-
background: #99a3ba;
|
158
|
-
position: absolute;
|
159
|
-
left: 8px;
|
160
|
-
bottom: 7px;
|
161
|
-
border-radius: 2px;
|
162
|
-
display: block;
|
163
|
-
z-index: 1;
|
164
|
-
transition: all 0.45s ease;
|
165
|
-
}
|
166
|
-
|
167
|
-
.switch input+span .lock:before {
|
168
|
-
content: "";
|
169
|
-
width: 2px;
|
170
|
-
height: 2px;
|
171
|
-
border-radius: 1px;
|
172
|
-
background: #fff;
|
173
|
-
position: absolute;
|
174
|
-
display: block;
|
175
|
-
left: 50%;
|
176
|
-
top: 50%;
|
177
|
-
margin: -1px 0 0 -1px;
|
178
|
-
}
|
179
|
-
|
180
|
-
.switch input+span .lock:after {
|
181
|
-
content: "";
|
182
|
-
border-top-left-radius: 4px;
|
183
|
-
border-top-right-radius: 4px;
|
184
|
-
border: 1px solid #99a3ba;
|
185
|
-
border-bottom: 0;
|
186
|
-
width: 4px;
|
187
|
-
height: 4px;
|
188
|
-
left: 1px;
|
189
|
-
bottom: 6px;
|
190
|
-
position: absolute;
|
191
|
-
z-index: 1;
|
192
|
-
-webkit-transform-origin: 0 100%;
|
193
|
-
transform-origin: 0 100%;
|
194
|
-
transition: all 0.45s ease;
|
195
|
-
}
|
196
|
-
|
197
|
-
.switch input:checked+span .lock {
|
198
|
-
background: #5628ee;
|
199
|
-
-webkit-transform: translateX(16px);
|
200
|
-
-ms-transform: translateX(16px);
|
201
|
-
transform: translateX(16px);
|
202
|
-
}
|
203
|
-
|
204
|
-
.lock {
|
205
|
-
visibility: hidden;
|
206
|
-
}
|
207
|
-
|
208
|
-
.lock.locked {
|
209
|
-
visibility: inherit;
|
210
|
-
}
|
211
|
-
</style>
|
212
|
-
</head>
|
213
|
-
|
214
|
-
<body>
|
215
|
-
<div class="image">
|
216
|
-
<div class="head">
|
217
|
-
<span><b>已加载服务器</b></span>
|
218
|
-
<span>发送 “<b>服务器昵称/序号</b>” 查看详情</span>
|
219
|
-
</div>
|
220
|
-
<div class="plugins">
|
221
|
-
{% for plugin in plugins %}
|
222
|
-
<div class="plugin">
|
223
|
-
<div class="plugin_meta">
|
224
|
-
<div class="plugin_meta_line1">
|
225
|
-
<div class="plugin_name">{{ plugin.number }}:{{ plugin.name }}</div>
|
226
|
-
<div class="plugin_status">
|
227
|
-
<label class="switch">
|
228
|
-
<input class="checkbox" type="checkbox" {% if plugin.enabled %} checked {% endif %} />
|
229
|
-
<span class="slider round {% if plugin.locked %} locked {% endif %}">
|
230
|
-
<span class="lock {% if plugin.locked %} locked {% endif %}"></span>
|
231
|
-
</span>
|
232
|
-
</label>
|
233
|
-
</div>
|
234
|
-
</div>
|
235
|
-
<div class="plugin_meta_line2">
|
236
|
-
<font color="blue">{{ plugin.map_ }}</font><br>
|
237
|
-
{% for Player in plugin.Players %}
|
238
|
-
{% if Player.name %}
|
239
|
-
<font color="green">{{Player.name}} | {{Player.Duration}}</font><br>
|
240
|
-
{% else %}
|
241
|
-
<br>
|
242
|
-
{% endif %}
|
243
|
-
{% endfor %}
|
244
|
-
</div>
|
245
|
-
<div class="plugin_meta_line3">
|
246
|
-
<svg width="13px" height="13px">
|
247
|
-
<image xlink:href="{{ plugin.system }}" width="13px" height="13px" />
|
248
|
-
</svg>
|
249
|
-
<div class="package_name"> {{ plugin.rank_players }} </div>
|
250
|
-
<div class="package_name"> {{ plugin.tick }} </div>
|
251
|
-
</div>
|
252
|
-
</div>
|
253
|
-
</div>
|
254
|
-
{% endfor %}
|
255
|
-
</div>
|
256
|
-
<div class="head">
|
257
|
-
<span><b>©爱丽数码</b></span>
|
258
|
-
<span>github.com/Agnes4m/nonebot_plugin_l4d2_server</span>
|
259
|
-
</div>
|
260
|
-
</div>
|
261
|
-
|
262
|
-
</html>
|
263
|
-
</body>
|