UNPKG
koishi-plugin-tmp-bot
Version:
latest (1.21.7)
1.21.7
1.21.6
1.21.5
1.21.4
1.21.3
1.21.2
1.21.1
1.21.0
1.20.5
1.20.4
1.20.3
1.20.2
1.20.1
1.20.0
1.19.4
1.19.3
1.19.2
1.19.1
1.19.0
1.18.7
1.18.6
1.18.5
1.18.4
1.18.3
1.18.2
1.18.1
1.18.0
1.17.4
1.17.3
1.17.2
1.17.1
1.17.0
1.16.7
1.16.6
1.16.5
1.16.4
1.16.3
1.16.2
1.16.1
1.16.0
1.15.1
1.15.0
1.14.4
1.14.3
1.14.2
1.14.1
1.14.0
1.13.0
1.12.1
1.12.0
1.11.0
1.10.0
1.9.0
1.8.6
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.1
1.7.0
1.6.2
1.6.1
1.6.0
1.5.0
1.4.0
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
欧洲卡车模拟2 TMP查询插件,不会部署的可以直接使用此机器人->QQ:3523283907
github.com/79887143/koishi-plugin-tmp-bot
koishi-plugin-tmp-bot
/
lib
/
command
/
tmpTraffic
/
tmpTrafficMap.d.ts
4 lines
(3 loc)
•
285 B
TypeScript
View Raw
1
2
3
4
declare
function
_exports
(
ctx
:
any
,
cfg
:
any
,
serverName
:
any
):
Promise
<segment |
"渲染异常,请重试"
|
"未启用 puppeteer 服务"
|
"请输入正确的服务器名称 (s1, s2, p, a)"
|
"查询路况信息失败"
>;
export
= _exports;
import
{ segment }
from
"@koishijs/core"
;