koishi-plugin-tmp-bot 1.16.4 → 1.16.5
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.
|
Binary file
|
package/lib/resource/query.html
CHANGED
|
@@ -6,6 +6,16 @@
|
|
|
6
6
|
<link href="./package/leaflet/leaflet.min.css" rel="stylesheet">
|
|
7
7
|
<script src="./package/leaflet/leaflet.min.js"></script>
|
|
8
8
|
<style>
|
|
9
|
+
@font-face {
|
|
10
|
+
font-family: 'segui-emj';
|
|
11
|
+
src: url('./package/SEGUIEMJ.TTF');
|
|
12
|
+
font-weight: normal;
|
|
13
|
+
font-style: normal;
|
|
14
|
+
}
|
|
15
|
+
body {
|
|
16
|
+
font-family: 'segui-emj', serif;
|
|
17
|
+
}
|
|
18
|
+
|
|
9
19
|
.border {
|
|
10
20
|
border: 1px solid red;
|
|
11
21
|
}
|
|
@@ -166,27 +176,27 @@
|
|
|
166
176
|
<div class="details-container">
|
|
167
177
|
<div class="form-box">
|
|
168
178
|
<div class="form-item full">
|
|
169
|
-
<div class="label"
|
|
179
|
+
<div class="label">🎮SteamID</div>
|
|
170
180
|
<div class="value" id="tmp-steam-id"></div>
|
|
171
181
|
</div>
|
|
172
182
|
<div class="form-item full">
|
|
173
|
-
<div class="label"
|
|
183
|
+
<div class="label">📑注册日期</div>
|
|
174
184
|
<div class="value" id="tmp-register-date"></div>
|
|
175
185
|
</div>
|
|
176
186
|
<div class="form-item full" id="tmp-vtc-box">
|
|
177
|
-
<div class="label"
|
|
187
|
+
<div class="label">🚚所属车队</div>
|
|
178
188
|
<div class="value" id="tmp-vtc-name"></div>
|
|
179
189
|
</div>
|
|
180
190
|
<div class="form-item full" id="tmp-vtc-role-box">
|
|
181
|
-
<div class="label"
|
|
191
|
+
<div class="label">🚚车队角色</div>
|
|
182
192
|
<div class="value" id="tmp-vtc-role"></div>
|
|
183
193
|
</div>
|
|
184
194
|
<div class="form-item" id="tmp-sponsor-box">
|
|
185
|
-
<div class="label"
|
|
195
|
+
<div class="label">🎁赞助用户</div>
|
|
186
196
|
<div class="value" id="tmp-sponsor-amount"></div>
|
|
187
197
|
</div>
|
|
188
198
|
<div class="form-item" id="tmp-sponsor-cumulative-box">
|
|
189
|
-
<div class="label"
|
|
199
|
+
<div class="label">🎁累计赞助</div>
|
|
190
200
|
<div class="value" id="tmp-sponsor-cumulative"></div>
|
|
191
201
|
</div>
|
|
192
202
|
</div>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koishi-plugin-tmp-bot",
|
|
3
3
|
"description": "欧洲卡车模拟2 TMP查询插件,不会部署的可以直接使用此机器人->QQ:3523283907",
|
|
4
|
-
"version": "1.16.
|
|
4
|
+
"version": "1.16.5",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
7
7
|
"homepage": "https://github.com/79887143/koishi-plugin-tmp-bot",
|