koishi-plugin-tmp-bot 1.16.2 → 1.16.3

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.
@@ -166,27 +166,27 @@
166
166
  <div class="details-container">
167
167
  <div class="form-box">
168
168
  <div class="form-item full">
169
- <div class="label">🎮SteamID</div>
169
+ <div class="label">SteamID</div>
170
170
  <div class="value" id="tmp-steam-id"></div>
171
171
  </div>
172
172
  <div class="form-item full">
173
- <div class="label">📑注册日期</div>
173
+ <div class="label">注册日期</div>
174
174
  <div class="value" id="tmp-register-date"></div>
175
175
  </div>
176
176
  <div class="form-item full" id="tmp-vtc-box">
177
- <div class="label">🚚所属车队</div>
177
+ <div class="label">所属车队</div>
178
178
  <div class="value" id="tmp-vtc-name"></div>
179
179
  </div>
180
180
  <div class="form-item full" id="tmp-vtc-role-box">
181
- <div class="label">🚚车队角色</div>
181
+ <div class="label">车队角色</div>
182
182
  <div class="value" id="tmp-vtc-role"></div>
183
183
  </div>
184
184
  <div class="form-item" id="tmp-sponsor-box">
185
- <div class="label">🎁赞助用户</div>
185
+ <div class="label">赞助用户</div>
186
186
  <div class="value" id="tmp-sponsor-amount"></div>
187
187
  </div>
188
188
  <div class="form-item" id="tmp-sponsor-cumulative-box">
189
- <div class="label">🎁累计赞助</div>
189
+ <div class="label">累计赞助</div>
190
190
  <div class="value" id="tmp-sponsor-cumulative"></div>
191
191
  </div>
192
192
  </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.2",
4
+ "version": "1.16.3",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "homepage": "https://github.com/79887143/koishi-plugin-tmp-bot",