MCPcopy Create free account
hub / github.com/Script-Hub-Org/Script-Hub / shNotify

Function shNotify

Rewrite-Parser.js:2375–2379  ·  view source on GitHub ↗
(box)

Source from the content-addressed store, hash-verified

2373}
2374
2375function shNotify(box) {
2376 noNtf == false &&
2377 box.length > 0 &&
2378 $.msg(JS_NAME, notifyName + ' 点击通知查看详情', box, { url: url + '&openMsgHtml=true' })
2379}
2380
2381function getPolicy(str) {
2382 let commaNum = str.lastIndexOf(',')

Callers 3

Rewrite-Parser.jsFile · 0.70
getMockInfoFunction · 0.70
modifyRuleFunction · 0.70

Calls 1

msgMethod · 0.45

Tested by

no test coverage detected