MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / h

Method h

wxapp/miaoyouHome.js:425–440  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

423 }
424 msg(s = t, e = "", i = "", o) {
425 const h = (t) =>
426 !t || (!this.isLoon() && this.isSurge())
427 ? t
428 : "string" == typeof t
429 ? this.isLoon()
430 ? t
431 : this.isQuanX()
432 ? { "open-url": t }
433 : void 0
434 : "object" == typeof t && (t["open-url"] || t["media-url"])
435 ? this.isLoon()
436 ? t["open-url"]
437 : this.isQuanX()
438 ? t
439 : void 0
440 : void 0;
441 this.isMute ||
442 (this.isSurge() || this.isLoon()
443 ? $notification.post(s, e, i, h(o))

Callers

nothing calls this directly

Calls 3

isLoonMethod · 0.45
isSurgeMethod · 0.45
isQuanXMethod · 0.45

Tested by

no test coverage detected