nonebot-plugin-l4d2-server 0.6.5__py3-none-any.whl → 1.0.0a1__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.
Files changed (186) hide show
  1. nonebot_plugin_l4d2_server/__init__.py +9 -93
  2. nonebot_plugin_l4d2_server/__main__.py +90 -0
  3. nonebot_plugin_l4d2_server/config.py +30 -0
  4. nonebot_plugin_l4d2_server/data/L4D2/image/head/head.png +0 -0
  5. nonebot_plugin_l4d2_server/data/L4D2/image/header/logo.png +0 -0
  6. nonebot_plugin_l4d2_server/data/L4D2/image/header/player1.jpg +0 -0
  7. nonebot_plugin_l4d2_server/data/L4D2/image/template/anne.html +50 -42
  8. nonebot_plugin_l4d2_server/data/L4D2/image/template/back.png +0 -0
  9. nonebot_plugin_l4d2_server/data/L4D2/image/template/group_ip.html +1 -2
  10. nonebot_plugin_l4d2_server/data/L4D2/image/template/help.html +1 -2
  11. nonebot_plugin_l4d2_server/data/L4D2/image/template/help_dack.html +259 -221
  12. nonebot_plugin_l4d2_server/data/L4D2/image/template/ip.html +1 -2
  13. nonebot_plugin_l4d2_server/data/font/loli.ttf +0 -0
  14. nonebot_plugin_l4d2_server/data/icon//344/273/213/347/273/215.png +0 -0
  15. nonebot_plugin_l4d2_server/data/icon//344/273/273/345/212/241.png +0 -0
  16. nonebot_plugin_l4d2_server/data/icon//344/277/241/346/201/257.png +0 -0
  17. nonebot_plugin_l4d2_server/data/icon//345/205/254/345/221/212.png +0 -0
  18. nonebot_plugin_l4d2_server/data/icon//345/210/200/345/211/221.png +0 -0
  19. nonebot_plugin_l4d2_server/data/icon//345/210/207/346/215/242.png +0 -0
  20. nonebot_plugin_l4d2_server/data/icon//345/210/240/351/231/244.png +0 -0
  21. nonebot_plugin_l4d2_server/data/icon//345/210/267/346/226/260.png +0 -0
  22. nonebot_plugin_l4d2_server/data/icon//345/215/241/347/273/204.png +0 -0
  23. nonebot_plugin_l4d2_server/data/icon//345/223/252/351/207/214.png +0 -0
  24. nonebot_plugin_l4d2_server/data/icon//345/234/260/345/233/276.png +0 -0
  25. nonebot_plugin_l4d2_server/data/icon//345/257/274/345/205/245.png +0 -0
  26. nonebot_plugin_l4d2_server/data/icon//345/257/274/345/207/272.png +0 -0
  27. nonebot_plugin_l4d2_server/data/icon//345/275/261.png +0 -0
  28. nonebot_plugin_l4d2_server/data/icon//346/213/274/345/233/276.png +0 -0
  29. nonebot_plugin_l4d2_server/data/icon//346/216/242/347/264/242.png +0 -0
  30. nonebot_plugin_l4d2_server/data/icon//346/216/250/351/200/201.png +0 -0
  31. nonebot_plugin_l4d2_server/data/icon//346/224/266/351/233/206.png +0 -0
  32. nonebot_plugin_l4d2_server/data/icon//346/224/273/347/225/245.png +0 -0
  33. nonebot_plugin_l4d2_server/data/icon//346/233/264/346/226/260.png +0 -0
  34. nonebot_plugin_l4d2_server/data/icon//346/235/220/346/226/231.png +0 -0
  35. nonebot_plugin_l4d2_server/data/icon//346/237/245/350/257/242.png +0 -0
  36. nonebot_plugin_l4d2_server/data/icon//346/240/241/351/252/214.png +0 -0
  37. nonebot_plugin_l4d2_server/data/icon//346/257/217/346/234/210.png +0 -0
  38. nonebot_plugin_l4d2_server/data/icon//346/267/261/346/270/212.png +0 -0
  39. nonebot_plugin_l4d2_server/data/icon//346/267/273/345/212/240.png +0 -0
  40. nonebot_plugin_l4d2_server/data/icon//346/270/205/351/231/244.png +0 -0
  41. nonebot_plugin_l4d2_server/data/icon//347/212/266/346/200/201.png +0 -0
  42. nonebot_plugin_l4d2_server/data/icon//347/255/276/345/210/260.png +0 -0
  43. nonebot_plugin_l4d2_server/data/icon//347/273/221/345/256/232.png +0 -0
  44. nonebot_plugin_l4d2_server/data/icon//350/241/250.png +0 -0
  45. nonebot_plugin_l4d2_server/data/icon//350/241/250/346/203/205.png +0 -0
  46. nonebot_plugin_l4d2_server/data/icon//350/247/222/350/211/262.png +0 -0
  47. nonebot_plugin_l4d2_server/data/icon//350/256/260/345/275/225.png +0 -0
  48. nonebot_plugin_l4d2_server/data/icon//351/205/215/347/275/256.png +0 -0
  49. nonebot_plugin_l4d2_server/data/icon//351/207/215/345/220/257.png +0 -0
  50. nonebot_plugin_l4d2_server/data/img/l4d2.png +0 -0
  51. nonebot_plugin_l4d2_server/data/img/linux.png +0 -0
  52. nonebot_plugin_l4d2_server/data/img/vac.png +0 -0
  53. nonebot_plugin_l4d2_server/data/img/white.png +0 -0
  54. nonebot_plugin_l4d2_server/l4_help/Help.json +65 -0
  55. nonebot_plugin_l4d2_server/l4_help/__init__.py +57 -0
  56. nonebot_plugin_l4d2_server/l4_help/draw.py +206 -0
  57. nonebot_plugin_l4d2_server/l4_help/icon//344/273/213/347/273/215.png +0 -0
  58. nonebot_plugin_l4d2_server/l4_help/icon//344/273/273/345/212/241.png +0 -0
  59. nonebot_plugin_l4d2_server/l4_help/icon//344/277/241/346/201/257.png +0 -0
  60. nonebot_plugin_l4d2_server/l4_help/icon//345/205/254/345/221/212.png +0 -0
  61. nonebot_plugin_l4d2_server/l4_help/icon//345/210/200/345/211/221.png +0 -0
  62. nonebot_plugin_l4d2_server/l4_help/icon//345/210/207/346/215/242.png +0 -0
  63. nonebot_plugin_l4d2_server/l4_help/icon//345/210/240/351/231/244.png +0 -0
  64. nonebot_plugin_l4d2_server/l4_help/icon//345/210/267/346/226/260.png +0 -0
  65. nonebot_plugin_l4d2_server/l4_help/icon//345/215/241/347/273/204.png +0 -0
  66. nonebot_plugin_l4d2_server/l4_help/icon//345/223/252/351/207/214.png +0 -0
  67. nonebot_plugin_l4d2_server/l4_help/icon//345/234/260/345/233/276.png +0 -0
  68. nonebot_plugin_l4d2_server/l4_help/icon//345/257/274/345/205/245.png +0 -0
  69. nonebot_plugin_l4d2_server/l4_help/icon//345/257/274/345/207/272.png +0 -0
  70. nonebot_plugin_l4d2_server/l4_help/icon//345/275/261.png +0 -0
  71. nonebot_plugin_l4d2_server/l4_help/icon//346/213/274/345/233/276.png +0 -0
  72. nonebot_plugin_l4d2_server/l4_help/icon//346/216/242/347/264/242.png +0 -0
  73. nonebot_plugin_l4d2_server/l4_help/icon//346/216/250/351/200/201.png +0 -0
  74. nonebot_plugin_l4d2_server/l4_help/icon//346/224/266/351/233/206.png +0 -0
  75. nonebot_plugin_l4d2_server/l4_help/icon//346/224/273/347/225/245.png +0 -0
  76. nonebot_plugin_l4d2_server/l4_help/icon//346/233/264/346/226/260.png +0 -0
  77. nonebot_plugin_l4d2_server/l4_help/icon//346/235/220/346/226/231.png +0 -0
  78. nonebot_plugin_l4d2_server/l4_help/icon//346/237/245/350/257/242.png +0 -0
  79. nonebot_plugin_l4d2_server/l4_help/icon//346/240/241/351/252/214.png +0 -0
  80. nonebot_plugin_l4d2_server/l4_help/icon//346/257/217/346/234/210.png +0 -0
  81. nonebot_plugin_l4d2_server/l4_help/icon//346/267/261/346/270/212.png +0 -0
  82. nonebot_plugin_l4d2_server/l4_help/icon//346/267/273/345/212/240.png +0 -0
  83. nonebot_plugin_l4d2_server/l4_help/icon//346/270/205/351/231/244.png +0 -0
  84. nonebot_plugin_l4d2_server/l4_help/icon//347/212/266/346/200/201.png +0 -0
  85. nonebot_plugin_l4d2_server/l4_help/icon//347/255/276/345/210/260.png +0 -0
  86. nonebot_plugin_l4d2_server/l4_help/icon//347/273/221/345/256/232.png +0 -0
  87. nonebot_plugin_l4d2_server/l4_help/icon//350/241/250.png +0 -0
  88. nonebot_plugin_l4d2_server/l4_help/icon//350/241/250/346/203/205.png +0 -0
  89. nonebot_plugin_l4d2_server/l4_help/icon//350/247/222/350/211/262.png +0 -0
  90. nonebot_plugin_l4d2_server/l4_help/icon//350/256/260/345/275/225.png +0 -0
  91. nonebot_plugin_l4d2_server/l4_help/icon//351/205/215/347/275/256.png +0 -0
  92. nonebot_plugin_l4d2_server/l4_help/icon//351/207/215/345/220/257.png +0 -0
  93. nonebot_plugin_l4d2_server/l4_help/texture2d/badge.png +0 -0
  94. nonebot_plugin_l4d2_server/l4_help/texture2d/banner.png +0 -0
  95. nonebot_plugin_l4d2_server/l4_help/texture2d/bg.jpg +0 -0
  96. nonebot_plugin_l4d2_server/l4_help/texture2d/button.png +0 -0
  97. nonebot_plugin_l4d2_server/l4_help/texture2d/icon.png +0 -0
  98. nonebot_plugin_l4d2_server/l4_image/__init__.py +16 -0
  99. nonebot_plugin_l4d2_server/l4_image/convert.py +175 -0
  100. nonebot_plugin_l4d2_server/{l4d2_image → l4_image}/download.py +6 -30
  101. nonebot_plugin_l4d2_server/{l4d2_image/__init__.py → l4_image/html_img.py} +55 -45
  102. nonebot_plugin_l4d2_server/l4_image/image_tools.py +468 -0
  103. nonebot_plugin_l4d2_server/l4_image/img/anne/anne.html +60 -0
  104. nonebot_plugin_l4d2_server/l4_image/img/anne/back.png +0 -0
  105. nonebot_plugin_l4d2_server/l4_image/img/anne/group_ip.html +259 -0
  106. nonebot_plugin_l4d2_server/l4_image/img/anne/ip.html +55 -0
  107. nonebot_plugin_l4d2_server/l4_image/img/head/head.png +0 -0
  108. nonebot_plugin_l4d2_server/l4_image/img/header/logo.png +0 -0
  109. nonebot_plugin_l4d2_server/l4_image/img/header/player1.jpg +0 -0
  110. nonebot_plugin_l4d2_server/l4_image/img/template/Bocchi_The_Rock.html +312 -0
  111. nonebot_plugin_l4d2_server/l4_image/img/template/Bocchi_The_Rock.png +0 -0
  112. nonebot_plugin_l4d2_server/l4_image/img/template/HYPixel11pxU-2.ttf +0 -0
  113. nonebot_plugin_l4d2_server/l4_image/img/template/Pixel.html +350 -0
  114. nonebot_plugin_l4d2_server/l4_image/img/template/Pixel.png +0 -0
  115. nonebot_plugin_l4d2_server/l4_image/img/template/Rainbow.html +321 -0
  116. nonebot_plugin_l4d2_server/l4_image/img/template/Rainbow.png +0 -0
  117. nonebot_plugin_l4d2_server/l4_image/img/template/Tutumianhuatang-Bold-2.ttf +0 -0
  118. nonebot_plugin_l4d2_server/l4_image/img/template/bilibili.svg +1 -0
  119. nonebot_plugin_l4d2_server/l4_image/img/template/fingerprint.svg +15 -0
  120. nonebot_plugin_l4d2_server/l4_image/img/template/github.svg +1 -0
  121. nonebot_plugin_l4d2_server/l4_image/img/template/l.svg +9 -0
  122. nonebot_plugin_l4d2_server/l4_image/img/template/m.svg +1 -0
  123. nonebot_plugin_l4d2_server/l4_image/img/template/normal.html +257 -0
  124. nonebot_plugin_l4d2_server/l4_image/img/template/vue.css +531 -0
  125. nonebot_plugin_l4d2_server/l4_image/img/template/w.svg +1 -0
  126. nonebot_plugin_l4d2_server/l4_image/img/template//345/276/256/350/275/257/351/233/205/351/273/221.ttf +0 -0
  127. nonebot_plugin_l4d2_server/l4_image/model.py +15 -0
  128. nonebot_plugin_l4d2_server/{l4d2_image → l4_image}/vtfs.py +2 -0
  129. nonebot_plugin_l4d2_server/l4_request/__init__.py +84 -0
  130. nonebot_plugin_l4d2_server/l4_request/draw_msg.py +88 -0
  131. nonebot_plugin_l4d2_server/utils/api/api.py +4 -0
  132. nonebot_plugin_l4d2_server/utils/api/models.py +29 -0
  133. nonebot_plugin_l4d2_server/utils/api/request.py +119 -0
  134. nonebot_plugin_l4d2_server/utils/database/models.py +29 -0
  135. nonebot_plugin_l4d2_server/{l4d2_utils → utils}/utils.py +52 -55
  136. {nonebot_plugin_l4d2_server-0.6.5.dist-info → nonebot_plugin_l4d2_server-1.0.0a1.dist-info}/METADATA +47 -64
  137. nonebot_plugin_l4d2_server-1.0.0a1.dist-info/RECORD +144 -0
  138. {nonebot_plugin_l4d2_server-0.6.5.dist-info → nonebot_plugin_l4d2_server-1.0.0a1.dist-info}/WHEEL +1 -1
  139. nonebot_plugin_l4d2_server/l4d2_anne/__init__.py +0 -95
  140. nonebot_plugin_l4d2_server/l4d2_anne/analysis.py +0 -54
  141. nonebot_plugin_l4d2_server/l4d2_anne/anne_telecom.py +0 -79
  142. nonebot_plugin_l4d2_server/l4d2_anne/server.py +0 -47
  143. nonebot_plugin_l4d2_server/l4d2_anne/startand.py +0 -17
  144. nonebot_plugin_l4d2_server/l4d2_anne/utils.py +0 -294
  145. nonebot_plugin_l4d2_server/l4d2_data/__init__.py +0 -105
  146. nonebot_plugin_l4d2_server/l4d2_data/config.py +0 -18
  147. nonebot_plugin_l4d2_server/l4d2_data/database.py +0 -0
  148. nonebot_plugin_l4d2_server/l4d2_data/players.py +0 -100
  149. nonebot_plugin_l4d2_server/l4d2_data/serverip.py +0 -40
  150. nonebot_plugin_l4d2_server/l4d2_file/__init__.py +0 -223
  151. nonebot_plugin_l4d2_server/l4d2_file/ayromote.py +0 -64
  152. nonebot_plugin_l4d2_server/l4d2_file/input_json.py +0 -77
  153. nonebot_plugin_l4d2_server/l4d2_file/remote.py +0 -86
  154. nonebot_plugin_l4d2_server/l4d2_file/utils.py +0 -104
  155. nonebot_plugin_l4d2_server/l4d2_image/htmlimg.py +0 -18
  156. nonebot_plugin_l4d2_server/l4d2_image/images.py +0 -96
  157. nonebot_plugin_l4d2_server/l4d2_image/one.py +0 -44
  158. nonebot_plugin_l4d2_server/l4d2_image/send_image_tool.py +0 -32
  159. nonebot_plugin_l4d2_server/l4d2_image/steam.py +0 -63
  160. nonebot_plugin_l4d2_server/l4d2_push/__init__.py +0 -226
  161. nonebot_plugin_l4d2_server/l4d2_queries/__init__.py +0 -326
  162. nonebot_plugin_l4d2_server/l4d2_queries/himi.py +0 -113
  163. nonebot_plugin_l4d2_server/l4d2_queries/local_ip.py +0 -41
  164. nonebot_plugin_l4d2_server/l4d2_queries/qqgroup.py +0 -370
  165. nonebot_plugin_l4d2_server/l4d2_queries/send_msg.py +0 -131
  166. nonebot_plugin_l4d2_server/l4d2_queries/utils.py +0 -212
  167. nonebot_plugin_l4d2_server/l4d2_server/__init__.py +0 -118
  168. nonebot_plugin_l4d2_server/l4d2_server/index.py +0 -0
  169. nonebot_plugin_l4d2_server/l4d2_server/rcon.py +0 -53
  170. nonebot_plugin_l4d2_server/l4d2_server/workshop.py +0 -82
  171. nonebot_plugin_l4d2_server/l4d2_update/__init__.py +0 -135
  172. nonebot_plugin_l4d2_server/l4d2_update/draw_update_log.py +0 -45
  173. nonebot_plugin_l4d2_server/l4d2_update/restart.py +0 -69
  174. nonebot_plugin_l4d2_server/l4d2_update/update.py +0 -53
  175. nonebot_plugin_l4d2_server/l4d2_utils/classcal.py +0 -53
  176. nonebot_plugin_l4d2_server/l4d2_utils/command.py +0 -23
  177. nonebot_plugin_l4d2_server/l4d2_utils/config.py +0 -196
  178. nonebot_plugin_l4d2_server/l4d2_utils/message.py +0 -59
  179. nonebot_plugin_l4d2_server/l4d2_utils/rule.py +0 -35
  180. nonebot_plugin_l4d2_server/l4d2_utils/seach.py +0 -43
  181. nonebot_plugin_l4d2_server/l4d2_utils/txt_to_img.py +0 -32
  182. nonebot_plugin_l4d2_server/l4d2_web/web.py +0 -277
  183. nonebot_plugin_l4d2_server/l4d2_web/webUI.py +0 -498
  184. nonebot_plugin_l4d2_server/l4d2_web/webUI_s.py +0 -94
  185. nonebot_plugin_l4d2_server-0.6.5.dist-info/RECORD +0 -70
  186. {nonebot_plugin_l4d2_server-0.6.5.dist-info → nonebot_plugin_l4d2_server-1.0.0a1.dist-info}/licenses/LICENSE +0 -0
