koishi-plugin-tmp-bot 1.16.6 → 1.16.7
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.
- package/lib/resource/query.html +1 -1
- package/package.json +1 -1
package/lib/resource/query.html
CHANGED
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
}
|
|
299
299
|
if (data.isOnline) {
|
|
300
300
|
document.getElementById('position-title').innerText = `${data.onlineServerName} · ${data.onlineCountry}-${data.onlineCity}`
|
|
301
|
-
map(
|
|
301
|
+
map(data.onlineMapType, data.onlineX, data.onlineY)
|
|
302
302
|
} else {
|
|
303
303
|
document.getElementById('position-box').remove()
|
|
304
304
|
}
|
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.7",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
7
7
|
"homepage": "https://github.com/79887143/koishi-plugin-tmp-bot",
|