(t)
| 501 | } |
| 502 | msg(s = t, e = "", i = "", o) { |
| 503 | const h = (t) => |
| 504 | !t || (!this.isLoon() && this.isSurge()) |
| 505 | ? t |
| 506 | : "string" == typeof t |
| 507 | ? this.isLoon() |
| 508 | ? t |
| 509 | : this.isQuanX() |
| 510 | ? { "open-url": t } |
| 511 | : void 0 |
| 512 | : "object" == typeof t && (t["open-url"] || t["media-url"]) |
| 513 | ? this.isLoon() |
| 514 | ? t["open-url"] |
| 515 | : this.isQuanX() |
| 516 | ? t |
| 517 | : void 0 |
| 518 | : void 0; |
| 519 | this.isMute || |
| 520 | (this.isSurge() || this.isLoon() |
| 521 | ? $notification.post(s, e, i, h(o)) |