koishi-plugin-tmp-bot 1.18.3 → 1.18.4

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.
@@ -238,8 +238,8 @@
238
238
 
239
239
  if (titleElement) {
240
240
  const titles = {
241
- 1: '🚗 总行驶里程排行榜',
242
- 2: '🚗 今日行驶里程排行榜'
241
+ 1: '- 总行驶里程排行榜 -',
242
+ 2: '- 今日行驶里程排行榜 -'
243
243
  };
244
244
  const footerNotes = {
245
245
  1: '* 数据自 2025年8月23日 20:00 开始统计',
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.18.3",
4
+ "version": "1.18.4",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "homepage": "https://github.com/79887143/koishi-plugin-tmp-bot",