MCPcopy 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// 通知
351async function notify(title, subt, desc, opts) {
352 $.msg(title, subt, desc, opts)
353}
354
355// 是否为真 与其他脚本逻辑一致
356function istrue(str) {

Callers 1

echo-response.jsFile · 0.70

Calls 1

msgMethod · 0.45

Tested by

no test coverage detected