<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">window.zs = window.zs || {}, window.zs.laya = window.zs.laya || {},
    function(e, t) {
        "use strict";
        class s {
            constructor() {}
            static event(e) {
                if (this.initialized || (this.initialized = !0, this.instance = "undefined" != typeof GameGlobal ? GameGlobal.tdAppSdk : null), this.instance &amp;&amp; (this.instance.event(e), e.id == this.event_level_complete_id)) {
                    var t = new r(e.params.userId, e.params.levelId);
                    this.instance.event(t);
                }
            }
        }
        s.instance = null, s.initialized = !1, s.event_startup_id = "startup", s.event_startup_label = "å¾®ä¿¡åŠ&nbsp;è½½å®Œæˆæ¸¸æˆå¯åŠ¨", s.event_login_id = "login", s.event_login_label = "ç™»é™†æˆåŠŸ", s.event_game_start_id = "gameStart", s.event_game_start_label = "æ¸¸æˆå¼€å§‹", s.event_game_over_id = "gameOver", s.event_game_over_label = "æ¸¸æˆç»“æŸ", s.event_level_complete_id = "levelComplete", s.event_level_complete_label = "é€šå…³å…³å¡", s.event_unlockSkin_id = "unlockSkin", s.event_unlockSkin_label = "è§£é”çš®è‚¤", t.ClassUtils.regClass("zs.laya.tdapp.tdAppSdk", s);
        class a {
            constructor() {
                this.id = "", this.label = "", this.params = null;
            }
        }
        t.ClassUtils.regClass("zs.laya.tdapp.tdAppEvent", a);
        class l extends a {
            constructor() {
                super(), this.id = s.event_startup_id, this.label = s.event_startup_label, this.params = {
                    timestamp: Date.now()
                };
            }
        }
        t.ClassUtils.regClass("zs.laya.tdapp.startupEvt", l);
        class i extends a {
            constructor(e) {
                super(), this.id = s.event_login_id, this.label = s.event_login_label, this.params = {
                    timestamp: Date.now(),
                    userId: e
                };
            }
        }
        t.ClassUtils.regClass("zs.laya.tdapp.loginEvt", i);
        class n extends a {
            constructor(e) {
                super(), this.id = s.event_game_start_id, this.label = s.event_game_start_label, this.params = {
                    timestamp: Date.now(),
                    userId: e
                };
            }
        }
        t.ClassUtils.regClass("zs.laya.tdapp.gameStartEvt", n);
        class p extends a {
            constructor(e, t) {
                super(), this.id = s.event_game_over_id, this.label = s.event_game_over_label, this.params = {
                    timestamp: Date.now(),
                    userId: e,
                    result: t
                };
            }
        }
        t.ClassUtils.regClass("zs.laya.tdapp.gameOverEvt", p);
        class d extends a {
            constructor(e, t) {
                super(), this.id = s.event_level_complete_id, this.label = s.event_level_complete_label, this.params = {
                    timestamp: Date.now(),
                    userId: e,
                    levelId: t
                };
            }
        }
        t.ClassUtils.regClass("zs.laya.tdapp.levelCompletedEvt", d);
        class r extends a {
            constructor(e, t) {
                super(), this.id = s.event_level_complete_id + "_" + t, this.label = s.event_level_complete_label + "_" + t, this.params = {
                    timestamp: Date.now(),
                    userId: e,
                    levelId: t
                };
            }
        }
        t.ClassUtils.regClass("zs.laya.tdapp.levelCompletedExEvt", r);
        class _ extends a {
            constructor(e, t) {
                super(), this.id = s.event_unlockSkin_id + "_" + t, this.label = s.event_unlockSkin_label, this.params = {
                    timestamp: Date.now(),
                    userId: e,
                    index: t
                };
            }
        }
        t.ClassUtils.regClass("zs.laya.tdapp.unlockSkinExEvt", _), e.tdAppSdk = s, e.tdAppEvent = a, e.startupEvt = l, e.loginEvt = i, e.gameStartEvt = n, e.gameOverEvt = p, e.levelCompletedEvt = d, e.levelCompletedExEvt = r, e.unlockSkinExEvt = _;
    }(window.zs.laya.tdapp = window.zs.laya.tdapp || {}, Laya);</pre></body></html>