(t)
| 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)) |