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
@@ -1,506 +0,0 @@
|
|
1
|
-
from amis import (
|
2
|
-
Action,
|
3
|
-
ActionType,
|
4
|
-
Alert,
|
5
|
-
AmisAPI,
|
6
|
-
App,
|
7
|
-
DisplayModeEnum,
|
8
|
-
Flex,
|
9
|
-
Form,
|
10
|
-
Horizontal,
|
11
|
-
Html,
|
12
|
-
InputNumber,
|
13
|
-
InputPassword,
|
14
|
-
InputTag,
|
15
|
-
InputText,
|
16
|
-
LevelEnum,
|
17
|
-
Page,
|
18
|
-
PageSchema,
|
19
|
-
Remark,
|
20
|
-
Select,
|
21
|
-
Switch,
|
22
|
-
TableColumn,
|
23
|
-
TableCRUD,
|
24
|
-
Tpl,
|
25
|
-
Wrapper,
|
26
|
-
)
|
27
|
-
|
28
|
-
from ..l4d2_utils.config import NICKNAME
|
29
|
-
|
30
|
-
logo = Html(
|
31
|
-
html="""
|
32
|
-
<p align="center">
|
33
|
-
<a href="https://github.com/Agnes4m/nonebot_plugin_l4d2_server">
|
34
|
-
<img src="https://ghproxy.com/https://raw.githubusercontent.com/Agnes4m/nonebot_plugin_l4d2_server/main/image/logo.png"
|
35
|
-
width="256" height="256" alt="l4d2-server">
|
36
|
-
</a>
|
37
|
-
</p>
|
38
|
-
<h1 align="center">Nonebot-Plugin-L4d2-Server 控制台</h1>
|
39
|
-
<div align="center">
|
40
|
-
<a href="https://github.com/Agnes4m/nonebot_plugin_l4d2_server/" target="_blank">
|
41
|
-
Github仓库</a>
|
42
|
-
</div>
|
43
|
-
<br>
|
44
|
-
<br>
|
45
|
-
""",
|
46
|
-
)
|
47
|
-
login_api = AmisAPI(
|
48
|
-
url="/l4d2/api/login",
|
49
|
-
method="post",
|
50
|
-
adaptor="""
|
51
|
-
if (payload.status == 0) {
|
52
|
-
localStorage.setItem("token", payload.data.token);
|
53
|
-
}
|
54
|
-
return payload;
|
55
|
-
""",
|
56
|
-
)
|
57
|
-
|
58
|
-
login_form = Form(
|
59
|
-
api=login_api,
|
60
|
-
title="",
|
61
|
-
body=[
|
62
|
-
InputText(
|
63
|
-
name="username",
|
64
|
-
label="用户名",
|
65
|
-
labelRemark=Remark(shape="circle", content="后台管理用户名,默认为l4d2"),
|
66
|
-
),
|
67
|
-
InputPassword(
|
68
|
-
name="password",
|
69
|
-
label="密码",
|
70
|
-
labelRemark=Remark(shape="circle", content="后台管理密码,默认为admin"),
|
71
|
-
),
|
72
|
-
],
|
73
|
-
mode=DisplayModeEnum.horizontal,
|
74
|
-
horizontal=Horizontal(left=3, right=9, offset=5),
|
75
|
-
redirect="/l4d2/admin",
|
76
|
-
)
|
77
|
-
body = Wrapper(className="w-2/5 mx-auto my-0 m:w-full", body=login_form)
|
78
|
-
login_page = Page(title="", body=[logo, body])
|
79
|
-
|
80
|
-
global_config_form = Form(
|
81
|
-
title="全局配置",
|
82
|
-
name="global_config",
|
83
|
-
initApi="/l4d2/api/l4d2_global_config",
|
84
|
-
api="post:/l4d2/api/l4d2_global_config",
|
85
|
-
body=[
|
86
|
-
Switch(
|
87
|
-
label="控制总开关(摆设)",
|
88
|
-
name="total_enable",
|
89
|
-
value="${total_enable}",
|
90
|
-
onText="开启",
|
91
|
-
offText="关闭",
|
92
|
-
labelRemark=Remark(
|
93
|
-
shape="circle",
|
94
|
-
content="关闭后,禁用网页控制台,请参考文档启动方法",
|
95
|
-
), # noqa: E501
|
96
|
-
),
|
97
|
-
InputText(
|
98
|
-
label="后台管理用户名",
|
99
|
-
name="web_username",
|
100
|
-
value="${web_username}",
|
101
|
-
labelRemark=Remark(
|
102
|
-
shape="circle", content="登录本后台管理所需要的用户名。"
|
103
|
-
), # noqa: E501
|
104
|
-
),
|
105
|
-
InputPassword(
|
106
|
-
label="后台管理密码",
|
107
|
-
name="web_password",
|
108
|
-
value="${web_password}",
|
109
|
-
labelRemark=Remark(shape="circle", content="登录本后台管理所需要的密码。"),
|
110
|
-
),
|
111
|
-
InputText(
|
112
|
-
label="后台管理token密钥",
|
113
|
-
name="web_secret_key",
|
114
|
-
value="${web_secret_key}",
|
115
|
-
labelRemark=Remark(
|
116
|
-
shape="circle",
|
117
|
-
content="用于本后台管理加密验证token的密钥。",
|
118
|
-
), # noqa: E501
|
119
|
-
),
|
120
|
-
InputText(
|
121
|
-
label="字体",
|
122
|
-
name="l4_font",
|
123
|
-
value="${l4_font}",
|
124
|
-
labelRemark=Remark(
|
125
|
-
shape="circle", content="机器人返回图片中文字的字体。"
|
126
|
-
), # noqa: E501
|
127
|
-
),
|
128
|
-
Switch(
|
129
|
-
label="是否图片发送单服务器查询",
|
130
|
-
name="l4_image",
|
131
|
-
value="${l4_image}",
|
132
|
-
onText="开启",
|
133
|
-
offText="关闭",
|
134
|
-
labelRemark=Remark(
|
135
|
-
shape="circle",
|
136
|
-
content="开启时,会查询单服务器会使用图片,避免长信息风控", # noqa: E501
|
137
|
-
), # noqa: E501
|
138
|
-
),
|
139
|
-
Select(
|
140
|
-
label="图片风格",
|
141
|
-
name="l4_style",
|
142
|
-
value="${l4_style}",
|
143
|
-
source="${l4_styles}",
|
144
|
-
labelRemark=Remark(shape="circle", content="仅仅是批量查询的风格"),
|
145
|
-
),
|
146
|
-
Switch(
|
147
|
-
label="是否优先上传地图",
|
148
|
-
name="l4_only",
|
149
|
-
value="${l4_only}",
|
150
|
-
onText="开启",
|
151
|
-
offText="关闭",
|
152
|
-
labelRemark=Remark(
|
153
|
-
shape="circle",
|
154
|
-
content="开启时,上传地图会保证优先级,从而阻碍其他指令",
|
155
|
-
), # noqa: E501
|
156
|
-
),
|
157
|
-
Switch(
|
158
|
-
label="是否显示connect",
|
159
|
-
name="l4_connect",
|
160
|
-
value="${l4_connect}",
|
161
|
-
onText="开启",
|
162
|
-
offText="关闭",
|
163
|
-
labelRemark=Remark(
|
164
|
-
shape="circle",
|
165
|
-
content="关闭后,查询服务器将不再显示connect和ip地址",
|
166
|
-
), # noqa: E501
|
167
|
-
),
|
168
|
-
InputNumber(
|
169
|
-
label="定时推送间隔(min)",
|
170
|
-
name="l4_push_interval",
|
171
|
-
value="${l4_push_interval}",
|
172
|
-
labelRemark=Remark(
|
173
|
-
shape="circle",
|
174
|
-
content="设置好后,使用推送服务器定时指令,将以x分钟为间隔推送一次", # noqa: E501
|
175
|
-
),
|
176
|
-
),
|
177
|
-
InputNumber(
|
178
|
-
label="定时推次数",
|
179
|
-
name="l4_push_times",
|
180
|
-
value="${l4_push_times}",
|
181
|
-
labelRemark=Remark(
|
182
|
-
shape="circle",
|
183
|
-
content="设置好后,将按照推送间隔时间推送x此",
|
184
|
-
), # noqa: E501
|
185
|
-
),
|
186
|
-
InputNumber(
|
187
|
-
label="当前路径序号",
|
188
|
-
name="l4_number",
|
189
|
-
value="${l4_number}",
|
190
|
-
labelRemark=Remark(
|
191
|
-
shape="circle",
|
192
|
-
content="如果选定了路径,则上传地图优先传这个路径",
|
193
|
-
), # noqa: E501
|
194
|
-
),
|
195
|
-
InputTag(
|
196
|
-
label="求生上传地图用户",
|
197
|
-
name="l4_master",
|
198
|
-
value="${l4_master}",
|
199
|
-
enableBatchAdd=True,
|
200
|
-
placeholder="添加qq号",
|
201
|
-
visibleOn="${total_enable}",
|
202
|
-
joinValues=False,
|
203
|
-
extractValue=True,
|
204
|
-
labelRemark=Remark(
|
205
|
-
shape="circle", content="在这里加入的用户,才能上传地图"
|
206
|
-
), # noqa: E501
|
207
|
-
),
|
208
|
-
InputTag(
|
209
|
-
label="坐牢三指令tag",
|
210
|
-
name="l4_zl_tag",
|
211
|
-
value="${l4_zl_tag}",
|
212
|
-
enableBatchAdd=True,
|
213
|
-
placeholder="添加qq号",
|
214
|
-
visibleOn="${total_enable}",
|
215
|
-
joinValues=False,
|
216
|
-
extractValue=True,
|
217
|
-
labelRemark=Remark(
|
218
|
-
shape="circle",
|
219
|
-
content="在这里的指令,可以响应坐牢三指令", # noqa: E501
|
220
|
-
),
|
221
|
-
),
|
222
|
-
],
|
223
|
-
actions=[
|
224
|
-
Action(label="保存", level=LevelEnum.success, type="submit"),
|
225
|
-
Action(label="重置", level=LevelEnum.warning, type="reset"),
|
226
|
-
],
|
227
|
-
)
|
228
|
-
|
229
|
-
upload_map_form = Form(
|
230
|
-
title="全局配置",
|
231
|
-
name="global_config",
|
232
|
-
api="post:/l4d2/api/l4d2_map_config",
|
233
|
-
body=[
|
234
|
-
InputText(
|
235
|
-
label="服务器host",
|
236
|
-
name="web_username",
|
237
|
-
value="${web_username}",
|
238
|
-
labelRemark=Remark(shape="circle", content="127.0.0.1"),
|
239
|
-
),
|
240
|
-
InputPassword(
|
241
|
-
label="服务器",
|
242
|
-
name="web_password",
|
243
|
-
value="${web_password}",
|
244
|
-
labelRemark=Remark(shape="circle", content="登录本后台管理所需要的密码。"),
|
245
|
-
),
|
246
|
-
InputText(
|
247
|
-
label="后台管理token密钥",
|
248
|
-
name="web_secret_key",
|
249
|
-
value="${web_secret_key}",
|
250
|
-
labelRemark=Remark(
|
251
|
-
shape="circle",
|
252
|
-
content="用于本后台管理加密验证token的密钥。",
|
253
|
-
), # noqa: E501
|
254
|
-
),
|
255
|
-
InputText(
|
256
|
-
label="查询key",
|
257
|
-
name="l4_key",
|
258
|
-
value="${l4_key}",
|
259
|
-
labelRemark=Remark(shape="circle", content="用于获取拓展功能的key。"),
|
260
|
-
),
|
261
|
-
],
|
262
|
-
actions=[
|
263
|
-
Action(label="保存", level=LevelEnum.success, type="submit"),
|
264
|
-
Action(label="重置", level=LevelEnum.warning, type="reset"),
|
265
|
-
],
|
266
|
-
)
|
267
|
-
|
268
|
-
|
269
|
-
group_select = Select(
|
270
|
-
label="分群配置(暂未完成)",
|
271
|
-
name="group_id",
|
272
|
-
source="${group_list}",
|
273
|
-
placeholder="选择群", # noqa: E501
|
274
|
-
)
|
275
|
-
group_config_form = Form(
|
276
|
-
title="分群配置(暂未完成)",
|
277
|
-
visibleOn="group_id != null",
|
278
|
-
initApi="/l4d2/api/l4d2_group_config?group_id=${group_id}",
|
279
|
-
api="post:/l4d2/api/l4d2_group_config?group_id=${group_id}",
|
280
|
-
body=[
|
281
|
-
Switch(
|
282
|
-
label="分群开关",
|
283
|
-
name="enable",
|
284
|
-
value="${enable}",
|
285
|
-
onText="开启",
|
286
|
-
offText="关闭",
|
287
|
-
labelRemark=Remark(shape="circle", content=""),
|
288
|
-
),
|
289
|
-
InputNumber(
|
290
|
-
label="占位符",
|
291
|
-
name="answer_threshold",
|
292
|
-
value="${answer_threshold}",
|
293
|
-
visibleOn="${enable}",
|
294
|
-
min=2,
|
295
|
-
labelRemark=Remark(shape="circle", content="单文本"),
|
296
|
-
),
|
297
|
-
InputTag(
|
298
|
-
label="占位符",
|
299
|
-
name="ban_words",
|
300
|
-
value="${ban_words}",
|
301
|
-
enableBatchAdd=True,
|
302
|
-
placeholder="占位符,词条",
|
303
|
-
visibleOn="${enable}",
|
304
|
-
joinValues=False,
|
305
|
-
extractValue=True,
|
306
|
-
labelRemark=Remark(shape="circle", content="占位符词条"),
|
307
|
-
),
|
308
|
-
],
|
309
|
-
actions=[
|
310
|
-
Action(label="保存", level=LevelEnum.success, type="submit"),
|
311
|
-
ActionType.Ajax(
|
312
|
-
label="保存至所有群",
|
313
|
-
level=LevelEnum.primary,
|
314
|
-
confirmText="确认将当前配置保存至所有群?",
|
315
|
-
api="post:/l4d2/api/l4d2_group_config?group_id=all",
|
316
|
-
),
|
317
|
-
Action(label="重置", level=LevelEnum.warning, type="reset"),
|
318
|
-
],
|
319
|
-
)
|
320
|
-
|
321
|
-
server_control = Select(
|
322
|
-
label="服务器设置",
|
323
|
-
name="id_rank",
|
324
|
-
source="${server_list}",
|
325
|
-
placeholder="选择服务器", # noqa: E501
|
326
|
-
)
|
327
|
-
|
328
|
-
server_ditail = Form(
|
329
|
-
title="",
|
330
|
-
api="post:/l4d2/api/l4d2_server_config?id_rank=${id_rank}",
|
331
|
-
initApi="/l4d2/api/l4d2_server_config?id_rank=${id_rank}",
|
332
|
-
visibleOn="id_rank != null",
|
333
|
-
body=[
|
334
|
-
Switch(
|
335
|
-
label="是否是远程服务器",
|
336
|
-
name="place",
|
337
|
-
value="${place}",
|
338
|
-
onText="是的",
|
339
|
-
offText="不是",
|
340
|
-
labelRemark=Remark(shape="circle", content="开启则确认为远程服务器"),
|
341
|
-
),
|
342
|
-
InputText(
|
343
|
-
label="服务器名称",
|
344
|
-
name="server_id",
|
345
|
-
value="${server_id}",
|
346
|
-
labelRemark=Remark(shape="circle", content="服务器名字"),
|
347
|
-
),
|
348
|
-
InputText(
|
349
|
-
label="服务器ip地址",
|
350
|
-
name="host",
|
351
|
-
value="${host}",
|
352
|
-
labelRemark=Remark(shape="circle", content="服务端所在ip地址,也可以是域名"),
|
353
|
-
),
|
354
|
-
InputText(
|
355
|
-
label="所在端口",
|
356
|
-
name="port",
|
357
|
-
value="${port}",
|
358
|
-
labelRemark=Remark(shape="circle", content="服务端所在端口"),
|
359
|
-
),
|
360
|
-
InputPassword(
|
361
|
-
label="rcon控制台密码",
|
362
|
-
name="rcon",
|
363
|
-
value="${rcon}",
|
364
|
-
labelRemark=Remark(shape="circle", content="服务端rcon密码"),
|
365
|
-
),
|
366
|
-
InputText(
|
367
|
-
label="服务器本地文件位置",
|
368
|
-
name="location",
|
369
|
-
value="${location}",
|
370
|
-
labelRemark=Remark(
|
371
|
-
shape="circle",
|
372
|
-
content="求生服务器所在路径,该路径下有文件srcds_run",
|
373
|
-
), # noqa: E501
|
374
|
-
),
|
375
|
-
InputText(
|
376
|
-
label="远程账户",
|
377
|
-
name="account",
|
378
|
-
value="${account}",
|
379
|
-
visibleOn="${place}",
|
380
|
-
labelRemark=Remark(shape="circle", content="远程服务器的登录账户名"),
|
381
|
-
),
|
382
|
-
InputPassword(
|
383
|
-
label="远程密码",
|
384
|
-
name="password",
|
385
|
-
value="${password}",
|
386
|
-
visibleOn="${place}",
|
387
|
-
labelRemark=Remark(shape="circle", content="远程服务器的登录密码"),
|
388
|
-
),
|
389
|
-
],
|
390
|
-
actions=[
|
391
|
-
Action(label="保存", level=LevelEnum.success, type="submit"),
|
392
|
-
Action(label="重置", level=LevelEnum.warning, type="reset"),
|
393
|
-
],
|
394
|
-
)
|
395
|
-
|
396
|
-
query_table = TableCRUD(
|
397
|
-
mode="table",
|
398
|
-
title="",
|
399
|
-
syncLocation=False,
|
400
|
-
api="/l4d2/api/get_query_contexts",
|
401
|
-
interval=60000,
|
402
|
-
itemActions=[
|
403
|
-
ActionType.Url(
|
404
|
-
tooltip="加入游戏",
|
405
|
-
icon="fa fa-gamepad",
|
406
|
-
confirmText="加入steam://connect/" + "${ip}", # noqa: ISC003
|
407
|
-
url="steam://connect/" + "${ip}", # noqa: ISC003
|
408
|
-
# url= "http://"+'${ip}',
|
409
|
-
blank=True,
|
410
|
-
),
|
411
|
-
],
|
412
|
-
columns=[
|
413
|
-
TableColumn(label="服主", name="tag", searchable=True),
|
414
|
-
TableColumn(label="序号", name="number", searchable=True),
|
415
|
-
TableColumn(label="名称", name="name", searchable=True),
|
416
|
-
TableColumn(label="地图", name="map_", searchable=True),
|
417
|
-
TableColumn(label="玩家", name="rank_players", searchable=True),
|
418
|
-
TableColumn(label="延迟", name="ping", searchable=True),
|
419
|
-
TableColumn(label="IP 地址", name="ip", searchable=True),
|
420
|
-
],
|
421
|
-
)
|
422
|
-
|
423
|
-
server_page = PageSchema(
|
424
|
-
url="/messages",
|
425
|
-
icon="fa fa-comment",
|
426
|
-
label="本地服务器管理",
|
427
|
-
schema=Page(
|
428
|
-
title="本地服务器管理",
|
429
|
-
interval=120000,
|
430
|
-
initApi="/l4d2/api/get_l4d2_messages",
|
431
|
-
body=[
|
432
|
-
Alert(
|
433
|
-
level=LevelEnum.info,
|
434
|
-
className="white-space-pre-wrap",
|
435
|
-
body=(
|
436
|
-
f"此数据库记录了{NICKNAME}所在服务器下的求生服务器。\n· 功能暂未完善"
|
437
|
-
), # noqa: E501
|
438
|
-
),
|
439
|
-
server_control,
|
440
|
-
server_ditail,
|
441
|
-
],
|
442
|
-
),
|
443
|
-
)
|
444
|
-
query_page = PageSchema(
|
445
|
-
url="/contexts",
|
446
|
-
icon="fa fa-comments",
|
447
|
-
label="远程服务器查询",
|
448
|
-
schema=Page(
|
449
|
-
title="远程服务器查询",
|
450
|
-
body=[
|
451
|
-
Alert(
|
452
|
-
level=LevelEnum.info,
|
453
|
-
className="white-space-pre-wrap",
|
454
|
-
body=(
|
455
|
-
f"此数据库记录了{NICKNAME}所记录可查询的服务器ip。\n"
|
456
|
-
# '· 点击"回复列表"可以查看该条内容已学习到的可能的回复。\n'
|
457
|
-
# '· 点击"禁用"可以将该学习进行禁用,以后不会再学。\n'
|
458
|
-
f"· 功能暂未完善"
|
459
|
-
),
|
460
|
-
),
|
461
|
-
query_table,
|
462
|
-
],
|
463
|
-
),
|
464
|
-
)
|
465
|
-
|
466
|
-
database_page = PageSchema(
|
467
|
-
label="数据库",
|
468
|
-
icon="fa fa-database",
|
469
|
-
children=[server_page, query_page],
|
470
|
-
) # type: ignore
|
471
|
-
|
472
|
-
config_page = PageSchema(
|
473
|
-
url="/configs",
|
474
|
-
isDefaultPage=True,
|
475
|
-
icon="fa fa-wrench",
|
476
|
-
label="配置",
|
477
|
-
schema=Page(
|
478
|
-
title="配置",
|
479
|
-
initApi="/l4d2/api/get_group_list",
|
480
|
-
body=[global_config_form, group_select, group_config_form],
|
481
|
-
),
|
482
|
-
)
|
483
|
-
l4d2_page = PageSchema(
|
484
|
-
label="求生之路",
|
485
|
-
icon="fa fa-wechat (alias)",
|
486
|
-
children=[config_page, database_page],
|
487
|
-
) # type: ignore
|
488
|
-
|
489
|
-
github_logo = Tpl(
|
490
|
-
className="w-full",
|
491
|
-
tpl='<div class="flex justify-between"><div></div><div><a href="https://github.com/Agnes4m/nonebot_plugin_l4d2_server" target="_blank" title="Copyright"><i class="fa fa-github fa-2x"></i></a></div></div>', # noqa: E501
|
492
|
-
)
|
493
|
-
header = Flex(
|
494
|
-
className="w-full",
|
495
|
-
justify="flex-end",
|
496
|
-
alignItems="flex-end",
|
497
|
-
items=[github_logo],
|
498
|
-
)
|
499
|
-
|
500
|
-
admin_app = App(
|
501
|
-
brandName="L4d2-Server",
|
502
|
-
logo="https://ghproxy.com/https://raw.githubusercontent.com/Agnes4m/nonebot_plugin_l4d2_server/main/image/logo.png",
|
503
|
-
header=header,
|
504
|
-
pages=[{"children": [config_page, database_page]}],
|
505
|
-
footer='<div class="p-2 text-center bg-blue-100">Copyright © 2022 - 2023 <a href="https://github.com/Agnes4m/nonebot_plugin_l4d2_server" target="_blank" class="link-secondary">AGNES_DIGIAL</a> X<a target="_blank" href="https://github.com/baidu/amis" class="link-secondary" rel="noopener"> amis v2.2.0</a></div>', # noqa: E501
|
506
|
-
)
|
@@ -1,94 +0,0 @@
|
|
1
|
-
from amis import (
|
2
|
-
ActionType,
|
3
|
-
Alert,
|
4
|
-
App,
|
5
|
-
LevelEnum,
|
6
|
-
Page,
|
7
|
-
PageSchema,
|
8
|
-
TableColumn,
|
9
|
-
TableCRUD,
|
10
|
-
)
|
11
|
-
|
12
|
-
from ..l4d2_utils.config import NICKNAME
|
13
|
-
from .webUI import header
|
14
|
-
|
15
|
-
query_table = TableCRUD(
|
16
|
-
mode="table",
|
17
|
-
title="",
|
18
|
-
syncLocation=False,
|
19
|
-
api="/l4d2/api/user/get_query_contexts",
|
20
|
-
interval=60000,
|
21
|
-
itemActions=[
|
22
|
-
ActionType.Url(
|
23
|
-
tooltip="加入游戏",
|
24
|
-
icon="fa fa-gamepad",
|
25
|
-
confirmText="加入steam://connect/" + "${ip}", # noqa: ISC003
|
26
|
-
url="steam://connect/" + "${ip}", # noqa: ISC003
|
27
|
-
# url= "http://"+'${ip}',
|
28
|
-
blank=True,
|
29
|
-
),
|
30
|
-
],
|
31
|
-
columns=[
|
32
|
-
TableColumn(label="服主", name="tag", searchable=True, sortable=True),
|
33
|
-
TableColumn(label="序号", name="number", sortable=True, searchable=True),
|
34
|
-
TableColumn(label="名称", name="name", sortable=True, searchable=True),
|
35
|
-
TableColumn(label="地图", name="map_", sortable=True, searchable=True),
|
36
|
-
TableColumn(label="玩家", name="rank_players", sortable=True, searchable=True),
|
37
|
-
TableColumn(label="延迟", name="ping", sortable=True, searchable=True),
|
38
|
-
TableColumn(label="IP 地址", name="ip", sortable=True, searchable=True),
|
39
|
-
],
|
40
|
-
) # type: ignore
|
41
|
-
|
42
|
-
|
43
|
-
query_page = PageSchema(
|
44
|
-
url="/contexts",
|
45
|
-
icon="fa fa-comments",
|
46
|
-
label="远程服务器查询",
|
47
|
-
schema=Page(
|
48
|
-
title="远程服务器查询",
|
49
|
-
body=[
|
50
|
-
Alert(
|
51
|
-
level=LevelEnum.info,
|
52
|
-
className="white-space-pre-wrap",
|
53
|
-
body=(
|
54
|
-
f"此数据库记录了{NICKNAME}所记录可查询的服务器ip。\n"
|
55
|
-
# '· 点击"回复列表"可以查看该条内容已学习到的可能的回复。\n'
|
56
|
-
# '· 点击"禁用"可以将该学习进行禁用,以后不会再学。\n'
|
57
|
-
f"· 功能暂未完善"
|
58
|
-
),
|
59
|
-
),
|
60
|
-
query_table,
|
61
|
-
],
|
62
|
-
),
|
63
|
-
)
|
64
|
-
|
65
|
-
database_page = PageSchema(
|
66
|
-
label="数据库",
|
67
|
-
icon="fa fa-database",
|
68
|
-
url="/contexts",
|
69
|
-
isDefaultPage=True,
|
70
|
-
schema=Page(
|
71
|
-
title="远程服务器查询",
|
72
|
-
body=[
|
73
|
-
Alert(
|
74
|
-
level=LevelEnum.info,
|
75
|
-
className="white-space-pre-wrap",
|
76
|
-
body=(
|
77
|
-
f"此数据库记录了{NICKNAME}所记录可查询的服务器ip。\n"
|
78
|
-
# '· 点击"回复列表"可以查看该条内容已学习到的可能的回复。\n'
|
79
|
-
# '· 点击"禁用"可以将该学习进行禁用,以后不会再学。\n'
|
80
|
-
f"· 功能暂未完善"
|
81
|
-
),
|
82
|
-
),
|
83
|
-
query_table,
|
84
|
-
],
|
85
|
-
),
|
86
|
-
)
|
87
|
-
|
88
|
-
user_app = App(
|
89
|
-
brandName="L4d2-Server",
|
90
|
-
logo="https://ghproxy.com/https://raw.githubusercontent.com/Agnes4m/nonebot_plugin_l4d2_server/main/image/logo.png",
|
91
|
-
header=header,
|
92
|
-
pages=[{"children": [database_page]}],
|
93
|
-
footer='<div class="p-2 text-center bg-blue-100">Copyright © 2022 - 2023 <a href="https://github.com/Agnes4m/nonebot_plugin_l4d2_server" target="_blank" class="link-secondary">AGNES_DIGIAL</a> X<a target="_blank" href="https://github.com/baidu/amis" class="link-secondary" rel="noopener"> amis v2.2.0</a></div>', # noqa: E501
|
94
|
-
)
|
@@ -1,70 +0,0 @@
|
|
1
|
-
nonebot_plugin_l4d2_server-0.6.6.dist-info/METADATA,sha256=hOWgsfeQPRxxcSqhh8li9UNBlSZG0iZCQf2wwtCMyME,7938
|
2
|
-
nonebot_plugin_l4d2_server-0.6.6.dist-info/WHEEL,sha256=N2J68yzZqJh3mI_Wg92rwhw0rtJDFpZj9bwQIMJgaVg,90
|
3
|
-
nonebot_plugin_l4d2_server-0.6.6.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
4
|
-
nonebot_plugin_l4d2_server/__init__.py,sha256=DH9_eqAVxmEZicQPcmvkBVXjRSl2oI80SYMaAjv8XP4,4814
|
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=8JOUXoWdulhoP2Axy_omuSDafbduKDZ9Y8Rz2VZWTso,1590
|
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=qtbdXb-5o62YQU2-LR4S9b7-ddKC1UOpJG4w8xDrytw,2135
|
11
|
-
nonebot_plugin_l4d2_server/data/L4D2/image/template/group_ip.html,sha256=0RCWB0q8Wx0NcKdVmGeVr2odaNzODNVCJK0jiQ826U8,7222
|
12
|
-
nonebot_plugin_l4d2_server/data/L4D2/image/template/help.html,sha256=X_R6o5bkW3FFN4BvG3bL8px1slPBY8xhtZM9aSBsAns,5832
|
13
|
-
nonebot_plugin_l4d2_server/data/L4D2/image/template/help_dack.html,sha256=fpguTXl--5ivFsJIMgaTjt8BS2BK-0fW2BYC66aEuuA,6170
|
14
|
-
nonebot_plugin_l4d2_server/data/L4D2/image/template/ip.html,sha256=hvKDc7ASbuaGxtx5Doavg5qa82K1vGq4bSapjrwrTy8,1611
|
15
|
-
nonebot_plugin_l4d2_server/data/L4D2/image/template/l.svg,sha256=I9iOeq-XqnWDECC7GqApV6Of3Tm26xmmYdchvXw2tAE,5506
|
16
|
-
nonebot_plugin_l4d2_server/data/L4D2/image/template/m.svg,sha256=rnZwx2X1dXPiKFQvccBZqspDZzLUin5ylesv-rRy1lo,2408
|
17
|
-
nonebot_plugin_l4d2_server/data/L4D2/image/template/vue.css,sha256=2sGjCFrR-3tFMB_x7l4K6k40tZ5JVzhWqD759cagYBA,7874
|
18
|
-
nonebot_plugin_l4d2_server/data/L4D2/image/template/w.svg,sha256=Rvem0xacHSByxPz2ihLkgbJLtXqEKllzzJRz-Q5wN5Q,486
|
19
|
-
nonebot_plugin_l4d2_server/data/img/white.png,sha256=gYCpDjJ1N1qGqxW5VY95H_N6zO3a1fScqxpjnrnCiYk,1350
|
20
|
-
nonebot_plugin_l4d2_server/l4d2_anne/__init__.py,sha256=EVXy-0ojzEFdivMBocT6be1gkE0Ys8Mb9qo923vzXYk,2763
|
21
|
-
nonebot_plugin_l4d2_server/l4d2_anne/analysis.py,sha256=A-aNZeLt7uwlrr_5M16an5azINNjvYslbbRkn0m_A8o,1618
|
22
|
-
nonebot_plugin_l4d2_server/l4d2_anne/anne_telecom.py,sha256=EkLeiA4nvWAU_1BikKtlI15wSnlG8Atw2zBdZA-6Tq8,2980
|
23
|
-
nonebot_plugin_l4d2_server/l4d2_anne/server.py,sha256=BdDans9esQlohPntStvVqkW6I8bml9sPuxzePnar-OM,1266
|
24
|
-
nonebot_plugin_l4d2_server/l4d2_anne/startand.py,sha256=k4i4oierh5ptg3q_H_6aGKZ0XyYiKxvZApgAB6Hh55w,369
|
25
|
-
nonebot_plugin_l4d2_server/l4d2_anne/utils.py,sha256=-jbjACIcr643sgsCuJXidXADjeT9sY27C2_phnxnkWY,8985
|
26
|
-
nonebot_plugin_l4d2_server/l4d2_data/__init__.py,sha256=WtiQ-yEywxJ671AtEv-UpOo6U1xgn7rgh0UvUglURDA,3541
|
27
|
-
nonebot_plugin_l4d2_server/l4d2_data/config.py,sha256=j_Iq2fmJkCX9G-oscuibhCvozF2ph-BLVXli6A_g--Y,449
|
28
|
-
nonebot_plugin_l4d2_server/l4d2_data/database.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
29
|
-
nonebot_plugin_l4d2_server/l4d2_data/players.py,sha256=0c4OAEKC38ZBTcbvI-lBl2D0wRUqwm0Spccmi4KlhqQ,3368
|
30
|
-
nonebot_plugin_l4d2_server/l4d2_data/serverip.py,sha256=YnzPwjQaESgOQq8m_aJxZlhwTqzVbwPHD6-EWoIXq60,1293
|
31
|
-
nonebot_plugin_l4d2_server/l4d2_file/__init__.py,sha256=CnkhLLELWxj9VUeQx8xB_KehyyfB_c9UgyEAeE_54b4,7177
|
32
|
-
nonebot_plugin_l4d2_server/l4d2_file/ayromote.py,sha256=CND4LSKEYO86bSrd6_TGe9A5RvVJpy2_--tX9mROHIM,1868
|
33
|
-
nonebot_plugin_l4d2_server/l4d2_file/input_json.py,sha256=_S7NIUZhZlE63ueETnPyVcZMnBAAwIVZdmW3VBukccY,2347
|
34
|
-
nonebot_plugin_l4d2_server/l4d2_file/remote.py,sha256=vzW1RhqAUi7lMLjeoYOUvy_70NVHgGQS07oPkeWNxgk,3074
|
35
|
-
nonebot_plugin_l4d2_server/l4d2_file/utils.py,sha256=-L_upM6cmVh5GhLyL1NneyEW_ewNOmnT2lcliRAAqe0,3050
|
36
|
-
nonebot_plugin_l4d2_server/l4d2_image/__init__.py,sha256=Y2y1Viy3mbgV8JA8vHHM23Z7Oaxx5-TVudC1ONzf_a0,4545
|
37
|
-
nonebot_plugin_l4d2_server/l4d2_image/download.py,sha256=_ndH2KlehQ5L84hX0b3Lqz0GYQhAWXGy6XJZZODcGqM,4248
|
38
|
-
nonebot_plugin_l4d2_server/l4d2_image/htmlimg.py,sha256=7nVaLI89e8UXehCfBrxumYMj2wIR1V8UWRDueQW-lhQ,664
|
39
|
-
nonebot_plugin_l4d2_server/l4d2_image/images.py,sha256=wqtAuMfKPvFsgsvIGFYNsES2r1iCs5-yL0_zJo7PFjs,2785
|
40
|
-
nonebot_plugin_l4d2_server/l4d2_image/one.py,sha256=8rZ5GD-F3mp_tXVsbPRoFV4xFiSVDMxMYV2GsAc6TUI,1142
|
41
|
-
nonebot_plugin_l4d2_server/l4d2_image/send_image_tool.py,sha256=0qcce0wOI7liuwjsbUPbFhfMXG06hkrpoSpGlCbl3j4,922
|
42
|
-
nonebot_plugin_l4d2_server/l4d2_image/steam.py,sha256=4c428t9bkRxig4Hmj4XllaoKCSsY6fpIYIkq1DhHUiE,2203
|
43
|
-
nonebot_plugin_l4d2_server/l4d2_image/vtfs.py,sha256=AltoUKpMzWQHY_PSqmlSHQyomk2dZHHML4YN6rnP1s0,1415
|
44
|
-
nonebot_plugin_l4d2_server/l4d2_push/__init__.py,sha256=trCYaSVr6im6ggQk5gedZJ3kZiOGs5UO8V7fl-pYfs0,7686
|
45
|
-
nonebot_plugin_l4d2_server/l4d2_queries/__init__.py,sha256=BK5Rqf4gDCcEkpHPtIVQeLz-PtSW09HBsG8WFsHqNuE,10312
|
46
|
-
nonebot_plugin_l4d2_server/l4d2_queries/himi.py,sha256=iu34wD6P7yWXK_WtErpqmSlNLUjq2pwqO_wf_Rd3X8c,3547
|
47
|
-
nonebot_plugin_l4d2_server/l4d2_queries/local_ip.py,sha256=-wPvCx8mzl7KVh_OlC3j_EjYMf5IEIeLYkZNnknxITY,1281
|
48
|
-
nonebot_plugin_l4d2_server/l4d2_queries/qqgroup.py,sha256=Fcfdprwg2rKXKC5tfGiwkReAXnqdD7WRizhhDmV3Grg,12495
|
49
|
-
nonebot_plugin_l4d2_server/l4d2_queries/send_msg.py,sha256=rDh2mzq7QnG3eqSsUyGFY73erAHYP0L_3bNc0Q1dUj4,4690
|
50
|
-
nonebot_plugin_l4d2_server/l4d2_queries/utils.py,sha256=CjGpDvmo44q5fOVMB6t0yxv1zWwBO8VXrW_TUd2REg0,6208
|
51
|
-
nonebot_plugin_l4d2_server/l4d2_server/__init__.py,sha256=azvqgmH-SY2_AESIl8Uta9AzFA4ijefR_0NlLH8MBQo,4353
|
52
|
-
nonebot_plugin_l4d2_server/l4d2_server/index.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
53
|
-
nonebot_plugin_l4d2_server/l4d2_server/rcon.py,sha256=1vz1CAZg0atqIk45d18273ubFd8rm8Y2iW2SK0F8s20,1669
|
54
|
-
nonebot_plugin_l4d2_server/l4d2_server/workshop.py,sha256=m-ZdzYGOWOIxK_cSPAJ8tTr9NA16KpsQgauQt0PTs-g,2846
|
55
|
-
nonebot_plugin_l4d2_server/l4d2_update/__init__.py,sha256=F--dU5arxQztldaH6pr5e-js5UYVksTk9i9mRq3VYGc,4043
|
56
|
-
nonebot_plugin_l4d2_server/l4d2_update/draw_update_log.py,sha256=-Tkn2GBIrDskHbwgAtrh05HflqX32z79vGjIBjR1GQo,1186
|
57
|
-
nonebot_plugin_l4d2_server/l4d2_update/restart.py,sha256=R4tSNgvbqtKCRTVdp41td2mkBNV96I35PfSetm9o5YU,2181
|
58
|
-
nonebot_plugin_l4d2_server/l4d2_update/update.py,sha256=h_YPzWWO6LY5v-m0Yg6fVUhHCvv4qOsdyk6vmotZETA,1465
|
59
|
-
nonebot_plugin_l4d2_server/l4d2_utils/classcal.py,sha256=WqI1pHnTdrgjQ_9YULhaFhERkUYZ-WhtvKBHHaT6_Sg,1226
|
60
|
-
nonebot_plugin_l4d2_server/l4d2_utils/command.py,sha256=cCflT3o5hvE4k56Bbg2TtY5avyEM-Z8nY9GNU3KtoXo,629
|
61
|
-
nonebot_plugin_l4d2_server/l4d2_utils/config.py,sha256=4fz-VqAFLEIZw9O-08f52MzVqqzS_WIV2XIOno5Gw4w,6282
|
62
|
-
nonebot_plugin_l4d2_server/l4d2_utils/message.py,sha256=VzLtK9iPjJHPS1I7cmEIBCxiCivH0xaoBX-S_S9izZY,1631
|
63
|
-
nonebot_plugin_l4d2_server/l4d2_utils/rule.py,sha256=A_lC5i8hiQEZiTcCW_Pn2sldwuD5Pz3UdMHiozFqunc,1007
|
64
|
-
nonebot_plugin_l4d2_server/l4d2_utils/seach.py,sha256=ZAhwvS_xxSYg8AXIaRQTp9HzdAnSy2tHhxXrhR_YytQ,1230
|
65
|
-
nonebot_plugin_l4d2_server/l4d2_utils/txt_to_img.py,sha256=GNbveJi5sFlyqIpcBjHmyib2_of2kBs7lfq0VqLT83w,794
|
66
|
-
nonebot_plugin_l4d2_server/l4d2_utils/utils.py,sha256=S1MYcfD38Fcvz4y1jEuoKWhc5LYYT-Skk2K7iVCr7P0,5898
|
67
|
-
nonebot_plugin_l4d2_server/l4d2_web/web.py,sha256=YvEMxG0nDrjbm4-IK9GkZlV7MPF9Nedc3goCnCUk_LA,9799
|
68
|
-
nonebot_plugin_l4d2_server/l4d2_web/webUI.py,sha256=sk0rcF3EnwLr2yTvLAu-BKmAixZTLLPZ1vvE54ym1tc,16345
|
69
|
-
nonebot_plugin_l4d2_server/l4d2_web/webUI_s.py,sha256=Y8PxkarJPsF9OvUVWCJ3SyhWYlYU5VQNnRGKG72KwFc,3339
|
70
|
-
nonebot_plugin_l4d2_server-0.6.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|