@@ -1,498 +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(shape="circle", content="登录本后台管理所需要的用户名。"), # noqa: E501
102
- ),
103
- InputPassword(
104
- label="后台管理密码",
105
- name="web_password",
106
- value="${web_password}",
107
- labelRemark=Remark(shape="circle", content="登录本后台管理所需要的密码。"),
108
- ),
109
- InputText(
110
- label="后台管理token密钥",
111
- name="web_secret_key",
112
- value="${web_secret_key}",
113
- labelRemark=Remark(
114
- shape="circle",
115
- content="用于本后台管理加密验证token的密钥。",
116
- ), # noqa: E501
117
- ),
118
- InputText(
119
- label="字体",
120
- name="l4_font",
121
- value="${l4_font}",
122
- labelRemark=Remark(shape="circle", content="机器人返回图片中文字的字体。"), # noqa: E501
123
- ),
124
- Switch(
125
- label="是否图片发送单服务器查询",
126
- name="l4_image",
127
- value="${l4_image}",
128
- onText="开启",
129
- offText="关闭",
130
- labelRemark=Remark(
131
- shape="circle",
132
- content="开启时,会查询单服务器会使用图片,避免长信息风控", # noqa: E501
133
- ), # noqa: E501
134
- ),
135
- Select(
136
- label="图片风格",
137
- name="l4_style",
138
- value="${l4_style}",
139
- source="${l4_styles}",
140
- labelRemark=Remark(shape="circle", content="仅仅是批量查询的风格"),
141
- ),
142
- Switch(
143
- label="是否优先上传地图",
144
- name="l4_only",
145
- value="${l4_only}",
146
- onText="开启",
147
- offText="关闭",
148
- labelRemark=Remark(
149
- shape="circle",
150
- content="开启时,上传地图会保证优先级,从而阻碍其他指令",
151
- ), # noqa: E501
152
- ),
153
- Switch(
154
- label="是否显示connect",
155
- name="l4_connect",
156
- value="${l4_connect}",
157
- onText="开启",
158
- offText="关闭",
159
- labelRemark=Remark(
160
- shape="circle",
161
- content="关闭后,查询服务器将不再显示connect和ip地址",
162
- ), # noqa: E501
163
- ),
164
- InputNumber(
165
- label="定时推送间隔(min)",
166
- name="l4_push_interval",
167
- value="${l4_push_interval}",
168
- labelRemark=Remark(
169
- shape="circle",
170
- content="设置好后,使用推送服务器定时指令,将以x分钟为间隔推送一次", # noqa: E501
171
- ),
172
- ),
173
- InputNumber(
174
- label="定时推次数",
175
- name="l4_push_times",
176
- value="${l4_push_times}",
177
- labelRemark=Remark(
178
- shape="circle",
179
- content="设置好后,将按照推送间隔时间推送x此",
180
- ), # noqa: E501
181
- ),
182
- InputNumber(
183
- label="当前路径序号",
184
- name="l4_number",
185
- value="${l4_number}",
186
- labelRemark=Remark(
187
- shape="circle",
188
- content="如果选定了路径,则上传地图优先传这个路径",
189
- ), # noqa: E501
190
- ),
191
- InputTag(
192
- label="求生上传地图用户",
193
- name="l4_master",
194
- value="${l4_master}",
195
- enableBatchAdd=True,
196
- placeholder="添加qq号",
197
- visibleOn="${total_enable}",
198
- joinValues=False,
199
- extractValue=True,
200
- labelRemark=Remark(shape="circle", content="在这里加入的用户,才能上传地图"), # noqa: E501
201
- ),
202
- InputTag(
203
- label="坐牢三指令tag",
204
- name="l4_zl_tag",
205
- value="${l4_zl_tag}",
206
- enableBatchAdd=True,
207
- placeholder="添加qq号",
208
- visibleOn="${total_enable}",
209
- joinValues=False,
210
- extractValue=True,
211
- labelRemark=Remark(
212
- shape="circle",
213
- content="在这里的指令,可以响应坐牢三指令", # noqa: E501
214
- ),
215
- ),
216
- ],
217
- actions=[
218
- Action(label="保存", level=LevelEnum.success, type="submit"),
219
- Action(label="重置", level=LevelEnum.warning, type="reset"),
220
- ],
221
- )
222
-
223
- upload_map_form = Form(
224
- title="全局配置",
225
- name="global_config",
226
- api="post:/l4d2/api/l4d2_map_config",
227
- body=[
228
- InputText(
229
- label="服务器host",
230
- name="web_username",
231
- value="${web_username}",
232
- labelRemark=Remark(shape="circle", content="127.0.0.1"),
233
- ),
234
- InputPassword(
235
- label="服务器",
236
- name="web_password",
237
- value="${web_password}",
238
- labelRemark=Remark(shape="circle", content="登录本后台管理所需要的密码。"),
239
- ),
240
- InputText(
241
- label="后台管理token密钥",
242
- name="web_secret_key",
243
- value="${web_secret_key}",
244
- labelRemark=Remark(
245
- shape="circle",
246
- content="用于本后台管理加密验证token的密钥。",
247
- ), # noqa: E501
248
- ),
249
- InputText(
250
- label="查询key",
251
- name="l4_key",
252
- value="${l4_key}",
253
- labelRemark=Remark(shape="circle", content="用于获取拓展功能的key。"),
254
- ),
255
- ],
256
- actions=[
257
- Action(label="保存", level=LevelEnum.success, type="submit"),
258
- Action(label="重置", level=LevelEnum.warning, type="reset"),
259
- ],
260
- )
261
-
262
-
263
- group_select = Select(
264
- label="分群配置(暂未完成)",
265
- name="group_id",
266
- source="${group_list}",
267
- placeholder="选择群", # noqa: E501
268
- )
269
- group_config_form = Form(
270
- title="分群配置(暂未完成)",
271
- visibleOn="group_id != null",
272
- initApi="/l4d2/api/l4d2_group_config?group_id=${group_id}",
273
- api="post:/l4d2/api/l4d2_group_config?group_id=${group_id}",
274
- body=[
275
- Switch(
276
- label="分群开关",
277
- name="enable",
278
- value="${enable}",
279
- onText="开启",
280
- offText="关闭",
281
- labelRemark=Remark(shape="circle", content=""),
282
- ),
283
- InputNumber(
284
- label="占位符",
285
- name="answer_threshold",
286
- value="${answer_threshold}",
287
- visibleOn="${enable}",
288
- min=2,
289
- labelRemark=Remark(shape="circle", content="单文本"),
290
- ),
291
- InputTag(
292
- label="占位符",
293
- name="ban_words",
294
- value="${ban_words}",
295
- enableBatchAdd=True,
296
- placeholder="占位符,词条",
297
- visibleOn="${enable}",
298
- joinValues=False,
299
- extractValue=True,
300
- labelRemark=Remark(shape="circle", content="占位符词条"),
301
- ),
302
- ],
303
- actions=[
304
- Action(label="保存", level=LevelEnum.success, type="submit"),
305
- ActionType.Ajax(
306
- label="保存至所有群",
307
- level=LevelEnum.primary,
308
- confirmText="确认将当前配置保存至所有群?",
309
- api="post:/l4d2/api/l4d2_group_config?group_id=all",
310
- ),
311
- Action(label="重置", level=LevelEnum.warning, type="reset"),
312
- ],
313
- )
314
-
315
- server_control = Select(
316
- label="服务器设置",
317
- name="id_rank",
318
- source="${server_list}",
319
- placeholder="选择服务器", # noqa: E501
320
- )
321
-
322
- server_ditail = Form(
323
- title="",
324
- api="post:/l4d2/api/l4d2_server_config?id_rank=${id_rank}",
325
- initApi="/l4d2/api/l4d2_server_config?id_rank=${id_rank}",
326
- visibleOn="id_rank != null",
327
- body=[
328
- Switch(
329
- label="是否是远程服务器",
330
- name="place",
331
- value="${place}",
332
- onText="是的",
333
- offText="不是",
334
- labelRemark=Remark(shape="circle", content="开启则确认为远程服务器"),
335
- ),
336
- InputText(
337
- label="服务器名称",
338
- name="server_id",
339
- value="${server_id}",
340
- labelRemark=Remark(shape="circle", content="服务器名字"),
341
- ),
342
- InputText(
343
- label="服务器ip地址",
344
- name="host",
345
- value="${host}",
346
- labelRemark=Remark(shape="circle", content="服务端所在ip地址,也可以是域名"),
347
- ),
348
- InputText(
349
- label="所在端口",
350
- name="port",
351
- value="${port}",
352
- labelRemark=Remark(shape="circle", content="服务端所在端口"),
353
- ),
354
- InputPassword(
355
- label="rcon控制台密码",
356
- name="rcon",
357
- value="${rcon}",
358
- labelRemark=Remark(shape="circle", content="服务端rcon密码"),
359
- ),
360
- InputText(
361
- label="服务器本地文件位置",
362
- name="location",
363
- value="${location}",
364
- labelRemark=Remark(
365
- shape="circle",
366
- content="求生服务器所在路径,该路径下有文件srcds_run",
367
- ), # noqa: E501
368
- ),
369
- InputText(
370
- label="远程账户",
371
- name="account",
372
- value="${account}",
373
- visibleOn="${place}",
374
- labelRemark=Remark(shape="circle", content="远程服务器的登录账户名"),
375
- ),
376
- InputPassword(
377
- label="远程密码",
378
- name="password",
379
- value="${password}",
380
- visibleOn="${place}",
381
- labelRemark=Remark(shape="circle", content="远程服务器的登录密码"),
382
- ),
383
- ],
384
- actions=[
385
- Action(label="保存", level=LevelEnum.success, type="submit"),
386
- Action(label="重置", level=LevelEnum.warning, type="reset"),
387
- ],
388
- )
389
-
390
- query_table = TableCRUD(
391
- mode="table",
392
- title="",
393
- syncLocation=False,
394
- api="/l4d2/api/get_query_contexts",
395
- interval=60000,
396
- itemActions=[
397
- ActionType.Url(
398
- tooltip="加入游戏",
399
- icon="fa fa-gamepad",
400
- confirmText="加入steam://connect/" + "${ip}", # noqa: ISC003
401
- url="steam://connect/" + "${ip}", # noqa: ISC003
402
- # url= "http://"+'${ip}',
403
- blank=True,
404
- ),
405
- ],
406
- columns=[
407
- TableColumn(label="服主", name="tag", searchable=True),
408
- TableColumn(label="序号", name="number", searchable=True),
409
- TableColumn(label="名称", name="name", searchable=True),
410
- TableColumn(label="地图", name="map_", searchable=True),
411
- TableColumn(label="玩家", name="rank_players", searchable=True),
412
- TableColumn(label="延迟", name="ping", searchable=True),
413
- TableColumn(label="IP 地址", name="ip", searchable=True),
414
- ],
415
- )
416
-
417
- server_page = PageSchema(
418
- url="/messages",
419
- icon="fa fa-comment",
420
- label="本地服务器管理",
421
- schema=Page(
422
- title="本地服务器管理",
423
- interval=120000,
424
- initApi="/l4d2/api/get_l4d2_messages",
425
- body=[
426
- Alert(
427
- level=LevelEnum.info,
428
- className="white-space-pre-wrap",
429
- body=(f"此数据库记录了{NICKNAME}所在服务器下的求生服务器。\n· 功能暂未完善"), # noqa: E501
430
- ),
431
- server_control,
432
- server_ditail,
433
- ],
434
- ),
435
- )
436
- query_page = PageSchema(
437
- url="/contexts",
438
- icon="fa fa-comments",
439
- label="远程服务器查询",
440
- schema=Page(
441
- title="远程服务器查询",
442
- body=[
443
- Alert(
444
- level=LevelEnum.info,
445
- className="white-space-pre-wrap",
446
- body=(
447
- f"此数据库记录了{NICKNAME}所记录可查询的服务器ip。\n"
448
- # '· 点击"回复列表"可以查看该条内容已学习到的可能的回复。\n'
449
- # '· 点击"禁用"可以将该学习进行禁用,以后不会再学。\n'
450
- f"· 功能暂未完善"
451
- ),
452
- ),
453
- query_table,
454
- ],
455
- ),
456
- )
457
-
458
- database_page = PageSchema(
459
- label="数据库",
460
- icon="fa fa-database",
461
- children=[server_page, query_page],
462
- ) # type: ignore
463
-
464
- config_page = PageSchema(
465
- url="/configs",
466
- isDefaultPage=True,
467
- icon="fa fa-wrench",
468
- label="配置",
469
- schema=Page(
470
- title="配置",
471
- initApi="/l4d2/api/get_group_list",
472
- body=[global_config_form, group_select, group_config_form],
473
- ),
474
- )
475
- l4d2_page = PageSchema(
476
- label="求生之路",
477
- icon="fa fa-wechat (alias)",
478
- children=[config_page, database_page],
479
- ) # type: ignore
480
-
481
- github_logo = Tpl(
482
- className="w-full",
483
- 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
484
- )
485
- header = Flex(
486
- className="w-full",
487
- justify="flex-end",
488
- alignItems="flex-end",
489
- items=[github_logo],
490
- )
491
-
492
- admin_app = App(
493
- brandName="L4d2-Server",
494
- logo="https://ghproxy.com/https://raw.githubusercontent.com/Agnes4m/nonebot_plugin_l4d2_server/main/image/logo.png",
495
- header=header,
496
- pages=[{"children": [config_page, database_page]}],
497
- 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
498
- )
@@ -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.5.dist-info/METADATA,sha256=K22vGduAT7t6ioVgQUqNPadMYICyUlgfVT0pqWSjB_A,7938
2
- nonebot_plugin_l4d2_server-0.6.5.dist-info/WHEEL,sha256=C8f_gqhOWmHrh81n3Ukx5iURrqMhsHla81fuY1yuwvs,90
3
- nonebot_plugin_l4d2_server-0.6.5.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
4
- nonebot_plugin_l4d2_server/__init__.py,sha256=7Ldl4rwKbvwOxlV-ltjldhhPzSYFgXrxjIvr5qrky_g,4816
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=WoIWxH4l3JVGuhCzEyv_vAvPOTQmZcS_D6Tx8JYrrkY,7181
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=wYNYLqHDS6h5uEqdqpOlNXu-JKjCoEDAK2wNz5irdfg,3056
36
- nonebot_plugin_l4d2_server/l4d2_image/__init__.py,sha256=ib2nzMdXzVJ9N3fDuwGdslS2jSwDS1XWU8biJHRMJ1g,4484
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=jZwwerx2oPDZ40VTYhWgMz5nUoRibOkyZFzSL9b4giE,2801
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=0kZSbYTBbSUInDdTyOoev0214IPC_KIvo0NaF2ahAPw,7694
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=M8KTxo250GQ-3CZw3fSmgfsOIxCe4tHkIyzmtGnD3uk,4029
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=XOLqjl2EzWt-SwI4MZc-v5_JngINPUByox7isGIouzQ,6188
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=1StBuG-crEli4M8AbPY4pd_zZi48veiZbeYO0KkOIh8,16217
69
- nonebot_plugin_l4d2_server/l4d2_web/webUI_s.py,sha256=Y8PxkarJPsF9OvUVWCJ3SyhWYlYU5VQNnRGKG72KwFc,3339
70
- nonebot_plugin_l4d2_server-0.6.5.dist-info/RECORD,,