123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
- System.register("chunks:///_virtual/AudioManager.ts",["./rollupPluginModLoBabelHelpers.js","cc","./Singleton.ts","./BundleManager.ts","./GameConst.ts","./Logger.ts","./Utils.ts","./SettingData.ts"],(function(t){var e,u,i,o,r,a,n,c,l,s,d,p,f;return{setters:[function(t){e=t.inheritsLoose,u=t.asyncToGenerator,i=t.regeneratorRuntime},function(t){o=t.cclegacy,r=t._decorator,a=t.AudioClip,n=t.AudioSource},function(t){c=t.Singleton},function(t){l=t.bundleMgr},function(t){s=t.GameConst},function(t){d=t.Logger},function(t){p=t.default},function(t){f=t.settingData}],execute:function(){var v;o._RF.push({},"f6afaklIZ9NTJV4lH+gPg3p","AudioManager",void 0);var S=r.ccclass,h=(r.property,S("AudioManager")(v=function(t){function o(){for(var e,u=arguments.length,i=new Array(u),o=0;o<u;o++)i[o]=arguments[o];return(e=t.call.apply(t,[this].concat(i))||this).cachedAudioArr=[],e.bgVolumeMax=.8,e}e(o,t);var r=o.prototype;return r.initialize=function(){var t=u(i().mark((function t(){var e,u=this;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return e=Object.entries(s.audios).map((function(t){t[0];return{path:t[1],type:a}})).filter((function(t){return!!t.path})),t.next=3,l.loadMultipleAssets(s.bundleName.audios,e,(function(t){}),(function(t,e,i){t?d.error("加载资源失败:",t):u.cachedAudioArr.push({clip:e,audioSource:null,path:i,playStatus:!1,totalTime:e.getDuration(),time_id:-1,t:0})}));case 3:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),r.play=function(t,e,u){var i=this;if(void 0===e&&(e=!1),void 0===u&&(u=-1),!p.isNull(t)&&f.data.bgMusic){var o=function(t){if(null==t.audioSource&&(t.audioSource=i.audioSourceLoop(e)),!t.playStatus){if(t.audioSource.clip=t.clip,t.time_id&&(clearInterval(t.time_id),t.audioSource.playing&&t.audioSource.pause()),t.audioSource.play(),-1==u)t.audioSource.volume=i.bgVolumeMax;else{t.t=0,t.audioSource.volume=0;var o=1/u/10;t.time_id=setInterval((function(){t.t+=o;var e=t.t/u;e>=i.bgVolumeMax?clearInterval(t.time_id):t.audioSource.volume=e}),1e3*o)}t.playStatus=!0}},r=this.cachedAudioArr.find((function(e){return e.path==t}));r?o(r):l.loadAsset(s.bundleName.audios,t,a,(function(e,u){if(e)d.error("加载资源失败:",e);else{var r={path:t,clip:u,audioSource:null,playStatus:!1,totalTime:u.getDuration(),time_id:-1,t:0};i.cachedAudioArr.push(r),o(r)}}))}},r.playOneShot=function(){var t=u(i().mark((function t(e,u){var o,r,n=this;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(void 0===u&&(u=!0),!p.isNull(e)&&f.data.soundFx){t.next=3;break}return t.abrupt("return");case 3:if(o=function(t){!u&&t.playStatus||(null==t.audioSource&&(t.audioSource=n.audioSourceLoop(!1)),t.audioSource.clip=t.clip,t.audioSource.play(),t.audioSource.volume=1,t.playStatus=!0,setTimeout((function(){t.playStatus=!1}),1e3*t.totalTime))},!(r=this.cachedAudioArr.find((function(t){return t.path==e})))){t.next=9;break}o(r),t.next=11;break;case 9:return t.next=11,l.loadAsset(s.bundleName.audios,e,a,(function(t,u){if(t)d.error("加载资源失败:",t);else{var i={path:e,clip:u,audioSource:null,playStatus:!1,totalTime:u.getDuration(),time_id:-1,t:0};n.cachedAudioArr.push(i),o(i)}}));case 11:case"end":return t.stop()}}),t,this)})));return function(e,u){return t.apply(this,arguments)}}(),r.stop=function(t,e){var u=this;if(void 0===e&&(e=-1),!p.isNull(t)){var i=this.cachedAudioArr.find((function(e){return e.path==t}));if(i){if(!i.audioSource)return;if(!i.audioSource.playing)return;i.time_id&&clearInterval(i.time_id);var o=i.audioSource;if(-1==e)null==o||o.pause();else{i.t=0;var r=1/e/10;i.time_id=setInterval((function(){if(o){i.t+=r;var t=u.bgVolumeMax-i.t/e;t<=0?(clearInterval(i.time_id),null==o||o.pause()):o.volume=t<=0?0:t}}),1e3*r)}i.playStatus=!1}}},r.audioSourceLoop=function(t){return t?this.getAudioSource(null,!0,this.bgVolumeMax):this.getAudioSource(null,!1,1)},r.getAudioSource=function(t,e,u){void 0===t&&(t=null),void 0===e&&(e=!1),void 0===u&&(u=1);var i=new n;return t&&(i.clip=t),i.loop=e,i.volume=u,i},o}(c))||v);t("audioMgr",h.ins());o._RF.pop()}}}));
- System.register("chunks:///_virtual/AutoBind.ts",["./rollupPluginModLoBabelHelpers.js","cc","./Logger.ts"],(function(t){var e,n,o;return{setters:[function(t){e=t.createForOfIteratorHelperLoose},function(t){n=t.cclegacy},function(t){o=t.Logger}],execute:function(){t({autoBind:function(t,e){if(void 0!==e){var n=t;return r.has(n)||r.set(n,{}),void(r.get(n)[e]={})}return function(e,n){r.has(e)||r.set(e,{});var o="function"==typeof t?{type:t}:t;r.get(e)[n]=o}},initAutoBindings:function(t){var e=r.get(Object.getPrototypeOf(t));if(!e)return;var n=new Map;for(var a in i(t.node,n),e){var c=e[a],f=n.get(a);if(f){var s=u(t,a,c);s?(t[a]=f.getComponent(s),o.log("[AutoBind] 绑定组件 "+a+":",s.name)):(t[a]=f,o.log("[AutoBind] 绑定节点 "+a))}else o.warn("[AutoBind] 节点未找到: "+a)}}}),n._RF.push({},"02dbcLwQzZCspaVMhjyt9dj","AutoBind",void 0);var r=new WeakMap;function u(t,e,n){if(n.type)return n.type;var o=t[e];return null!=o?o.constructor:null}function i(t,n){n.set(t.name,t);for(var o,r=e(t.children);!(o=r()).done;){i(o.value,n)}}n._RF.pop()}}}));
- System.register("chunks:///_virtual/BaseExp.ts",["./rollupPluginModLoBabelHelpers.js","cc","./UIManager.ts","./EventEmitter.ts","./Utils.ts","./GameConst.ts","./Logger.ts","./AutoBind.ts"],(function(t){var n,e,i,s,o,a,r,c,l,u,h,d,f,g,p,v,m,C;return{setters:[function(t){n=t.inheritsLoose,e=t.createClass},function(t){i=t.cclegacy,s=t._decorator,o=t.Tween,a=t.Vec3,r=t.tween,c=t.easing,l=t.Button,u=t.js,h=t.EventHandler,d=t.Component},function(t){f=t.uiMgr},function(t){g=t.eventEmitter},function(t){p=t.default},function(t){v=t.GameConst},function(t){m=t.Logger},function(t){C=t.initAutoBindings}],execute:function(){var E;i._RF.push({},"f7232bGb6xDy4F0OYIYaAsF","BaseExp",void 0);var y=s.ccclass;s.property,t("BaseExp",y("BaseExp")(E=function(t){function i(){for(var n,e=arguments.length,i=new Array(e),s=0;s<e;s++)i[s]=arguments[s];return(n=t.call.apply(t,[this].concat(i))||this).layer=v.WIN_LAYER.POPUP,n.winType=v.WIN_TYPE.NORMAL,n.destroyAfterClose=!1,n.events=[],n._hasAnim=!0,n}n(i,t);var s=i.prototype;return s.onLoad=function(){this.events=[],this._addClickEvent(this.node),C(this)},s.showAnim=function(){var t=this.node.getChildByName("UI");t&&(o.stopAllByTarget(t),t.scale=new a(.95,.95,.95),r(t).to(.12,{scale:new a(1.04,1.04,1.04)},{easing:c.backOut}).to(.2,{scale:new a(1,1,1)},{easing:c.backOut}).call((function(){})).start())},s.close=function(t){var n=this.node._uiPath;p.isNull(n)?m.log("请检查该: "+this.node.name+"页面路径信息,不存在"):f.hide(n,t)},s.onBtnClicked=function(t,n){"close_btn"===t.target.name&&this.close()},s._isSkipNode=function(t){if(this.node==t)return!1;var n=t.getComponent(i);return n&&m.log("跳过",n.name),null!=n},s._addClickEvent=function(t){if(!this._isSkipNode(t))for(var n=0;n<t.children.length;n++){var e=t.children[n];this._isSkipNode(e)||(e.getComponent(l)&&this.addClickEvent(e,this.node,u.getClassName(this),"onBtnClicked",e),this._addClickEvent(e))}},s.addClickEvent=function(t,n,e,i,s){var o=new h;o.target=n,o.component=e,o.handler=i,s&&(o.customEventData=s);var a=t.getComponent(l).clickEvents;a.length>0?m.log(t.name+"按钮已经存在绑定,跳过自动绑定"):a.push(o)},s.onDestroy=function(){for(var t=0;t<this.events.length;t++)g.unregister(this,this.events[t])},s.register=function(t,n){this.events.push(t),g.register(this,t,n)},s.unregister=function(t){g.unregister(this,t)},s.dispatch=function(t){for(var n=arguments.length,e=new Array(n>1?n-1:0),i=1;i<n;i++)e[i-1]=arguments[i];g.dispatch.apply(g,[t].concat(e))},e(i,[{key:"hasAnim",set:function(t){t&&this.showAnim(),this._hasAnim=t}}]),i}(d))||E);i._RF.pop()}}}));
- System.register("chunks:///_virtual/BasePanel.ts",["./rollupPluginModLoBabelHelpers.js","cc","./GameConst.ts","./BaseUI.ts"],(function(n){var e,t,o,s;return{setters:[function(n){e=n.inheritsLoose},function(n){t=n.cclegacy},function(n){o=n.GameConst},function(n){s=n.BaseUI}],execute:function(){t._RF.push({},"7b2799Ub4dDJaNkRrAhSv1f","BasePanel",void 0);n("default",function(n){function t(){for(var e,t=arguments.length,s=new Array(t),i=0;i<t;i++)s[i]=arguments[i];return(e=n.call.apply(n,[this].concat(s))||this).layer=o.WIN_LAYER.POPUP,e.winType=o.WIN_TYPE.NORMAL,e.destroyAfterClose=!1,e}e(t,n);var s=t.prototype;return s.show=function(n){},s.close=function(){window.WindowManager.ins.removeWin(this.node.name)},s.onBtnClicked=function(n,e){},t}(s));t._RF.pop()}}}));
- System.register("chunks:///_virtual/BaseUI.ts",["./rollupPluginModLoBabelHelpers.js","cc","./ComponentEx.ts","./AutoBind.ts","./EventEmitter.ts"],(function(t){var e,n,i,s,o,r,c,h,u,a,l,m,d,f,p,g;return{setters:[function(t){e=t.inheritsLoose},function(t){n=t.cclegacy,i=t.Button,s=t.js,o=t.EventHandler,r=t.warn,c=t.isValid,h=t.find,u=t.Sprite,a=t.Label,l=t.ProgressBar,m=t.EditBox,d=t.Slider},function(t){f=t.ComponentEx},function(t){p=t.initAutoBindings},function(t){g=t.eventEmitter}],execute:function(){n._RF.push({},"b891aP/QgZEfKkbmoh6LplP","BaseUI",void 0);t("BaseUI",function(t){function n(){for(var e,n=arguments.length,i=new Array(n),s=0;s<n;s++)i[s]=arguments[s];return(e=t.call.apply(t,[this].concat(i))||this).events=[],e}e(n,t);var f=n.prototype;return f.onBtnClicked=function(t,e){switch(t.target.name){case"btn_close":this.close()}},f.close=function(){},f.onLoad=function(){this.events=[],this._addClickEvent(this.node),p(this)},f.onDestroy=function(){for(var t=0;t<this.events.length;++t)g.unregister(this,this.events[t])},f.register=function(t,e){this.events.push(t),g.register(this,t,e)},f.unregister=function(t){g.unregister(this,t)},f.dispatch=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),i=1;i<e;i++)n[i-1]=arguments[i];g.dispatch.apply(g,[t].concat(n))},f.shutAnim=function(){this.node&&(this.node.active=!1,this.node.parent=null,this.node.destroy())},f._isSkipNode=function(t){if(this.node==t)return!1;var e=t.getComponent(n);return e&&console.log("跳过",e.name),null!=e},f._addClickEvent=function(t){if(!this._isSkipNode(t))for(var e=0;e<t.children.length;++e){var o=t.children[e];this._isSkipNode(o)||(o.getComponent(i)&&n.addClickEvent(o,this.node,s.getClassName(this),"onBtnClicked",o),this._addClickEvent(o))}},n.addClickEvent=function(t,e,n,s,c){var h=new o;h.target=e,h.component=n,h.handler=s,c&&(h.customEventData=c);var u=t.getComponent(i).clickEvents;u.length>0?r("按钮已经存在绑定,跳过自动绑定",t.name):u.push(h)},f.GetGameObject=function(t,e){if(void 0===e&&(e=!1),!c(this.node))return null;if(!e){if(this.m_objects&&this.m_objects.has(t))return this.m_objects[t];if(t==this.node.name)return this.node}var n;return-1!=t.indexOf("/")?((n=h(t,this.node))&&(this.m_objects[t]=n),n):((n=this._findInChildren(this.node,t))&&(this.m_objects[t]=n),n)},f.GetSprite=function(t){if(this.m_objects&&this.m_objects.has(t))return this.m_objects[t].getComponent(u);var e=this.GetGameObject(t);return e?e.getComponent(u):null},f.GetText=function(t){if(this.m_objects&&this.m_objects.has(t))return this.m_objects[t].getComponent(a);var e=this.GetGameObject(t);return e?e.getComponent(a):null},f.GetProgressBar=function(t){if(this.m_objects&&this.m_objects.has(t))return this.m_objects[t].getComponent(l);var e=this.GetGameObject(t);return e?e.getComponent(l):null},f.GetButton=function(t){if(this.m_objects&&this.m_objects.has(t))return this.m_objects[t].getComponent(i);var e=this.GetGameObject(t);return e?e.getComponent(i):null},f.GetInputField=function(t){if(this.m_objects&&this.m_objects.has(t))return this.m_objects[t].getComponent(m);var e=this.GetGameObject(t);return e?e.getComponent(m):null},f.GetSlider=function(t){if(this.m_objects&&this.m_objects.has(t))return this.m_objects[t].getComponent(d);var e=this.GetGameObject(t);return e?e.getComponent(d):null},f.SetText=function(t,e){this.GetText(t)&&(this.GetText(t).string=e)},f.SetInputText=function(t,e){this.GetInputField(t)&&(this.GetInputField(t).string=e)},f.SetProgressBar=function(t,e){this.GetProgressBar(t)&&(this.GetProgressBar(t).progress=e)},n}(f));n._RF.pop()}}}));
- System.register("chunks:///_virtual/BoxLayer.ts",["./rollupPluginModLoBabelHelpers.js","cc","./BasePanel.ts","./Data.ts","./Utils.ts","./AudioManager.ts","./GameConst.ts"],(function(e){var t,a,i,s,o,c,n,r,h,l,m,v,b,G;return{setters:[function(e){t=e.inheritsLoose},function(e){a=e.cclegacy,i=e._decorator,s=e.Vec3,o=e.Label,c=e.tween,n=e.v3},function(e){r=e.default},function(e){h=e.default},function(e){l=e.default},function(e){m=e.audioMgr},function(e){v=e.ITEM_TYPE,b=e.BOX_TYPE,G=e.GameConst}],execute:function(){var p;a._RF.push({},"4b854Z4MQxMMoEv+1klVHm+","BoxLayer",void 0);var u=i.ccclass;i.property,e("BoxLayer",u("BoxLayer")(p=function(e){function a(){for(var t,a=arguments.length,i=new Array(a),s=0;s<a;s++)i[s]=arguments[s];return(t=e.call.apply(e,[this].concat(i))||this).list=void 0,t.boxType=void 0,t.open=!1,t}t(a,e);var i=a.prototype;return i.start=function(){this.GetGameObject("item").active=!1,this.GetGameObject("item").setPosition(s.ZERO),this.GetGameObject("box").setPosition(s.ZERO)},i.setInfo=function(e,t){this.boxType=e,this.list=t;for(var a=0;a<4;++a){var i=this.GetGameObject("item").children[a];t[a]?(i.active=!0,i.getChildByName("Time").active=t[a].type==v.Time,i.getChildByName("Frozen").active=t[a].type==v.Frozen,i.getChildByName("Hint").active=t[a].type==v.Hint,i.getChildByName("Magnet").active=t[a].type==v.Magnet,i.getChildByName("Coin").active=t[a].type==v.Coin,i.getChildByName("Label").getComponent(o).string="+"+t[a].num):i.active=!1}this.GetGameObject("chest-level-reward-close").active=e==b.LEVEL,this.GetGameObject("chest-team-reward-close").active=e==b.TEAM,this.GetGameObject("chest-star-reward-close").active=e==b.STAR,this.GetGameObject("chest-level-reward-open").active=!1,this.GetGameObject("chest-star-reward-open").active=!1,this.GetGameObject("chest-team-reward-open").active=!1},i.onBtnClicked=function(e,t){var a=this;switch(m.playOneShot(G.audios.btnclick),e.target.name){case"btn_close":this.close();break;case"btn_open":this.open?(this.list.map((function(e){h.user.addItem(e.type,e.num),e.type==v.Coin&&l.flyAnim(v.Coin,a.GetNode("item"),a.GetNodeFromCanvas("coin-icon"),5,50,(function(e){}))})),this.boxType==b.LEVEL?h.user.lvboxDrawInfo[Math.floor(h.user.lv/10)]=1:this.boxType==b.STAR&&(h.user.starboxDrawInfo[Math.floor(h.user.star/1e3)]=1),h.save(),this.close()):(this.open=!0,this.GetGameObject("item").active=!0,c(this.GetGameObject("item")).by(.3,{worldPosition:n(0,90,0)}).start(),c(this.GetGameObject("box")).by(.3,{worldPosition:n(0,-60,0)}).start(),this.GetGameObject("chest-level-reward-close").active=!1,this.GetGameObject("chest-team-reward-close").active=!1,this.GetGameObject("chest-star-reward-close").active=!1,this.GetGameObject("chest-level-reward-open").active=this.boxType==b.LEVEL,this.GetGameObject("chest-team-reward-open").active=this.boxType==b.TEAM,this.GetGameObject("chest-star-reward-open").active=this.boxType==b.STAR,this.SetText("lbl_btn","领取"))}},a}(r))||p);a._RF.pop()}}}));
- System.register("chunks:///_virtual/BundleConfig.ts",["cc"],(function(e){var t,a,s,p;return{setters:[function(e){t=e.cclegacy,a=e.TextAsset,s=e.Prefab,p=e.sp}],execute:function(){t._RF.push({},"7c031pNnkVKr7dEuMs8VZ76","BundleConfig",void 0);e("bundleConfig",new Map([["audios",{loadAtLaunch:!0,autoLoadAll:!0}],["models",{loadAtLaunch:!0,autoLoadAll:!0}],["resources",{loadAtLaunch:!0,preloadAssets:[{path:"csv/levels",type:a},{path:"csv/model_names",type:a},{path:"prefabs/BusyLoading",type:s},{path:"prefabs/Coin",type:s},{path:"prefabs/Life",type:s},{path:"prefabs/MsgHints",type:s},{path:"prefabs/Star",type:s},{path:"spine/effect_hecheng",type:p.SkeletonData}]}]]));t._RF.pop()}}}));
- System.register("chunks:///_virtual/BundleManager.ts",["./rollupPluginModLoBabelHelpers.js","cc","./Singleton.ts","./BundleConfig.ts","./Logger.ts"],(function(e){var t,n,r,s,a,u,o,l,i,c,d,p;return{setters:[function(e){t=e.inheritsLoose,n=e.extends,r=e.asyncToGenerator,s=e.regeneratorRuntime,a=e.createForOfIteratorHelperLoose},function(e){u=e.cclegacy,o=e._decorator,l=e.assetManager,i=e.SpriteFrame},function(e){c=e.Singleton},function(e){d=e.bundleConfig},function(e){p=e.Logger}],execute:function(){var f;u._RF.push({},"b9fe7I+vydCg6zfBnZ7lFyl","BundleManager",void 0);var h=o.ccclass,g=(o.property,h("BundleManager")(f=function(e){function u(){for(var t,n=arguments.length,r=new Array(n),s=0;s<n;s++)r[s]=arguments[s];return(t=e.call.apply(e,[this].concat(r))||this)._bundles=new Map,t._assetCache=new Map,t._settings=new Map,t._loadProgress={totalSteps:0,completedSteps:0,currentBundle:"",currentAsset:"",bundleProgress:0,totalProgress:0},t}t(u,e);var o=u.prototype;return o.preloadConfigAllRes=function(){var e=r(s().mark((function e(t){return s().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return v.initConfig(d),e.prev=1,e.next=4,v.loadLaunchBundles(t);case 4:e.next=9;break;case 6:e.prev=6,e.t0=e.catch(1),p.error("资源加载失败:",e.t0);case 9:case"end":return e.stop()}}),e,null,[[1,6]])})));return function(t){return e.apply(this,arguments)}}(),o.initConfig=function(e){this._settings=e,this._calculateTotalSteps()},o.loadLaunchBundles=function(){var e=r(s().mark((function e(t){var n,r,u,o,l,i;return s().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:this._resetProgress(),n=Array.from(this._settings.entries()).filter((function(e){e[0];return e[1].loadAtLaunch})),r=a(n);case 3:if((u=r()).done){e.next=22;break}if(o=u.value,l=o[0],i=o[1],this._loadProgress.currentBundle=l,e.prev=6,!i.autoLoadAll){e.next=12;break}return e.next=10,this._loadAutoBundle(l,i,t);case 10:e.next=15;break;case 12:if(!i.preloadAssets){e.next=15;break}return e.next=15,this._loadConfiguredBundle(l,i.preloadAssets,t);case 15:e.next=20;break;case 17:e.prev=17,e.t0=e.catch(6),p.error("加载Bundle失败 ["+l+"]:",e.t0);case 20:e.next=3;break;case 22:case"end":return e.stop()}}),e,this,[[6,17]])})));return function(t){return e.apply(this,arguments)}}(),o.loadBundle=function(e,t){var n=this,r=this._bundles.get(e);if(r)return r.refCount++,void(null==t||t(null,r.bundle));l.loadBundle(e,(function(r,s){if(r)return p.error("加载Bundle失败 ["+e+"]:",r),void(null==t||t(r));n._bundles.set(e,{bundle:s,refCount:1}),null==t||t(null,s)}))},o._getBundleAssets=function(){var e=r(s().mark((function e(t,n){var r,a,u,o,l,i,c,d;return s().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return void 0===n&&(n={}),a=(r=n).excludeFolders,u=void 0===a||a,o=r.excludeExtensions,l=void 0===o?[]:o,e.prev=2,c=[],c=null!=(i=t.config)&&null!=(i=i.paths)&&i._map?Array.from(Object.keys(t.config.paths._map)):t._assetMap?Array.from(t._assetMap.keys()):t.getDirWithPath("").map((function(e){return e.path})),d=c,u&&(d=d.filter((function(e){return!e.endsWith("/")}))),null!=l&&l.length&&(d=d.filter((function(e){return!l.some((function(t){return e.endsWith(t)}))}))),e.abrupt("return",d);case 11:throw e.prev=11,e.t0=e.catch(2),p.error("获取Bundle资源路径失败:",e.t0),e.t0;case 15:case"end":return e.stop()}}),e,null,[[2,11]])})));return function(t,n){return e.apply(this,arguments)}}(),o._loadBundleAssets=function(){var e=r(s().mark((function e(t,n,r,u){var o,l,i,c,d,p=this;return s().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:o=r.length,l=0,i=s().mark((function e(){var n;return s().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=d.value,e.next=3,new Promise((function(e){p.loadAsset(t,n.path,n.type,(function(t){t||(l++,p._loadProgress.completedSteps++,p._loadProgress.currentAsset=n.path,p._loadProgress.bundleProgress=l/o,p._loadProgress.totalProgress=Math.min(p._loadProgress.completedSteps/p._loadProgress.totalSteps,1),p._updateProgress(u)),e()}))}));case 3:case"end":return e.stop()}}),e)})),c=a(r);case 4:if((d=c()).done){e.next=8;break}return e.delegateYield(i(),"t0",6);case 6:e.next=4;break;case 8:case"end":return e.stop()}}),e)})));return function(t,n,r,s){return e.apply(this,arguments)}}(),o.loadMultipleAssets=function(){var e=r(s().mark((function e(t,n,r,u){var o,l,i,c,d,f=this;return s().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:o=n.length,l=0,i=s().mark((function e(){var n;return s().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=d.value,e.next=3,new Promise((function(e){f.loadAsset(t,n.path,n.type,(function(s,a){s?(p.error("加载资源失败 ["+t+"] "+n.path+":",s),null==u||u(s,void 0,n.path)):(l++,null==r||r(l/o),null==u||u(null,a,n.path));e()}))}));case 3:case"end":return e.stop()}}),e)})),c=a(n);case 4:if((d=c()).done){e.next=8;break}return e.delegateYield(i(),"t0",6);case 6:e.next=4;break;case 8:case"end":return e.stop()}}),e)})));return function(t,n,r,s){return e.apply(this,arguments)}}(),o.loadAsset=function(e,t,n,r){var s=this;return new Promise((function(a,u){var o=""+t,l=s._assetCache.get(o);if(l)return p.log("[Cache Hit] Using cached asset: "+o),null==r||r(null,l),void a(l);s.loadBundle(e,(function(l,i){if(l)return null==r||r(l),void u(null);var c=n&&"SpriteFrame"===n.name;c&&!t.endsWith("/spriteFrame")&&p.warn("SpriteFrame路径建议: "+t+" -> "+t+"/spriteFrame","\n(请确认是否使用完整SpriteFrame路径)"),i.load(t,n,(function(n,l){if(n||!l){p.error("加载失败 ["+e+"] "+t+":",n.message);var i=c?"\n可能原因:\n1. 使用完整路径如 "+t+"/spriteFrame 类型为SpriteFrame\n2. 或者加载Texture: "+t+"/texture 类型为Texture":"\n请检查资源路径是否正确";p.warn("空资源 ["+e+"] "+t,i),u(null)}else s._assetCache.set(o,l),a(l);null==r||r(n,l)}))}))}))},o.releaseBundle=function(e,t){void 0===t&&(t=!1);var n=this._bundles.get(e);n&&(n.refCount--,(n.refCount<=0||t)&&(l.removeBundle(n.bundle),this._bundles.delete(e),p.log("已释放Bundle: "+e)))},o.getBundle=function(){var e=r(s().mark((function e(t){var n,r,a;return s().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!(r=null==(n=this._bundles.get(t))?void 0:n.bundle)){e.next=3;break}return e.abrupt("return",r);case 3:return e.prev=3,e.next=6,new Promise((function(e,n){l.loadBundle(t,(function(t,r){t?n(t):e(r)}))}));case 6:return a=e.sent,e.abrupt("return",a);case 10:return e.prev=10,e.t0=e.catch(3),p.error("加载Bundle "+t+" 失败:",e.t0),e.abrupt("return",null);case 14:case"end":return e.stop()}}),e,this,[[3,10]])})));return function(t){return e.apply(this,arguments)}}(),o.hasBundle=function(e){return this._bundles.has(e)},o.getRefCount=function(e){var t;return(null==(t=this._bundles.get(e))?void 0:t.refCount)||0},o.releaseAll=function(e){var t=this;void 0===e&&(e=!1),this._bundles.forEach((function(n,r){return t.releaseBundle(r,e)}))},o._calculateTotalSteps=function(){var e=this,t=0;this._settings.forEach((function(n,r){if(n.loadAtLaunch)if(n.autoLoadAll){var s,a,u=null==(s=e._bundles.get(r))?void 0:s.bundle;u&&null!=(a=u.config)&&null!=(a=a.paths)&&a._map?t+=Object.keys(u.config.paths._map).length:t+=1}else n.preloadAssets&&(t+=n.preloadAssets.filter((function(e){return!e.skipLoading})).length)})),this._loadProgress.totalSteps=t},o._resetProgress=function(){this._loadProgress={totalSteps:this._loadProgress.totalSteps,completedSteps:0,currentBundle:"",currentAsset:"",bundleProgress:0,totalProgress:0}},o._loadAutoBundle=function(){var e=r(s().mark((function e(t,n,r){var a,u,o;return s().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.getBundle(t);case 2:return a=e.sent,e.prev=3,e.next=6,this._getBundleAssets(a,{excludeExtensions:n.excludeExtensions});case 6:return u=e.sent,o=u.filter((function(e){var t;return!(null!=(t=n.excludePaths)&&t.some((function(t){return e.startsWith(t)})))})),this._loadProgress.totalSteps+=o.length-1,this._updateProgress(r),e.next=12,this._loadBundleAssets(t,a,o.map((function(e){return{path:e}})),r);case 12:e.next=18;break;case 14:throw e.prev=14,e.t0=e.catch(3),p.error("扫描Bundle资源失败 ["+t+"]:",e.t0),e.t0;case 18:case"end":return e.stop()}}),e,this,[[3,14]])})));return function(t,n,r){return e.apply(this,arguments)}}(),o._loadConfiguredBundle=function(){var e=r(s().mark((function e(t,n,r){var a,u;return s().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.getBundle(t);case 2:return a=e.sent,u=n.filter((function(e){return!e.skipLoading})),e.next=6,this._loadBundleAssets(t,a,u.map((function(e){return{path:e.path,type:e.type}})),r);case 6:case"end":return e.stop()}}),e,this)})));return function(t,n,r){return e.apply(this,arguments)}}(),o._updateProgress=function(e){null==e||e(n({},this._loadProgress))},o._getLoadArguments=function(e){return e.type===i||e.type?[e.path,e.type]:[e.path]},u}(c))||f),v=e("bundleMgr",g.ins());u._RF.pop()}}}));
- System.register("chunks:///_virtual/BusyLoading.ts",["./rollupPluginModLoBabelHelpers.js","cc","./BaseUI.ts"],(function(t){var e,n,o,r,s;return{setters:[function(t){e=t.inheritsLoose},function(t){n=t.cclegacy,o=t._decorator,r=t.tween},function(t){s=t.BaseUI}],execute:function(){var a;n._RF.push({},"f1cd93/VQVE9JkCwHVSeXFX","BusyLoading",void 0);var i=o.ccclass;o.property,t("BusyLoading",i("BusyLoading")(a=function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var o=n.prototype;return o.start=function(){var t=this.GetNode("loading");r(t).by(1,{angle:-180}).repeatForever().start()},o.update=function(t){},n}(s))||a);n._RF.pop()}}}));
- System.register("chunks:///_virtual/BusyLoadingManager.ts",["./rollupPluginModLoBabelHelpers.js","cc","./WindowManager.ts","./BundleManager.ts","./GameConst.ts"],(function(t){var n,e,i,s,a,r,u,o,c,h,l;return{setters:[function(t){n=t.createClass,e=t.asyncToGenerator,i=t.regeneratorRuntime},function(t){s=t.cclegacy,a=t.warn,r=t.instantiate,u=t.Prefab,o=t.isValid},function(t){c=t.default},function(t){h=t.bundleMgr},function(t){l=t.GameConst}],execute:function(){s._RF.push({},"e9a7f+4IppDWb7xHmmkKSYE","BusyLoadingManager",void 0);t("BUSY_TYPE",function(t){return t[t.NET=0]="NET",t[t.RES=1]="RES",t}({}));t("default",function(){function t(){this.busyMap=new Map,this.loadingUI=void 0,this.timerID=null,this.delay=300}var s=t.prototype;return s.init=function(){var t=e(i().mark((function t(){var n;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,h.loadAsset(l.bundleName.resources,"prefabs/BusyLoading",u);case 2:n=t.sent,this.loadingUI=r(n),this.loadingUI.name="BusyLoading";case 5:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}(),s.addBusy=function(t){var n=this.busyMap.get(t);n?this.busyMap.set(t,n+1):this.busyMap.set(t,1),this.checkBusy()},s.removeBusy=function(t){var n=this.busyMap.get(t);n?this.busyMap.set(t,n-1):a("remove busy error",t),this.checkBusy()},s.checkBusy=function(){var t=e(i().mark((function t(){var n,e,s=this;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(null!=this.loadingUI&&o(this.loadingUI)){t.next=3;break}return t.next=3,this.init();case 3:this.getBusyCount()>0?(n=this,e=function(){s.getBusyCount()>0?n.updateTips():a("timeout end waitcnt is 0"),s.timerID=null},this.timerID?(clearTimeout(this.timerID),this.timerID=setTimeout(e,this.delay)):this.loadingUI.parent?this.updateTips():(c.ins.container.addChild(this.loadingUI),this.timerID=setTimeout(e,this.delay))):(this.timerID&&(clearTimeout(this.timerID),this.timerID=0),this.loadingUI.parent&&this.loadingUI.removeFromParent());case 5:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}(),s.updateTips=function(){},s.getBusyCount=function(){var t=0;return this.busyMap.forEach((function(n,e){t+=n})),t},n(t,null,[{key:"ins",get:function(){return null==t.instance&&(t.instance=new t),t.instance}}]),t}()).instance=null,s._RF.pop()}}}));
- System.register("chunks:///_virtual/BuyCoinLayer.ts",["./rollupPluginModLoBabelHelpers.js","cc","./BasePanel.ts","./Data.ts","./Utils.ts","./AudioManager.ts","./platformSystem.ts","./GameConst.ts"],(function(t){var e,n,o,i,a,c,s,u,r,l;return{setters:[function(t){e=t.inheritsLoose},function(t){n=t.cclegacy,o=t._decorator},function(t){i=t.default},function(t){a=t.default},function(t){c=t.default},function(t){s=t.audioMgr},function(t){u=t.default},function(t){r=t.GameConst,l=t.ITEM_TYPE}],execute:function(){var f;n._RF.push({},"ed0c2pOm6tKoKudRX+iKoEf","BuyCoinLayer",void 0);var d=o.ccclass;o.property,t("BuyCoinLayer",d("BuyCoinLayer")(f=function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var o=n.prototype;return o.start=function(){this.SetText("lbl_coin",a.user.coin+"")},o.onBtnClicked=function(t,e){var n=this;switch(s.playOneShot(r.audios.btnclick),t.target.name){case"btn_close":this.close();break;case"btn_ad":this.GetGameObject("btn_close").active=!1,u.platform.showRewardVideo((function(t){t?c.flyAnim(l.Coin,n.GetNode("btn_ad"),n.GetNodeFromCanvas("coin-icon"),5,50,(function(t){t&&(a.user.coin+=100,a.save(),n.close())})):n.GetGameObject("btn_close").active=!0}))}},n}(i))||f);n._RF.pop()}}}));
- System.register("chunks:///_virtual/BuyItemLayer.ts",["./rollupPluginModLoBabelHelpers.js","cc","./BasePanel.ts","./AudioManager.ts","./Data.ts","./WindowManager.ts","./MsgHints.ts","./Main.ts","./GameConst.ts"],(function(t){var e,n,a,i,o,s,c,r,u,l,y;return{setters:[function(t){e=t.inheritsLoose},function(t){n=t.cclegacy,a=t._decorator},function(t){i=t.default},function(t){o=t.audioMgr},function(t){s=t.default},function(t){c=t.default},function(t){r=t.default},function(t){u=t.Main},function(t){l=t.ITEM_TYPE,y=t.GameConst}],execute:function(){var f;n._RF.push({},"319a3lNH0ZNqJYKvBxPxIkf","BuyItemLayer",void 0);var m=a.ccclass;a.property,t("BuyItemLayer",m("BuyItemLayer")(f=function(t){function n(){for(var e,n=arguments.length,a=new Array(n),i=0;i<n;i++)a[i]=arguments[i];return(e=t.call.apply(t,[this].concat(a))||this).type=void 0,e}e(n,t);var a=n.prototype;return a.setItemType=function(t){this.type=t,this.GetGameObject("Magnet").active=t==l.Magnet,this.GetGameObject("Hint").active=t==l.Hint,this.GetGameObject("Frozen").active=t==l.Frozen,this.GetGameObject("Time").active=t==l.Time,this.SetText("lbl_name",y.getItemName(t)),u.I._GameUI.pasue=!0},a.onDestroy=function(){t.prototype.onDestroy.call(this),u.I._GameUI.pasue=!1},a.onBtnClicked=function(t,e){switch(o.playOneShot(y.audios.btnclick),t.target.name){case"btn_close":this.close();break;case"btn_buy":s.user.coin<90?c.ins.open("BuyCoinLayer"):(r.show("购买成功!"),s.user.coin-=90,s.user.addItem(this.type,3),s.save(),this.close())}},n}(i))||f);n._RF.pop()}}}));
- System.register("chunks:///_virtual/BuyLifeLayer.ts",["./rollupPluginModLoBabelHelpers.js","cc","./platformSystem.ts","./BasePanel.ts","./AudioManager.ts","./Data.ts","./Utils.ts","./GameConst.ts"],(function(e){var t,i,s,n,o,a,r,u,l;return{setters:[function(e){t=e.inheritsLoose},function(e){i=e.cclegacy,s=e._decorator},function(e){n=e.default},function(e){o=e.default},function(e){a=e.audioMgr},function(e){r=e.default},function(e){u=e.default},function(e){l=e.GameConst}],execute:function(){var c;i._RF.push({},"98a55rrdspLsI3mkIbROuIw","BuyLifeLayer",void 0);var f=s.ccclass;s.property,e("BuyLifeLayer",f("BuyLifeLayer")(c=function(e){function i(){return e.apply(this,arguments)||this}t(i,e);var s=i.prototype;return s.update=function(){if(this.SetText("lbl_life",r.user.life+""),r.user.life>=l.MAX_LIFE)this.SetText("lbl_life_time","已满");else{0==r.user.life_cost_time&&(r.user.life_cost_time=Date.now());var e=(Date.now()-r.user.life_cost_time)/1e3,t=Math.floor(e/60/l.MAX_LIFE_RECOVERY_TIME);t>0&&(r.user.life+=t),e-=t*l.MAX_LIFE_RECOVERY_TIME*60,this.SetText("lbl_life_time",u.getTimeStrByS(60*l.MAX_LIFE_RECOVERY_TIME-e))}},s.star=function(){n.platform.showInterstitialAd()},s.onBtnClicked=function(e,t){var i=this;switch(a.playOneShot(l.audios.btnclick),e.target.name){case"btn_close":this.close();break;case"btn_ad":n.platform.showRewardVideo((function(e){e&&(r.user.life+=1,r.save(),i.close())}))}},i}(o))||c);i._RF.pop()}}}));
- System.register("chunks:///_virtual/ComponentEx.ts",["./rollupPluginModLoBabelHelpers.js","cc"],(function(n){var e,t,r,o,i;return{setters:[function(n){e=n.inheritsLoose},function(n){t=n.cclegacy,r=n._decorator,o=n.find,i=n.Component}],execute:function(){var s;t._RF.push({},"819feri7DxHQ62MHmCI5Kc2","ComponentEx",void 0);var c=r.ccclass;r.property,n("ComponentEx",c("ComponentEx")(s=function(n){function t(){for(var e,t=arguments.length,r=new Array(t),o=0;o<t;o++)r[o]=arguments[o];return(e=n.call.apply(n,[this].concat(r))||this).m_objects=new Map,e}e(t,n);var r=t.prototype;return r._findInChildren=function(n,e){var t=n.getChildByName(e);if(t)return t;if(0==n.children.length)return null;for(var r=0;r<n.children.length;++r){var o=this._findInChildren(n.children[r],e);if(o)return o}return null},r.GetNode=function(n,e){if(void 0===e&&(e=!1),!e){if(this.m_objects&&this.m_objects.has(n))return this.m_objects.get(n);if(n==this.node.name)return this.node}if(-1!=n.indexOf("/")){var t=o(n,this.node);return t&&this.m_objects.set(n,t),t}return(t=this._findInChildren(this.node,n))&&this.m_objects.set(n,t),t},r.GetNodeFromCanvas=function(n){var e=o("Canvas").getComponent(t);return e||(e=o("Canvas").getComponentInChildren(t)),e.GetNode(n)},r.findComponentInParent=function(n,e){for(var t=n;t;){var r=t.getComponent(e);if(r)return r;t=t.parent}return null},t}(i))||s);t._RF.pop()}}}));
- System.register("chunks:///_virtual/CsvManager.ts",["./rollupPluginModLoBabelHelpers.js","cc","./CsvParser.ts","./Singleton.ts","./BundleManager.ts","./GameConst.ts","./Logger.ts"],(function(e){var r,n,t,a,s,o,u,i,c,l,f,p;return{setters:[function(e){r=e.inheritsLoose,n=e.asyncToGenerator,t=e.regeneratorRuntime,a=e.createForOfIteratorHelperLoose},function(e){s=e.cclegacy,o=e._decorator,u=e.TextAsset},function(e){i=e.CsvParser},function(e){c=e.Singleton},function(e){l=e.bundleMgr},function(e){f=e.GameConst},function(e){p=e.Logger}],execute:function(){var g;s._RF.push({},"d5fb9D+44ZAy5iHguyBG4yt","CsvManager",void 0);var d=o.ccclass,h=(o.property,d("CsvManager")(g=function(e){function s(){for(var r,n=arguments.length,t=new Array(n),a=0;a<n;a++)t[a]=arguments[a];return(r=e.call.apply(e,[this].concat(t))||this)._directory="csv",r._parser=new i,r}r(s,e);var o=s.prototype;return o.loadAll=function(){var e=n(t().mark((function e(r,n){var s,o,u,i,c,g,d,h,v,b;return t().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,l.getBundle(f.bundleName.resources);case 2:if(s=e.sent,0!==(o=s.getDirWithPath(this._directory)).length){e.next=7;break}return p.warn("目录 "+this._directory+" 下未找到CSV文件"),e.abrupt("return");case 7:u=o.length,i=0,c=a(o);case 10:if((g=c()).done){e.next=22;break}return d=g.value,e.next=14,this._loadSingleTable(d.path);case 14:h=e.sent,v=this._parser.addTable(h.name,h.text),i++,null==r||r(i,u),b=d.path.split("/").pop(),null==n||n(i==u,b,v);case 20:e.next=10;break;case 22:case"end":return e.stop()}}),e,this)})));return function(r,n){return e.apply(this,arguments)}}(),o._loadSingleTable=function(){var e=n(t().mark((function e(r){var n;return t().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,l.getBundle(f.bundleName.resources);case 2:return n=e.sent,e.abrupt("return",new Promise((function(e,t){n.load(r,u,(function(n,a){n||!a?t(n||new Error("加载资源 "+r+" 失败")):e(a)}))})));case 4:case"end":return e.stop()}}),e)})));return function(r){return e.apply(this,arguments)}}(),o.getTableArr=function(e){return this._parser.getTableArr(e)},o.findOne=function(e,r){return this.getTableArr(e).find(r)},o.findMany=function(e,r){return this.getTableArr(e).filter(r)},s}(c))||g);e("csvMgr",h.ins());s._RF.pop()}}}));
- System.register("chunks:///_virtual/CsvParser.ts",["cc"],(function(e){var t,r;return{setters:[function(e){t=e.cclegacy,r=e._decorator}],execute:function(){var n;t._RF.push({},"0b6bfc6NJFCJJlql9qr+dR+","CsvParser",void 0);var i=r.ccclass,s=(r.property,[",",";","\t","|","^"]),u=["\r\n","\r","\n"],a=function(e,t,r,n){return r instanceof Array?"any"===r[t]?n[t]:"number"===r[t]?Number(n[t]):"boolean"===r[t]?"true"===n[t]||"t"===n[t]||"1"===n[t]:n[t]:"any"===r?n[t]:isNaN(Number(e))?"false"==e||"true"==e||"t"==e||"f"==e?"true"===n[t]||"t"===n[t]||"1"===n[t]:n[t]:Number(n[t])},o={STANDARD_DECODE_OPTS:{skip:0,limit:!1,header:!1,cast:!1,comment:""},STANDARD_ENCODE_OPTS:{delimiter:s[0],newline:u[0],skip:0,limit:!1,header:!1},quoteMark:'"',doubleQuoteMark:'""',quoteRegex:/"/g,assign:function(){for(var e=Array.prototype.slice.call(arguments),t=e[0],r=e.slice(1),n=0,i=r.length;n<i;n++)for(var s in r[n])t[s]=r[n][s];return t},map:function(e,t){for(var r=[],n=0,i=e.length;n<i;n++)r[n]=t(e[n],n);return r},getType:function(e){return Object.prototype.toString.call(e).slice(8,-1)},getLimit:function(e,t){return!1===e?t:e},buildObjectConstructor:function(e,t,r){return function(n){var i=new Object,s=function(e,t){return i[e]=t};return r?e.forEach((function(e,i){s(e,a(t[i],i,r,n))})):e.forEach((function(e,r){s(e,a(t[r],r,"any",n))})),i}},buildArrayConstructor:function(e,t,r){return function(n){var i=new Array(t.length),s=function(e,t){return i[e]=t};return r?e.forEach((function(e,i){s(e,a(t[i],i,r,n))})):e.forEach((function(e,r){s(e,a(t[r],r,"any",n))})),i}},frequency:function(e,t,r){void 0===r&&(r=!1);for(var n=0,i=0,s=this.getLimit(r,e.length);i<s&&-1!==(i=e.indexOf(t,i));)i+=1,n++;return n},mostFrequent:function(e,t,r){for(var n,i=t.length-1;i>=0;i--)this.frequency(e,t[i],r)>0&&(n=t[i]);return n||t[0]},unsafeParse:function(e,t,r){var n,i,s=e.split(t.newline);function u(e){var r=e.shift();if(r.indexOf('"')>=0){for(var n=0,i=0,s=0;e.length>0&&(-1!==(n=r.indexOf('"',i))||s%2!=0);)-1!==n?(i=n+1,s++):r=r+t.newline+e.shift();var u,a=[],o=0,l=0,c=0,h=r.length;for(var f in r)if(r.hasOwnProperty(f)){var d=parseInt(f),v=r[f];0===d&&'"'===v&&(o++,l=1),'"'===v&&(o++,r[d-1]===t.delimiter&&l===d&&l++),'"'===v&&o%2==0&&(r[d+1]!==t.delimiter&&d+1!==h||(c=d,u=r.substring(l,c),a.push(u),c=l=c+2)),v===t.delimiter&&o%2==0&&((c=d)>l?(u=r.substring(l,c),a.push(u),c=l=c+1):c===l&&(a.push(""),c=l=c+1))}return(c=h)>=l&&(u=r.substring(l,c),a.push(u)),a}return r.split(t.delimiter)}for(t.skip>0&&s.splice(t.skip),t.header?(!0===t.header?(t.comment=u(s),t.cast=u(s),n=u(s)):"Array"===this.getType(t.header)&&(n=t.header),i=this.buildObjectConstructor(n,s[0].split(t.delimiter),t.cast)):i=this.buildArrayConstructor(n,s[0].split(t.delimiter),t.cast);s.length>0;){var a=u(s);a.length>1&&r(i(a),n[0])}return!0},safeParse:function(e,t,r){t.delimiter;var n=t.newline,i=e.split(n);return t.skip>0&&i.splice(t.skip),!0},encodeCells:function(e,t,r){for(var n=e.slice(0),i=0,s=n.length;i<s;i++)-1!==n[i].indexOf(this.quoteMark)&&(n[i]=n[i].replace(this.quoteRegex,this.doubleQuoteMark)),-1===n[i].indexOf(t)&&-1===n[i].indexOf(r)||(n[i]=this.quoteMark+n[i]+this.quoteMark);return n.join(t)},encodeArrays:function(e,t,r){var n=t.delimiter,i=t.newline;t.header&&"Array"===this.getType(t.header)&&r(this.encodeCells(t.header,n,i));for(var s=0,u=this.getLimit(t.limit,e.length);s<u;s++)r(this.encodeCells(e[s],n,i));return!0},encodeObjects:function(e,t,r){var n,i,s=t.delimiter,u=t.newline;for(var a in n=[],i=[],e[0])n.push(a),i.push(e[0][a]);!0===t.header?r(this.encodeCells(n,s,u)):"Array"===this.getType(t.header)&&r(this.encodeCells(t.header,s,u)),r(this.encodeCells(i,s));for(var o=1,l=this.getLimit(t.limit,e.length);o<l;o++){i=[];for(var c=0,h=n.length;c<h;c++)i.push(e[o][n[c]]);r(this.encodeCells(i,s,u))}return!0},parse:function(e,t,r){var n;if("Function"===this.getType(t)?(r=t,t={}):"Function"!==this.getType(r)?r=(n=[]).push.bind(n):n=[],t=this.assign({},this.STANDARD_DECODE_OPTS,t),this.opts=t,!t.delimiter||!t.newline){var i=Math.min(48,Math.floor(e.length/20),e.length);t.delimiter=t.delimiter||this.mostFrequent(e,s,i),t.newline=t.newline||this.mostFrequent(e,u,i)}return this.unsafeParse(e,t,r)&&(!(n.length>0)||n)},encode:function(e,t,r){var n;return"Function"===this.getType(t)?(r=t,t={}):"Function"!==this.getType(r)&&(r=(n=[]).push.bind(n)),(t=this.assign({},this.STANDARD_ENCODE_OPTS,t)).skip>0&&(e=e.slice(t.skip)),("Array"===this.getType(e[0])?this.encodeArrays:this.encodeObjects)(e,t,r)&&(!(n.length>0)||n.join(t.newline))}};e("CsvParser",i("CsvParser")(n=function(){function e(){this._csvTables={},this._csvTableForArr={},this._tableCast={},this._tableComment={}}var t=e.prototype;return t.addTable=function(e,t,r){if(!this._csvTables[e]||r){var n={},i=[];return o.parse(t,{header:!0,cast:"any"},(function(e,t){n[e[t]]=e,i.push(e)})),this._tableCast[e]=o.opts.cast,this._tableComment[e]=o.opts.comment,this._csvTables[e]=n,this._csvTableForArr[e]=i,i}},t.getTableArr=function(e){return this._csvTableForArr[e]},t.getTable=function(e){return this._csvTables[e]},t.queryOne=function(e,t,r){var n=this.getTable(e);if(!n)return null;if(!t)return n[r];for(var i in n)if(n.hasOwnProperty(i)&&n[i][t]===r)return n[i]},t.queryByID=function(e,t){return this.queryOne(e,null,t)},t.queryAll=function(e,t,r){var n=this.getTable(e);if(!n||!t)return null;var i={};for(var s in n)n.hasOwnProperty(s)&&n[s][t]===r&&(i[s]=n[s]);return i},t.queryIn=function(e,t,r){var n=this.getTable(e);if(!n||!t)return null;for(var i={},s=Object.keys(n),u=s.length,a=0;a<u;a++){var o=n[s[a]];r.indexOf(o[t])>-1&&(i[s[a]]=o)}return i},t.queryByCondition=function(e,t){if(t.constructor!==Object)return null;var r=this.getTable(e);if(!r)return null;for(var n={},i=Object.keys(r),s=i.length,u=Object.keys(t),a=u.length,o=0;o<s;o++){for(var l=r[i[o]],c=!0,h=0;h<a;h++){var f=u[h];c=c&&t[f]===l[f]&&!n[i[o]]}c&&(n[i[o]]=l)}return n},t.queryOneByCondition=function(e,t){if(t.constructor!==Object)return null;var r=this.getTable(e);if(!r)return null;var n=Object.keys(t),i=n.length;for(var s in r){for(var u=r[s],a=!0,o=0;o<i;o++){var l=n[o];a=a&&t[l]===u[l]}if(a)return u}return null},e}())||n);t._RF.pop()}}}));
- System.register("chunks:///_virtual/Data.ts",["cc","./UserModel.ts","./GameConst.ts"],(function(t){var a,e,o;return{setters:[function(t){a=t.cclegacy},function(t){e=t.default},function(t){o=t.GameConst}],execute:function(){a._RF.push({},"1f51eZt1oBJSb+sFNAgk0kG","Data",void 0);var n=t("default",function(){function t(){}return t.save=function(a){void 0===a&&(a=!1);var e={};e.user=t.user.getUploadData(),t.savedata(e,a)},t.getGameData=function(){return localStorage.getItem(o.local_data_key)},t.loadData=function(){var a=localStorage.getItem(o.local_data_key);a&&(a=JSON.parse(a),console.log("本地数据",a),t.user.setData(a.user))},t.savedata=function(t,a){void 0===a&&(a=!1),localStorage.setItem("savedatatime",Date.now().toString());var e=JSON.stringify(t);localStorage.setItem(o.local_data_key,e),t.game={},(Date.now()-this.savedatatime>18e4||a)&&(this.savedatatime=Date.now())},t}());n.user=new e,n.savedatatime=0,a._RF.pop()}}}));
- System.register("chunks:///_virtual/DateTime.ts",["cc"],(function(e){var t,r;return{setters:[function(e){t=e.cclegacy,r=e._decorator}],execute:function(){var a;t._RF.push({},"8cc67MqISNOA5U7a2gprve+","DateTime",void 0);var n=r.ccclass,o=(r.property,e("DateFormat",function(e){return e.Y="year",e.YM="year-month",e.YMD="year-month-day",e.YMDH="year-month-day-hour",e.YMDHM="year-month-day-hour-minute",e.YMDHMS="year-month-day-hour-minute-second",e}({})));e("DateTime",n("DateTime")(a=function(){function e(){}return e.formatDate=function(e,t,r){void 0===t&&(t=o.YMD),void 0===r&&(r=!1);var a="string"==typeof e?new Date(e):e;if(isNaN(a.getTime()))throw new Error("Invalid date input");var n={year:r?a.getUTCFullYear():a.getFullYear(),month:String((r?a.getUTCMonth():a.getMonth())+1).padStart(2,"0"),day:String(r?a.getUTCDate():a.getDate()).padStart(2,"0"),hours:String(r?a.getUTCHours():a.getHours()).padStart(2,"0"),minutes:String(r?a.getUTCMinutes():a.getMinutes()).padStart(2,"0"),seconds:String(r?a.getUTCSeconds():a.getSeconds()).padStart(2,"0")};switch(t){case o.Y:return String(n.year);case o.YM:return n.year+"-"+n.month;case o.YMD:return n.year+"-"+n.month+"-"+n.day;case o.YMDH:return n.year+"-"+n.month+"-"+n.day+" "+n.hours;case o.YMDHM:return n.year+"-"+n.month+"-"+n.day+" "+n.hours+":"+n.minutes;case o.YMDHMS:return n.year+"-"+n.month+"-"+n.day+" "+n.hours+":"+n.minutes+":"+n.seconds;default:throw new Error("Unsupported format")}},e.getFriendlyTime=function(e){var t=new Date,r="string"==typeof e?new Date(e):e,a=Math.floor((t.getTime()-r.getTime())/1e3);return a<60?"刚刚":a<3600?Math.floor(a/60)+"分钟前":a<86400?Math.floor(a/3600)+"小时前":a<172800?"昨天":a<2592e3?Math.floor(a/86400)+"天前":a<31536e3?Math.floor(a/2592e3)+"个月前":Math.floor(a/31536e3)+"年前"},e.isSameDay=function(e,t){var r="string"==typeof e?new Date(e):e,a="string"==typeof t?new Date(t):t;return r.getFullYear()===a.getFullYear()&&r.getMonth()===a.getMonth()&&r.getDate()===a.getDate()},e.getDaysBetween=function(e,t){var r="string"==typeof e?new Date(e):e,a="string"==typeof t?new Date(t):t,n=Math.abs(a.getTime()-r.getTime());return Math.floor(n/864e5)},e.isFutureDate=function(e){var t;if(t="string"==typeof e?e.includes("T")?new Date(e):new Date(e+"T00:00:00Z"):"number"==typeof e?new Date(e):e,isNaN(t.getTime()))throw new Error("Invalid date input");var r=new Date;r.setUTCHours(0,0,0,0);var a=new Date(t);return a.setUTCHours(0,0,0,0),a>r},e}())||a);t._RF.pop()}}}));
- System.register("chunks:///_virtual/debug-view-runtime-control.ts",["./rollupPluginModLoBabelHelpers.js","cc"],(function(t){var e,o,i,n,s,l,r,a,g,h,p,c,C,d,m,u,L;return{setters:[function(t){e=t.applyDecoratedDescriptor,o=t.inheritsLoose,i=t.initializerDefineProperty,n=t.assertThisInitialized},function(t){s=t.cclegacy,l=t._decorator,r=t.Node,a=t.Color,g=t.Canvas,h=t.UITransform,p=t.instantiate,c=t.Label,C=t.RichText,d=t.Toggle,m=t.Button,u=t.director,L=t.Component}],execute:function(){var f,M,b,v,T,S,x,E,I;s._RF.push({},"b2bd1+njXxJxaFY3ymm06WU","debug-view-runtime-control",void 0);var A=l.ccclass,y=l.property;t("DebugViewRuntimeControl",(f=A("internal.DebugViewRuntimeControl"),M=y(r),b=y(r),v=y(r),f((x=e((S=function(t){function e(){for(var e,o=arguments.length,s=new Array(o),l=0;l<o;l++)s[l]=arguments[l];return e=t.call.apply(t,[this].concat(s))||this,i(e,"compositeModeToggle",x,n(e)),i(e,"singleModeToggle",E,n(e)),i(e,"EnableAllCompositeModeButton",I,n(e)),e._single=0,e.strSingle=["No Single Debug","Vertex Color","Vertex Normal","Vertex Tangent","World Position","Vertex Mirror","Face Side","UV0","UV1","UV Lightmap","Project Depth","Linear Depth","Fragment Normal","Fragment Tangent","Fragment Binormal","Base Color","Diffuse Color","Specular Color","Transparency","Metallic","Roughness","Specular Intensity","IOR","Direct Diffuse","Direct Specular","Direct All","Env Diffuse","Env Specular","Env All","Emissive","Light Map","Shadow","AO","Fresnel","Direct Transmit Diffuse","Direct Transmit Specular","Env Transmit Diffuse","Env Transmit Specular","Transmit All","Direct Internal Specular","Env Internal Specular","Internal All","Fog"],e.strComposite=["Direct Diffuse","Direct Specular","Env Diffuse","Env Specular","Emissive","Light Map","Shadow","AO","Normal Map","Fog","Tone Mapping","Gamma Correction","Fresnel","Transmit Diffuse","Transmit Specular","Internal Specular","TT"],e.strMisc=["CSM Layer Coloration","Lighting With Albedo"],e.compositeModeToggleList=[],e.singleModeToggleList=[],e.miscModeToggleList=[],e.textComponentList=[],e.labelComponentList=[],e.textContentList=[],e.hideButtonLabel=void 0,e._currentColorIndex=0,e.strColor=["<color=#ffffff>","<color=#000000>","<color=#ff0000>","<color=#00ff00>","<color=#0000ff>"],e.color=[a.WHITE,a.BLACK,a.RED,a.GREEN,a.BLUE],e}o(e,t);var s=e.prototype;return s.start=function(){if(this.node.parent.getComponent(g)){var t=this.node.parent.getComponent(h),e=.5*t.width,o=.5*t.height,i=.1*e-e,n=o-.1*o,s=this.node.getChildByName("MiscMode"),l=p(s);l.parent=this.node,l.name="Buttons";var r=p(s);r.parent=this.node,r.name="Titles";for(var u=0;u<2;u++){var L=p(this.EnableAllCompositeModeButton.getChildByName("Label"));L.setPosition(i+(u>0?450:150),n,0),L.setScale(.75,.75,.75),L.parent=r;var f=L.getComponent(c);f.string=u?"----------Composite Mode----------":"----------Single Mode----------",f.color=a.WHITE,f.overflow=0,this.labelComponentList[this.labelComponentList.length]=f}n-=20;for(var M=0,b=0;b<this.strSingle.length;b++,M++){b===this.strSingle.length>>1&&(i+=200,M=0);var v=b?p(this.singleModeToggle):this.singleModeToggle;v.setPosition(i,n-20*M,0),v.setScale(.5,.5,.5),v.parent=this.singleModeToggle.parent;var T=v.getComponentInChildren(C);T.string=this.strSingle[b],this.textComponentList[this.textComponentList.length]=T,this.textContentList[this.textContentList.length]=T.string,v.on(d.EventType.TOGGLE,this.toggleSingleMode,this),this.singleModeToggleList[b]=v}i+=200,this.EnableAllCompositeModeButton.setPosition(i+15,n,0),this.EnableAllCompositeModeButton.setScale(.5,.5,.5),this.EnableAllCompositeModeButton.on(m.EventType.CLICK,this.enableAllCompositeMode,this),this.EnableAllCompositeModeButton.parent=l;var S=this.EnableAllCompositeModeButton.getComponentInChildren(c);this.labelComponentList[this.labelComponentList.length]=S;var x=p(this.EnableAllCompositeModeButton);x.setPosition(i+90,n,0),x.setScale(.5,.5,.5),x.on(m.EventType.CLICK,this.changeTextColor,this),x.parent=l,(S=x.getComponentInChildren(c)).string="TextColor",this.labelComponentList[this.labelComponentList.length]=S;var E=p(this.EnableAllCompositeModeButton);E.setPosition(i+200,n,0),E.setScale(.5,.5,.5),E.on(m.EventType.CLICK,this.hideUI,this),E.parent=this.node.parent,(S=E.getComponentInChildren(c)).string="Hide UI",this.labelComponentList[this.labelComponentList.length]=S,this.hideButtonLabel=S,n-=40;for(var I=0;I<this.strMisc.length;I++){var A=p(this.compositeModeToggle);A.setPosition(i,n-20*I,0),A.setScale(.5,.5,.5),A.parent=s;var y=A.getComponentInChildren(C);y.string=this.strMisc[I],this.textComponentList[this.textComponentList.length]=y,this.textContentList[this.textContentList.length]=y.string,A.getComponent(d).isChecked=!!I,A.on(d.EventType.TOGGLE,I?this.toggleLightingWithAlbedo:this.toggleCSMColoration,this),this.miscModeToggleList[I]=A}n-=150;for(var D=0;D<this.strComposite.length;D++){var B=D?p(this.compositeModeToggle):this.compositeModeToggle;B.setPosition(i,n-20*D,0),B.setScale(.5,.5,.5),B.parent=this.compositeModeToggle.parent;var w=B.getComponentInChildren(C);w.string=this.strComposite[D],this.textComponentList[this.textComponentList.length]=w,this.textContentList[this.textContentList.length]=w.string,B.on(d.EventType.TOGGLE,this.toggleCompositeMode,this),this.compositeModeToggleList[D]=B}}else console.error("debug-view-runtime-control should be child of Canvas")},s.isTextMatched=function(t,e){var o=new String(t),i=o.search(">");return-1===i?t===e:(o=(o=o.substr(i+1)).substr(0,o.search("<")))===e},s.toggleSingleMode=function(t){for(var e=u.root.debugView,o=t.getComponentInChildren(C),i=0;i<this.strSingle.length;i++)this.isTextMatched(o.string,this.strSingle[i])&&(e.singleMode=i)},s.toggleCompositeMode=function(t){for(var e=u.root.debugView,o=t.getComponentInChildren(C),i=0;i<this.strComposite.length;i++)this.isTextMatched(o.string,this.strComposite[i])&&e.enableCompositeMode(i,t.isChecked)},s.toggleLightingWithAlbedo=function(t){u.root.debugView.lightingWithAlbedo=t.isChecked},s.toggleCSMColoration=function(t){u.root.debugView.csmLayerColoration=t.isChecked},s.enableAllCompositeMode=function(t){var e=u.root.debugView;e.enableAllCompositeMode(!0);for(var o=0;o<this.compositeModeToggleList.length;o++){this.compositeModeToggleList[o].getComponent(d).isChecked=!0}var i=this.miscModeToggleList[0].getComponent(d);i.isChecked=!1,e.csmLayerColoration=!1,(i=this.miscModeToggleList[1].getComponent(d)).isChecked=!0,e.lightingWithAlbedo=!0},s.hideUI=function(t){var e=this.node.getChildByName("Titles"),o=!e.active;this.singleModeToggleList[0].parent.active=o,this.miscModeToggleList[0].parent.active=o,this.compositeModeToggleList[0].parent.active=o,this.EnableAllCompositeModeButton.parent.active=o,e.active=o,this.hideButtonLabel.string=o?"Hide UI":"Show UI"},s.changeTextColor=function(t){this._currentColorIndex++,this._currentColorIndex>=this.strColor.length&&(this._currentColorIndex=0);for(var e=0;e<this.textComponentList.length;e++)this.textComponentList[e].string=this.strColor[this._currentColorIndex]+this.textContentList[e]+"</color>";for(var o=0;o<this.labelComponentList.length;o++)this.labelComponentList[o].color=this.color[this._currentColorIndex]},s.onLoad=function(){},s.update=function(t){},e}(L)).prototype,"compositeModeToggle",[M],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return null}}),E=e(S.prototype,"singleModeToggle",[b],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return null}}),I=e(S.prototype,"EnableAllCompositeModeButton",[v],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return null}}),T=S))||T));s._RF.pop()}}}));
- System.register("chunks:///_virtual/DebugTools.ts",["./rollupPluginModLoBabelHelpers.js","cc","./GameConst.ts","./Data.ts","./WindowManager.ts","./LevelsData.ts"],(function(t){var e,n,o,a,s,r,u,i,c;return{setters:[function(t){e=t.inheritsLoose},function(t){n=t.cclegacy,o=t._decorator,a=t.sys,s=t.Component},function(t){r=t.GameConst},function(t){u=t.default},function(t){i=t.default},function(t){c=t.levelsData}],execute:function(){var l;n._RF.push({},"12146UverlP74Y/Ujkyi5Ir","DebugTools",void 0);var d=o.ccclass;o.property,t("default",d("DebugTools")(l=function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var o=n.prototype;return o.start=function(){a.platform!==a.Platform.DESKTOP_BROWSER&&(this.addBtn("清除数据",(function(){localStorage.setItem(r.local_data_key,"")})),this.addBtn("金币+100",(function(){u.user.coin+=100})),this.addBtn("Star+100",(function(){u.user.star+=100;var t=c.getModesNames();u.user.openIndex<t.length-1&&i.ins.open("NewPackOpenedLayer",u.user.openIndex)})),this.addBtn("LV++",(function(){u.user.lv++})))},o.addBtn=function(t,e){var n=document.getElementsByClassName("toolbar")[0];if(n){var o=document.createElement("div");o.className="item",o.innerHTML="<button id='"+t+"'>"+t+"</button>",n.appendChild(o),document.getElementById(t).onclick=function(){e()}}},n}(s))||l);n._RF.pop()}}}));
- System.register("chunks:///_virtual/DrawStarLayer.ts",["./rollupPluginModLoBabelHelpers.js","cc","./platformSystem.ts","./BasePanel.ts","./AudioManager.ts","./WindowManager.ts","./GameConst.ts"],(function(t){var i,e,s,a,n,r,o,u,c;return{setters:[function(t){i=t.inheritsLoose},function(t){e=t.cclegacy,s=t._decorator,a=t.tween},function(t){n=t.default},function(t){r=t.default},function(t){o=t.audioMgr},function(t){u=t.default},function(t){c=t.GameConst}],execute:function(){var l;e._RF.push({},"7afe5oq/n9DwrKNNlUUERm9","DrawStarLayer",void 0);var h=s.ccclass;s.property,t("DrawStarLayer",h("DrawStarLayer")(l=function(t){function e(){for(var i,e=arguments.length,s=new Array(e),a=0;a<e;a++)s[a]=arguments[a];return(i=t.call.apply(t,[this].concat(s))||this).indicator=null,i.star=0,i.dir=1,i.beisu=1,i.pause=!1,i}i(e,t);var s=e.prototype;return s.start=function(){this.indicator=this.GetGameObject("star-gamification-indicator"),o.playOneShot(c.audios.pass)},s.setStar=function(t){this.star=t,this.SetText("lbl_star",t+"")},s.update=function(){if(!this.pause){var t=this.indicator.getPosition();t.x+=10*this.dir,t.x>190&&(this.dir=-1),t.x<-190&&(this.dir=1),this.indicator.setPosition(t);var i=this.indicator.getPosition().x;i>=-190&&i<-145?this.beisu=2:i>=-145&&i<-98?this.beisu=3:i>=-98&&i<-36?this.beisu=4:i>=-36&&i<36?this.beisu=5:i>=36&&i<98?this.beisu=4:i>=98&&i<145?this.beisu=3:i>=145&&i<=190&&(this.beisu=2),this.SetText("lbl_beisu","x"+this.beisu)}},s.onBtnClicked=function(t,i){var e=this;switch(o.playOneShot(c.audios.btnclick),t.target.name){case"btn_get":this.pause=!0,u.ins.open("LevelClearLayer").then((function(t){t.setAddStar(e.star)})),this.close();break;case"btn_ad":this.pause=!0,a(this.node).delay(1).call((function(){n.platform.showRewardVideo((function(t){t&&(u.ins.open("LevelClearLayer").then((function(t){t.setAddStar(e.star*e.beisu)})),e.close())}))})).start()}},e}(r))||l);e._RF.pop()}}}));
- System.register("chunks:///_virtual/en.ts",["cc","./LanguageData.ts"],(function(){var e,i;return{setters:[function(i){e=i.cclegacy},function(e){i=e.default}],execute:function(){e._RF.push({},"c2ee7NzXEdG1Z3CXlfjoO8M","en",void 0),i.languages.en={start:{startGame:"Start"},main_1:{"%{value}/s":"%{value}/s",free:"free"},signReward:{"你已经连续签到%{value}天,继续保持":"Sign in for %{value} days,keep on",diamondsNum:"diamonds x2"},button:{normalReceive:"<u><color=#ffffff>Normal receive</color></u>",receive:"Receive",directCollection:"<u><color=#ffffff>Receive</color></u>",doubleReceive:"Double",noUpdate:"<u><color=#ffffff>No update</color></u>",giveUpReward:"<u><color=#ffffff>Give up reward</color></u>"},main:{dataLoading:"Data loading...",dataLoadOver:"Data loading completed...",loginSuccess:"Login success...",gameResourceLoading:"Game Resource Loading...",audioResourceLoading:"Audio Resource Loading...",mappingResourceLoading:"Mapping resource loading...",modelResourceLoading:"Model resource loading...",entering:"Entering..."},mainUI:{start:"Click screen to start",changeCar:"Change cars"},shop:{btnClose:"Close",go:"Go",acquired:"Acquired",current:"Current",receive:"Receive",getGold:"Gold coins for watching AD"},balance:{"你完成了%{value}个订单":"Complete %{value} order",youEarnedIt:"You earned it",clickReceive:"Click revive",receiveImmediately:"Receive Now"},carTask:{"初始车辆":"Initial vehicle","分享获得":"Share gain","签到获得":"Signin gain","通过关卡获得":"Get through a checkpoint"},signin:{title:"Sign in on the 7th",notYet:"Not yet",normalReceive:"Normal receive",receive:"Receive",doubleReceive:"Double receive",fillSignin:"Fill signin"},fightManager:{loadingMap:"Loading map...",buildingCity:"Start building cities...",cityLoadOver:"City loaded..."},fightMap:{trimTheGround:"The ground is being trimmed...",pavingTheRoad:"Paving the way...",plantingTree:"The trees are being planted...",decorateHouse:"The house is being renovated...",paintLandmarks:"The landmark is being painted..."},online:{close:"Close",clickReceive:"Click receive",dailyIncome:"Daily income is available"},lottery:{title:"Wheel of fortune",free:"Free"},talk:{"你好,请到街对面接我.":"Hello, please meet me across the street.","停车!停车!":"Stop the car, please! Stop the car, please!","去消费最高的地方.":"Go to the place where you spend the most.","去附近的希尔顿酒店.":"Go to the nearby hilton hotel.","司机快来!我老婆要生了!":"Driver, come on! My wife is having a baby!","大哥快点,我赶时间.":"Eldest brother hurry up, I'm in a hurry.","师傅,5分钟内能到吗?":"Master, can you be there in 5 minutes?","师傅,你是老司机嘛?":"Master, are you an old driver?","师傅,你跑一天能赚多少?":"Master, how much do you earn per day?","师傅快点,我要赶飞机.":"Master, hurry up, I have to catch the plane.","师傅跟上那辆法拉利.":"Master, keep up with that Ferrari.","带我去最近的银行.":"Take me to the nearest bank.","帮我跟上前面那辆车!":"Help me keep up with the car in front!","快去火车站,我赶车!":"Go to the railway station, I'll catch the bus!","我在酒店大堂门口等你.":"I'll wait for you at the gate of the hotel lobby.","要下雨了,你快来!":"It's going to rain, you come quickly!"},showReward:{title:"Reward",normalReceive:"Normal receive",ReceiveImmediately:" Receive Now",doubleReceive:"Double receive",alreadyHadCar:"You already own the vehicle and automatically convert it into the corresponding gold coin.",buySuccessful:"Buy successful",confrim:"Confrim",signinReward:"Signin reward"},revive:{reviveImmediately:"Resurrection Now",skip:"Skip",tips:"It's a pity that we came close to the finish line.!",continue:"Resurrection continues."},clickBox:{title:"Mysterious gift",progress:"The faster you click, the more rewards you will receive.",clickMe:"click me fast",normalReceive:"Normal receive",doubleReceive:"Double receive"},trial:{title:"Free trial",tryItNow:"Try It Now",giveUp:"Give up the trial and start the game."},invinceible:{title:"Invincible start",confirm:"Confrim",close:"Close"},setting:{title:"Setting",version:"Version:",close:"Close"}},e._RF.pop()}}}));
- System.register("chunks:///_virtual/EventEmitter.ts",["./rollupPluginModLoBabelHelpers.js","cc","./Singleton.ts"],(function(t){var e,n,r,i;return{setters:[function(t){e=t.inheritsLoose},function(t){n=t.cclegacy,r=t._decorator},function(t){i=t.Singleton}],execute:function(){var s;n._RF.push({},"eef30aCO4hI0ZvvAJvZaGOD","EventEmitter",void 0);var c=r.ccclass,o=(r.property,c("EventEmitter")(s=function(t){function n(){for(var e,n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return(e=t.call.apply(t,[this].concat(r))||this).eventHash={},e}e(n,t);var r=n.prototype;return r.clearAll=function(){console.log("清空所有事件监听"),this.eventHash={}},r.register=function(t,e,n){this.eventHash[e]||(this.eventHash[e]=[]),this.eventHash[e].some((function(e){return e.func===n&&e.target===t}))||this.eventHash[e].push({func:n,target:t})},r.unregister=function(t,e){var n=this.eventHash[e];if(n&&n.length>0)for(var r=n.length-1;r>=0;r--)n[r].target===t&&n.splice(r,1)},r.dispatch=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];var i=this.eventHash[t];i&&i.length>0&&i.slice().forEach((function(e){try{e.func.apply(e.target,n)}catch(e){console.error("事件["+t+"]处理错误:",e)}}))},n}(i))||s);t("eventEmitter",o.ins());n._RF.pop()}}}));
- System.register("chunks:///_virtual/FailLayer.ts",["./rollupPluginModLoBabelHelpers.js","cc","./BasePanel.ts","./AudioManager.ts","./Data.ts","./Main.ts","./GameConst.ts"],(function(t){var e,a,n,i,o,s,c,r;return{setters:[function(t){e=t.inheritsLoose},function(t){a=t.cclegacy,n=t._decorator},function(t){i=t.default},function(t){o=t.audioMgr},function(t){s=t.default},function(t){c=t.Main},function(t){r=t.GameConst}],execute:function(){var l;a._RF.push({},"269133dka1KYJeeB6qTYvXu","FailLayer",void 0);var u=n.ccclass;n.property,t("FailLayer",u("FailLayer")(l=function(t){function a(){return t.apply(this,arguments)||this}return e(a,t),a.prototype.onBtnClicked=function(t,e){switch(o.playOneShot(r.audios.btnclick),t.target.name){case"btn_hall":s.user.life--,s.user.life_cost_time=Date.now(),this.close(),c.I.backHall();break;case"btn_replay":this.close(),c.I.play()}},a}(i))||l);a._RF.pop()}}}));
- System.register("chunks:///_virtual/GameConst.ts",["cc"],(function(e){var t;return{setters:[function(e){t=e.cclegacy}],execute:function(){t._RF.push({},"e35acRUB8JEcok+Iaxv1zHa","GameConst",void 0);var n=e("ITEM_TYPE",function(e){return e.Star="Star",e.Coin="Coin",e.Magnet="Magnet",e.Hint="Hint",e.Frozen="Frozen",e.Time="Time",e}({}));e("BOX_TYPE",function(e){return e[e.LEVEL=0]="LEVEL",e[e.STAR=1]="STAR",e[e.TEAM=2]="TEAM",e}({})),e("GameConst",{isDebug:!0,gameName:"CatchGoose",localCache:{player:"WSOPlayer",settingData:"WSOSettingData",levelsData:"WSOLevelsData"},playerInfoData:"playerInfo",playerName:"playerName",bundleName:{audios:"audios",models:"models",resources:"resources"},audios:{bg_music:"bg_music",btnclick:"btnclick",freeze:"freeze",pass:"pass",softFail:"softFail",starCollect:"starCollect",tap:"tap"},mainUIs:{page1:"pageUI/page1",page2:"pageUI/page2"},popUIs:{settingUI:"ui/settingUI",enterBattleUI:"ui/enterBattleUI",spiritFocusUI:"ui/spiritFocusUI"},CLEAR_ALL_BOX:"CLEAR_ALL_BOX",USE_ITEM_HINT:"USE_ITEM_HINT",USE_ITEM_FROZEN:"USE_ITEM_FROZEN",USE_ITEM_TIME:"USE_ITEM_TIME",getLvBoxReward:function(e){return 1==e?[{type:n.Coin,num:17},{type:n.Hint,num:2}]:2==e?[{type:n.Coin,num:20},{type:n.Hint,num:3},{type:n.Magnet,num:3}]:[{type:n.Coin,num:30},{type:n.Hint,num:5},{type:n.Magnet,num:5},{type:n.Time,num:5}]},getStarBoxReward:function(e){return 1==e?[{type:n.Coin,num:100},{type:n.Hint,num:5}]:2==e?[{type:n.Coin,num:150},{type:n.Hint,num:5},{type:n.Magnet,num:5}]:[{type:n.Coin,num:200},{type:n.Hint,num:5},{type:n.Magnet,num:5},{type:n.Time,num:5}]},getItemName:function(e){return{Star:"星星",Coin:"金币",Magnet:"磁铁",Hint:"提示",Frozen:"冰冻",Time:"额外时间"}[e]},local_data_key:"111",WIN_LAYER:{SCENE:10,POPUP:20,GUIDE:30,TIP:40,ERROR:50,VIDEO:60},WIN_TYPE:{NORMAL:1,FULLSCREEN:2,PERMANENT:3},MAX_LIFE:5,MAX_LIFE_RECOVERY_TIME:2}),e("ITEM_HINT_LV",5),e("ITEM_FROZEN_LV",10),e("ITEM_MAGENT_LV",10),e("ITEM_TIME_LV",20);t._RF.pop()}}}));
- System.register("chunks:///_virtual/GameNode.ts",["./rollupPluginModLoBabelHelpers.js","cc","./TileItem.ts","./Main.ts","./ResUtil.ts","./ComponentEx.ts","./AudioManager.ts","./BusyLoadingManager.ts","./Data.ts","./WindowManager.ts","./MsgHints.ts","./Utils.ts","./EventEmitter.ts","./platformSystem.ts","./GameConst.ts","./LevelsData.ts"],(function(e){var t,o,n,i,s,l,a,r,c,h,d,u,m,f,p,T,g,v,y,P,w,C,R,I,G,N,E,x,M,_,S,k,b;return{setters:[function(e){t=e.inheritsLoose,o=e.asyncToGenerator,n=e.regeneratorRuntime},function(e){i=e.cclegacy,s=e.geometry,l=e._decorator,a=e.input,r=e.Input,c=e.Tween,h=e.tween,d=e.v3,u=e.Camera,m=e.PhysicsSystem,f=e.screen,p=e.Vec3,T=e.find,g=e.MeshRenderer},function(e){v=e.TileItem},function(e){y=e.Main},function(e){P=e.ResUtil},function(e){w=e.ComponentEx},function(e){C=e.audioMgr},function(e){R=e.default,I=e.BUSY_TYPE},function(e){G=e.default},function(e){N=e.default},function(e){E=e.default},function(e){x=e.default},function(e){M=e.eventEmitter},function(e){_=e.default},function(e){S=e.GameConst,k=e.ITEM_TYPE},function(e){b=e.levelsData}],execute:function(){var U;i._RF.push({},"a2d93SPQfJDU4bqNJGq/PnA","GameNode",void 0);var W=s.Ray,L=l.ccclass;l.property,l.executeInEditMode,e("GameNode",L("GameNode")(U=function(e){function i(){for(var t,o=arguments.length,n=new Array(o),i=0;i<o;i++)n[i]=arguments[i];return(t=e.call.apply(e,[this].concat(n))||this).lock=!1,t.collectpos=[],t.collectTiles=[],t.allTiles=[],t.optionTiles=[],t.touchTileItem=null,t}t(i,e);var s=i.prototype;return s.start=function(){var e=this;setTimeout((function(){e.initWall(),e.collectpos=[],e.GetNode("collectbox").children.map((function(t){e.collectpos.push(t.worldPosition),t.active=!1}))}),100),M.register(this,S.CLEAR_ALL_BOX,(function(){console.log("清空盒子"),e.lock=!1,setTimeout((function(){for(var t=0;t<e.collectTiles.length;++t)e.pushBask(e.collectTiles[t].name);e.collectTiles.map((function(e){e.destroy()})),e.collectTiles=[]}),500)})),M.register(this,S.USE_ITEM_HINT,this.prompt.bind(this))},s.onEnable=function(){a.on(r.EventType.TOUCH_START,this.onTouchStart,this),a.on(r.EventType.TOUCH_END,this.onTouchEnd,this),a.on(r.EventType.TOUCH_MOVE,this.onTouchMove,this)},s.onDisable=function(){a.off(r.EventType.TOUCH_START,this.onTouchStart,this),a.off(r.EventType.TOUCH_END,this.onTouchEnd,this),a.off(r.EventType.TOUCH_MOVE,this.onTouchMove,this)},s.moveToRightPos=function(){var e=this;this.collectTiles.map((function(t,i){var s=t.getComponent(v);c.stopAllByTarget(t),s.auto_rotation=!0,h(t).to(.25,{worldPosition:e.collectpos[i].clone(),worldScale:d(1,1,1)}).call((function(){s.removed&&(x.remove(e.optionTiles,t),h(t).to(.2,{worldPosition:s.removedPos},{easing:"backIn"}).call(o(n().mark((function o(){var i,l;return n().wrap((function(o){for(;;)switch(o.prev=o.next){case 0:if(!s.playRmovedEff){o.next=8;break}return i=e.GetNode("Main Camera").getComponent(u).convertToUINode(t.worldPosition,T("Canvas")),o.next=4,P.playSkAni("spine/effect_hecheng","effect",T("Canvas"),i);case 4:l=o.sent,C.playOneShot(S.audios.starCollect),_.platform.vibrateShort(),x.flyAnim(k.Star,l,y.I._GameUI.starNode,1,0,(function(e){e&&y.I._GameUI.star++}));case 8:t.destroy(),e.moveToRightPos(),e.checkResult();case 11:case"end":return o.stop()}}),o)})))).start())})).start()}))},s.chooseTile=function(e){var t=e.name;this.optionTiles.push(e),e.getComponent(v).destoryCollider();for(var o=0;o<this.allTiles.length;++o)if(this.allTiles[o]==e){this.allTiles.splice(o,1);break}var n,i=!1;for(o=this.collectTiles.length-1;o>=0;--o)if(this.collectTiles[o].name==t){var s;(null==(s=this.collectpos[o+1])?void 0:s.clone())||this.collectpos[this.collectpos.length-1].clone(),this.collectTiles.splice(o+1,0,e),i=!0;break}i||((null==(n=this.collectpos[this.collectTiles.length])?void 0:n.clone())||this.collectpos[0].clone(),this.collectTiles.push(e));this.moveToRightPos();var l=this.collectTiles.filter((function(e){return e.name==t}));if(3==l.length)for(o=this.collectTiles.length-1;o>=0;--o)if(this.collectTiles[o].name==t){var a=this.collectTiles[o];a.getComponent(v).removed=!0,this.collectTiles.splice(o,1),a.getComponent(v).removedPos=l[1].worldPosition,a==l[1]&&(a.getComponent(v).playRmovedEff=!0)}this.checkResult()},s.checkResult=function(){this.lock||(this.collectTiles.length>=7?(this.lock=!0,N.ins.isShow("OutOfBoxLayer")||N.ins.open("OutOfBoxLayer")):0==this.collectTiles.length&&0==this.allTiles.length&&(this.lock=!0,N.ins.open("DrawStarLayer").then((function(e){e.setStar(y.I._GameUI.star)}))))},s.onTouchStart=function(e){if(!y.I._GameUI.pasue&&!(G.user.useMagnet||0==this.allTiles.length||this.collectTiles.length>=7)){var t=e.getLocation(),o=this.GetNode("Main Camera").getComponent(u),n=new W;if(null==o||o.screenPointToRay(t.x,t.y,n),m.instance.raycastClosest(n,1)){var i=m.instance.raycastClosestResult.collider.node.parent.getComponent(v);if(i){i.enableCollider=!1;var s=i.node.getWorldPosition();s.y+=.3,i.node.setWorldPosition(s),this.touchTileItem=i}}}},s.onTouchEnd=function(e){if(!y.I._GameUI.pasue&&!G.user.useMagnet&&this.touchTileItem&&!(this.touchTileItem.isMoving||0==this.allTiles.length||this.collectTiles.length>=7)){var t=e.getLocation(),o=this.GetNode("Main Camera").getComponent(u),n=new W;if(null==o||o.screenPointToRay(t.x,t.y,n),m.instance.raycastClosest(n,1)){var i=m.instance.raycastClosestResult.collider.node.parent.getComponent(v);i&&i==this.touchTileItem?(_.platform.vibrateShort(),this.chooseTile(i.node),this.touchTileItem=null,C.playOneShot(S.audios.tap)):this.touchTileItem.enableCollider=!0}}},s.onTouchMove=function(e){if(!y.I._GameUI.pasue&&!(G.user.useMagnet||0==this.allTiles.length||this.collectTiles.length>=7)){var t=e.getLocation(),o=this.GetNode("Main Camera").getComponent(u),n=new W;if(null==o||o.screenPointToRay(t.x,t.y,n),m.instance.raycastClosest(n,1)){var i=m.instance.raycastClosestResult.collider.node.parent.getComponent(v);if(i)if(this.touchTileItem&&i==this.touchTileItem);else{this.touchTileItem&&(this.touchTileItem.enableCollider=!0),i.enableCollider=!1;var s=i.node.getWorldPosition();s.y+=.3,i.node.setWorldPosition(s),this.touchTileItem=i}else this.touchTileItem&&(this.touchTileItem.enableCollider=!0,this.touchTileItem=null)}}},s.initWall=function(){if(m.instance){var e=this.GetNode("Main Camera").getComponent(u),t=new W,o=f.windowSize;if(null==e||e.screenPointToRay(25,o.height/2,t),m.instance.raycastClosest(t)){var n=m.instance.raycastClosestResult;this.GetNode("PlaneLeft").setWorldPosition(n.hitPoint)}if(null==e||e.screenPointToRay(o.width-25,o.height/2,t),m.instance.raycastClosest(t)){var i=m.instance.raycastClosestResult;this.GetNode("PlaneRight").setWorldPosition(i.hitPoint)}if(null==e||e.screenPointToRay(o.width/2,o.height-100,t),m.instance.raycastClosest(t)){var s=m.instance.raycastClosestResult;this.GetNode("PlaneTop").setWorldPosition(s.hitPoint)}var l=this.GetNode("PlaneLeft").worldPosition.x,a=(this.GetNode("PlaneRight").worldPosition.x-l)/8.461091041564941;if(this.GetNode("bottom").scale=d(a,a,a),null==e||e.screenPointToRay(o.width/2,10,t),m.instance.raycastClosest(t)){var r=m.instance.raycastClosestResult,c=new p(r.hitPoint.x,4,r.hitPoint.z);this.GetNode("bottom").setWorldPosition(c)}this.GetNode("PlaneDown").setWorldPosition(this.GetNode("bottom").worldPosition.add3f(0,0,-2.5*a))}},s.createTiles=function(){var e=o(n().mark((function e(){var t,i,s,l,a,r,c,u,m,f,p=this;return n().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:0,t=this.GetNode("PlaneLeft").worldPosition.x+0,i=this.GetNode("PlaneRight").worldPosition.x-0,s=this.GetNode("PlaneDown").worldPosition.z+0,l=this.GetNode("PlaneTop").worldPosition.z-0,a=b.getCurLevelInfo(),r=Math.floor(a.count/3),c=b.getModesNames(),u=x.getRandomElements(c,a.kind),u=x.extendArray(u,r),y.I._GameUI.pasue=!0,R.ins.addBusy(I.RES),m=n().mark((function e(a){var c,h;return n().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:c=n().mark((function e(){var r,c;return n().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:r=(3*a+h)%9,c=p.GetNode("l"+r),setTimeout(o(n().mark((function e(){var o,r,h,m;return n().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,P.loadModelPrefabName(u[a]);case 2:(o=e.sent).getComponentInChildren(g).shadowCastingMode=g.ShadowCastingMode.ON,r=o.addComponent(v),h=r.addCollider(),o.scale=d(1.25,1.25,1.25),1==G.user.lv?(o.setWorldPosition(c.getWorldPosition()),o.parent=p.node,p.allTiles.push(o)):(m=d(x.getRandomInt(t/2,i/2),x.getRandom(12,15),x.getRandomInt(l/2,s/2)),o.setWorldRotationFromEuler(x.getRandom(0,300),x.getRandom(0,300),x.getRandom(0,300)),o.setWorldPosition(m),o.parent=p.node,h.applyImpulse(d(0,3,0)),p.allTiles.push(o));case 8:case"end":return e.stop()}}),e)}))),.03*h*1e3);case 3:case"end":return e.stop()}}),e)})),h=0;case 2:if(!(h<3)){e.next=7;break}return e.delegateYield(c(),"t0",4);case 4:h++,e.next=2;break;case 7:a==r-1&&(R.ins.removeBusy(I.RES),y.I._GameUI.pasue=!1);case 8:case"end":return e.stop()}}),e)})),f=0;case 14:if(!(f<r)){e.next=19;break}return e.delegateYield(m(f),"t0",16);case 16:f++,e.next=14;break;case 19:setTimeout((function(){if(G.user.useMagnet){y.I._GameUI.pasue=!0,G.user.magnet--;var e=p.GetNode("magnet").worldPosition;p.GetNode("magnet").worldPosition=d(-10,e.y,e.z),h(p.GetNode("magnet")).to(.5,{worldPosition:d(0,e.y,e.z)}).call(o(n().mark((function e(){var t,o,i,s,l,a;return n().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:for(t=[],o=p.allTiles.length-1;o>=0;--o)i=!1,s=p.allTiles[o],(l=t[0])?l.name==s.name&&t.length<3&&(t.push(s),i=!0):(t.push(s),i=!0),i&&((a=p.allTiles[o].getComponent(v)).destoryCollider(),p.GetNode("magnet_content").addChild(a.node),h(a.node).to(.5,{worldPosition:p.GetNode(t.length%2?"m_left":"r_left").worldPosition}).start(),p.allTiles.splice(o,1),console.log("删除",a.name,p.allTiles.length));G.user.useMagnet=!1;case 3:case"end":return e.stop()}}),e)})))).delay(1.5).to(.5,{worldPosition:d(10,e.y,e.z)}).call((function(){p.GetNode("magnet_content").removeAllChildren(),y.I._GameUI.pasue=!1,G.user.useTime&&G.user.time>0&&M.dispatch(S.USE_ITEM_TIME)})).start()}else G.user.useTime&&G.user.time>0&&M.dispatch(S.USE_ITEM_TIME)}),2e3);case 20:case"end":return e.stop()}}),e,this)})));return function(){return e.apply(this,arguments)}}(),s.restart=function(){this.allTiles.map((function(e){return e.destroy()})),this.allTiles=[],y.I._GameUI.star=0,this.collectTiles.map((function(e){return e.destroy()})),this.collectTiles=[],this.createTiles(),this.lock=!1},s.remove=function(){var e=this;if(0!==this.optionTiles.length&&!this.lock){var t=this.optionTiles.pop();if(t){x.remove(this.collectTiles,t);var o=t.getComponent(v);o.removed=!1,o.auto_rotation=!1,c.stopAllByTarget(t);var n=this.GetNode("l4").position.clone();h(o.node).to(.35,{worldPosition:new p(n.x,n.y+1,n.z),worldScale:d(1.25,1.25,1.25)}).call((function(){o.addCollider(),o.enableCollider=!0,e.allTiles.push(t),o.rigid.applyImpulse(d(0,3,0)),e.moveToRightPos()})).start()}}},s.mess=function(){var e=this;0===this.allTiles.length||this.lock||(this.allTiles.forEach((function(t,o){var n=t.getComponent(v);n.auto_rotation=!1,n.enableCollider=!0,c.stopAllByTarget(t),h(t).to(.3,{worldPosition:e.GetNode("l4").worldPosition.clone().add(d(0,1,0)),worldScale:d(1.25,1.25,1.25)}).call((function(){n.addCollider().applyImpulse(d(x.getRandom(-3,3),x.getRandom(5,8),x.getRandom(-3,3))),t.setWorldRotationFromEuler(x.getRandom(0,300),x.getRandom(0,300),x.getRandom(0,300))})).start()})),_.platform.vibrateShort())},s.prompt=function(){var e=this;if(G.user.hint<=0)E.show("凑齐道具不足");else if(!(this.collectTiles.length<=0)){for(var t={},o=0;o<this.collectTiles.length;++o){var n=this.collectTiles[o].name;t[n]||(t[n]=0),t[n]++}var i=!1,s=!1,l="";for(var a in t)if(2==t[a]){l=a,s=!0;break}if(s){console.log("找到两个一样");for(var r=0;r<this.allTiles.length;++r)if(this.allTiles[r].name==l){this.chooseTile(this.allTiles[r]);break}i=!0}else{if(this.collectTiles.length>=5)return void E.show("未找到合适物品");l=this.collectTiles[0]?this.collectTiles[0].name:this.allTiles[0].name,this.allTiles.filter((function(e){return e.name==l})).map((function(t,o){setTimeout((function(){e.chooseTile(t)}),350*o)})),i=!0}i&&G.user.hint--}},s.pushBask=function(){var e=o(n().mark((function e(t){var o,i,s,l,a,r,c,h;return n().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return 0,o=this.GetNode("PlaneDown").worldPosition.z+0,i=this.GetNode("PlaneTop").worldPosition.z-0,s=this.GetNode("PlaneLeft").worldPosition.x+0,l=this.GetNode("PlaneRight").worldPosition.x-0,e.next=7,P.loadModelPrefabName(t);case 7:(a=e.sent).name=t,r=a.addComponent(v),c=r.addCollider(),a.scale=d(1.25,1.25,1.25),a.parent=this.node,c.applyImpulse(d(0,3,0)),h=d(s+(l-s)/2,x.getRandom(12,15),i+(o-i)/2),a.setWorldRotationFromEuler(x.getRandom(0,300),x.getRandom(0,300),x.getRandom(0,300)),a.setWorldPosition(h),this.allTiles.push(a);case 18:case"end":return e.stop()}}),e,this)})));return function(t){return e.apply(this,arguments)}}(),s.parabolicMovementWithScale=function(e,t,o,n,i,s,l){void 0===o&&(o=2),void 0===n&&(n=1.5),void 0===i&&(i=p.ONE),void 0===s&&(s=p.ONE),console.log("抛物开始....");var a=e.position.clone();if(a.z.toFixed(2)!=t.z.toFixed(2)){e.setWorldPosition(a.clone()),e.setScale(i);var r=new p((a.x+t.x)/2,Math.max(a.y,t.y)+o,(a.z+t.z)/2);return h(e).to(n,{worldPosition:t,worldScale:s},{onUpdate:function(e,o){var n=o,l=1-n,c=new p;p.lerp(c,a,t,n);var h=l*l*a.y+2*l*n*r.y+n*n*t.y,d=new p;p.lerp(d,i,s,n),e.worldPosition=new p(c.x,h,c.z),e.setScale(d)}}).call((function(){e.setScale(s),console.log("不相同的位置抛物....回调了"),null==l||l(e)})).start()}console.log("z周线位置抛物....回调了"),h(e).to(.25,{worldPosition:t.clone(),worldScale:d(1,1,1)}).call((function(){null==l||l(e)})).start()},i}(w))||U);i._RF.pop()}}}));
- System.register("chunks:///_virtual/GameUI.ts",["./rollupPluginModLoBabelHelpers.js","cc","./Main.ts","./BasePanel.ts","./AudioManager.ts","./Data.ts","./WindowManager.ts","./MsgHints.ts","./Utils.ts","./GameConst.ts","./LevelsData.ts"],(function(e){var t,i,s,a,n,r,o,c,l,h,u,m,_,f,v,d,p;return{setters:[function(e){t=e.inheritsLoose},function(e){i=e.cclegacy,s=e._decorator,a=e.v3,n=e.tween},function(e){r=e.Main},function(e){o=e.default},function(e){c=e.audioMgr},function(e){l=e.default},function(e){h=e.default},function(e){u=e.default},function(e){m=e.default},function(e){_=e.ITEM_FROZEN_LV,f=e.GameConst,v=e.ITEM_TYPE,d=e.ITEM_HINT_LV},function(e){p=e.levelsData}],execute:function(){var b;i._RF.push({},"77bd1Kn5NVDmrfcKi2ozH33","GameUI",void 0);var G=s.ccclass;s.property,e("GameUI",G("GameUI")(b=function(e){function i(){for(var t,i=arguments.length,s=new Array(i),a=0;a<i;a++)s[a]=arguments[a];return(t=e.call.apply(e,[this].concat(s))||this).hint_time=0,t.starNode=null,t.levelTime=0,t.passedTime=0,t.pasue=!1,t.freezetime=!1,t.star=0,t}t(i,e);var s=i.prototype;return s.onBtnClicked=function(e,t){var i=this;switch(e.target.name){case"btn_pause":c.playOneShot(f.audios.btnclick),this.pasue=!0,h.ins.open("PauseLayer");break;case"item_left":if(c.playOneShot(f.audios.btnclick),Date.now()-this.hint_time<2e3)return;if(l.user.lv<d)return void u.show("关卡"+d+"解锁");l.user.hint>0?(this.dispatch(f.USE_ITEM_HINT),this.hint_time=Date.now()):h.ins.open("BuyItemLayer").then((function(e){e.setItemType(v.Hint)}));break;case"btn_sp_01":c.playOneShot(f.audios.btnclick),r.I._GameNode.remove();break;case"btn_sp_02":c.playOneShot(f.audios.btnclick),r.I._GameNode.prompt();break;case"btn_sp_03":c.playOneShot(f.audios.btnclick),r.I._GameNode.mess();break;case"item_right":if(this.freezetime)return void u.show("冰冻中...");if(l.user.lv<_)return void u.show("关卡"+_+"解锁");l.user.frozen>0?(l.user.frozen--,this.freezetime=!0,setTimeout((function(){i.freezetime=!1}),5e3),c.playOneShot(f.audios.freeze)):h.ins.open("BuyItemLayer").then((function(e){e.setItemType(v.Frozen)}))}},s.start=function(){var e=this;this.register(f.USE_ITEM_TIME,this.doUseTime.bind(this)),this.register("PAUSE_LAYER_CLOSE",(function(){e.pasue=!1})),this.starNode=this.GetGameObject("star-with-outline")},s.restart=function(){this.SetText("lbl_lv","关卡"+l.user.lv);var e=p.getCurLevelInfo();console.log("关卡数据:",e),this.levelTime=e.time,this.GetGameObject("match-timer-freeze-background").active=!1,this.GetGameObject("match-extra-time-power-up-small").active=!1,this.SetText("lbl_left_item_lv","关卡"+d),this.SetText("lbl_right_item_lv","关卡"+_),this.freezetime=!1,this.pasue=!1,this.passedTime=0},s.doUseTime=function(){var e=this;l.user.time--;var t=this.GetGameObject("match-extra-time-power-up-small");t.active=!0,t.setPosition(a(0,0,0)),n(t).to(.5,{worldPosition:this.GetGameObject("lbl_time").worldPosition}).call((function(){e.levelTime+=60,t.active=!1})).start()},s.update=function(e){if(!(h.ins.isShow("OutOfBoxLayer")||h.ins.isShow("DrawStarLayer")||h.ins.isShow("LevelClearLayer")||h.ins.isShow("FailLayer"))){this.GetGameObject("match-timer-freeze-background").active=this.freezetime,this.pasue||this.freezetime||(this.passedTime+=e),this.SetText("lbl_star",this.star+"");var t=this.levelTime-this.passedTime;t>0?this.SetText("lbl_time",m.getTimeStrByS(t)):h.ins.open("FailLayer"),l.user.lv<d?(this.GetGameObject("item_left_Locked").active=!0,this.GetGameObject("item_left_icon").active=!1):(this.GetGameObject("item_left_Locked").active=!1,this.GetGameObject("item_left_icon").active=!0,this.SetText("lbl_item_left_count",0==l.user.hint?"+":l.user.hint+"")),l.user.lv<_?(this.GetGameObject("item_right_Locked").active=!0,this.GetGameObject("item_right_icon").active=!1):(this.GetGameObject("item_right_Locked").active=!1,this.GetGameObject("item_right_icon").active=!0,this.SetText("lbl_item_rihgt_count",0==l.user.frozen?"+":l.user.frozen+""))}},i}(o))||b);i._RF.pop()}}}));
- System.register("chunks:///_virtual/HallUI.ts",["./rollupPluginModLoBabelHelpers.js","cc","./BasePanel.ts","./AudioManager.ts","./Data.ts","./WindowManager.ts","./MsgHints.ts","./Utils.ts","./GameConst.ts"],(function(e){var t,r,s,a,i,o,n,l,u,c,_,f,h;return{setters:[function(e){t=e.inheritsLoose},function(e){r=e.cclegacy,s=e._decorator,a=e.tween,i=e.v3},function(e){o=e.default},function(e){n=e.audioMgr},function(e){l=e.default},function(e){u=e.default},function(e){c=e.default},function(e){_=e.default},function(e){f=e.GameConst,h=e.BOX_TYPE}],execute:function(){var b;r._RF.push({},"de92erMOJpMz67tMXfSPqCr","HallUI",void 0);var p=s.ccclass;s.property,e("HallUI",p("HallUI")(b=function(e){function r(){return e.apply(this,arguments)||this}t(r,e);var s=r.prototype;return s.onBtnClicked=function(e,t){switch(n.playOneShot(f.audios.btnclick),e.target.name){case"btn_setting":u.ins.open("SettingLayer");break;case"btn_play":u.ins.open("LevelLayer");break;case"btn_buy_life":if(l.user.life>=f.MAX_LIFE)return void c.show("体力已满");u.ins.open("BuyLifeLayer");break;case"btn_buy_coin":u.ins.open("BuyCoinLayer");break;case"full0":l.user.hasLvBox();u.ins.open("BoxLayer").then((function(e){e.setInfo(h.LEVEL,f.getLvBoxReward(Math.floor(l.user.lv/10)))}));break;case"full1":l.user.hasStarBox(),u.ins.open("BoxLayer").then((function(e){e.setInfo(h.STAR,f.getStarBoxReward(Math.floor(l.user.lv/1e3)))}))}},s.start=function(){this.SetProgressBar("probar_lv",.1);var e=this.GetNode("btn_play");a(e).sequence(a(e).to(1,{scale:i(1.05,1.05,1.05)}),a(e).to(1,{scale:i(1,1,1)})).repeatForever().start()},s.update=function(){if(l.user.life>=f.MAX_LIFE)this.SetText("lbl_life_time","已满");else{0==l.user.life_cost_time&&(l.user.life_cost_time=Date.now());var e=(Date.now()-l.user.life_cost_time)/1e3,t=Math.floor(e/60/f.MAX_LIFE_RECOVERY_TIME);t>0&&(l.user.life+=t),e-=t*f.MAX_LIFE_RECOVERY_TIME*60,this.SetText("lbl_life_time",_.getTimeStrByS(60*f.MAX_LIFE_RECOVERY_TIME-e))}this.SetText("lbl_life",l.user.life+""),this.SetText("lbl_coin",l.user.coin+""),this.SetText("lbl_lv",l.user.lv+""),this.SetText("lbl_lv_center",l.user.lv+"");var r=l.user.hasLvBox();this.GetGameObject("full0").active=r;var s=l.user.lv%10;if(this.SetText("lbl_pro_lv",s+"/10"),this.SetProgressBar("lbl_pro_star",s/10),this.SetProgressBar("probar_lv_center",s/10),this.SetProgressBar("probar_lv",s/10),r=l.user.hasStarBox())this.SetText("probar_star","满"),this.SetProgressBar("probar_star",1),this.GetGameObject("full1").active=!0;else{var a=l.user.star%1e3;this.GetGameObject("full1").active=!1,this.SetText("lbl_pro_star",a+"/1000"),this.SetProgressBar("probar_star",a/1e3)}},r}(o))||b);r._RF.pop()}}}));
- System.register("chunks:///_virtual/LanguageData.ts",["./rollupPluginModLoBabelHelpers.js","cc","./polyglot.min.ts","./Singleton.ts","./LocalizedLabel.ts","./LocalizedSprite.ts","./Logger.ts","./GameConst.ts"],(function(t){var n,e,i,r,a,o,s,l,u,c,g;return{setters:[function(t){n=t.inheritsLoose,e=t.createClass},function(t){i=t.cclegacy,r=t._decorator,a=t.director},function(t){o=t.Polyglot},function(t){s=t.Singleton},function(t){l=t.default},function(t){u=t.default},function(t){c=t.Logger},function(t){g=t.GameConst}],execute:function(){i._RF.push({},"d6597NeRz5OuZ6kceJkHWc3","LanguageData",void 0);r.ccclass,r.property;var h=g.gameName+"CurLang",p=function(t){function i(){var n;return(n=t.call(this)||this).inst=null,n.languages={en:{},zh:{}},n.init(),n}n(i,t);var r=i.prototype;return r.initPolyglot=function(t){t&&(this.inst?this.inst.replace(t):this.inst=new o({phrases:t,allowMissing:!0}))},r.init=function(t){if(t&&t!==this.curLang){var n=this.languages[t]||{};this.curLang=t,this.initPolyglot(n)}},r.t=function(t,n){var e;if(!this.inst||0===Object.keys(this.inst.phrases).length){var i=this.languages[this.curLang]||{};this.initPolyglot(i),c.warn("数据未加载,重新初始化")}return(null==(e=this.inst)?void 0:e.t(t,n))||t},r.updateSceneRenderers=function(){for(var t=a.getScene().children,n=[],e=0;e<t.length;++e){var i=t[e].getComponentsInChildren(l);Array.prototype.push.apply(n,i)}for(var r=0;r<n.length;++r){var o=n[r];o.node.active&&o.updateLabel()}for(var s=[],c=0;c<t.length;++c){var g=t[c].getComponentsInChildren(u);Array.prototype.push.apply(s,g)}for(var h=0;h<s.length;++h){var p=s[h];p.node.active&&p.updateSprite(this.curLang)}},e(i,[{key:"curLang",get:function(){var t;return null!=(t=localStorage.getItem(h))?t:"zh"},set:function(t){this.curLang!==t&&(localStorage.setItem(h,t),this.init(t))}}]),i}(s).ins();t("default",Object.setPrototypeOf((function(t,n){return p.t(t,n)}),p));i._RF.pop()}}}));
- System.register("chunks:///_virtual/LevelClearLayer.ts",["./rollupPluginModLoBabelHelpers.js","cc","./BasePanel.ts","./AudioManager.ts","./Data.ts","./WindowManager.ts","./Main.ts","./GameConst.ts","./LevelsData.ts"],(function(t){var e,s,a,r,n,i,o,c,l,u;return{setters:[function(t){e=t.inheritsLoose},function(t){s=t.cclegacy,a=t._decorator},function(t){r=t.default},function(t){n=t.audioMgr},function(t){i=t.default},function(t){o=t.default},function(t){c=t.Main},function(t){l=t.GameConst},function(t){u=t.levelsData}],execute:function(){var h;s._RF.push({},"93baa702sZFwbZLgUN08Djz","LevelClearLayer",void 0);var d=a.ccclass;a.property,t("LevelClearLayer",d("LevelClearLayer")(h=function(t){function s(){for(var e,s=arguments.length,a=new Array(s),r=0;r<s;r++)a[r]=arguments[r];return(e=t.call.apply(t,[this].concat(a))||this).addstar=0,e.real_add_star=0,e.cur=0,e.cdt=0,e.ok=!1,e}e(s,t);var a=s.prototype;return a.start=function(){this.SetText("lbl_lvv","关卡"+i.user.lv+"\n通过"),i.user.lv++},a.onBtnClicked=function(t,e){if(this.ok)switch(n.playOneShot(l.audios.btnclick),t.target.name){case"btn_hall":i.user.star+=this.real_add_star,i.save(),this.close(),c.I.backHall();break;case"btn_next":i.user.star+=this.real_add_star,i.save(),this.close(),c.I.play()}},a.setAddStar=function(t){this.real_add_star=t,this.addstar=t,this.cur=i.user.star%100,this.SetProgressBar("ProgressBar",this.cur/100),this.SetText("lbl_pro",100*Math.floor(this.cur/100)+"%")},a.update=function(t){if(!(this.ok||(this.cdt+=t,this.cdt<.01))){this.cdt=0,this.addstar>0?(this.addstar--,this.cur++,this.cur>100&&(this.cur=100,this.ok=!0)):this.ok=!0;var e=u.getModesNames();this.ok&&this.cur>=100&&i.user.openIndex<e.length-1&&o.ins.open("NewPackOpenedLayer",i.user.openIndex),this.SetProgressBar("ProgressBar",this.cur/100),this.SetText("lbl_pro",this.cur+"%")}},s}(r))||h);s._RF.pop()}}}));
- System.register("chunks:///_virtual/LevelLayer.ts",["./rollupPluginModLoBabelHelpers.js","cc","./BasePanel.ts","./AudioManager.ts","./Data.ts","./WindowManager.ts","./Main.ts","./GameConst.ts"],(function(e){var t,i,s,n,a,c,o,r,u,l,m,h;return{setters:[function(e){t=e.inheritsLoose},function(e){i=e.cclegacy,s=e._decorator},function(e){n=e.default},function(e){a=e.audioMgr},function(e){c=e.default},function(e){o=e.default},function(e){r=e.Main},function(e){u=e.ITEM_MAGENT_LV,l=e.ITEM_TIME_LV,m=e.GameConst,h=e.ITEM_TYPE}],execute:function(){var _;i._RF.push({},"72e80Oh5tdJWJfsfdb8Okk8","LevelLayer",void 0);var v=s.ccclass;s.property,e("LevelLayer",v("LevelLayer")(_=function(e){function i(){return e.apply(this,arguments)||this}t(i,e);var s=i.prototype;return s.start=function(){this.GetGameObject("lock1").active=c.user.lv<u,this.GetGameObject("icon1").active=c.user.lv>=u,this.GetGameObject("lock2").active=c.user.lv<l,this.GetGameObject("icon2").active=c.user.lv>=l,this.SetText("lbl_item_magent_lv",u+"级解锁"),this.SetText("lbl_item_time_lv",l+"级解锁"),c.user.magnet>0?this.SetText("lbl_item1_num",c.user.magnet+""):this.SetText("lbl_item1_num","+"),c.user.time>0?this.SetText("lbl_item2_num",c.user.time+""):this.SetText("lbl_item2_num","+"),this.SetText("lbl_lvv","关卡"+c.user.lv)},s.onBtnClicked=function(e,t){switch(a.playOneShot(m.audios.btnclick),e.target.name){case"btn_close":this.close();break;case"btn_item_1":if(c.user.lv<u)return;0==c.user.magnet?(o.ins.open("BuyItemLayer").then((function(e){e.setItemType(h.Magnet)})),this.close()):this.GetGameObject("choose_item1").active=!this.GetGameObject("choose_item1").active;break;case"btn_item_2":if(c.user.lv<l)return;0==c.user.time?(o.ins.open("BuyItemLayer").then((function(e){e.setItemType(h.Time)})),this.close()):this.GetGameObject("choose_item2").active=!this.GetGameObject("choose_item2").active;break;case"btn_play":c.user.useMagnet=this.GetGameObject("choose_item1").active,c.user.useTime=this.GetGameObject("choose_item2").active,this.close(),r.I.play();break;case"btn_back":this.close()}},i}(n))||_);i._RF.pop()}}}));
- System.register("chunks:///_virtual/LevelsData.ts",["./rollupPluginModLoBabelHelpers.js","cc","./CsvManager.ts","./Data.ts","./GameConst.ts","./Utils.ts","./Singleton.ts"],(function(t){var e,a,n,r,o,s,l,c,i,u;return{setters:[function(t){e=t.inheritsLoose,a=t.createClass},function(t){n=t.cclegacy,r=t._decorator,o=t.sys},function(t){s=t.csvMgr},function(t){l=t.default},function(t){c=t.GameConst},function(t){i=t.default},function(t){u=t.Singleton}],execute:function(){var v;n._RF.push({},"fb446aWSyFGJZyrjtaEtWz4","LevelsData",void 0);var h=r.ccclass,f=(r.property,t("LevelsData",h("LevelsData")(v=function(t){function n(){for(var e,a=arguments.length,n=new Array(a),r=0;r<a;r++)n[r]=arguments[r];return(e=t.call.apply(t,[this].concat(n))||this)._data=null,e}e(n,t);var r=n.prototype;return r.loadFromCache=function(){var t=o.localStorage.getItem(c.localCache.levelsData);return t?this._data=JSON.parse(i.decrypt(t)):(this._data={},this.saveToCache()),this.data},r.getModesNames=function(){return s.getTableArr("model_names").map((function(t){return t.name}))},r.getCurLevelInfo=function(){var t=s.getTableArr("levels"),e=l.user.lv-1;return e>t.length?t[t.length-1]:t[e]},r.saveToCache=function(){var t=JSON.stringify(this.data);o.localStorage.setItem(c.localCache.levelsData,i.encrypt(t))},r.remove=function(){o.localStorage.removeItem(c.localCache.levelsData),this.loadFromCache()},a(n,[{key:"data",get:function(){return this._data||this.loadFromCache(),this._data}}]),n}(u))||v));t("levelsData",f.ins());n._RF.pop()}}}));
- System.register("chunks:///_virtual/Loading.ts",["./rollupPluginModLoBabelHelpers.js","cc","./AudioManager.ts","./CsvManager.ts","./BundleManager.ts","./SettingData.ts","./Data.ts","./platformSystem.ts","./BusyLoadingManager.ts","./ResUtil.ts"],(function(t){var n,e,r,a,i,o,s,u,c,l,f,p,d,g;return{setters:[function(t){n=t.inheritsLoose,e=t.asyncToGenerator,r=t.regeneratorRuntime},function(t){a=t.cclegacy,i=t._decorator,o=t.Component,s=t.profiler},function(t){u=t.audioMgr},function(t){c=t.csvMgr},function(t){l=t.bundleMgr},function(t){f=t.settingData},function(t){p=t.default},function(t){d=t.default},null,function(t){g=t.ResUtil}],execute:function(){var h;a._RF.push({},"3e27bLpQV9LjZgHxH5Nb2U0","Loading",void 0);var v=i.ccclass;i.property,t("Loading",v("Loading")(h=function(t){function a(){return t.apply(this,arguments)||this}return n(a,t),a.prototype.start=function(){var t=e(r().mark((function t(){return r().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return s.hideStats(),t.next=3,l.preloadConfigAllRes();case 3:return t.next=5,u.initialize();case 5:return t.next=7,c.loadAll();case 7:f.loadFromCache(),p.loadData(),d.initialize(),g.enteScene("main");case 12:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),a}(o))||h);a._RF.pop()}}}));
- System.register("chunks:///_virtual/LocalizedLabel.ts",["./rollupPluginModLoBabelHelpers.js","cc","./LanguageData.ts"],(function(t){var e,a,i,n,o,r,l,c,u,d,s,p;return{setters:[function(t){e=t.applyDecoratedDescriptor,a=t.inheritsLoose,i=t.initializerDefineProperty,n=t.assertThisInitialized,o=t.createClass},function(t){r=t.cclegacy,l=t._decorator,c=t.log,u=t.Label,d=t.error,s=t.Component},function(t){p=t.default}],execute:function(){var h,b,f,D;r._RF.push({},"c4c1axXN+NL4oYQEr2M4qn2","LocalizedLabel",void 0);var L=l.ccclass,y=l.property;t("default",L("LocalizedLabel")(((D=function(t){function e(){for(var e,a=arguments.length,o=new Array(a),r=0;r<a;r++)o[r]=arguments[r];return(e=t.call.apply(t,[this].concat(o))||this)._debouncedUpdateLabel=null,e.label=null,i(e,"_dataID",f,n(e)),e}a(e,t);var r=e.prototype;return r.onLoad=function(){p.inst||p.init(),c("dataID: "+this.dataID+" value: "+p(this.dataID)),this.fetchRender()},r.fetchRender=function(){var t=this.getComponent(u);if(t)return this.label=t,void this.updateLabel()},r.updateLabel=function(){this.label?p(this.dataID,{})&&(this.label.string=p(this.dataID,{})):d("Failed to update localized label, label component is invalid!")},r.debounce=function(t,e,a){var i=arguments,n=this,o=-1;return function(){var r=i,l=function(){o=-1,a||t.apply(n,r)}.bind(n),c=a&&!o;clearTimeout(o),o=setTimeout(l,e),c&&t.apply(n,r)}.bind(this)},o(e,[{key:"dataID",get:function(){return this._dataID},set:function(t){this._dataID!==t&&(this._dataID=t,this.updateLabel())}}]),e}(s)).editor={executeInEditMode:!0,menu:"i18n/LocalizedLabel"},f=e((b=D).prototype,"_dataID",[y],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return""}}),e(b.prototype,"dataID",[y],Object.getOwnPropertyDescriptor(b.prototype,"dataID"),b.prototype),h=b))||h);r._RF.pop()}}}));
- System.register("chunks:///_virtual/LocalizedSprite.ts",["./rollupPluginModLoBabelHelpers.js","cc","./LanguageData.ts","./Logger.ts"],(function(e){var t,r,i,n,a,o,p,s,u,c,l;return{setters:[function(e){t=e.applyDecoratedDescriptor,r=e.initializerDefineProperty,i=e.inheritsLoose,n=e.assertThisInitialized},function(e){a=e.cclegacy,o=e._decorator,p=e.SpriteFrame,s=e.Sprite,u=e.Component},function(e){c=e.default},function(e){l=e.Logger}],execute:function(){var d,f,g,h,m,S,F,y,L,v,b,z;a._RF.push({},"28bd9xEMv1GKLbTuAi4B4dI","LocalizedSprite",void 0);var w=o.ccclass,B=o.property,D=e("SpriteFrameSet",(d=w("SpriteFrameSet"),f=B({type:p}),d((m=t((h=function(){r(this,"language",m,this),r(this,"spriteFrame",S,this)}).prototype,"language",[B],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return""}}),S=t(h.prototype,"spriteFrame",[f],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return null}}),g=h))||g));e("default",(F=w("LocalizedSprite"),y=B({type:[D],displayOrder:1}),F(((z=function(e){function t(){for(var t,i=arguments.length,a=new Array(i),o=0;o<i;o++)a[o]=arguments[o];return(t=e.call.apply(e,[this].concat(a))||this).sprite=null,r(t,"spriteFrameSet",b,n(t)),t}i(t,e);var a=t.prototype;return a.onLoad=function(){this.fetchRender()},a.fetchRender=function(){var e=this.getComponent(s);if(e)return this.sprite=e,void this.updateSprite(c.curLang)},a.getSpriteFrameByLang=function(e){for(var t=0;t<this.spriteFrameSet.length;++t)if(this.spriteFrameSet[t].language===e)return this.spriteFrameSet[t].spriteFrame},a.updateSprite=function(e){if(this.sprite){var t=this.getSpriteFrameByLang(e);!t&&this.spriteFrameSet[0]&&(t=this.spriteFrameSet[0].spriteFrame),t&&(this.sprite.spriteFrame=t)}else l.error("Failed to update localized sprite, sprite component is invalid!")},t}(u)).editor={executeInEditMode:!0,inspector:"packages://i18n/inspector/localized-sprite.js",menu:"i18n/LocalizedSprite"},b=t((v=z).prototype,"spriteFrameSet",[y],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return[]}}),L=v))||L));a._RF.pop()}}}));
- System.register("chunks:///_virtual/Logger.ts",["cc","./GameConst.ts"],(function(r){var n,o,e;return{setters:[function(r){n=r.cclegacy,o=r._decorator},function(r){e=r.GameConst}],execute:function(){var c;n._RF.push({},"87f8azWNzFNvrOwZKm5ZhJ5","Logger",void 0);var t=o.ccclass;o.property,r("Logger",t("Logger")(c=function(){function r(){}return r.error=function(r){if(e.isDebug){for(var n,o=arguments.length,c=new Array(o>1?o-1:0),t=1;t<o;t++)c[t-1]=arguments[t];(n=console).error.apply(n,[r].concat(c))}},r.log=function(r){if(e.isDebug){for(var n,o=arguments.length,c=new Array(o>1?o-1:0),t=1;t<o;t++)c[t-1]=arguments[t];(n=console).log.apply(n,[r].concat(c))}},r.warn=function(r){if(e.isDebug){for(var n,o=arguments.length,c=new Array(o>1?o-1:0),t=1;t<o;t++)c[t-1]=arguments[t];(n=console).warn.apply(n,[r].concat(c))}},r}())||c);n._RF.pop()}}}));
- System.register("chunks:///_virtual/main",["./debug-view-runtime-control.ts","./BaseExp.ts","./BusyLoading.ts","./GameConst.ts","./BasePanel.ts","./BaseUI.ts","./ComponentEx.ts","./UIEffect.ts","./BundleConfig.ts","./CsvManager.ts","./CsvParser.ts","./EventEmitter.ts","./AutoBind.ts","./DateTime.ts","./Logger.ts","./Nodes.ts","./NumRaiseLable.ts","./SensitiveWords.ts","./Verbatim.ts","./en.ts","./zh.ts","./LanguageData.ts","./LocalizedLabel.ts","./LocalizedSprite.ts","./polyglot.min.ts","./AudioManager.ts","./BundleManager.ts","./BusyLoadingManager.ts","./Data.ts","./PoolManager.ts","./Singleton.ts","./StateManager.ts","./UIManager.ts","./WindowManager.ts","./DebugTools.ts","./MsgHints.ts","./QuickEnv.ts","./ResUtil.ts","./Utils.ts","./GameNode.ts","./GameUI.ts","./HallUI.ts","./Main.ts","./TileItem.ts","./BoxLayer.ts","./BuyCoinLayer.ts","./BuyItemLayer.ts","./BuyLifeLayer.ts","./DrawStarLayer.ts","./FailLayer.ts","./LevelClearLayer.ts","./LevelLayer.ts","./NewPackOpenedLayer.ts","./OutOfBoxLayer.ts","./PauseLayer.ts","./RoY.ts","./SettingLayer.ts","./Loading.ts","./platformBrowser.ts","./platformDefault.ts","./platformSystem.ts","./platformTT.ts","./platformWX.ts","./LevelsData.ts","./SettingData.ts","./UserModel.ts"],(function(){return{setters:[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],execute:function(){}}}));
- System.register("chunks:///_virtual/Main.ts",["./rollupPluginModLoBabelHelpers.js","cc","./GameNode.ts","./WindowManager.ts","./platformSystem.ts","./BundleManager.ts","./GameConst.ts","./AudioManager.ts","./SettingData.ts"],(function(e){var t,n,a,o,i,s,r,c,l,u,d,f,m,h;return{setters:[function(e){t=e.inheritsLoose},function(e){n=e.cclegacy,a=e._decorator,o=e.Prefab,i=e.instantiate,s=e.director,r=e.Component},function(e){c=e.GameNode},function(e){l=e.default},function(e){u=e.default},function(e){d=e.bundleMgr},function(e){f=e.GameConst},function(e){m=e.audioMgr},function(e){h=e.settingData}],execute:function(){var p,_;n._RF.push({},"7675d1ZGjVAxpV2MDKewYUv","Main",void 0);var G=a.ccclass;a.property,e("Main",G("Main")(((_=function(e){function n(){for(var t,n=arguments.length,a=new Array(n),o=0;o<n;o++)a[o]=arguments[o];return(t=e.call.apply(e,[this].concat(a))||this)._HallUI=null,t._GameUI=null,t._GameNode=null,t}t(n,e);var a=n.prototype;return a.start=function(){var e=this;h.data.bgMusic&&m.play(f.audios.bg_music,!0),n.I=this,l.ins.register(this.node),l.ins.open("HallUI").then((function(t){e._HallUI=t})),l.ins.open("GameUI").then((function(t){e._GameUI=t,e._GameUI.node.active=!1,d.loadAsset(f.bundleName.resources,"prefabs/GameNode",o,(function(t,n){e._GameNode=i(n).getComponent(c),s.getScene().addChild(e._GameNode.node)}))}))},a.play=function(){this._HallUI.node.active=!1,this._GameUI.node.active=!0,this._GameUI.restart(),this._GameNode.node.active=!0,this._GameNode.restart(),u.platform.hideBannerAd()},a.backHall=function(){u.platform.showBannerAd(),this._GameNode.node.active=!1,this._HallUI.node.active=!0,this._GameUI.node.active=!1},n}(r)).I=void 0,p=_))||p);n._RF.pop()}}}));
- System.register("chunks:///_virtual/MsgHints.ts",["./rollupPluginModLoBabelHelpers.js","cc","./GameConst.ts","./BundleManager.ts"],(function(e){var t,n,s,o,r,i,a,c,u,l,f,p;return{setters:[function(e){t=e.inheritsLoose},function(e){n=e.cclegacy,s=e._decorator,o=e.Label,r=e.v3,i=e.tween,a=e.Prefab,c=e.instantiate,u=e.find,l=e.Component},function(e){f=e.GameConst},function(e){p=e.bundleMgr}],execute:function(){var d;n._RF.push({},"de116ie6JpEB7N+yP2G1fwL","MsgHints",void 0);var g=s.ccclass;s.property,e("default",g(d=function(e){function n(){return e.apply(this,arguments)||this}return t(n,e),n.prototype.setMsg=function(e){this.node.getComponentInChildren(o).string=e,this.node.setScale(r(0,0,0)),i(this.node).to(.1,{scale:r(1.1,1.1,1)}).to(.1,{scale:r(.9,.9,1)}).to(.1,{scale:r(1,1,1)}).delay(.5).by(.5,{worldPosition:r(0,100,0)}).removeSelf().start()},n.show=function(e){p.loadAsset(f.bundleName.resources,"prefabs/MsgHints",a,(function(t,s){var o=c(s);o.parent=u("Canvas"),o.getComponent(n).setMsg(e)}))},n}(l))||d);n._RF.pop()}}}));
- System.register("chunks:///_virtual/NewPackOpenedLayer.ts",["./rollupPluginModLoBabelHelpers.js","cc","./platformSystem.ts","./BasePanel.ts","./AudioManager.ts","./Data.ts","./ResUtil.ts","./GameConst.ts","./LevelsData.ts"],(function(e){var t,n,a,o,s,r,i,c,u,l,d,p;return{setters:[function(e){t=e.inheritsLoose},function(e){n=e.cclegacy,a=e._decorator,o=e.instantiate,s=e.MeshRenderer},function(e){r=e.default},function(e){i=e.default},function(e){c=e.audioMgr},function(e){u=e.default},function(e){l=e.ResUtil},function(e){d=e.GameConst},function(e){p=e.levelsData}],execute:function(){var f;n._RF.push({},"95f086kzGRB7ZwROVD6GqqD","NewPackOpenedLayer",void 0);var h=a.ccclass;a.property,e("NewPackOpenedLayer",h("NewPackOpenedLayer")(f=function(e){function n(){return e.apply(this,arguments)||this}t(n,e);var a=n.prototype;return a.onBtnClicked=function(e,t){c.playOneShot(d.audios.btnclick),this.close()},a.show=function(){r.platform.showInterstitialAd();var e=this.GetGameObject("node_items");e.children.map((function(e){return e.active=!1}));for(var t=[],n=p.getModesNames(),a=u.user.openIndex;a<u.user.openIndex+8&&a<n.length;++a)t.push(n[a]);for(a=0;a<e.children.length;++a){var o=e.children[a];o.active=!0,this.setMesh(o,t[a])}u.user.openIndex+=8,u.user.openIndex=Math.min(u.user.openIndex,n.length-1),u.save()},a.setMesh=function(e,t){l.loadModelPrefabName(t).then((function(t){var n=o(t),a=n.getComponentInChildren(s),r=a.mesh;e.scale=a.node.scale.multiplyScalar(100),e.getComponent(s).mesh=r,n.destroy()}))},n}(i))||f);n._RF.pop()}}}));
- System.register("chunks:///_virtual/Nodes.ts",["./rollupPluginModLoBabelHelpers.js","cc"],(function(t){var e,n,i,o,r,_,s,a,d,u,c,f,l,h,p,m,v;return{setters:[function(t){e=t.createClass},function(t){n=t.cclegacy,i=t.game,o=t.director,r=t.Director,_=t.Node,s=t.Label,a=t.Sprite,d=t.UIOpacity,u=t.UITransform,c=t.Animation,f=t.EditBox,l=t.RichText,h=t.Layout,p=t.ProgressBar,m=t.Slider,v=t.Toggle}],execute:function(){n._RF.push({},"6ad1amQ7hpEvIsDrio8/oVQ","Nodes",void 0);var g=function(){function t(t){var e=this;this.label=void 0,this.sprite=void 0,this.ui_opacity=void 0,this.ui_transform=void 0,this.animation=void 0,this.edit_box=void 0,this.rich_text=void 0,this.layout=void 0,this.progress_bar=void 0,this.slider=void 0,this.toggle=void 0,this._node=void 0,this._order_n=0,this._node=t,this._node.components.forEach((function(t){t instanceof s?e.label=t:t instanceof a?e.sprite=t:t instanceof d?e.ui_opacity=t:t instanceof u?e.ui_transform=t:t instanceof c?e.animation=t:t instanceof f?e.edit_box=t:t instanceof l?e.rich_text=t:t instanceof h?e.layout=t:t instanceof p?e.progress_bar=t:t instanceof m?e.slider=t:t instanceof v&&(e.toggle=t)}))}return t.prototype._set_order_n=function(e){var n=this;if(this._order_n!==e&&this._node.isValid){var o=y(this._node.parent);if(o){this._order_n=e;var r=Date.now()-t._order_update_time_n;t._order_update_task_fs.push((function(){n._node.isValid&&o._node.isValid&&n._node.parent===o._node&&[].concat(o._node.children).sort((function(t,e){var n,i,o,r;return(null!=(n=null==(i=y(t,!1))?void 0:i._order_n)?n:0)-(null!=(o=null==(r=y(e,!1))?void 0:r._order_n)?o:0)})).forEach((function(t,e){t.setSiblingIndex(e)}))})),null===t.order_update_timer&&(null===t.order_update_timer&&r<i.frameTime?t.order_update_timer=setTimeout((function(){t.order_update_timer=null,t._order_update_time_n=Date.now(),t._order_update_task_fs.splice(0,t._order_update_task_fs.length).forEach((function(t){return t()}))}),i.frameTime-r):setTimeout((function(){t._order_update_time_n=Date.now(),t._order_update_task_fs.splice(0,t._order_update_task_fs.length).forEach((function(t){return t()}))}),0))}else this._node.once(_.EventType.PARENT_CHANGED,(function(){setTimeout((function(){n._set_order_n(e)}),0)}),this)}},e(t,[{key:"order_n",get:function(){return this._order_n},set:function(t){this._set_order_n(t)}},{key:"width",get:function(){return this.ui_transform.width},set:function(t){this.ui_transform.width=t}},{key:"height",get:function(){return this.ui_transform.height},set:function(t){this.ui_transform.height=t}},{key:"opacity",get:function(){return this.ui_opacity.opacity},set:function(t){this.ui_opacity.opacity=t}},{key:"anchor",get:function(){return this.ui_transform.anchorPoint},set:function(t){this.ui_transform.anchorPoint=t}}]),t}();function y(t,e){var n;if(void 0===e&&(e=!0),null==t||!t.isValid)return null;var i=null!=(n=g.node_extends_map.get(t))?n:null;return!i&&e&&(i=new g(t),g.node_extends_map.set(t,i)),i}g.node_extends_map=new Map,g.order_update_timer=null,g._order_update_time_n=0,g._order_update_task_fs=[],function(t){t.order_refresh_interval_ms_n=i.frameTime;t.clear=function(){g.order_update_timer&&(clearTimeout(g.order_update_timer),g.order_update_timer=null),g.node_extends_map.clear()}}(y||(y={})),o.on(r.EVENT_BEFORE_SCENE_LAUNCH,y.clear,void 0);t("default",y);n._RF.pop()}}}));
- System.register("chunks:///_virtual/NumRaiseLable.ts",["./rollupPluginModLoBabelHelpers.js","cc"],(function(t){var e,i,r,n,u,a,s,o,l;return{setters:[function(t){e=t.applyDecoratedDescriptor,i=t.inheritsLoose,r=t.initializerDefineProperty,n=t.assertThisInitialized,u=t.createClass},function(t){a=t.cclegacy,s=t._decorator,o=t.math,l=t.Label}],execute:function(){var c,h,p,_,d;a._RF.push({},"3f43dXREG5P1LIco7w9mkJo","NumRaiseLable",void 0);var m=s.ccclass,g=s.property;t("NumRaiseLable",(c=m("NumRaiseLable"),h=g({tooltip:"数字增长动画持续时间(秒)"}),c((d=e((_=function(t){function e(){for(var e,i=arguments.length,u=new Array(i),a=0;a<i;a++)u[a]=arguments[a];return e=t.call.apply(t,[this].concat(u))||this,r(e,"_duration",d,n(e)),e._currentValue=0,e._targetValue=0,e._isAnimating=!1,e._incrementPerFrame=0,e}i(e,t);var a=e.prototype;return a.startCounting=function(t,e){this._isAnimating&&this.stopCounting();var i=null!=e?e:this._duration;this._targetValue=t,this._currentValue=0,this._isAnimating=!0,this._incrementPerFrame=this._targetValue/(60*i),this.unschedule(this.updateNumber),this.schedule(this.updateNumber,1/60)},a.stopCounting=function(){this._isAnimating=!1,this.unschedule(this.updateNumber),this._currentValue=this._targetValue,this.updateDisplay()},a.completeCounting=function(){this.stopCounting(),this._currentValue=this._targetValue,this.updateDisplay()},a.updateNumber=function(){this._isAnimating&&(this._currentValue+=this._incrementPerFrame,this._currentValue>=this._targetValue&&(this._currentValue=this._targetValue,this._isAnimating=!1,this.unschedule(this.updateNumber)),this.updateDisplay())},a.updateDisplay=function(){this.string=Math.floor(this._currentValue).toString()},a.onDestroy=function(){this.unschedule(this.updateNumber)},u(e,[{key:"duration",get:function(){return this._duration},set:function(t){this._duration=o.clamp(t,.1,5)}}]),e}(l)).prototype,"_duration",[h],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return.5}}),e(_.prototype,"duration",[g],Object.getOwnPropertyDescriptor(_.prototype,"duration"),_.prototype),p=_))||p));a._RF.pop()}}}));
- System.register("chunks:///_virtual/OutOfBoxLayer.ts",["./rollupPluginModLoBabelHelpers.js","cc","./platformSystem.ts","./BasePanel.ts","./AudioManager.ts","./WindowManager.ts","./Main.ts","./GameConst.ts"],(function(t){var e,a,o,n,s,c,r,i,u,l,f;return{setters:[function(t){e=t.inheritsLoose},function(t){a=t.cclegacy,o=t._decorator,n=t.tween,s=t.v3},function(t){c=t.default},function(t){r=t.default},function(t){i=t.audioMgr},function(t){u=t.default},function(t){l=t.Main},function(t){f=t.GameConst}],execute:function(){var p;a._RF.push({},"9ac6aLLMndCu5E85jDiIYvn","OutOfBoxLayer",void 0);var h=o.ccclass;o.property,t("OutOfBoxLayer",h("OutOfBoxLayer")(p=function(t){function a(){return t.apply(this,arguments)||this}e(a,t);var o=a.prototype;return o.start=function(){var t=this.GetGameObject("btn_clear");n(t).sequence(n(t).to(1,{scale:s(.8,.8,.8)}),n(t).to(1,{scale:s(1,1,1)})).repeatForever().start(),this.SetText("lbl_coll_star",l.I._GameUI.star+""),this.GetGameObject("one-more-chance-bg").active=!1,l.I._GameUI.pasue=!0,i.playOneShot(f.audios.softFail)},o.onDestroy=function(){t.prototype.onDestroy.call(this),l.I._GameUI.pasue=!1},o.onBtnClicked=function(t,e){var a=this;switch(i.playOneShot(f.audios.btnclick),t.target.name){case"btn_close":if(0==this.GetGameObject("one-more-chance-bg").active&&l.I._GameUI.star>0)return this.GetGameObject("one-more-chance-bg").active=!0,void n(this.GetGameObject("one-more-chance-bg")).to(1,{position:s(0,372,0)}).start();this.close(),u.ins.open("FailLayer");break;case"btn_clear":c.platform.showRewardVideo((function(t){0==t?(a.dispatch(f.CLEAR_ALL_BOX),a.close()):-2==t&&c.platform.shareAppMessage((function(t){t&&(a.dispatch(f.CLEAR_ALL_BOX),a.close())}))}))}},a}(r))||p);a._RF.pop()}}}));
- System.register("chunks:///_virtual/PauseLayer.ts",["./rollupPluginModLoBabelHelpers.js","cc","./platformSystem.ts","./BasePanel.ts","./AudioManager.ts","./Data.ts","./WindowManager.ts","./Main.ts","./GameConst.ts"],(function(t){var e,n,a,s,o,i,c,r,u,l;return{setters:[function(t){e=t.inheritsLoose},function(t){n=t.cclegacy,a=t._decorator},function(t){s=t.default},function(t){o=t.default},function(t){i=t.audioMgr},function(t){c=t.default},function(t){r=t.default},function(t){u=t.Main},function(t){l=t.GameConst}],execute:function(){var f;n._RF.push({},"93de8HCDIpMoo5uK/Fa+/dk","PauseLayer",void 0);var p=a.ccclass;a.property,t("PauseLayer",p("PauseLayer")(f=function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var a=n.prototype;return a.onDestroy=function(){this.dispatch("PAUSE_LAYER_CLOSE"),t.prototype.onDestroy.call(this)},a.start=function(){s.platform.showInterstitialAd()},a.onBtnClicked=function(t,e){switch(i.playOneShot(l.audios.btnclick),t.target.name){case"btn_close":this.close();break;case"btn_hall":c.user.life--,c.user.life_cost_time=Date.now(),this.close(),u.I.backHall();break;case"btn_replay":this.close(),r.ins.open("LevelLayer");break;case"btn_back":this.close()}},n}(o))||f);n._RF.pop()}}}));
- System.register("chunks:///_virtual/platformBrowser.ts",["cc","./MsgHints.ts"],(function(n){var t,o,e;return{setters:[function(n){t=n.cclegacy,o=n._decorator},function(n){e=n.default}],execute:function(){t._RF.push({},"642c06JTxZCOYGq+F/jKDw1","platformBrowser",void 0);o.ccclass,o.property,n("default",new(function(){function n(){this.adInstance=null,this.gtag=null,this.openAd=!0}var t=n.prototype;return t.initialize=function(){this.adInstance=window.adInstance;try{var n,t;null==(n=window.__woso)||null==(t=n.TopCallback)||t.call(n)}catch(n){}console.log("web ads sdk初始化")},t.showInterstitialAd=function(n){try{window.showAd("interstitial").then((function(){console.log("rewarded11111")})).catch((function(){console.log("rewarded22222")}))}catch(n){}},t.showRewardVideo=function(n){try{return void window.showAd("rewarded").then((function(){e.show("rewarded11111"),n&&n(0)})).catch((function(){e.show("The ad failed to load")}))}catch(n){}},t.hideBannerAd=function(){},t.showBannerAd=function(){},t.vibrateShort=function(){},n}()));t._RF.pop()}}}));
- System.register("chunks:///_virtual/platformDefault.ts",["cc"],(function(o){var n,e,t;return{setters:[function(o){n=o.cclegacy,e=o.sys,t=o.native}],execute:function(){n._RF.push({},"e773eRRyrJBg67ULzl8Ax6e","platformDefault",void 0);o("default",new(function(){function o(){}var n=o.prototype;return n.initialize=function(){console.log("初始化默认广告框架")},n.showToast=function(o){console.log("显示toast ",o)},n.shareAppMessage=function(o){void 0===o&&(o={}),console.log("分享 ",o)},n.vibrateShort=function(o){void 0===o&&(o={}),console.log("短震动 ",o)},n.vibrateLong=function(o){void 0===o&&(o={}),console.log("长震动 ",o)},n.shareShowReward=function(o){void 0===o&&(o=null),console.log("直接执行分享回调"),o&&o()},n.addDesk=function(o){void 0===o&&(o=null),console.log("添加到桌面回调"),o&&o()},n.showRewardVideo=function(o){void 0===o&&(o=null),console.log("直接执行视频回调"),e.platform==e.Platform.ANDROID?(t.reflection.callStaticMethod("org/cocos2dx/javascript/AppActivity","videoAd","()V"),o&&o(!0)):e.platform==e.Platform.IOS?(t.reflection.callStaticMethod("AppController","videoAd",""),o&&o(!0)):o&&o(!0)},n.showBannerAd=function(){console.log("显示banner广告")},n.hideBannerAd=function(o){void 0===o&&(o=!1),console.log("隐藏banner广告,刷新:",o)},n.refreshBannerAd=function(){console.log("刷新banner广告")},n.showInterstitialAd=function(){console.log("显示插屏广告")},n.showCustomAd=function(){console.log("显示自定义广告")},n.hideCustomAd=function(){console.log("隐藏自定义广告")},n.showSigleCustomAd=function(){console.log("展示单个自定义广告")},n.hideSigleCustomAd=function(){console.log("隐藏展示单个自定义广告")},n.exitGame=function(){console.log("退出游戏")},n.__createVideoAd=function(){console.log("创建视频广告")},n.__createBannerAd=function(){console.log("创建banner广告")},n.__createInterstitialAd=function(){console.log("创建插屏广告")},n.__customAdExist=function(){console.log("格子广告是否存在")},n.isSupportDesk=function(){return!1},o}()));n._RF.pop()}}}));
- System.register("chunks:///_virtual/platformSystem.ts",["./rollupPluginModLoBabelHelpers.js","cc","./platformWX.ts","./platformTT.ts","./platformBrowser.ts","./platformDefault.ts"],(function(t){var a,r,e,f,l,o,i;return{setters:[function(t){a=t.createClass},function(t){r=t.cclegacy,e=t.sys},function(t){f=t.default},function(t){l=t.default},function(t){o=t.default},function(t){i=t.default}],execute:function(){r._RF.push({},"f35f0aO/J1PuqeE2EPiQSsv","platformSystem",void 0);t("default",new(function(){function t(){this._platformWX=f,this._platformTT=l,this._platformBrowser=o,this._platformDefault=i}return t.prototype.initialize=function(){switch(e.platform){case e.Platform.WECHAT_GAME:this._platformWX.initialize();break;case e.Platform.BYTEDANCE_MINI_GAME:this._platformTT.initialize();break;case e.Platform.MOBILE_BROWSER:case e.Platform.DESKTOP_BROWSER:this._platformBrowser.initialize();break;default:this._platformDefault.initialize()}},a(t,[{key:"platform",get:function(){switch(e.platform){case e.Platform.WECHAT_GAME:return this._platformWX;case e.Platform.BYTEDANCE_MINI_GAME:return this._platformTT;case e.Platform.MOBILE_BROWSER:case e.Platform.DESKTOP_BROWSER:return this._platformBrowser;default:return this._platformDefault}}}]),t}()));r._RF.pop()}}}));
- System.register("chunks:///_virtual/platformTT.ts",["cc"],(function(e){var n;return{setters:[function(e){n=e.cclegacy}],execute:function(){n._RF.push({},"1b9b3sV6cBKaYOYD7a6q/Fs","platformTT",void 0);var i,t={banner:"30a3ll993k15aakgla",video:"o1h5n7r8fnp31df3g1",interstitial:"4687fak66i8aklc5hd"};e("default",new(function(){function e(){this._onHideTime=1/0,this._shareTimes=0,this._rewardVideo=void 0,this._bannerAd=void 0,this._interstitialAd=void 0,this._shareSuccessHandler=null,this._videoSuccessHandler=null,this._showInterstitialAdTime=null,this._shareModalIsActive=!1,this._shareStr="东北F4来到美国西部拓荒时代,保卫城镇,完成自我救赎。"}var n=e.prototype;return n.initialize=function(){var e=this;i=tt,console.log("初始化抖音框架"),i.onShow((function(e){1104==e.scene&&console.log("从侧边栏复访")})),i.showShareMenu({withShareTicket:!0,menus:["shareAppMessage","shareTimeline"],success:function(){},fail:function(){},complete:function(){}}),i.onShareAppMessage(function(){i.shareAppMessage({title:this._shareStr,query:"shareMsg=a=1"})}.bind(this)),i.onShow((function(n){null!=e._shareSuccessHandler&&(e._shareModalIsActive||(Date.now()-e._onHideTime>=1900?e._shareSuccessHandler&&e._shareSuccessHandler(!0):(i.showModal({title:"分享提示",content:"成功分享到群即可获得奖励",success:function(n){n.confirm?e.shareShowReward(e._shareSuccessHandler(!1)):n.cancel&&(e._shareSuccessHandler=null),e._shareModalIsActive=!1}}),e._shareModalIsActive=!0),e._onHideTime=1/0))})),this.__createVideoAd()},n.isCheckScene=function(e){void 0===e&&(e=null),i.checkScene({scene:"sidebar",success:function(n){e&&(n.isExist,e(!1))},fail:function(n){console.error("检查侧边栏支持失败",n),e&&e(!1)}})},n.openSideBar=function(e){void 0===e&&(e=null),i.navigateToScene({scene:"sidebar",success:function(){null==e||e("成功打开侧边栏",!0)},fail:function(n){null==e||e("打开侧边栏失败",!1)}})},n.isSupportDesk=function(){return!0},n.addDesk=function(e){i.addShortcut({success:function(){i.showToast({title:"创建桌面快捷方式成功"})},fail:function(e){i.showToast({title:"创建桌面快捷方式失败",err:e})}})},n.showToast=function(e){var n={title:"",icon:"none",duration:2e3};Object.assign(n,e),i.showToast(n)},n.shareAppMessage=function(e){void 0===e&&(e={}),i.shareAppMessage(e)},n.vibrateShort=function(e){void 0===e&&(e={}),i.vibrateShort(e)},n.vibrateLong=function(e){void 0===e&&(e={}),i.vibrateLong(e)},n.showCustomAd=function(e){},n.hideCustomAd=function(){},n.showSigleCustomAd=function(){},n.hideSigleCustomAd=function(){},n.shareShowReward=function(e){void 0===e&&(e=null),e&&(this._shareSuccessHandler=e),this._onHideTime=Date.now(),this.shareAppMessage({title:this._shareStr,query:"shareMsg=a=1"})},n.showRewardVideo=function(e){var n=this;void 0===e&&(e=null),this._rewardVideo?(this._videoSuccessHandler=e,this._rewardVideo.show().then((function(){console.log("视频播放成功")})).catch((function(i){n._rewardVideo.load().then((function(){n._rewardVideo.show().then((function(){console.log("视频重新加载,播放成功")}))})).catch((function(i){null==n._videoSuccessHandler||n._videoSuccessHandler(!1),n.shareShowReward(e),n._videoSuccessHandler=null}))}))):this.__turnVideoToShare(e)},n.showBannerAd=function(){var e=this;if(this._bannerAd){var n=i.getSystemInfoSync(),t=n.screenWidth,s=n.screenHeight;this._bannerAd.show().then((function(){e._bannerAd.style.left=(t-e._bannerAd.style.realWidth)/2,e._bannerAd.style.top=s-e._bannerAd.style.realHeight})).catch((function(e){console.log("banner广告显示出错",e)}))}},n.hideBannerAd=function(e){void 0===e&&(e=!1),this._bannerAd&&(this._bannerAd.hide(),e&&this.refreshBannerAd())},n.refreshBannerAd=function(){this._bannerAd&&(this._bannerAd.destroy(),this.__createBannerAd())},n.showInterstitialAd=function(e){if(void 0===e&&(e=!1),e){if(!this._interstitialAd)return;this._interstitialAd.show()}else{if(!this._interstitialAd)return;var n=Date.now();if(null==this._showInterstitialAdTime)return void(this._showInterstitialAdTime=n);n-this._showInterstitialAdTime>12e4&&(this._interstitialAd.show(),this._showInterstitialAdTime=n)}},n.exitGame=function(){wx.exitMiniProgram({})},n.__createVideoAd=function(){var e=this;this._rewardVideo=i.createRewardedVideoAd({adUnitId:t.video}),this._rewardVideo.onClose((function(n){n&&n.isEnded||void 0===n?null==e._videoSuccessHandler||e._videoSuccessHandler(!0):(e.showToast({title:"完整观看视频才有奖励哦"}),null==e._videoSuccessHandler||e._videoSuccessHandler(!1)),e._videoSuccessHandler=null})),this._rewardVideo.onError((function(n){null==e._videoSuccessHandler||e._videoSuccessHandler(!1),e.showToast({title:"暂时没有可观看的视频"}),e.shareShowReward(e._videoSuccessHandler),e._videoSuccessHandler=null}))},n.__createBannerAd=function(){var e=i.getSystemInfoSync(),n=e.screenWidth,s=e.screenHeight,o=.85*n,r=(n-o)/2;this._bannerAd=i.createBannerAd({adUnitId:t.banner,adIntervals:48,style:{left:r,top:s-70,width:o,height:70}}),this._bannerAd.onError((function(e){e.errCode})),this._bannerAd.onResize((function(){}))},n.__createInterstitialAd=function(){this._interstitialAd=i.createInterstitialAd({adUnitId:t.interstitial})},n.__turnVideoToShare=function(e){this.shareShowReward(e),this._videoSuccessHandler=null},e}()));n._RF.pop()}}}));
- System.register("chunks:///_virtual/platformWX.ts",["cc","./GameConst.ts","./Utils.ts"],(function(e){var t,s,i;return{setters:[function(e){t=e.cclegacy},function(e){s=e.GameConst},function(e){i=e.default}],execute:function(){t._RF.push({},"ef013qcT+5IAYjrcLFqwA9m","platformWX",void 0);var n={banner:"adunit-fa7b08ac6d8cf200",video:"adunit-29b5f0955ee77f59",interstitial:"adunit-a3615ebe31eba64a",multiGridCustom:"adunit-xxx",sigleGridCustom:"adunit-d4f43001efd879de"};e("default",new(function(){function e(){this._onHideTime=1/0,this._rewardVideo=void 0,this._bannerAd=void 0,this._interstitialAd=void 0,this._customAd=void 0,this._sigleCustomAd=void 0,this._shareSuccessHandler=null,this._videoSuccessHandler=null,this._customAdCloseHandler=null,this._showInterstitialAdTime=null,this._shareModalIsActive=!1,this._shareStr="东北F4来到美国西部拓荒时代,保卫城镇,完成自我救赎。"}var t=e.prototype;return t.initialize=function(){var e=this;console.log("初始化微信框架"),wx.showShareMenu({withShareTicket:!0,menus:["shareAppMessage","shareTimeline"],success:function(){},fail:function(){},complete:function(){}}),wx.onShareAppMessage(function(){wx.shareAppMessage({imageUrl:"share.jpg",title:this._shareStr,query:"shareMsg=a=1"})}.bind(this)),wx.onShow((function(t){null!=e._shareSuccessHandler&&(e._shareModalIsActive||(Date.now()-e._onHideTime>=1900?e._shareSuccessHandler&&e._shareSuccessHandler(!0):(wx.showModal({title:"分享提示",content:"成功分享到群即可获得奖励",success:function(t){t.confirm?e.shareShowReward(e._shareSuccessHandler(!1)):t.cancel&&(e._shareSuccessHandler=null),e._shareModalIsActive=!1}}),e._shareModalIsActive=!0),e._onHideTime=1/0))})),this.__createVideoAd()},t.showToast=function(e){var t={title:"",icon:"none",duration:2e3};Object.assign(t,e),wx.showToast(t)},t.shareAppMessage=function(e){void 0===e&&(e={}),wx.shareAppMessage(e)},t.vibrateShort=function(e){void 0===e&&(e={}),wx.vibrateShort(e)},t.vibrateLong=function(e){void 0===e&&(e={}),wx.vibrateLong(e)},t.isSupportDesk=function(){return!!wx.canAddToFavorites},t.addDesk=function(){wx.canAddToFavorites?wx.canAddToFavorites({success:function(e){e.canAdd?wx.addToFavorites({title:s.gameName,query:"",success:function(){this.showToast({title:"添加到桌面成功"})},fail:function(e){this.showToast({title:"添加到桌面失败",err:e})}}):this.showToast({title:"当前环境不支持添加到桌面"})},fail:function(e){this.showToast({title:"检查添加到桌面权限失败",err:e})}}):this.showToast({title:"当前环境不支持添加到桌面"})},t.shareShowReward=function(e){void 0===e&&(e=null),e&&(this._shareSuccessHandler=e),this._onHideTime=Date.now(),this.shareAppMessage({imageUrl:"share.jpg",title:this._shareStr,query:"shareMsg=a=1"})},t.showRewardVideo=function(e){var t=this;void 0===e&&(e=null),this._rewardVideo?(this._videoSuccessHandler=e,this._rewardVideo.show().then((function(){console.log("视频播放成功")})).catch((function(s){t._rewardVideo.load().then((function(){t._rewardVideo.show().then((function(){console.log("视频重新加载,播放成功")}))})).catch((function(s){null==t._videoSuccessHandler||t._videoSuccessHandler(!1),t.shareShowReward(e),t._videoSuccessHandler=null}))}))):this.__turnVideoToShare(e)},t.showBannerAd=function(){var e=this;if(this._bannerAd){var t=wx.getSystemInfoSync(),s=t.screenWidth,i=t.screenHeight;this._bannerAd.show().then((function(){e._bannerAd.style.left=(s-e._bannerAd.style.realWidth)/2,e._bannerAd.style.top=i-e._bannerAd.style.realHeight})).catch((function(e){console.log("banner广告显示出错",e)}))}},t.hideBannerAd=function(e){void 0===e&&(e=!1),this._bannerAd&&(this._bannerAd.hide(),e&&this.refreshBannerAd())},t.refreshBannerAd=function(){this._bannerAd&&(this._bannerAd.destroy(),this.__createBannerAd())},t.showInterstitialAd=function(e){if(void 0===e&&(e=!1),e){if(!this._interstitialAd)return;this._interstitialAd.show()}else{if(!this._interstitialAd)return;var t=Date.now();if(null==this._showInterstitialAdTime)return void(this._showInterstitialAdTime=t);t-this._showInterstitialAdTime>12e4&&(this._interstitialAd.show(),this._showInterstitialAdTime=t)}},t.showCustomAd=function(e){this._customAd&&(this._customAdCloseHandler=e,this._customAd.show().catch((function(e){console.log("原生广告显示出错",e)})))},t.hideCustomAd=function(){this._customAd&&this._customAd.hide().catch((function(e){console.log("原生广告隐藏出错",e)}))},t.showSigleCustomAd=function(){this._sigleCustomAd&&this._sigleCustomAd.show().catch((function(e){console.log("原生当个格子广告显示出错",e)}))},t.hideSigleCustomAd=function(){this._sigleCustomAd&&this._sigleCustomAd.hide().catch((function(e){console.log("隐藏单个格子广告出错",e)}))},t.__customSigleAdExist=function(){var e=this;this._sigleCustomAd||this.__createSigleCustomAd(),this._sigleCustomAd.show().then((function(){e._sigleCustomAd.isShow()&&e.hideSigleCustomAd()})).catch((function(t){e._sigleCustomAd.isShow()&&e.hideSigleCustomAd()}))},t.__customAdExist=function(){var e=this;this._customAd||this.__createCustomAd(),this._customAd.show().then((function(){e._customAd.isShow()&&e.hideCustomAd()})).catch((function(t){e._customAd.isShow()&&e.hideCustomAd()}))},t.exitGame=function(){wx.exitMiniProgram({})},t.__createVideoAd=function(){var e=this;this._rewardVideo=wx.createRewardedVideoAd({adUnitId:n.video}),this._rewardVideo.onClose((function(t){t&&t.isEnded||void 0===t?null==e._videoSuccessHandler||e._videoSuccessHandler(!0):(e.showToast({title:"完整观看视频才有奖励哦"}),null==e._videoSuccessHandler||e._videoSuccessHandler(!1)),e._videoSuccessHandler=null})),this._rewardVideo.onError((function(t){null==e._videoSuccessHandler||e._videoSuccessHandler(!1),e.showToast({title:"暂时没有可观看的视频"}),e.shareShowReward(e._videoSuccessHandler),e._videoSuccessHandler=null}))},t.__createBannerAd=function(){var e=wx.getSystemInfoSync(),t=(i.isNormalScreen(),.85*e.screenWidth);this._bannerAd=wx.createBannerAd({adUnitId:n.banner,adIntervals:48,style:{left:0,top:e.screenHeight,width:t,height:70}}),this._bannerAd.onError((function(e){e.errCode})),this._bannerAd.onResize((function(){}))},t.__createInterstitialAd=function(){this._interstitialAd=wx.createInterstitialAd({adUnitId:n.interstitial})},t.__createCustomAd=function(){var e=this,t=wx.getSystemInfoSync();this._customAd=wx.createCustomAd({adUnitId:n.multiGridCustom,adIntervals:60,style:{left:0,top:.16*t.screenHeight,with:.9*t.screenWidth}}),this._customAd&&(this._customAd.onHide((function(t){e._customAdCloseHandler&&e._customAdCloseHandler()})),this._customAd.onError((function(e){e.errCode})))},t.__createSigleCustomAd=function(){var e=wx.getSystemInfoSync(),t=i.isNormalScreen();this._sigleCustomAd=wx.createCustomAd({adUnitId:n.sigleGridCustom,adIntervals:60,style:{left:.49*e.screenWidth,top:.038*e.screenHeight+(t?20:35)}}),this._sigleCustomAd.onError((function(e){console.log("展示格子广告失败1")}))},t.__turnVideoToShare=function(e){this.shareShowReward(e),this._videoSuccessHandler=null},e}()));t._RF.pop()}}}));
- System.register("chunks:///_virtual/polyglot.min.ts",["cc"],(function(n){var t;return{setters:[function(n){t=n.cclegacy}],execute:function(){n("polyglot",(function(n){return new g(n)})),t._RF.push({},"26839JcVWpGabE9xA7/uWJw","polyglot.min",void 0);var r=function(n,t,r){if(n=arguments[0],t="function"==typeof arguments[1]?arguments[1]:new Function,Array.isArray(n))n.forEach((function(n,r,e){t(n,r)}));else for(var e in n)if(n.hasOwnProperty(e)){var i=n[e];t(i,e)}},e=function(n,t){return n.hasOwnProperty(t)};var i=function(n){!function(n){console.warn(n)}(n)},s=String.prototype.replace,o=String.prototype.split,u="||||",a=function(n){var t=n%100,r=t%10;return 11!==t&&1===r?0:2<=r&&r<=4&&!(t>=12&&t<=14)?1:2},l={pluralTypes:{arabic:function(n){if(n<3)return n;var t=n%100;return t>=3&&t<=10?3:t>=11?4:5},bosnian_serbian:a,chinese:function(){return 0},croatian:a,french:function(n){return n>1?1:0},german:function(n){return 1!==n?1:0},russian:a,lithuanian:function(n){return n%10==1&&n%100!=11?0:n%10>=2&&n%10<=9&&(n%100<11||n%100>19)?1:2},czech:function(n){return 1===n?0:n>=2&&n<=4?1:2},polish:function(n){if(1===n)return 0;var t=n%10;return 2<=t&&t<=4&&(n%100<10||n%100>=20)?1:2},icelandic:function(n){return n%10!=1||n%100==11?1:0},slovenian:function(n){var t=n%100;return 1===t?0:2===t?1:3===t||4===t?2:3}},pluralTypeToLanguages:{arabic:["ar"],bosnian_serbian:["bs-Latn-BA","bs-Cyrl-BA","srl-RS","sr-RS"],chinese:["id","id-ID","ja","ko","ko-KR","lo","ms","th","th-TH","zh"],croatian:["hr","hr-HR"],german:["fa","da","de","en","es","fi","el","he","hi-IN","hu","hu-HU","it","nl","no","pt","sv","tr"],french:["fr","tl","pt-br"],russian:["ru","ru-RU"],lithuanian:["lt"],czech:["cs","cs-CZ","sk"],polish:["pl"],icelandic:["is"],slovenian:["sl-SL"]}};function c(n,t){var e=function(n){var t={};return r(n,(function(n,e){r(n,(function(n){t[n]=e}),this)}),this),t}(n.pluralTypeToLanguages);return e[t]||e[o.call(t,/-/,1)[0]]||e.en}function f(n){return n.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}var h=/%\{(.*?)\}/g;function p(n,t,r,i,a){if("string"!=typeof n)throw new TypeError("Polyglot.transformPhrase expects argument #1 to be string");if(null==t)return n;var f=n,p=i||h,g=a||l,y="number"==typeof t?{smart_count:t}:t;if(null!=y.smart_count&&f){var v=o.call(f,u);f=(v[function(n,t,r){return n.pluralTypes[c(n,t)](r)}(g,r||"en",y.smart_count)]||v[0]).replace(/^\s+|\s+$/gm,"")}return f=s.call(f,p,(function(n,t){return e(y,t)&&null!=y[t]?y[t]:n}))}var g=n("Polyglot",function(){function n(n){this.phrases={},this.pluralRules={},this.currentLocale="",this.onMissingKey=null,this.warn=null,this.tokenRegex=void 0;var t=n||{};this.extend(t.phrases||{}),this.currentLocale=t.locale||"en";var r=t.allowMissing?p:null;this.onMissingKey="function"==typeof t.onMissingKey?t.onMissingKey:r,this.warn=t.warn||i,this.tokenRegex=function(n){var t=n&&n.prefix||"%{",r=n&&n.suffix||"}";if(t===u||r===u)throw new RangeError('"||||" token is reserved for pluralization');return new RegExp(f(t)+"(.*?)"+f(r),"g")}(t.interpolation),this.pluralRules=t.pluralRules||l}n.transformPhrase=function(n,t,r){return p(n,t,r)};var t=n.prototype;return t.has=function(n){return e(this.phrases,n)},t.t=function(n,t){var r,e,i=null==t?{}:t;if("string"==typeof this.phrases[n])r=this.phrases[n];else if("string"==typeof i._)r=i._;else if(this.onMissingKey){e=(0,this.onMissingKey)(n,i,this.currentLocale,this.tokenRegex,this.pluralRules)}else this.warn('Missing translation for key: "'+n+'"'),e=n;return"string"==typeof r&&(e=p(r,i,this.currentLocale,this.tokenRegex,this.pluralRules)),e},t.replace=function(n){this.clear(),this.extend(n)},t.clear=function(){this.phrases={}},t.locale=function(n){return n&&(this.currentLocale=n),this.currentLocale},t.extend=function(n,t){var e=this;r(n,(function(n,r){var i=t?t+"."+r:r;"object"==typeof n?e.extend(n,i):e.phrases[i]=n}),this)},t.unset=function(n,t){"string"==typeof n?delete this.phrases[n]:r(n,(function(n,r){var e=t?t+"."+r:r;"object"==typeof n?this.unset(n,e):delete this.phrases[e]}),this)},n}());t._RF.pop()}}}));
- System.register("chunks:///_virtual/PoolManager.ts",["./rollupPluginModLoBabelHelpers.js","cc"],(function(o){var t,e,n,r,l,c,s;return{setters:[function(o){t=o.inheritsLoose},function(o){e=o.cclegacy,n=o._decorator,r=o.Prefab,l=o.instantiate,c=o.Vec3,s=o.Component}],execute:function(){var i,a;e._RF.push({},"bdc3cYFCvpCo7BF8M0f4m2x","PoolManager",void 0);var u=n.ccclass;n.property,o("PoolManager",u("PoolManager")(((a=function(o){function e(){return o.apply(this,arguments)||this}return t(e,o),e.getNode=function(o,t){var e=o instanceof r?o.data.name:o.name,n=null,s=this._objectPools.get(e);return(n=(null==s?void 0:s.length)>0?s.pop():l(o)).active=!0,t&&(n.setParent(t),n.position=c.ZERO),n},e.getName=function(o,t){var e=this._objectPools.get(o),n=null==e?void 0:e.pop();return n&&t&&n.setParent(t),null!=n?n:null},e.putNode=function(o){if(null!=o&&o.isValid){var t=o.name;o.removeFromParent(),o.active=!1,t?(this._objectPools.has(t)||this._objectPools.set(t,[]),this._objectPools.get(t).push(o)):o.destroy()}},e.getPoolSize=function(o){var t,e;return null!=(t=null==(e=this._objectPools.get(o))?void 0:e.length)?t:0},e.clearPool=function(o){var t=this._objectPools.get(o);t&&(t.forEach((function(o){return o.destroy()})),this._objectPools.delete(o))},e.clearAll=function(){this._objectPools.forEach((function(o,t){o.forEach((function(o){return o.destroy()}))})),this._objectPools.clear()},e}(s))._objectPools=new Map,i=a))||i);e._RF.pop()}}}));
- System.register("chunks:///_virtual/QuickEnv.ts",["./rollupPluginModLoBabelHelpers.js","cc"],(function(t){var e,o,r,i,n,s,p,c,g,l,y,h,a,u,d,w;return{setters:[function(t){e=t.applyDecoratedDescriptor,o=t.inheritsLoose,r=t.initializerDefineProperty,i=t.assertThisInitialized,n=t.createClass},function(t){s=t.cclegacy,p=t._decorator,c=t.Vec3,g=t.Color,l=t.Enum,y=t.renderer,h=t.CCFloat,a=t.director,u=t.MeshRenderer,d=t.DirectionalLight,w=t.Component}],execute:function(){var b,f,S,k,O,L,D,C,v,m,x,P,T,j,M,I,A,z,F,E,B,R,Z,Q,_,N,X,Y,H,J,V,q;s._RF.push({},"229fdvzLfJB5pSNtdAZ5Zig","QuickEnv",void 0);var G=p.ccclass,K=p.property,U=p.executeInEditMode,W=function(t){return t[t.none=0]="none",t[t.cool=1]="cool",t[t.warm=2]="warm",t}(W||{}),$=function(t){return t[t.OFF=0]="OFF",t[t.ON=1]="ON",t}($||{}),tt=[{skyIllu:22e3,lightIllu:1e5,lightDirection:new c(-120,-120,0),lightColor:new g(255,255,255),skyColor:new g(101,121,160),groundColor:new g(63,55,40)},{skyIllu:2e4,lightIllu:12e4,lightColor:new g(255,255,255),lightDirection:new c(-150,-148,0),skyColor:new g(77,236,89),groundColor:new g(116,116,116)}],et=new c;t("QuickEnv",(b=G("QuickEnv"),f=U(!0),S=K({group:"shadow"}),k=K({type:l(y.scene.ShadowType),group:"shadow",visible:function(){return this.shadow}}),O=K({group:"shadow",visible:function(){return this.shadow&&this.shadowType==y.scene.ShadowType.ShadowMap}}),L=K({type:l(y.scene.ShadowSize),group:"shadow",visible:function(){return this.shadow&&this.shadowType==y.scene.ShadowType.ShadowMap}}),D=K({type:h,min:1,max:200,slide:!0,group:"shadow",visible:function(){return this.shadow&&this.shadowType==y.scene.ShadowType.ShadowMap}}),C=K({type:h,min:0,max:1,slide:!0,step:.01,group:"shadow",visible:function(){return this.shadow&&this.shadowType==y.scene.ShadowType.ShadowMap}}),v=K({type:l(y.scene.PCFType),group:"shadow",visible:function(){return this.shadow&&this.shadowType==y.scene.ShadowType.ShadowMap}}),m=K({group:"shadow",visible:function(){return this.shadow&&this.shadowType==y.scene.ShadowType.ShadowMap}}),x=K({group:"skybox"}),P=K({group:"skybox",visible:function(){return this.skybox}}),T=K({type:l(y.scene.EnvironmentLightingType),group:"skybox",visible:function(){return this.skybox}}),j=K({min:0,max:360,slide:!0,group:"skybox",visible:function(){return this.skybox}}),M=K({group:"fog"}),I=K({type:l(y.scene.FogType),group:"fog",visible:function(){return this.fog}}),A=K({type:l($),group:"model"}),z=K({visible:!1}),F=K({type:l($),group:"model"}),E=K({visible:!1}),B=K({type:h,min:0,max:16e4,slide:!0,step:10}),R=K({type:h,min:0,max:16e4,slide:!0,step:10}),Z=K({type:h,min:-360,max:360,slide:!0}),Q=K({type:h,min:-360,max:360,slide:!0}),_=K({type:h,min:-360,max:360,slide:!0}),N=K({type:l(W)}),X=K({type:l(W),visible:!1}),b(Y=f((e((H=function(t){function e(){for(var e,o=arguments.length,n=new Array(o),s=0;s<o;s++)n[s]=arguments[s];return e=t.call.apply(t,[this].concat(n))||this,r(e,"castShadows",J,i(e)),r(e,"receive",V,i(e)),r(e,"currentSet",q,i(e)),e.directLight=null,e}return o(e,t),e.prototype.onEnable=function(){},n(e,[{key:"shadow",get:function(){return a.getScene().globals.shadows.enabled},set:function(t){a.getScene().globals.shadows.enabled=t}},{key:"shadowType",get:function(){return a.getScene().globals.shadows.type},set:function(t){a.getScene().globals.shadows.type=t,t==y.scene.ShadowType.ShadowMap&&(this.directLight.shadowEnabled=!0)}},{key:"shadowCSM",get:function(){return this.directLight.enableCSM},set:function(t){this.directLight.enableCSM=t}},{key:"ShadowSize",get:function(){return a.getScene().globals.shadows.shadowMapSize},set:function(t){a.getScene().globals.shadows.shadowMapSize=t}},{key:"shadwoDistance",get:function(){return this.directLight.shadowDistance},set:function(t){this.directLight.shadowDistance=t}},{key:"shadowSaturation",get:function(){return this.directLight.shadowSaturation},set:function(t){this.directLight.shadowSaturation=t}},{key:"shadowPcf",get:function(){return this.directLight.shadowPcf},set:function(t){this.directLight.shadowPcf=t}},{key:"shadowBias",get:function(){return this.directLight.shadowBias},set:function(t){this.directLight.shadowBias=t}},{key:"skybox",get:function(){return a.getScene().globals.skybox.enabled},set:function(t){a.getScene().globals.skybox.enabled=t}},{key:"skyboxTexture",get:function(){return a.getScene().globals.skybox.envmap},set:function(t){a.getScene().globals.skybox.envmap=t}},{key:"skyBoxType",get:function(){return a.getScene().globals.skybox.envLightingType},set:function(t){a.getScene().globals.skybox.envLightingType=t}},{key:"skyboxRotation",get:function(){return a.getScene().globals.skybox.rotationAngle},set:function(t){a.getScene().globals.skybox.rotationAngle=t}},{key:"fog",get:function(){return a.getScene().globals.fog.enabled},set:function(t){a.getScene().globals.fog.enabled=t}},{key:"fogType",get:function(){return a.getScene().globals.fog.type},set:function(t){a.getScene().globals.fog.type=t}},{key:"ModelsCastShadows",get:function(){return this.castShadows},set:function(t){this.castShadows=t;var e=a.getScene().getComponentsInChildren(u),o=e.length;if(o>0)for(var r=0;r<o;r++)e[r].shadowCastingMode=t}},{key:"ModelsReceiveShadows",get:function(){return this.receive},set:function(t){this.receive=t;var e=a.getScene().getComponentsInChildren(u),o=e.length;if(o>0)for(var r=0;r<o;r++)e[r].receiveShadow=t}},{key:"skyIllu",get:function(){return a.getScene().globals.ambient.skyIllum},set:function(t){a.getScene().globals.ambient.skyIllum=t}},{key:"skyColor",get:function(){return a.getScene().globals.ambient.skyLightingColor},set:function(t){a.getScene().globals.ambient.skyLightingColor=t}},{key:"groundColor",get:function(){return a.getScene().globals.ambient.groundLightingColor},set:function(t){a.getScene().globals.ambient.groundLightingColor=t}},{key:"directLightColor",get:function(){return this.directLight.color},set:function(t){this.directLight.color=t}},{key:"directLightIllu",get:function(){return this.directLight.illuminance},set:function(t){this.directLight.illuminance=t}},{key:"directLightDirection",get:function(){return this.light.eulerAngles},set:function(t){this.light.eulerAngles=t}},{key:"directLightDirectX",get:function(){return this.light.eulerAngles.x},set:function(t){et.set(this.light.eulerAngles),et.x=t,this.light.eulerAngles=et}},{key:"directLightDirectY",get:function(){return this.light.eulerAngles.y},set:function(t){et.set(this.light.eulerAngles),et.y=t,this.light.eulerAngles=et}},{key:"directLightDirectZ",get:function(){return this.directLight||(this.directLight=a.getScene().getComponentInChildren(d)),this.light.eulerAngles.z},set:function(t){et.set(this.light.eulerAngles),et.z=t,this.light.eulerAngles=et}},{key:"light",get:function(){return this.directLight||(this.directLight=a.getScene().getComponentInChildren(d)),this.directLight.node}},{key:"preEnvs",get:function(){return this.currentSet},set:function(t){if(this.currentSet=t,t>0){var e=tt[t-1];this.directLightDirection=e.lightDirection,this.directLightColor=e.lightColor,this.directLightIllu=e.lightIllu,this.skyColor=e.skyColor,this.skyIllu=e.skyIllu,this.groundColor=e.groundColor}}}]),e}(w)).prototype,"shadow",[S],Object.getOwnPropertyDescriptor(H.prototype,"shadow"),H.prototype),e(H.prototype,"shadowType",[k],Object.getOwnPropertyDescriptor(H.prototype,"shadowType"),H.prototype),e(H.prototype,"shadowCSM",[O],Object.getOwnPropertyDescriptor(H.prototype,"shadowCSM"),H.prototype),e(H.prototype,"ShadowSize",[L],Object.getOwnPropertyDescriptor(H.prototype,"ShadowSize"),H.prototype),e(H.prototype,"shadwoDistance",[D],Object.getOwnPropertyDescriptor(H.prototype,"shadwoDistance"),H.prototype),e(H.prototype,"shadowSaturation",[C],Object.getOwnPropertyDescriptor(H.prototype,"shadowSaturation"),H.prototype),e(H.prototype,"shadowPcf",[v],Object.getOwnPropertyDescriptor(H.prototype,"shadowPcf"),H.prototype),e(H.prototype,"shadowBias",[m],Object.getOwnPropertyDescriptor(H.prototype,"shadowBias"),H.prototype),e(H.prototype,"skybox",[x],Object.getOwnPropertyDescriptor(H.prototype,"skybox"),H.prototype),e(H.prototype,"skyboxTexture",[P],Object.getOwnPropertyDescriptor(H.prototype,"skyboxTexture"),H.prototype),e(H.prototype,"skyBoxType",[T],Object.getOwnPropertyDescriptor(H.prototype,"skyBoxType"),H.prototype),e(H.prototype,"skyboxRotation",[j],Object.getOwnPropertyDescriptor(H.prototype,"skyboxRotation"),H.prototype),e(H.prototype,"fog",[M],Object.getOwnPropertyDescriptor(H.prototype,"fog"),H.prototype),e(H.prototype,"fogType",[I],Object.getOwnPropertyDescriptor(H.prototype,"fogType"),H.prototype),e(H.prototype,"ModelsCastShadows",[A],Object.getOwnPropertyDescriptor(H.prototype,"ModelsCastShadows"),H.prototype),J=e(H.prototype,"castShadows",[z],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return $.OFF}}),e(H.prototype,"ModelsReceiveShadows",[F],Object.getOwnPropertyDescriptor(H.prototype,"ModelsReceiveShadows"),H.prototype),V=e(H.prototype,"receive",[E],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return $.OFF}}),e(H.prototype,"skyIllu",[B],Object.getOwnPropertyDescriptor(H.prototype,"skyIllu"),H.prototype),e(H.prototype,"skyColor",[K],Object.getOwnPropertyDescriptor(H.prototype,"skyColor"),H.prototype),e(H.prototype,"groundColor",[K],Object.getOwnPropertyDescriptor(H.prototype,"groundColor"),H.prototype),e(H.prototype,"directLightColor",[K],Object.getOwnPropertyDescriptor(H.prototype,"directLightColor"),H.prototype),e(H.prototype,"directLightIllu",[R],Object.getOwnPropertyDescriptor(H.prototype,"directLightIllu"),H.prototype),e(H.prototype,"directLightDirection",[K],Object.getOwnPropertyDescriptor(H.prototype,"directLightDirection"),H.prototype),e(H.prototype,"directLightDirectX",[Z],Object.getOwnPropertyDescriptor(H.prototype,"directLightDirectX"),H.prototype),e(H.prototype,"directLightDirectY",[Q],Object.getOwnPropertyDescriptor(H.prototype,"directLightDirectY"),H.prototype),e(H.prototype,"directLightDirectZ",[_],Object.getOwnPropertyDescriptor(H.prototype,"directLightDirectZ"),H.prototype),e(H.prototype,"preEnvs",[N],Object.getOwnPropertyDescriptor(H.prototype,"preEnvs"),H.prototype),q=e(H.prototype,"currentSet",[X],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return W.none}}),Y=H))||Y)||Y));s._RF.pop()}}}));
- System.register("chunks:///_virtual/ResUtil.ts",["./rollupPluginModLoBabelHelpers.js","cc","./Logger.ts","./GameConst.ts","./BundleManager.ts","./Utils.ts","./UIManager.ts","./PoolManager.ts"],(function(e){var n,t,r,o,a,s,i,l,u,c,d,f,p,m,S,g,v,N,y;return{setters:[function(e){n=e.asyncToGenerator,t=e.regeneratorRuntime},function(e){r=e.cclegacy,o=e._decorator,a=e.Prefab,s=e.instantiate,i=e.SpriteFrame,l=e.Node,u=e.Sprite,c=e.director,d=e.tween,f=e.Layers,p=e.sp},function(e){m=e.Logger},function(e){S=e.GameConst},function(e){g=e.bundleMgr},function(e){v=e.default},function(e){N=e.uiMgr},function(e){y=e.PoolManager}],execute:function(){var b;r._RF.push({},"3015eqw5adC8ZqXLnnEky33","ResUtil",void 0);var h=o.ccclass;o.property,e("ResUtil",h("ResUtil")(b=function(){function e(){}return e.loadModelPrefabName=function(e,n){if(v.isNull(e))throw new Error("[ResUtil] 资源路径不能为空");return new Promise((function(n,t){g.loadAsset(S.bundleName.models,e,a,(function(r,o){if(r)return console.error("[ResUtil] 加载模型失败: "+e,r),void t(r);n(s(o))}))}))},e.setSpriteFrame=function(e,n){if(!v.isNull(e)){var t="texture/"+e+"/spriteFrame";g.loadAsset(S.bundleName.resources,t,i,(function(e,t){if(!e){var r=n instanceof l?n.getComponent(u):n;r?r.spriteFrame=t:console.error("Target node does not have a Sprite component!")}}))}},e.setSpriteFrameAsset=function(e,n,t,r,o){v.isNull(e)&&(e=S.bundleName.resources,n.startsWith("texture/")||(n="texture/"+n+"/spriteFrame")),v.isNull(n)||g.loadAsset(e,n,t,(function(e,n){if(!e){var t=r instanceof l?r.getComponent(u):r;t?t.spriteFrame=n:console.error("Target node does not have a Sprite component!")}null==o||o(e,n)}))},e.preloadScene=function(e,n,t){v.isNull(e)?m.warn("[SceneLoader] Scene name cannot be null or empty!"):c.preloadScene(e,(function(e,n){null==t||t(null,n>0?e/n:0)}),(function(r,o){if(r)return m.error('[SceneLoader] Failed to preload scene "'+e+'":',r),void(null==t||t(r,0));null==n||n(),m.log('[SceneLoader] Scene "'+e+'" preloaded successfully'),null==t||t(null,1)}))},e.enteScene=function(e){v.isNull(e)||this.preloadScene(e,(function(){N.showScene("main")}))},e.playSkAni=function(){var e=n(t().mark((function e(n,r,o,a,s){var i,u,c;return t().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return void 0===s&&(s=-1),(i=new l).parent=o,i.position=a,i.layer=f.BitMask.UI_2D,u=i.addComponent(p.Skeleton),e.next=8,g.loadAsset(S.bundleName.resources,n,p.SkeletonData);case 8:return c=e.sent,u.skeletonData=c,u.setAnimation(0,r,!1),-1!=s&&d(i).delay(s).call((function(){y.putNode(i)})).start(),e.abrupt("return",i);case 13:case"end":return e.stop()}}),e)})));return function(n,t,r,o,a){return e.apply(this,arguments)}}(),e}())||b);r._RF.pop()}}}));
- System.register("chunks:///_virtual/RoY.ts",["./rollupPluginModLoBabelHelpers.js","cc"],(function(t){var o,n,e,r,c;return{setters:[function(t){o=t.inheritsLoose},function(t){n=t.cclegacy,e=t._decorator,r=t.v3,c=t.Component}],execute:function(){var s;n._RF.push({},"3bf69stJLNIxYypomzSZjN7","RoY",void 0);var i=e.ccclass;e.property,t("RoY",i("RoY")(s=function(t){function n(){for(var o,n=arguments.length,e=new Array(n),r=0;r<n;r++)e[r]=arguments[r];return(o=t.call.apply(t,[this].concat(e))||this).y=0,o.x=0,o.z=0,o}o(n,t);var e=n.prototype;return e.start=function(){},e.update=function(t){this.node.eulerAngles=r(this.x++,this.y++,this.z++)},n}(c))||s);n._RF.pop()}}}));
- System.register("chunks:///_virtual/SensitiveWords.ts",["cc"],(function(a){var n;return{setters:[function(a){n=a.cclegacy}],execute:function(){n._RF.push({},"6423eE1EpBD3p103BCyA6Jq","SensitiveWords",void 0);a("default",["第一代领导","第二代领导","第三代领导","第四代领导","第五代领导","第六代领导","第七代领导","第1代领导","第2代领导","第3代领导","第4代领导","第5代领导","第6代领导","第7代领导","一位老同志的谈话","国办发","中办发","腐败中国","三个呆婊","你办事我放心","社会主义灭亡","打倒中国","灭亡中国","亡党亡国","粉碎四人帮","激流中国","特供","特贡","特共","zf大楼","殃视","贪污腐败","强制拆除","形式主义","政治风波","太子党","上海帮","北京帮","清华帮","红色贵族","权贵集团","河蟹社会","喝血社会","九风","9风","十七大","十7大","17da","九学","9学","四风","4风","双规","南街村","最淫官员","警匪","官匪","独夫民贼","官商勾结","城管暴力执法","强制捐款","毒豺","一党执政","一党专制","一党专政","专制政权","宪法法院","胡平","苏晓康","贺卫方","谭作人","焦国标","万润南","张志新","辛灝年","高勤荣","王炳章","高智晟","司马璐","刘晓竹","刘宾雁","魏京生","寻找林昭的灵魂","别梦成灰","谁是新中国","讨伐中宣部","异议人士","民运人士","启蒙派","选国家主席","民一主","min主","民竹","民珠","民猪","chinesedemocracy","大赦国际","国际特赦","da选","投公","公头","宪政","平反","党章","维权","昝爱宗","宪章","08宪","08xz","觉醒的中国公民日渐清楚地认识到","抿主","民主","敏主","人拳","人木又","人quan","renquan","中国人权","中国的人权","中国新民党","群体事件","群体性事件","上中央","去中央","讨说法","请愿","请命","公开信","联名上书","万人大签名","万人骚动","截访","上访","shangfang","信访","访民","集合","集会","组织集体","静坐","静zuo","jing坐","示威","示wei","游行","you行","游xing","youxing","官逼民反","反party","反共","抗议","亢议","抵制","低制","底制","di制","抵zhi","dizhi","boycott","血书","焚烧中国国旗","baoluan","流血冲突","出现暴动","发生暴动","引起暴动","baodong","灭共","杀毙","罢工","霸工","罢考","罢餐","罢参","罢饭","罢吃","罢食","罢课","罢ke","霸课","ba课","罢教","罢学","罢运","网特","网评员","网络评论员","五毛党","五毛们","5毛党","戒严","jieyan","jie严","戒yan","8的平方事件","知道64","八九年","贰拾年","2o年","20和谐年","贰拾周年","六四","六河蟹四","六百度四","六和谐四","陆四","陆肆","198964","5月35","89年春夏之交","64惨案","64时期","64运动","4事件","四事件","北京风波","学潮","学chao","xuechao","学百度潮","门安天","天按门","坦克压大学生","民主女神","历史的伤口","高自联","北高联","维多利亚公园","thegateofheavenlypeace","bloodisonthesquare","为了忘却的纪念","血洗京城","四二六社论","王丹","柴玲","沈彤","封从德","王超华","王维林","吾尔开希","吾尔开西","侯德健","阎明复","方励之","蒋捷连","丁子霖","辛灏年","蒋彦永","严家其","陈一咨","中华局域网","党的喉舌","互联网审查","当局严密封锁","新闻封锁","封锁消息","爱国者同盟","关闭所有论坛","网络封锁","金盾工程","gfw","无界浏览","无界网络","自由门","何清涟","中国的陷阱","汪兆钧","记者无疆界","境外媒体","维基百科","纽约时报","bbc中文网","华盛顿邮报","世界日报","东森新闻网","东森电视","基督教科学箴言报","星岛日报","亚洲周刊","泰晤士报","美联社","中央社","雅虎香港","wikipedia","youtube","googleblogger","美国之音","美国广播公司","英国金融时报","自由亚洲","中央日报","自由时报","中国时报","反分裂","威胁论","左翼联盟","钓鱼岛","保钓组织","主权","弓单","火乍","木仓","石肖","核蛋","步qiang","bao炸","爆zha","baozha","zha药","zha弹","炸dan","炸yao","zhadan","zhayao","hmtd","三硝基甲苯","六氟化铀","炸药配方","弹药配方","炸弹配方","皮箱炸弹","火药配方","人体炸弹","人肉炸弹","解放军","兵力部署","军转","军事社","8341部队","第21集团军","七大军区","7大军区","北京军区","沈阳军区","济南军区","成都军区","广州军区","南京军区","兰州军区","颜色革命","规模冲突","塔利班","基地组织","恐怖分子","恐怖份子","三股势力","印尼屠华","印尼事件","蒋公纪念歌","马英九","mayingjiu","李天羽","苏贞昌","林文漪","陈水扁","陈s扁","陈随便","阿扁","a扁","告全国同胞书","台百度湾","台完","台wan","taiwan","台弯","湾台","台湾国","台湾共和国","台军","台独","台毒","台du","taidu","twdl","一中一台","打台湾","两岸关系","两岸战争","攻占台湾","支持台湾","进攻台湾","占领台湾","统一台湾","收复台湾","登陆台湾","解放台湾","解放tw","解决台湾","光复民国","台湾独立","台湾问题","台海问题","台海危机","台海统一","台海大战","台海战争","台海局势","入联","入耳关","中华联邦","国民党","x民党","民进党","青天白日","闹独立","duli","fenlie","日本万岁","小泽一郎","劣等民族","汉人","汉维","维汉","吾尔","热比娅","伊力哈木","疆独","东突厥斯坦解放组织","东突解放组织","蒙古分裂分子","列确","阿旺晋美","藏人","臧人","zang人","藏民","藏m","达赖","赖达","dalai","哒赖","dl喇嘛","丹增嘉措","打砸抢","西独","藏独","葬独","臧独","藏毒","藏du","zangdu","支持zd","藏暴乱","藏青会","雪山狮子旗","拉萨","啦萨","啦沙","啦撒","拉sa","lasa","la萨","西藏","藏西","xizang","xi藏","x藏","西z","tibet","希葬","希藏","硒藏","稀藏","西脏","西奘","西葬","西臧","援藏","bjork","王千源","安拉","回教","回族","回回","回民","穆斯林","穆罕穆德","穆罕默德","默罕默德","伊斯兰","圣战组织","清真","清zhen","qingzhen","真主","阿拉伯","高丽棒子","韩国狗","满洲第三帝国","满狗","鞑子","胡的接班人","钦定接班人","习近平","平近习","xjp","习太子","习明泽","老习","温家宝","温加宝","温x","温jia宝","温宝宝","温加饱","温加保","张培莉","温云松","温如春","温jb","胡温","胡x","胡jt","胡boss","胡总","胡王八","hujintao","胡jintao","胡j涛","胡惊涛","胡景涛","胡紧掏","湖紧掏","胡紧套","锦涛","hjt","胡派","胡主席","刘永清","胡海峰","胡海清","江泽民","民泽江","江胡","江主席","江书记","江浙闽","江沢民","江浙民","茳泽民","zemin","ze民","老江","老j","江core","江x","江派","江zm","jzm","江戏子","江蛤蟆","江某某","江贼","江猪","江氏集团","江绵恒","江绵康","王冶坪","江泽慧","邓小平","平小邓","xiao平","邓xp","邓晓平","邓朴方","邓榕","邓质方","毛泽东","猫泽东","猫则东","chairmanmao","猫贼洞","毛zd","毛zx","z东","ze东","泽d","zedong","毛太祖","毛相","主席画像","改革历程","朱镕基","朱容基","朱镕鸡","朱容鸡","朱云来","李鹏","李peng","里鹏","李月月鸟","李小鹏","李小琳","华主席","华国","锋同志","白春礼","薄熙来","薄一波","蔡赴朝","蔡武","曹刚川","常万全","陈炳德","陈德铭","陈建国","陈良宇","陈绍基","陈同海","陈至立","戴秉国","丁一平","董建华","杜德印","杜世成","傅锐","郭伯雄","郭金龙","贺国强","胡春华","耀邦","华建敏","黄华华","黄丽满","黄兴国","回良玉","贾庆林","贾廷安","靖志远","李长春","李春城","李建国","李克强","李岚清","李沛瑶","李荣融","李瑞环","李铁映","李先念","李学举","李源潮","栗智","梁光烈","廖锡龙","林树森","林炎志","林左鸣","令计划","柳斌杰","刘奇葆","刘少奇","刘延东","刘云山","刘志军","龙新民","路甬祥","罗箭","吕祖善","马飚","马恺","孟建柱","欧广源","强卫","沈跃跃","宋平顺","粟戎生","苏树林","孙家正","铁凝","屠光绍","王东明","汪东兴","王鸿举","王沪宁","王乐泉","王洛林","王岐山","王胜俊","王太华","王学军","王兆国","王振华","吴邦国","吴定富","吴官正","无官正","吴胜利","吴仪","奚国华","习仲勋","徐才厚","许其亮","徐绍史","杨洁篪","叶剑英","由喜贵","于幼军","俞正声","袁纯清","曾培炎","曾庆红","曾宪梓","曾荫权","张德江","张定发","张高丽","张立昌","张荣坤","张志国","赵洪祝","紫阳","周生贤","周永康","朱海仑","政治局常委","中纪委","主席像","总书记","中南海","大陆当局","中国当局","北京当局","共产党","党产共","gcd","共贪党","gongchandang","阿共","共一产一党","产党共","公产党","工产党","共c党","共x党","共铲","供产","共惨","供铲党","供铲谠","供铲裆","共残党","共残主义","共产主义的幽灵","拱铲","老共","中共","中珙","中gong","gc党","贡挡","gong党","g产","狗产蛋","共残裆","恶党","邪党","共产专制","共产王朝","裆中央","土共","土g","共狗","g匪","共匪","仇共","communistparty","政府","症腐","政腐","政付","正府","政俯","政一府","政百度府","政f","zhengfu","政zhi","挡中央","档中央","中央领导","中国zf","中央zf","国wu院","中华帝国","gong和","大陆官方","北京政权 ","福音会","中国教徒","统一教","观音法门","清海无上师","盘古","李洪志","志洪李","李宏志","轮功","法轮","轮法功","三去车仑","氵去车仑","发论工","法x功","法o功","法0功","法一轮一功","轮子功","车仑工力","法lun","fa轮","法lg","flg","fl功","falungong","大法弟子","大纪元","dajiyuan","明慧网","明慧周报","正见网","新唐人","伪火","退党","tuidang","退dang","超越红墙","自fen","真善忍","九评","9评","9ping","九ping","jiuping","藏字石","集体自杀","自sha","zi杀","suicide","titor","逢8必灾","逢八必灾","逢9必乱","逢九必乱","朱瑟里诺","根达亚文明","诺查丹玛斯","人类灭亡进程表","按照马雅历法","推背图","推bei图","济世灵文","诸世纪","爱女人","爱液","按摩棒","拔出来","爆草","包二奶","暴干","暴奸","暴乳","爆乳","暴淫","屄","被操","被插","被干","逼奸","仓井空","插暴","操逼","操黑","操烂","肏你","肏死","操死","操我","厕奴","插比","插b","插逼","插进","插你","插我","插阴","潮吹","潮喷","成人电影","成人论坛","成人色情","成人网站","成人文学","成人小说","艳情小说","成人游戏","吃精","赤裸","抽插","扌由插","抽一插","春药","大波","大力抽送","大乳","荡妇","荡女","盗撮","多人轮","发浪","放尿","肥逼","粉穴","封面女郎","风月大陆","干死你","干穴","肛交","肛门","龟头","裹本","国产av","好嫩","豪乳","黑逼","后庭","后穴","虎骑","花花公子","换妻俱乐部","黄片","几吧","鸡吧","鸡巴","鸡奸","寂寞男","寂寞女","妓女","激情","集体淫","奸情","叫床","脚交","金鳞岂是池中物","金麟岂是池中物","精液","就去日","巨屌","菊花洞","菊门","巨奶","巨乳","菊穴","开苞","口爆","口活","口交","口射","口淫","裤袜","狂操","狂插","浪逼","浪妇","浪叫","浪女","狼友","聊性","流淫","铃木麻","凌辱","漏乳","露b","乱交","乱伦","轮暴","轮操","轮奸","裸陪","买春","美逼","美少妇","美乳","美腿","美穴","美幼","秘唇","迷奸","密穴","蜜穴","蜜液","摸奶","摸胸","母奸","奈美","奶子","男奴","内射","嫩逼","嫩女","嫩穴","捏弄","女优","炮友","砲友","喷精","屁眼","品香堂","前凸后翘","强jian","强暴","强奸处女","情趣用品","情色","拳交","全裸","群交","惹火身材","人妻","人兽","日逼","日烂","肉棒","肉逼","肉唇","肉洞","肉缝","肉棍","肉茎","肉具","揉乳","肉穴","肉欲","乳爆","乳房","乳沟","乳交","乳头","三级片","骚逼","骚比","骚女","骚水","骚穴","色逼","色界","色猫","色盟","色情网站","色区","色色","色诱","色欲","色b","少年阿宾","少修正","射爽","射颜","食精","释欲","兽奸","兽交","手淫","兽欲","熟妇","熟母","熟女","爽片","爽死我了","双臀","死逼","丝袜","丝诱","松岛枫","酥痒","汤加丽","套弄","体奸","体位","舔脚","舔阴","调教","偷欢","偷拍","推油","脱内裤","文做","我就色","无码","舞女","无修正","吸精","夏川纯","相奸","小逼","校鸡","小穴","小xue","写真","性感妖娆","性感诱惑","性虎","性饥渴","性技巧","性交","性奴","性虐","性息","性欲","胸推","穴口","学生妹","穴图","亚情","颜射","阳具","杨思敏","要射了","夜勤病栋","一本道","一夜欢","一夜情","一ye情","阴部","淫虫","阴唇","淫荡","阴道","淫电影","阴阜","淫妇","淫河","阴核","阴户","淫贱","淫叫","淫教师","阴茎","阴精","淫浪","淫媚","淫糜","淫魔","淫母","淫女","淫虐","淫妻","淫情","淫色","淫声浪语","淫兽学园","淫书","淫术炼金士","淫水","淫娃","淫威","淫亵","淫样","淫液","淫照","阴b","应召","幼交","幼男","幼女","欲火","欲女","玉女心经","玉蒲团","玉乳","欲仙欲死","玉穴","援交","原味内衣","援助交际","张筱雨","招鸡","招妓","中年美妇","抓胸","自拍","自慰","作爱","18禁","99bb","a4u","a4y","adult","amateur","anal","a片","fuck","gay片","g点","g片","hardcore","h动画","h动漫","incest","porn","secom","sexinsex","sm女王","xiao77","xing伴侣","tokyohot","yin荡","汉芯造假","杨树宽","中印边界谈判结果","喂奶门","摸nai门","酒瓶门","脱裤门","75事件","新疆骚乱","食堂涨价","饭菜涨价","h1n1","瘟疫爆发","yangjia","y佳","yang佳","杨佳","杨j","袭警","杀警","武侯祠","川b26931","贺立旗","周正毅","px项目","骂四川","家l福","家le福","加了服","麦当劳被砸","豆腐渣","这不是天灾","龙小霞","震其国土","yuce","提前预测","地震预测","隐瞒地震","李四光预测","蟾蜍迁徙","地震来得更猛烈","八级地震毫无预报","踩踏事故","聂树斌","万里大造林","陈相贵","张丹红","尹方明","李树菲","王奉友","零八奥运艰","惨奥","奥晕","凹晕","懊运","懊孕","奥孕","奥你妈的运","反奥","628事件","weng安","wengan","翁安","瓮安事件","化工厂爆炸","讨回工资","专业代理","帮忙点一下","帮忙点下","请点击进入","详情请进入","私人侦探","私家侦探","针孔摄象","调查婚外情","信用卡提现","无抵押贷款","广告代理","原音铃声","借腹生子","找个妈妈","找个爸爸","代孕妈妈","代生孩子","代开发票","腾讯客服电话","销售热线","免费订购热线","低价出售","款到发货","回复可见","免费二级域名","免费使用","免费索取","蚁力神","婴儿汤","售肾","刻章办","买小车","套牌车","玛雅网","电脑传讯","视频来源","下载速度","高清在线","全集在线","在线播放","txt下载","六位qq","6位qq","位的qq","个qb","送qb","用刀横向切腹","完全自杀手册","四海帮","足球投注","地下钱庄","中国复兴党","阿波罗网","曾道人","六合彩","改卷内幕","替考试","隐形耳机","出售答案","考中答案","答an","da案","资金周转","救市","股市圈钱","崩盘","资金短缺","证监会","质押贷款","小额贷款","周小川","刘明康","尚福林","孔丹","安眠酮","代血浆","普萘洛尔","呋塞米","西布曲明","testosterone","胰岛素样生长因子","促红细胞生成素","地西泮","尼可刹米","甲睾酮","adrenaline","erythropoietin","地奈德","莫达非尼","氯噻嗪","苯巴比妥","促性腺激素","泼尼松","麻黄草","雄烯二醇","地塞米松","tamoxifen","strychnine","androst","新型毒品","杜冷丁","兴奋剂","mdma","海洛因","海luo因","heroin","diamorphine","diacetylmorphine","鸦片","阿芙蓉","咖啡因","cocain","三唑仑","美沙酮","麻古","k粉","凯他敏","ketamine","冰毒","苯丙胺","cannabis","大麻","爱他死","氯胺酮","benzodiazepines","甲基安非他明","安非他命","吗啡","morphine","摇头丸","迷药","乖乖粉","narcotic","麻醉药","精神药品 ","穴海","协警","纳米比亚","专业调查","有华龙","jq的来","电信路","第一夫人","党鞭","黄巨","荡尽天下","家元自称玉皇大帝","主席李世民","何祚庥","刘刚","不要沉默","后勤集团","食堂涨价","发国难财","浪漫邂逅","红满堂","张小洋","炸学校","子宫","叫晶晶的女孩","回派","社会黑暗","国之母","国母","国姆","东方微点","震惊全球","nowto","chengdu","徐明","六月飞雪","暴力虐待","暴力袭击","天府广场","粮荒","洗脑班","复制地址到地址栏","李愚蠢","中国猪","台湾猪","进化不完全的生命体","震死他们","贱人","装b","大sb","傻逼","傻b","煞逼","煞笔","刹笔","傻比","沙比","欠干","婊子养的","我日你","我操","我草","卧艹","卧槽","爆你菊","艹你","cao你","你他妈","真他妈","别他吗","草你吗","草你丫","操你妈","擦你妈","操你娘","操他妈","日你妈","干你妈","干你娘","娘西皮","狗操","狗草","狗杂种","狗日的","操你祖宗","操你全家","操你大爷","妈逼","你麻痹","麻痹的","妈了个逼","马勒","狗娘养","贱比","贱b","下贱","死全家","全家死光","全家不得好死","全家死绝","白痴","无耻","sb","杀b","你吗b","你妈的","婊子","贱货","人渣","混蛋","媚外","和弦","兼职","限量","铃声","性伴侣","男公关","火辣","精子","射精","诱奸","强奸","做爱","性爱","发生关系","按摩","快感","处男","猛男","少妇","屌","屁股","下体","a片","内裤","浑圆","咪咪","发情","刺激","白嫩","粉嫩","兽性","风骚","呻吟","sm","阉割","高潮","裸露","不穿","一丝不挂","脱光","干你","干死","我干","中日没有不友好的","木牛流马的污染比汽车飞机大","他们嫌我挡了城市的道路","当官靠后台","警察我们是为人民服务的","中石化说亏损","做人不能太cctv了","领导干部吃王八","工商税务两条狼","公检法是流氓","公安把秩序搞乱","剖腹一刀五千几","读不起选个学校三万起","父母下岗儿下地","裙中性运动","qq","匕首","管制刀具","弹药","bb弹","违禁品","军用品","电棍","手枪","机枪","步枪","气枪","电狗","手狗","枪模","模型枪","仿真枪","狙击枪","信号枪","麻醉枪","来福枪","来复枪","冲锋枪","散弹枪","卡宾枪","枪支","枪械","炸药","硝铵","火药","燃烧瓶","可燃物","爆炸物","炸弹","雷管","原子弹","燃烧弹","tnt","qq","sb","sm","银联","云闪付"]);n._RF.pop()}}}));
- System.register("chunks:///_virtual/SettingData.ts",["./rollupPluginModLoBabelHelpers.js","cc","./Singleton.ts","./Utils.ts","./GameConst.ts"],(function(t){var a,e,n,o,s,i,r,c;return{setters:[function(t){a=t.inheritsLoose,e=t.createClass},function(t){n=t.cclegacy,o=t._decorator,s=t.sys},function(t){i=t.Singleton},function(t){r=t.default},function(t){c=t.GameConst}],execute:function(){var l;n._RF.push({},"87ebcQ+nuBFsImwA+JoSKmd","SettingData",void 0);var u=o.ccclass,h=(o.property,u("SettingData")(l=function(t){function n(){for(var a,e=arguments.length,n=new Array(e),o=0;o<e;o++)n[o]=arguments[o];return(a=t.call.apply(t,[this].concat(n))||this)._data=null,a}a(n,t);var o=n.prototype;return o.loadFromCache=function(){var t=s.localStorage.getItem(c.localCache.settingData);return t?this._data=JSON.parse(r.decrypt(t)):(this._data={bgMusic:!0,soundFx:!0,vibration:!1},this.saveToCache()),this.data},o.getSettingDatas=function(){var t=this,a=["背景音乐","音效","震动"];return Object.keys(this.data).map((function(e,n){return{name:a[n],selected:t.data[e]}}))},o.saveToCache=function(){var t=JSON.stringify(this.data);s.localStorage.setItem(c.localCache.settingData,r.encrypt(t))},o.remove=function(){s.localStorage.removeItem(c.localCache.settingData),this.loadFromCache()},e(n,[{key:"data",get:function(){return this._data||this.loadFromCache(),this._data}}]),n}(i))||l);t("settingData",h.ins());n._RF.pop()}}}));
- System.register("chunks:///_virtual/SettingLayer.ts",["./rollupPluginModLoBabelHelpers.js","cc","./platformSystem.ts","./BasePanel.ts","./AudioManager.ts","./Data.ts","./SettingData.ts","./AutoBind.ts","./GameConst.ts"],(function(t){var n,e,i,o,a,u,r,c,s,l,f,d,_;return{setters:[function(t){n=t.applyDecoratedDescriptor,e=t.inheritsLoose,i=t.initializerDefineProperty,o=t.assertThisInitialized},function(t){a=t.cclegacy,u=t._decorator},function(t){r=t.default},function(t){c=t.default},function(t){s=t.audioMgr},function(t){l=t.default},function(t){f=t.settingData},function(t){d=t.autoBind},function(t){_=t.GameConst}],execute:function(){var b,p,g,m,h,y;a._RF.push({},"c06a8SQHlJK+rTVgNI5Yvcr","SettingLayer",void 0);var v=u.ccclass;u.property,t("SettingLayer",v("SettingLayer")((g=n((p=function(t){function n(){for(var n,e=arguments.length,a=new Array(e),u=0;u<e;u++)a[u]=arguments[u];return n=t.call.apply(t,[this].concat(a))||this,i(n,"sound_on_icon",g,o(n)),i(n,"sound_off_icon",m,o(n)),i(n,"bgm_on_icon",h,o(n)),i(n,"bgm_off_icon",y,o(n)),n}e(n,t);var a=n.prototype;return a.start=function(){r.platform.showInterstitialAd(),this.updateUI()},a.updateUI=function(){this.sound_on_icon.active=f.data.soundFx,this.sound_off_icon.active=!f.data.soundFx,this.bgm_on_icon.active=f.data.bgMusic,this.bgm_off_icon.active=!f.data.bgMusic},a.onBtnClicked=function(t,n){switch(s.playOneShot(_.audios.btnclick),t.target.name){case"btn_close":this.close();break;case"btn_sound":f.data.soundFx=!f.data.soundFx,f.saveToCache(),l.user.soundVolume=0==l.user.soundVolume?1:0,this.updateUI();break;case"btn_bgm":var e=f.data.bgMusic;f.data.bgMusic=!e,e?s.stop(_.audios.bg_music):s.play(_.audios.bg_music,!0),f.saveToCache(),this.updateUI()}},n}(c)).prototype,"sound_on_icon",[d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return null}}),m=n(p.prototype,"sound_off_icon",[d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return null}}),h=n(p.prototype,"bgm_on_icon",[d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return null}}),y=n(p.prototype,"bgm_off_icon",[d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return null}}),b=p))||b);a._RF.pop()}}}));
- System.register("chunks:///_virtual/Singleton.ts",["cc"],(function(n){var t;return{setters:[function(n){t=n.cclegacy}],execute:function(){t._RF.push({},"1aee69SZgpGDplJ+iJl5Iuy","Singleton",void 0);n("Singleton",function(){function n(){}return n.ins=function(){return this._ins||(this._ins=new this),this._ins},n.destroy=function(){this._ins=null},n}());t._RF.pop()}}}));
- System.register("chunks:///_virtual/StateManager.ts",["./rollupPluginModLoBabelHelpers.js","cc","./Singleton.ts","./GameConst.ts"],(function(t){var n,e,i,a,r;return{setters:[function(t){n=t.inheritsLoose},function(t){e=t.cclegacy,i=t._decorator},function(t){a=t.Singleton},function(t){r=t.GameConst}],execute:function(){var s;e._RF.push({},"09b0bjVyx5PfLbkl4TC4vVJ","StateManager",void 0);var o=i.ccclass,u=(i.property,o("StateManager")(s=function(t){function e(){for(var n,e=arguments.length,i=new Array(e),a=0;a<e;a++)i[a]=arguments[a];return(n=t.call.apply(t,[this].concat(i))||this).uiBindings=new Map,n}n(e,t);var i=e.prototype;return i.registerUI=function(t,n){this.uiBindings.has(t)||this.uiBindings.set(t,[]);var e=this.uiBindings.get(t);e.includes(n)||e.push(n),this.updateSingleUI(t,n)},i.updateAllUI=function(t){var n=this,e=this.uiBindings.get(t);e&&e.forEach((function(e){n.updateSingleUI(t,e)}))},i.updateSingleUI=function(t,n){t==r.playerName?n.string="1":t==r.playerName?n.string="2":t==r.playerInfoData?n.refreshData():t==r.playerName&&(n.active=!0)},e}(a))||s);t("stateMgr",u.ins());e._RF.pop()}}}));
- System.register("chunks:///_virtual/TileItem.ts",["./rollupPluginModLoBabelHelpers.js","cc"],(function(e){var i,t,o,n,r,l,d,s,c;return{setters:[function(e){i=e.inheritsLoose,t=e.createClass},function(e){o=e.cclegacy,n=e._decorator,r=e.Collider,l=e.v3,d=e.MeshRenderer,s=e.RigidBody,c=e.Component}],execute:function(){var a,h;o._RF.push({},"e57f3IhsV1IzqpUuNXaJW5e","TileItem",void 0);var u=n.ccclass;n.property,e("TileItem",u("TileItem")(((h=function(e){function o(){for(var i,t=arguments.length,o=new Array(t),n=0;n<t;n++)o[n]=arguments[n];return(i=e.call.apply(e,[this].concat(o))||this).isMoving=!1,i.auto_rotation=!1,i.collider=[],i.rigid=null,i.removed=!1,i.removedPos=void 0,i.playRmovedEff=!1,i._enableCollider=!1,i}i(o,e),o.getY=function(){return(Date.now()-this.starttime)/10};var n=o.prototype;return n.start=function(){this.collider=this.node.children[0].getComponents(r)},n.destoryCollider=function(){this.node&&this.node.isValid&&this.node.children[0]&&(this.node.children[0].position=l(),this.node.children[0].eulerAngles=l(),this.collider&&this.collider.forEach((function(e){e&&e.isValid&&(e.enabled=!1)})),this.rigid&&this.rigid.isValid&&this.rigid.destroy())},n.addCollider=function(){var e=this.node.children[0].getComponent(d);return this.rigid=e.node.addComponent(s),this.collider.map((function(e){return e.enabled=!0})),this.rigid},n.update=function(){this.auto_rotation&&this.node.setRotationFromEuler(0,o.getY(),0)},t(o,[{key:"enableCollider",get:function(){return this._enableCollider},set:function(e){var i=this.node.children[0].worldRotation.clone();this.node.worldPosition=this.node.children[0].worldPosition.clone(),this.node.children[0].position=l(),this.node.children[0].worldRotation=i,this.rigid.useGravity=e}}]),o}(c)).TileItem=void 0,h.starttime=Date.now(),a=h))||a);o._RF.pop()}}}));
- System.register("chunks:///_virtual/UIEffect.ts",["./rollupPluginModLoBabelHelpers.js","cc"],(function(t){var e,c,n,o,r,s;return{setters:[function(t){e=t.inheritsLoose},function(t){c=t.cclegacy,n=t._decorator,o=t.tween,r=t.v3,s=t.Component}],execute:function(){var i;c._RF.push({},"a0a725EHOZPgLLfmAclucbA","UIEffect",void 0);var u=n.ccclass;n.property,t("UIEffect",u("UIEffect")(i=function(t){function c(){return t.apply(this,arguments)||this}return e(c,t),c.prototype.start=function(){var t=this.node.getChildByName("node_ui");t.setScale(.5,.5),o(t).to(.2,{scale:r(1,1,1)}).start()},c}(s))||i);c._RF.pop()}}}));
- System.register("chunks:///_virtual/UIManager.ts",["./rollupPluginModLoBabelHelpers.js","cc","./Singleton.ts","./BundleManager.ts","./GameConst.ts","./Utils.ts","./Logger.ts"],(function(e){var n,t,r,i,a,s,o,c,u,l,p,f,h,g;return{setters:[function(e){n=e.inheritsLoose,t=e.asyncToGenerator,r=e.regeneratorRuntime},function(e){i=e.cclegacy,a=e._decorator,s=e.director,o=e.Vec3,c=e.Prefab,u=e.instantiate},function(e){l=e.Singleton},function(e){p=e.bundleMgr},function(e){f=e.GameConst},function(e){h=e.default},function(e){g=e.Logger}],execute:function(){var d;i._RF.push({},"0147cbbDu9Ocrbvs5hFJwAG","UIManager",void 0);var m=a.ccclass,v=(a.property,e("UIManager",m("UIManager")(d=function(e){function i(){for(var n,t=arguments.length,r=new Array(t),i=0;i<t;i++)r[i]=arguments[i];return(n=e.call.apply(e,[this].concat(r))||this).pageUIs="pageUIs",n.popUIs="popUIs",n.panels=new Map,n}n(i,e);var a=i.prototype;return a.showScene=function(e,n){void 0===n&&(n=.1),n?setTimeout((function(){s.loadScene(e)}),1e3*n):s.loadScene(e)},a.show=function(){var e=t(r().mark((function e(n,t,i){var a,s,c,u,l,p,g;return r().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return a=n.split("/").pop(),t||(t=[]),s=a.replace(/^\w/,(function(e){return e.toUpperCase()})),e.next=5,this.asyncLoad(n);case 5:if(c=e.sent){e.next=8;break}return e.abrupt("return");case 8:c._uiPath=n,u=Object.values(f.mainUIs).includes(n),l=u?this.pageUIs:this.popUIs,p=h.findName(this.getCurentSceneRoot(),l),c.parent=p,u?p.children.forEach((function(e){e.setPosition(new o(e.name==s?0:5e4,0))})):c.setSiblingIndex(p.children.length),(g=c.getComponent(s))&&g.show&&g.show.apply(g,t),"function"==typeof i&&(null==i||i(c));case 18:case"end":return e.stop()}}),e,this)})));return function(n,t,r){return e.apply(this,arguments)}}(),a.pop=function(e,n,t){var r=this.getCurentSceneRoot(),i=h.findName(r,this.popUIs),a=Object.values(f.mainUIs).includes(e),s=null;if(h.isNull(e))if(i.children.length>0){var o=i.children.slice(-2)[0];o.parent=null,s=o.getComponent(o.name)}else(s=this.getPageComponent(f.mainUIs.page1)).tabBarIndex=s.preIndexs.slice(-2)[0];else{var c=e.split("/").pop().replace(/^\w/,(function(e){return e.toUpperCase()}));if(n||(n=[]),a)(s=this.getPageComponent(f.mainUIs.page1)).tabBarIndex=s.sceneNames.indexOf(e),i.removeAllChildren();else{var u=this.panels.get(e),l=i.children.findIndex((function(e){return e.name===c}));-1!==l&&(i.children.slice(l+1).forEach((function(e){e.parent=null})),i.children.splice(l+1)),u.setSiblingIndex(u.parent.children.length),s=u.getComponent(c)}}s&&s.pop&&s.pop.apply(s,n),"function"==typeof t&&(null==t||t())},a.hide=function(e,n){if(this.panels.has(e)){var t=this.panels.get(e),r=e.split("/").pop().replace(/^\w/,(function(e){return e.toUpperCase()}));if(Object.values(f.mainUIs).includes(e)){h.findName(this.getCurentSceneRoot(),this.pageUIs).children.forEach((function(e){e.setPosition(new o(e.name==r?5e3:0,0))}))}else{t.parent=null;var i=t.getComponent(r);i&&i.hide&&i.hide.apply(i),"function"==typeof n&&(null==n||n())}}},a.asyncLoad=function(){var e=t(r().mark((function e(n){var t=this;return r().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise((function(e,r){if(t.panels.has(n)){var i=t.panels.get(n);return e&&e(i)}p.loadAsset(f.bundleName.resources,n,c,(function(i,a){if(!i){var s=u(a);return t.panels.set(n,s),e&&e(s)}g.error("加载动画资源失败:",i),r&&r()}))})));case 1:case"end":return e.stop()}}),e)})));return function(n){return e.apply(this,arguments)}}(),a.getPageComponent=function(e,n){if(this.panels.has(e)){var t=n||e.split("/").pop();return this.panels.get(e).getComponent(t)}return null},a.getPageNode=function(e){return h.isNull(e)?null:this.panels.has(e)?this.panels.get(e):null},a.hasPageNode=function(e){if(h.isNull(e))return!1;var n=e.split("/").pop(),t=this.getCurentSceneRoot(),r=h.findName(t,this.pageUIs),i=h.findName(t,this.popUIs);return r.children.concat(i.children).some((function(e){return e.name==n}))},a.getCurentSceneRoot=function(){return s.getScene().getChildByName("Canvas")},i}(l))||d));e("uiMgr",v.ins());i._RF.pop()}}}));
- System.register("chunks:///_virtual/UserModel.ts",["./rollupPluginModLoBabelHelpers.js","cc","./GameConst.ts"],(function(i){var e,t,n,r;return{setters:[function(i){e=i.applyDecoratedDescriptor,t=i.initializerDefineProperty},function(i){n=i.cclegacy},function(i){r=i.ITEM_TYPE}],execute:function(){var a,o,l,u,s,f,c,h,b,p,w,m,_,d,v,g,y,z,D,I,x,k,T,M;n._RF.push({},"b4ba1iTJkxJF5YRmpQZFJBZ","UserModel",void 0);var j=[];function F(i,e){j.push(e)}i("default",(o=e((a=function(){function i(){this.js_code="",t(this,"nickName",o,this),t(this,"avatarUrl",l,this),t(this,"openid",u,this),t(this,"magnet",s,this),t(this,"frozen",f,this),t(this,"hint",c,this),t(this,"time",h,this),t(this,"soundVolume",b,this),t(this,"vibration",p,this),t(this,"lvboxDrawInfo",w,this),t(this,"starboxDrawInfo",m,this),this.useMagnet=!1,this.useTime=!1,t(this,"life",_,this),t(this,"coin",d,this),t(this,"lv",v,this),t(this,"star",g,this),t(this,"openIndex",y,this),t(this,"life_cost_time",z,this),this.self_rank=-1,t(this,"invite_draw_info",D,this),t(this,"storeup",I,this),this.launch_from_my_minigame=!1,this.query=null,t(this,"signinfo",x,this),t(this,"lastlogintime",k,this),t(this,"onlineTime",T,this),t(this,"drawed_online_reward_ids",M,this),this.serverTime=0}var e=i.prototype;return e.hasLvBox=function(){var i=Math.floor(this.lv/10);return 0!=i&&!this.lvboxDrawInfo[i]},e.hasStarBox=function(){var i=Math.floor(this.star/1e3);return 0!=i&&!this.starboxDrawInfo[i]},e.addItem=function(i,e){switch(void 0===e&&(e=1),i){case r.Coin:this.coin+=e;break;case r.Magnet:this.magnet+=e;break;case r.Hint:this.hint+=e;break;case r.Frozen:this.frozen+=e;break;case r.Time:this.time+=e}},e.checkDayInviteIsDraw=function(i){return this.invite_draw_info.day||(this.invite_draw_info.day={}),1==this.invite_draw_info.day[i]},e.inviteDayDraw=function(i){return this.invite_draw_info.day||(this.invite_draw_info.day={}),this.invite_draw_info.day[i]=1},e.checkNewInviteIsDraw=function(i){return this.invite_draw_info.new||(this.invite_draw_info.new={}),1==this.invite_draw_info.new[i]},e.inviteNewDraw=function(i){return this.invite_draw_info.new||(this.invite_draw_info.new={}),this.invite_draw_info.new[i]=1},e.getUploadData=function(){var i={};this.serverTime=Date.now();for(var e=0;e<j.length;++e)i[j[e]]=this[j[e]];return i},e.setData=function(i){if(i)for(var e=0;e<j.length;++e){var t=i[j[e]];if(null!=t||null!=t)if("[object Object]"==Object.prototype.toString.call(t))for(var n in t)this[j[e]][n]=t[n];else this[j[e]]=t}},i}()).prototype,"nickName",[F],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return""}}),l=e(a.prototype,"avatarUrl",[F],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return""}}),u=e(a.prototype,"openid",[F],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return""}}),s=e(a.prototype,"magnet",[F],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return 0}}),f=e(a.prototype,"frozen",[F],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return 0}}),c=e(a.prototype,"hint",[F],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return 0}}),h=e(a.prototype,"time",[F],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return 0}}),b=e(a.prototype,"soundVolume",[F],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return 1}}),p=e(a.prototype,"vibration",[F],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return 1}}),w=e(a.prototype,"lvboxDrawInfo",[F],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return{}}}),m=e(a.prototype,"starboxDrawInfo",[F],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return{}}}),_=e(a.prototype,"life",[F],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return 5}}),d=e(a.prototype,"coin",[F],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return 500}}),v=e(a.prototype,"lv",[F],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return 1}}),g=e(a.prototype,"star",[F],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return 0}}),y=e(a.prototype,"openIndex",[F],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return 0}}),z=e(a.prototype,"life_cost_time",[F],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return 0}}),D=e(a.prototype,"invite_draw_info",[F],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return{}}}),I=e(a.prototype,"storeup",[F],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),x=e(a.prototype,"signinfo",[F],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return{sign_index:0,sign_time:0,sign_beisu:1}}}),k=e(a.prototype,"lastlogintime",[F],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return 0}}),T=e(a.prototype,"onlineTime",[F],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return 0}}),M=e(a.prototype,"drawed_online_reward_ids",[F],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return[]}}),a));n._RF.pop()}}}));
- System.register("chunks:///_virtual/Utils.ts",["./rollupPluginModLoBabelHelpers.js","cc","./GameConst.ts","./PoolManager.ts","./BundleManager.ts"],(function(e){var t,r,n,o,a,u,i,c,l,f,s,h,g,d;return{setters:[function(e){t=e.asyncToGenerator,r=e.regeneratorRuntime},function(e){n=e.cclegacy,o=e.find,a=e.director,u=e.assetManager,i=e.screen,c=e.tween,l=e.v3,f=e.Prefab,s=e.v2},function(e){h=e.GameConst},function(e){g=e.PoolManager},function(e){d=e.bundleMgr}],execute:function(){n._RF.push({},"d0788kA+CpAb7fGbF4Gj2lV","Utils",void 0);var v=e("default",function(){function e(){}return e.isNull=function(e){return""==e||null==e||null==e||"string"==typeof e&&new RegExp("^[ ]+$").test(e)},e.remove=function(e,t){var r=e.indexOf(t);r>-1&&e.splice(r,1)},e.findName=function(e,t){var r;return-1!=t.indexOf("/")?r=o(t,e):(e||(e=a.getScene()),r=e.name===t?e:this.findChild(t,e)),r||(console.log("没有找到指定的Node, node name ==",t),null)},e.findChild=function(e,t){var r=t.getChildByName(e);if(r)return r;for(var n=t.children,o=0;o<n.length;o++)if(r=this.findChild(e,n[o]))return r;return null},e.checkIsToDay=function(e){var t=new Date(e),r=new Date,n=!1;return t.getFullYear()==r.getFullYear()&&t.getMonth()==r.getMonth()&&t.getDate()==r.getDate()&&(n=!0),n},e.getRandom=function(e,t){return Math.random()*(t-e)+e},e.getRandomInt=function(e,t){return Math.floor(Math.random()*(t-e))+e},e.seedRandom=function(){return e.getRandom(0,1)},e.seedRandomInt=function(t,r){return e.getRandomInt(t,r)},e.getPowNum=function(e){return Math.pow(10,e)},e.formatDate=function(e){var t=new Date(e);return t.getFullYear()+"-"+((t.getMonth()+1<10?"0"+(t.getMonth()+1):t.getMonth()+1)+"-")+(t.getDate()<10?"0"+t.getDate():t.getDate())+" "+((t.getHours()<10?"0"+t.getHours():t.getHours())+":")+((t.getMinutes()<10?"0"+t.getMinutes():t.getMinutes())+":")+(t.getSeconds()<10?"0"+t.getSeconds():t.getSeconds())},e.cloneObj=function(e){return e=JSON.stringify(e),e=JSON.parse(e)},e.getTimeStrByS=function(e){(e=Math.floor(e))<0&&(e=0);var t=Math.floor(e/3600/24);e-=3600*t*24;var r=Math.floor(e/3600);e-=3600*r;var n=Math.floor(e/60),o="00";o=r>9?""+r:"0"+r;var a="00";a=n>9?""+n:"0"+n;var u="00";return u=(e-=60*n)>9?""+e:"0"+e,t>0?t+"天"+r+"时"+n+"分":r>0?o+":"+a:a+":"+u},e.getClockStrByS=function(e,t,r){void 0===t&&(t=!0),void 0===r&&(r=!0),(e=Math.floor(e))<0&&(e=0);var n=Math.floor(e/3600);e-=3600*n;var o=Math.floor(e/60);e-=60*o;var a="00";a=n>9?""+n:"0"+n;var u="";return r&&(u+=a,u+=":"),u+=o>9?""+o:"0"+o,t&&(u+=":"+(e<10?"0":"")+e),u},e.checkObjEmpty=function(e){if(e){for(var t in e)return!1;return!0}return!0},e.checkOrderOver=function(e){var t=new Date(e),r=new Date;return t.getFullYear()!=r.getFullYear()||t.getMonth()!=r.getMonth()||t.getDate()!=r.getDate()},e.loadBundler=function(e){return new Promise((function(t,r){u.loadBundle(e,(function(e,r){console.log(r),t(null)}))}))},e._getBundleAssets=function(){var e=t(r().mark((function e(t){var n,o;return r().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,o=[],o=null!=(n=t.config)&&null!=(n=n.paths)&&n._map?Array.from(Object.keys(t.config.paths._map)):t._assetMap?Array.from(t._assetMap.keys()):t.getDirWithPath("").map((function(e){return e.path})),e.abrupt("return",o);case 6:throw e.prev=6,e.t0=e.catch(0),console.error("获取Bundle资源路径失败:",e.t0),e.t0;case 10:case"end":return e.stop()}}),e,null,[[0,6]])})));return function(t){return e.apply(this,arguments)}}(),e.weight=function(e){for(var t=0,r=0;r<e.length;++r)t+=e[r];if(t<=0)return-1;var n=Math.round(Math.random()*Number.MAX_VALUE)%t;for(r=0;r<e.length;++r){if(n<e[r])return r;n-=e[r]}return-1},e.shuffle=function(e){for(var t=e.length-1;t>=0;t--){var r=Math.floor(Math.random()*(t+1)),n=e[r];e[r]=e[t],e[t]=n}return e},e.getRandomElements=function(e,t){if(0===e.length)return console.warn("Warning: The input array is empty."),[];for(var r=[].concat(e),n=r.length-1;n>0;n--){var o=Math.floor(Math.random()*(n+1)),a=[r[o],r[n]];r[n]=a[0],r[o]=a[1]}if(t>e.length){var u=t-e.length;console.log("Notice: Requested "+t+" elements but array only has "+e.length+". Will cycle and return "+u+" extra elements.");for(var i=[],c=0;c<t;c++)i.push(r[c%r.length]);return i}return r.slice(0,t)},e.extendArray=function(e,t){if(t<=e.length)return[].concat(e);for(var r=[].concat(e),n=t-e.length,o=0;o<n;o++){var a=e[Math.floor(Math.random()*e.length)];r.push(a)}return r},e.getDate=function(e){var t=new Date(e),r=t.getFullYear(),n=t.getMonth()+1,o=t.getDate();return r+"-"+(n<10?"0"+n:n)+"-"+(o<10?"0"+o:o)+" "+t.toTimeString().substr(0,8)},e.goldCrarryBit=function(e){for(var t=[[1e8,"N"],[1e7,"T"],[1e6,"G"],[1e5,"M"],[1e4,"K"],[1e3,"B"]],r=0;r<t.length;r++){var n=e/t[r][0];if(n>1)return""+n.toFixed(1)+t[r][1]}return e.toString()},e.fixFloat=function(e,t){void 0===t&&(t=2);var r=Math.pow(10,t);return Math.floor(e*r)/r},e.flyAnim=function(){var n=t(r().mark((function t(n,a,u,i,v,m){var p,M,C,w,y,S,A,b,x,D,N,k;return r().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:p=function(e,t,r,n){for(var o=[],a=Math.PI/180*Math.round(360/n),u=0;u<n;u++){var i=t+e*Math.sin(a*u),c=r+e*Math.cos(a*u);o.unshift(s(i,c))}return o},M=a.worldPosition,C=p(v,M.x,M.y,i),w=new Array,y=0;case 5:if(!(y<C.length)){t.next=18;break}return t.next=8,d.loadAsset(h.bundleName.resources,"prefabs/"+n,f);case 8:S=t.sent,(A=g.getNode(S)).setWorldScale(l(.7,.7,.7)),A.parent=o("Canvas"),b=l(C[y].x+e.getRandomInt(0,50),C[y].y+e.getRandomInt(0,50),1),A.setWorldPosition(M),w.push({gold:A,randPos:b});case 15:y++,t.next=5;break;case 18:x=!1,D=u.worldPosition,N=r().mark((function e(t){var n,o;return r().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:n=w[t].randPos,o=w[t].gold,w[t].gold.id=t,c(o).to(.2,{worldPosition:n}).delay(.03*t).to(.7,{worldPosition:l(D.x,D.y,1)}).call((function(){x||(x=!0,c(u).to(.1,{scale:l(2,2,2)}).to(.1,{scale:l(1,1,1)}).call((function(){x=!1})).start()),m(t==w.length-1),g.putNode(o)})).start();case 4:case"end":return e.stop()}}),e)})),k=0;case 22:if(!(k<w.length)){t.next=27;break}return t.delegateYield(N(k),"t0",24);case 24:k++,t.next=22;break;case 27:case"end":return t.stop()}}),t)})));return function(e,t,r,o,a,u){return n.apply(this,arguments)}}(),e.formatString=function(e){for(var t=0;t<(arguments.length<=1?0:arguments.length-1);t++){var r=new RegExp("\\{"+t+"\\}","gm");e=e.replace(r,t+1<1||arguments.length<=t+1?void 0:arguments[t+1])}return e},e.count=function(e){if(!e)return 0;var t=0;for(var r in e)t++;return t},e.copy=function(e){var t=Object.create(e);return Object.assign(t,e),t},e.decrypt=function(e){if(null==e||null==e)return"";var t=6;e.length%2==0&&(t=7);for(var r="",n=0;n<e.length-t;n+=2)r+=e[n+1],r+=e[n];return r+=e.slice(e.length-t+1),r=this._base64Decode(r)},e.encrypt=function(e){if(null==e||null==e)return"";var t=this._base64encode(e),r=6;t.length%2==0&&(r=7);for(var n="",o=0;o<(t.length-r+1)/2;o++)n+=t[2*o+1],n+=t[2*o];return n+=t.slice(t.length-r+1)},e._base64encode=function(e){var t,r,n,o,a,u,i,c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",l="",f=0;for(e=this._utf8Encode(e);f<e.length;)o=(t=e.charCodeAt(f++))>>2,a=(3&t)<<4|(r=e.charCodeAt(f++))>>4,u=(15&r)<<2|(n=e.charCodeAt(f++))>>6,i=63&n,isNaN(r)?u=i=64:isNaN(n)&&(i=64),l=l+c.charAt(o)+c.charAt(a)+c.charAt(u)+c.charAt(i);return l},e._utf8Encode=function(e){e=e.replace(/\r\n/g,"\n");for(var t="",r=0;r<e.length;r++){var n=e.charCodeAt(r);n<128?t+=String.fromCharCode(n):n>127&&n<2048?(t+=String.fromCharCode(n>>6|192),t+=String.fromCharCode(63&n|128)):(t+=String.fromCharCode(n>>12|224),t+=String.fromCharCode(n>>6&63|128),t+=String.fromCharCode(63&n|128))}return t},e._utf8Decode=function(e){for(var t="",r=0,n=0,o=0,a=0;r<e.length;)(n=e.charCodeAt(r))<128?(t+=String.fromCharCode(n),r++):n>191&&n<224?(o=e.charCodeAt(r+1),t+=String.fromCharCode((31&n)<<6|63&o),r+=2):(o=e.charCodeAt(r+1),a=e.charCodeAt(r+2),t+=String.fromCharCode((15&n)<<12|(63&o)<<6|63&a),r+=3);return t},e._base64Decode=function(e){var t,r,n,o,a,u,i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",c="",l=0;for(e=e.replace(/[^A-Za-z0-9\+\/\=]/g,"");l<e.length;)t=i.indexOf(e.charAt(l++))<<2|(o=i.indexOf(e.charAt(l++)))>>4,r=(15&o)<<4|(a=i.indexOf(e.charAt(l++)))>>2,n=(3&a)<<6|(u=i.indexOf(e.charAt(l++))),c+=String.fromCharCode(t),64!=a&&(c+=String.fromCharCode(r)),64!=u&&(c+=String.fromCharCode(n));return c=this._utf8Decode(c)},e.isNormalScreen=function(){return i.windowSize.height/i.windowSize.width<1.78},e}());v.loadedAssets=new Map,v.bundles=new Map,v.seed=5,n._RF.pop()}}}));
- System.register("chunks:///_virtual/Verbatim.ts",["./rollupPluginModLoBabelHelpers.js","cc"],(function(t){var e,i;return{setters:[function(t){e=t.extends},function(t){i=t.cclegacy}],execute:function(){i._RF.push({},"0a3efyhuFtIZ6sQMHFeWv8u","Verbatim",void 0);t("VerbatimEffect",function(){function t(t,i){void 0===i&&(i={}),this.label=void 0,this.textQueue=[],this.currentIndex=0,this.isPlaying=!1,this.options=void 0,this.onCompleteCallback=null,this.onCharCallback=null,this.onTextStartCallback=null,this.onTextCompleteCallback=null,this.label=t,this.options=e({speed:.1,delay:0,callbackDelay:0,autoStart:!0,preserveSpaces:!1},i)}var i=t.prototype;return i.addText=function(t){var e;Array.isArray(t)?(e=this.textQueue).push.apply(e,t):this.textQueue.push(t);return this},i.onComplete=function(t){return this.onCompleteCallback=t,this},i.onChar=function(t){return this.onCharCallback=t,this},i.onTextStart=function(t){return this.onTextStartCallback=t,this},i.onTextComplete=function(t){return this.onTextCompleteCallback=t,this},i.start=function(){var t=this;this.isPlaying||0===this.textQueue.length||(this.isPlaying=!0,this.currentIndex=0,this.label.node.active=!0,this.label.string="",this.options.delay&&this.options.delay>0?this.label.scheduleOnce((function(){return t.playNextText()}),this.options.delay):this.playNextText())},i.stop=function(){this.isPlaying=!1,this.label.unscheduleAllCallbacks()},i.skipCurrent=function(){if(this.isPlaying){this.label.unscheduleAllCallbacks();var t=this.textQueue[this.currentIndex];this.label.string=this.options.preserveSpaces?t:t.replace(/\s/g,""),this.handleTextComplete(t,this.currentIndex)}},i.skipAll=function(){if(this.isPlaying){this.stop();for(var t="",e=this.currentIndex;e<this.textQueue.length;e++)t+=this.options.preserveSpaces?this.textQueue[e]:this.textQueue[e].replace(/\s/g,"");this.label.string=t,this.onCompleteCallback&&this.executeCallback(this.onCompleteCallback,this.options.callbackDelay)}},i.clear=function(){this.stop(),this.textQueue=[],this.currentIndex=0},i.playNextText=function(){var t=this;if(!this.isPlaying||this.currentIndex>=this.textQueue.length)return this.isPlaying=!1,void(this.onCompleteCallback&&this.executeCallback(this.onCompleteCallback,this.options.callbackDelay));var e=this.textQueue[this.currentIndex],i=(this.options.preserveSpaces?e:e.replace(/\s/g,"")).split(""),l=0,s="";this.onTextStartCallback&&this.onTextStartCallback(e,this.currentIndex);this.label.schedule((function n(){if(t.isPlaying){var a=i[l];s+=a,t.label.string=s,t.onCharCallback&&t.onCharCallback(a),++l>=i.length&&(t.label.unschedule(n),t.handleTextComplete(e,t.currentIndex++))}}),this.options.speed,i.length-1,0)},i.handleTextComplete=function(t,e){this.onTextCompleteCallback&&this.onTextCompleteCallback(t,e),this.playNextText()},i.executeCallback=function(t,e){void 0===e&&(e=0),e&&e>0?this.label.scheduleOnce((function(){return t()}),e):t()},t}());i._RF.pop()}}}));
- System.register("chunks:///_virtual/WindowManager.ts",["./rollupPluginModLoBabelHelpers.js","cc","./Utils.ts","./GameConst.ts","./BundleManager.ts"],(function(n){var i,t,e,o,s,r,l;return{setters:[function(n){i=n.createClass},function(n){t=n.cclegacy,e=n.Prefab,o=n.instantiate},function(n){s=n.default},function(n){r=n.GameConst},function(n){l=n.bundleMgr}],execute:function(){t._RF.push({},"6aa1d5C1T5F5L0hm2GSlczf","WindowManager",void 0);var a=n("default",function(){function n(){this._windowContainer=void 0,this._windows=[],this._showlist={},this._prefabMap={}}var t=n.prototype;return t.register=function(n){this.clearAll(),this._windowContainer=n},t.open=function(n,i,t,s){var a=this;if(void 0===i&&(i=null),void 0===t&&(t=null),void 0===s&&(s=null),!this._showlist[n])return new Promise((function(u,w){if(a._showlist[n])w(null);else{a._showlist[n]=!0;var h="gameui/"+n;l.loadAsset(r.bundleName.resources,h,e,(function(e,r){if(e)return console.log("加载错误",h),a._showlist[n]=!1,void w(null);if(0!=a._showlist[n]){console.log("open win ",n);var l=o(r);l.name=n,l.parent=s||a._windowContainer,a.addWin(l),null!=t&&(l.position=t),a._prefabMap[h]=r;var c=l.getComponent(n);c&&c.show(i),u(c)}else w(null)}))}}))},t.addWin=function(n){for(var i=n.getComponent(n.name).layer,t=0,e=this._windows.length-1;e>=0;e--){var o=this._windows[e];if(o.getComponent(o.name).layer<=i){t=e+1;break}}this._windows.splice(t,0,n)},t.removeWin=function(n){this._showlist[n]&&delete this._showlist[n];for(var i=this._windows.length-1;i>=0;i--){var t=this._windows[i];if(t.name==n){var e=t.getComponent(t.name);if(e.winType!=r.WIN_TYPE.PERMANENT){t.destroy(),t=null,e.destroyAfterClose,this._windows.splice(i,1);break}}}},t.removeAll=function(n){void 0===n&&(n=null);for(var i=this._windows.length-1;i>=0;i--){var t=this._windows[i];n&&n.indexOf(t.name)||this.removeWin(t.name)}},t.isOpen=function(n){return null!=this.getWin(n)},t.isShow=function(n){return 1==this._showlist[n]},t.getWinCount=function(){return s.count(this._showlist)},t.getWin=function(n){for(var i=this._windows.length-1;i>=0;i--){var t=this._windows[i];if(t.name==n)return t}return null},t.clearAll=function(){this._windows=[],this._showlist={}},i(n,[{key:"container",get:function(){return this._windowContainer}}],[{key:"ins",get:function(){return n.instance||(n.instance=new n),n.instance}}]),n}());a.instance=void 0,window.WindowManager=a,t._RF.pop()}}}));
- System.register("chunks:///_virtual/zh.ts",["cc","./LanguageData.ts"],(function(){var e,i;return{setters:[function(i){e=i.cclegacy},function(e){i=e.default}],execute:function(){e._RF.push({},"3c2acsRBE9KO4h4sGTiBlRL","zh",void 0),i.languages.zh={start:{startGame:"开始游戏"},main_1:{"%{value}/s":"%{value}/每秒",free:"免费"},signReward:{"你已经连续签到%{value}天,继续保持":"你已经连续签到 %{value} 天,继续保持",diamondsNum:"钻石数量x2"},button:{normalReceive:"<u><color=#ffffff>普通领取</color></u>",receive:"领取",directCollection:"<u><color=#ffffff>直接领取</color></u>",doubleReceive:"双倍领取",noUpdate:"<u><color=#ffffff>不升级</color></u>",giveUpReward:"<u><color=#ffffff>放弃奖励</color></u>"},main:{dataLoading:"数据加载中...",dataLoadOver:"数据加载完成...",loginSuccess:"登录成功...",gameResourceLoading:"游戏资源加载中...",audioResourceLoading:"音效资源加载中...",mappingResourceLoading:"贴图资源加载中...",modelResourceLoading:"模型资源加载中...",entering:"正在进入..."},mainUI:{start:"点击屏幕开始",changeCar:"换车"},shop:{btnClose:"关闭",go:"前往",acquired:"已获得",current:"当前",receive:"领取",getGold:"看广告可获取金币"},balance:{"你完成了%{value}个订单":"你完成了%{value}个订单",youEarnedIt:"你赚到了",clickReceive:"点击领取",receiveImmediately:"立即领取"},carTask:{"初始车辆":"初始车辆","分享获得":"分享获得","签到获得":"签到获得","通过关卡获得":"通过关卡获得"},signin:{title:"七日登录",notYet:"暂不领取",normalReceive:"普通领取",receive:"领取",doubleReceive:"双倍领取",fillSignin:"补签"},fightManager:{loadingMap:"正在加载地图...",buildingCity:"开始建造城市...",cityLoadOver:"城市加载完毕..."},fightMap:{trimTheGround:"正在修整地面...",pavingTheRoad:"正在铺路中...",plantingTree:"正在栽树中...",decorateHouse:"正在装修房屋中...",paintLandmarks:"正在粉刷地标中..."},online:{close:"关闭",clickReceive:"点击领取",dailyIncome:"日常收益可领取"},lottery:{title:"幸运大转盘",free:"免费"},talk:{"你好,请到街对面接我.":"你好,请到街对面接我.","停车!停车!":"停车!停车!","去消费最高的地方.":"去消费最高的地方.","去附近的希尔顿酒店.":"去附近的希尔顿酒店.","司机快来!我老婆要生了!":"司机快来!我老婆要生了!","大哥快点,我赶时间.":"大哥快点,我赶时间.","师傅,5分钟内能到吗?":"师傅,5分钟内能到吗?","师傅,你是老司机嘛?":"师傅,你是老司机嘛?","师傅,你跑一天能赚多少?":"师傅,你跑一天能赚多少?","师傅快点,我要赶飞机.":"师傅快点,我要赶飞机.","师傅跟上那辆法拉利.":"师傅跟上那辆法拉利.","带我去最近的银行.":"带我去最近的银行.","帮我跟上前面那辆车!":"帮我跟上前面那辆车!","快去火车站,我赶车!":"快去火车站,我赶车!","我在酒店大堂门口等你.":"我在酒店大堂门口等你.","要下雨了,你快来!":"要下雨了,你快来!"},showReward:{title:"奖励",normalReceive:"普通领取",ReceiveImmediately:" 立即领取",doubleReceive:"双倍领取",alreadyHadCar:"您已拥有该车辆,自动转成对应金币",buySuccessful:"购买成功",confrim:"确认",signinReward:"签到奖励"},revive:{reviveImmediately:"立即复活",skip:"跳过",tips:"真可惜,只差一点就到终点了!",continue:"复活继续"},clickBox:{title:"神秘大礼",progress:"点击越快奖励越多",clickMe:"快点我",normalReceive:"普通领取",doubleReceive:"双倍领取"},trial:{title:"免费试用",tryItNow:"立即试用",giveUp:"放弃试用, 开始游戏"},invinceible:{title:"无敌开局",confirm:"确认",close:"关闭"},setting:{title:"设置",version:"版本号:",close:"关闭"}},e._RF.pop()}}}));
- (function(r) {
- r('virtual:///prerequisite-imports/main', 'chunks:///_virtual/main');
- })(function(mid, cid) {
- System.register(mid, [cid], function (_export, _context) {
- return {
- setters: [function(_m) {
- var _exportObj = {};
- for (var _key in _m) {
- if (_key !== "default" && _key !== "__esModule") _exportObj[_key] = _m[_key];
- }
-
- _export(_exportObj);
- }],
- execute: function () { }
- };
- });
- });
|