Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Semporia/Scripts
/ showMsg
Function
showMsg
jd_car.js:86–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
}
85
86
function
showMsg() {
87
return
new
Promise(resolve => {
88
$.msg($.name,
''
, `【京东账号${$.index}】${$.nickName}\n${message}`);
89
resolve()
90
})
91
}
92
93
function
check() {
94
return
new
Promise(resolve => {
Callers
1
jd_car.js
File · 0.70
Calls
1
msg
Method · 0.45
Tested by
no test coverage detected