Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Script-Hub-Org/Script-Hub
/ notify
Function
notify
scripts/echo-response.js:351–353 ·
view source on GitHub ↗
(title, subt, desc, opts)
Source
from the content-addressed store, hash-verified
349
350
// 通知
351
async
function
notify(title, subt, desc, opts) {
352
$.msg(title, subt, desc, opts)
353
}
354
355
// 是否为真 与其他脚本逻辑一致
356
function
istrue(str) {
Callers
1
echo-response.js
File · 0.70
Calls
1
msg
Method · 0.45
Tested by
no test coverage detected