koishi-plugin-tmp-bot 1.18.2 → 1.18.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.
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
font-style: normal;
|
|
12
12
|
}
|
|
13
13
|
body {
|
|
14
|
-
font-family: 'segui-emj',
|
|
14
|
+
font-family: 'segui-emj', sans-serif;
|
|
15
15
|
margin: 0;
|
|
16
16
|
padding: 0;
|
|
17
17
|
background-color: #000;
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
<body>
|
|
164
164
|
<div id="container">
|
|
165
165
|
<div class="header">
|
|
166
|
-
<div class="title"
|
|
166
|
+
<div class="title">🚗 行驶里程排行榜</div>
|
|
167
167
|
</div>
|
|
168
168
|
|
|
169
169
|
<div class="leaderboard-container">
|
|
@@ -238,15 +238,15 @@
|
|
|
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 开始统计',
|
|
246
246
|
2: '* 每日 0:00 重置统计'
|
|
247
247
|
};
|
|
248
248
|
|
|
249
|
-
titleElement.textContent = titles[apiData.rankingType] || '
|
|
249
|
+
titleElement.textContent = titles[apiData.rankingType] || '🚗 行驶里程排行榜';
|
|
250
250
|
if (footerElement) {
|
|
251
251
|
footerElement.textContent = footerNotes[apiData.rankingType] || '* 数据统计说明';
|
|
252
252
|
}
|
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.
|
|
4
|
+
"version": "1.18.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",
|