2025-1-16 17-13.log 1.0 MB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644664566466647664866496650665166526653665466556656665766586659666066616662666366646665666666676668666966706671667266736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698669967006701670267036704670567066707670867096710671167126713671467156716671767186719672067216722672367246725672667276728672967306731673267336734673567366737673867396740674167426743674467456746674767486749675067516752675367546755675667576758675967606761676267636764676567666767676867696770677167726773677467756776677767786779678067816782678367846785678667876788678967906791679267936794679567966797679867996800680168026803680468056806680768086809681068116812681368146815681668176818681968206821682268236824682568266827682868296830683168326833683468356836683768386839684068416842684368446845684668476848684968506851685268536854685568566857685868596860686168626863686468656866686768686869687068716872687368746875687668776878687968806881688268836884688568866887688868896890689168926893689468956896689768986899690069016902690369046905690669076908690969106911691269136914691569166917691869196920692169226923692469256926692769286929693069316932693369346935693669376938693969406941694269436944694569466947694869496950695169526953695469556956695769586959696069616962696369646965696669676968696969706971697269736974697569766977697869796980698169826983698469856986698769886989699069916992699369946995699669976998699970007001700270037004700570067007700870097010701170127013701470157016701770187019702070217022702370247025702670277028702970307031703270337034703570367037703870397040704170427043704470457046704770487049705070517052705370547055705670577058705970607061706270637064706570667067706870697070707170727073707470757076707770787079708070817082708370847085708670877088708970907091709270937094709570967097709870997100710171027103710471057106710771087109711071117112711371147115711671177118711971207121712271237124712571267127712871297130713171327133713471357136713771387139714071417142714371447145714671477148714971507151715271537154715571567157715871597160716171627163716471657166716771687169717071717172717371747175717671777178717971807181718271837184718571867187718871897190719171927193719471957196719771987199720072017202720372047205720672077208720972107211721272137214721572167217721872197220722172227223722472257226722772287229723072317232723372347235723672377238723972407241724272437244724572467247724872497250725172527253725472557256725772587259726072617262726372647265726672677268726972707271727272737274727572767277727872797280728172827283728472857286728772887289729072917292729372947295729672977298729973007301730273037304730573067307730873097310731173127313731473157316731773187319732073217322732373247325732673277328732973307331733273337334733573367337733873397340734173427343734473457346734773487349735073517352735373547355735673577358735973607361736273637364736573667367736873697370737173727373737473757376737773787379738073817382738373847385738673877388738973907391739273937394739573967397739873997400740174027403740474057406740774087409741074117412741374147415741674177418741974207421742274237424742574267427742874297430743174327433743474357436743774387439744074417442744374447445744674477448744974507451745274537454745574567457745874597460746174627463746474657466746774687469747074717472747374747475747674777478747974807481748274837484748574867487748874897490749174927493749474957496749774987499750075017502750375047505750675077508750975107511751275137514751575167517751875197520752175227523752475257526752775287529753075317532753375347535753675377538753975407541754275437544754575467547754875497550755175527553755475557556755775587559756075617562756375647565756675677568756975707571757275737574757575767577757875797580758175827583758475857586758775887589759075917592759375947595759675977598759976007601760276037604760576067607760876097610761176127613761476157616761776187619762076217622762376247625762676277628762976307631763276337634763576367637763876397640764176427643764476457646764776487649765076517652765376547655765676577658765976607661766276637664766576667667766876697670767176727673767476757676767776787679768076817682768376847685768676877688768976907691769276937694769576967697769876997700770177027703770477057706770777087709771077117712771377147715771677177718771977207721772277237724772577267727772877297730773177327733773477357736773777387739774077417742774377447745774677477748774977507751775277537754775577567757775877597760776177627763776477657766776777687769777077717772777377747775777677777778777977807781778277837784778577867787778877897790779177927793779477957796779777987799780078017802780378047805780678077808780978107811781278137814781578167817781878197820782178227823782478257826782778287829783078317832783378347835783678377838783978407841784278437844784578467847784878497850785178527853785478557856785778587859786078617862786378647865786678677868786978707871787278737874787578767877787878797880788178827883788478857886788778887889789078917892789378947895789678977898789979007901790279037904790579067907790879097910791179127913791479157916791779187919792079217922792379247925792679277928792979307931793279337934793579367937793879397940794179427943794479457946794779487949795079517952795379547955795679577958795979607961796279637964796579667967796879697970797179727973797479757976797779787979798079817982798379847985798679877988798979907991799279937994799579967997799879998000800180028003800480058006800780088009801080118012801380148015801680178018801980208021802280238024802580268027802880298030803180328033803480358036803780388039804080418042804380448045804680478048804980508051805280538054805580568057805880598060806180628063806480658066806780688069807080718072807380748075807680778078807980808081808280838084808580868087808880898090809180928093809480958096809780988099810081018102810381048105810681078108810981108111811281138114811581168117811881198120812181228123812481258126812781288129813081318132813381348135813681378138813981408141814281438144814581468147814881498150815181528153815481558156815781588159816081618162816381648165816681678168816981708171817281738174817581768177817881798180818181828183818481858186818781888189
  1. 2025-1-16 17:13:03-debug: start **** info
  2. 2025-1-16 17:13:04-log: Cannot access game frame or container.
  3. 2025-1-16 17:13:07-debug: asset-db:require-engine-code (4347ms)
  4. 2025-1-16 17:13:08-log: meshopt wasm decoder initialized
  5. 2025-1-16 17:13:08-log: [bullet]:bullet wasm lib loaded.
  6. 2025-1-16 17:13:08-log: [box2d]:box2d wasm lib loaded.
  7. 2025-1-16 17:13:08-log: Cocos Creator v3.8.4
  8. 2025-1-16 17:13:08-log: Using legacy pipeline
  9. 2025-1-16 17:13:08-log: Forward render pipeline initialized.
  10. 2025-1-16 17:13:08-debug: [Assets Memory track]: asset-db:worker-init: initEngine start:24.73MB, end 81.00MB, increase: 56.27MB
  11. 2025-1-16 17:13:10-debug: [Assets Memory track]: asset-db-plugin-register: builder start:83.90MB, end 162.42MB, increase: 78.51MB
  12. 2025-1-16 17:13:08-debug: [Assets Memory track]: asset-db-plugin-register: programming start:81.81MB, end 83.87MB, increase: 2.06MB
  13. 2025-1-16 17:13:10-debug: [Assets Memory track]: asset-db-plugin-register: project start:81.68MB, end 159.64MB, increase: 77.96MB
  14. 2025-1-16 17:13:10-debug: [Assets Memory track]: asset-db:worker-init: initPlugin start:81.02MB, end 159.67MB, increase: 78.65MB
  15. 2025-1-16 17:13:10-debug: asset-db:worker-init: initPlugin (1611ms)
  16. 2025-1-16 17:13:10-debug: Run asset db hook programming:beforePreStart ...
  17. 2025-1-16 17:13:10-debug: [Assets Memory track]: asset-db:worker-init start:24.72MB, end 159.76MB, increase: 135.05MB
  18. 2025-1-16 17:13:10-debug: Run asset db hook programming:beforePreStart success!
  19. 2025-1-16 17:13:10-debug: Run asset db hook engine-extends:beforePreStart success!
  20. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_cubemap background: #aaff85; color: #000; color: #000;
  21. 2025-1-16 17:13:10-debug: Run asset db hook engine-extends:beforePreStart ...
  22. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content background: #aaff85; color: #000; color: #000;
  23. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks background: #aaff85; color: #000; color: #000;
  24. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default-terrain background: #aaff85; color: #000; color: #000;
  25. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_materials background: #aaff85; color: #000; color: #000;
  26. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_renderpipeline background: #aaff85; color: #000; color: #000;
  27. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab background: #aaff85; color: #000; color: #000;
  28. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui background: #aaff85; color: #000; color: #000;
  29. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_fonts background: #aaff85; color: #000; color: #000;
  30. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_skybox background: #aaff85; color: #000; color: #000;
  31. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\dependencies background: #aaff85; color: #000; color: #000;
  32. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects background: #aaff85; color: #000; color: #000;
  33. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\physics background: #aaff85; color: #000; color: #000;
  34. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\tools background: #aaff85; color: #000; color: #000;
  35. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\gizmo background: #aaff85; color: #000; color: #000;
  36. 2025-1-16 17:13:12-debug: asset-db-hook-programming-beforePreStart (2760ms)
  37. 2025-1-16 17:13:12-debug: asset-db-hook-engine-extends-beforePreStart (2759ms)
  38. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin background: #aaff85; color: #000; color: #000;
  39. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy background: #aaff85; color: #000; color: #000;
  40. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common background: #aaff85; color: #000; color: #000;
  41. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\lighting-models background: #aaff85; color: #000; color: #000;
  42. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\post-process background: #aaff85; color: #000; color: #000;
  43. 2025-1-16 17:13:12-debug: asset-db:worker-init (9306ms)
  44. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\shading-entries background: #aaff85; color: #000; color: #000;
  45. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces background: #aaff85; color: #000; color: #000;
  46. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\animation-clip background: #aaff85; color: #000; color: #000;
  47. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\animation-graph background: #aaff85; color: #000; color: #000;
  48. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\animation-graph-variant background: #aaff85; color: #000; color: #000;
  49. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\animation-mask background: #aaff85; color: #000; color: #000;
  50. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\auto-atlas background: #aaff85; color: #000; color: #000;
  51. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\effect-header background: #aaff85; color: #000; color: #000;
  52. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\effect background: #aaff85; color: #000; color: #000;
  53. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\label-atlas background: #aaff85; color: #000; color: #000;
  54. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\material background: #aaff85; color: #000; color: #000;
  55. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\prefab background: #aaff85; color: #000; color: #000;
  56. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\physics-material background: #aaff85; color: #000; color: #000;
  57. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\render-texture background: #aaff85; color: #000; color: #000;
  58. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\render-pipeline background: #aaff85; color: #000; color: #000;
  59. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\terrain background: #aaff85; color: #000; color: #000;
  60. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\typescript background: #aaff85; color: #000; color: #000;
  61. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\scene background: #aaff85; color: #000; color: #000;
  62. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_fonts\builtin-freetype background: #aaff85; color: #000; color: #000;
  63. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_fonts\builtin-bitmap background: #aaff85; color: #000; color: #000;
  64. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\3d background: #aaff85; color: #000; color: #000;
  65. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\effects background: #aaff85; color: #000; color: #000;
  66. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\2d background: #aaff85; color: #000; color: #000;
  67. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\light background: #aaff85; color: #000; color: #000;
  68. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\dependencies\textures background: #aaff85; color: #000; color: #000;
  69. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\advanced background: #aaff85; color: #000; color: #000;
  70. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\ui background: #aaff85; color: #000; color: #000;
  71. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\internal background: #aaff85; color: #000; color: #000;
  72. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\for2d background: #aaff85; color: #000; color: #000;
  73. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\legacy background: #aaff85; color: #000; color: #000;
  74. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\particles background: #aaff85; color: #000; color: #000;
  75. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\util background: #aaff85; color: #000; color: #000;
  76. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline background: #aaff85; color: #000; color: #000;
  77. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\functionalities background: #aaff85; color: #000; color: #000;
  78. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\internal background: #aaff85; color: #000; color: #000;
  79. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\uniforms background: #aaff85; color: #000; color: #000;
  80. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\color background: #aaff85; color: #000; color: #000;
  81. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\data background: #aaff85; color: #000; color: #000;
  82. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\effect background: #aaff85; color: #000; color: #000;
  83. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\graph-expression background: #aaff85; color: #000; color: #000;
  84. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\lighting background: #aaff85; color: #000; color: #000;
  85. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\math background: #aaff85; color: #000; color: #000;
  86. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\debug background: #aaff85; color: #000; color: #000;
  87. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\shadow background: #aaff85; color: #000; color: #000;
  88. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\mesh background: #aaff85; color: #000; color: #000;
  89. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\texture background: #aaff85; color: #000; color: #000;
  90. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\main-functions background: #aaff85; color: #000; color: #000;
  91. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\lighting-models\includes background: #aaff85; color: #000; color: #000;
  92. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\lighting-models\data-structures background: #aaff85; color: #000; color: #000;
  93. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\lighting-models\model-functions background: #aaff85; color: #000; color: #000;
  94. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\lighting-models\default-functions background: #aaff85; color: #000; color: #000;
  95. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\lighting-models\lighting-flow background: #aaff85; color: #000; color: #000;
  96. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\shading-entries\data-structures background: #aaff85; color: #000; color: #000;
  97. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\shading-entries\main-functions background: #aaff85; color: #000; color: #000;
  98. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\data-structures background: #aaff85; color: #000; color: #000;
  99. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\default-functions background: #aaff85; color: #000; color: #000;
  100. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\module-functions background: #aaff85; color: #000; color: #000;
  101. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\effect-macros background: #aaff85; color: #000; color: #000;
  102. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\animation-graph\ts-animation-graph background: #aaff85; color: #000; color: #000;
  103. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\includes background: #aaff85; color: #000; color: #000;
  104. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\effect-header\chunk background: #aaff85; color: #000; color: #000;
  105. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\render-pipeline\ts-render-flow background: #aaff85; color: #000; color: #000;
  106. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\render-pipeline\ts-render-pipeline background: #aaff85; color: #000; color: #000;
  107. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\render-pipeline\ts-render-stage background: #aaff85; color: #000; color: #000;
  108. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\typescript\ts background: #aaff85; color: #000; color: #000;
  109. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\2d\ui background: #aaff85; color: #000; color: #000;
  110. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\dependencies\textures\lut background: #aaff85; color: #000; color: #000;
  111. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\internal\editor background: #aaff85; color: #000; color: #000;
  112. 2025-1-16 17:13:12-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\post-process background: #aaff85; color: #000; color: #000;
  113. 2025-1-16 17:13:13-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\util\dcc background: #aaff85; color: #000; color: #000;
  114. 2025-1-16 17:13:13-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\shading-entries\main-functions\misc background: #aaff85; color: #000; color: #000;
  115. 2025-1-16 17:13:13-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\shading-entries\main-functions\render-planar-shadow background: #aaff85; color: #000; color: #000;
  116. 2025-1-16 17:13:13-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\shading-entries\main-functions\render-to-reflectmap background: #aaff85; color: #000; color: #000;
  117. 2025-1-16 17:13:13-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\shading-entries\main-functions\render-to-scene background: #aaff85; color: #000; color: #000;
  118. 2025-1-16 17:13:13-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\shading-entries\main-functions\render-to-shadowmap background: #aaff85; color: #000; color: #000;
  119. 2025-1-16 17:13:13-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\post-process\chunks background: #aaff85; color: #000; color: #000;
  120. 2025-1-16 17:13:13-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\util\dcc\vat background: #aaff85; color: #000; color: #000;
  121. 2025-1-16 17:13:13-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\shading-entries\main-functions\render-to-scene\pipeline background: #aaff85; color: #000; color: #000;
  122. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\deprecated.chunk background: #aaff85; color: #000; color: #000;
  123. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\common-define.chunk background: #aaff85; color: #000; color: #000;
  124. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\decode-base.chunk background: #aaff85; color: #000; color: #000;
  125. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\decode-standard.chunk background: #aaff85; color: #000; color: #000;
  126. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\decode.chunk background: #aaff85; color: #000; color: #000;
  127. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\fog-fs.chunk background: #aaff85; color: #000; color: #000;
  128. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\fog-base.chunk background: #aaff85; color: #000; color: #000;
  129. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\fog-vs.chunk background: #aaff85; color: #000; color: #000;
  130. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\input-standard.chunk background: #aaff85; color: #000; color: #000;
  131. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\lightingmap-fs.chunk background: #aaff85; color: #000; color: #000;
  132. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\input.chunk background: #aaff85; color: #000; color: #000;
  133. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\lighting.chunk background: #aaff85; color: #000; color: #000;
  134. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\lightingmap-vs.chunk background: #aaff85; color: #000; color: #000;
  135. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\morph.chunk background: #aaff85; color: #000; color: #000;
  136. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\local-batch.chunk background: #aaff85; color: #000; color: #000;
  137. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\output-standard.chunk background: #aaff85; color: #000; color: #000;
  138. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\sh-fs.chunk background: #aaff85; color: #000; color: #000;
  139. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\output.chunk background: #aaff85; color: #000; color: #000;
  140. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\sh-vs.chunk background: #aaff85; color: #000; color: #000;
  141. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\shading-cluster-additive.chunk background: #aaff85; color: #000; color: #000;
  142. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\shading-standard.chunk background: #aaff85; color: #000; color: #000;
  143. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\shading-standard-additive.chunk background: #aaff85; color: #000; color: #000;
  144. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\shading-toon.chunk background: #aaff85; color: #000; color: #000;
  145. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\shading-standard-base.chunk background: #aaff85; color: #000; color: #000;
  146. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\shadow-map-vs.chunk background: #aaff85; color: #000; color: #000;
  147. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\shadow-map-fs.chunk background: #aaff85; color: #000; color: #000;
  148. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\shadow-map-base.chunk background: #aaff85; color: #000; color: #000;
  149. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\skinning.chunk background: #aaff85; color: #000; color: #000;
  150. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\standard-surface-entry.chunk background: #aaff85; color: #000; color: #000;
  151. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\post-process\anti-aliasing.chunk background: #aaff85; color: #000; color: #000;
  152. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\post-process\fxaa-hq.chunk background: #aaff85; color: #000; color: #000;
  153. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\advanced\common-functions.chunk background: #aaff85; color: #000; color: #000;
  154. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\advanced\eye.chunk background: #aaff85; color: #000; color: #000;
  155. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\post-process\pipeline.chunk background: #aaff85; color: #000; color: #000;
  156. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\post-process\fxaa.chunk background: #aaff85; color: #000; color: #000;
  157. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\functionalities\fog.chunk background: #aaff85; color: #000; color: #000;
  158. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\functionalities\probe.chunk background: #aaff85; color: #000; color: #000;
  159. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\functionalities\morph-animation.chunk background: #aaff85; color: #000; color: #000;
  160. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\functionalities\sh.chunk background: #aaff85; color: #000; color: #000;
  161. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\functionalities\shadow-map.chunk background: #aaff85; color: #000; color: #000;
  162. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\functionalities\skinning-animation-dqs.chunk background: #aaff85; color: #000; color: #000;
  163. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\functionalities\world-transform.chunk background: #aaff85; color: #000; color: #000;
  164. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\functionalities\skinning-animation-lbs.chunk background: #aaff85; color: #000; color: #000;
  165. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\internal\particle-common.chunk background: #aaff85; color: #000; color: #000;
  166. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\internal\alpha-test.chunk background: #aaff85; color: #000; color: #000;
  167. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\internal\embedded-alpha.chunk background: #aaff85; color: #000; color: #000;
  168. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\internal\particle-vs-gpu.chunk background: #aaff85; color: #000; color: #000;
  169. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\internal\particle-vs-legacy.chunk background: #aaff85; color: #000; color: #000;
  170. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\internal\particle-trail.chunk background: #aaff85; color: #000; color: #000;
  171. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\internal\sprite-common.chunk background: #aaff85; color: #000; color: #000;
  172. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\uniforms\cc-csm.chunk background: #aaff85; color: #000; color: #000;
  173. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\internal\sprite-texture.chunk background: #aaff85; color: #000; color: #000;
  174. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\uniforms\cc-environment.chunk background: #aaff85; color: #000; color: #000;
  175. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\uniforms\cc-diffusemap.chunk background: #aaff85; color: #000; color: #000;
  176. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\uniforms\cc-forward-light.chunk background: #aaff85; color: #000; color: #000;
  177. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\uniforms\cc-global.chunk background: #aaff85; color: #000; color: #000;
  178. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\uniforms\cc-local.chunk background: #aaff85; color: #000; color: #000;
  179. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\uniforms\cc-local-batched.chunk background: #aaff85; color: #000; color: #000;
  180. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\uniforms\cc-reflection-probe.chunk background: #aaff85; color: #000; color: #000;
  181. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\uniforms\cc-light-map.chunk background: #aaff85; color: #000; color: #000;
  182. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\uniforms\cc-shadow-map.chunk background: #aaff85; color: #000; color: #000;
  183. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\uniforms\cc-morph.chunk background: #aaff85; color: #000; color: #000;
  184. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\uniforms\cc-shadow.chunk background: #aaff85; color: #000; color: #000;
  185. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\uniforms\cc-sh.chunk background: #aaff85; color: #000; color: #000;
  186. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\uniforms\cc-world-bound.chunk background: #aaff85; color: #000; color: #000;
  187. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\builtin\uniforms\cc-skinning.chunk background: #aaff85; color: #000; color: #000;
  188. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\color\aces.chunk background: #aaff85; color: #000; color: #000;
  189. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\color\gamma.chunk background: #aaff85; color: #000; color: #000;
  190. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\data\packing.chunk background: #aaff85; color: #000; color: #000;
  191. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\data\unpack.chunk background: #aaff85; color: #000; color: #000;
  192. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\debug\debug-view-define.chunk background: #aaff85; color: #000; color: #000;
  193. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\color\tone-mapping.chunk background: #aaff85; color: #000; color: #000;
  194. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\effect\special-effects.chunk background: #aaff85; color: #000; color: #000;
  195. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\effect\fog.chunk background: #aaff85; color: #000; color: #000;
  196. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\graph-expression\base.chunk background: #aaff85; color: #000; color: #000;
  197. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\lighting\brdf.chunk background: #aaff85; color: #000; color: #000;
  198. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\lighting\attenuation.chunk background: #aaff85; color: #000; color: #000;
  199. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\lighting\bxdf.chunk background: #aaff85; color: #000; color: #000;
  200. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\lighting\functions.chunk background: #aaff85; color: #000; color: #000;
  201. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\lighting\light-map.chunk background: #aaff85; color: #000; color: #000;
  202. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\math\coordinates.chunk background: #aaff85; color: #000; color: #000;
  203. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\lighting\rect-area-light.chunk background: #aaff85; color: #000; color: #000;
  204. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\math\octahedron-transform.chunk background: #aaff85; color: #000; color: #000;
  205. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\math\number.chunk background: #aaff85; color: #000; color: #000;
  206. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\math\transform.chunk background: #aaff85; color: #000; color: #000;
  207. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\mesh\material.chunk background: #aaff85; color: #000; color: #000;
  208. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\shadow\native-pcf.chunk background: #aaff85; color: #000; color: #000;
  209. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\mesh\vat-animation.chunk background: #aaff85; color: #000; color: #000;
  210. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\texture\cubemap.chunk background: #aaff85; color: #000; color: #000;
  211. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\texture\texture-lod.chunk background: #aaff85; color: #000; color: #000;
  212. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\main-functions\outline-fs.chunk background: #aaff85; color: #000; color: #000;
  213. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\main-functions\general-vs.chunk background: #aaff85; color: #000; color: #000;
  214. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\lighting-models\data-structures\lighting-intermediate-data.chunk background: #aaff85; color: #000; color: #000;
  215. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\lighting-models\data-structures\lighting-misc-data.chunk background: #aaff85; color: #000; color: #000;
  216. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\lighting-models\data-structures\lighting-result.chunk background: #aaff85; color: #000; color: #000;
  217. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\common\texture\texture-misc.chunk background: #aaff85; color: #000; color: #000;
  218. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\lighting-models\default-functions\simple-skin.chunk background: #aaff85; color: #000; color: #000;
  219. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\lighting-models\default-functions\skin.chunk background: #aaff85; color: #000; color: #000;
  220. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\legacy\main-functions\outline-vs.chunk background: #aaff85; color: #000; color: #000;
  221. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\lighting-models\default-functions\toon.chunk background: #aaff85; color: #000; color: #000;
  222. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\lighting-models\default-functions\standard.chunk background: #aaff85; color: #000; color: #000;
  223. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\lighting-models\includes\standard.chunk background: #aaff85; color: #000; color: #000;
  224. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\lighting-models\includes\common.chunk background: #aaff85; color: #000; color: #000;
  225. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\lighting-models\includes\toon.chunk background: #aaff85; color: #000; color: #000;
  226. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\lighting-models\includes\unlit.chunk background: #aaff85; color: #000; color: #000;
  227. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\lighting-models\lighting-flow\unlit-flow.chunk background: #aaff85; color: #000; color: #000;
  228. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\lighting-models\lighting-flow\common-flow.chunk background: #aaff85; color: #000; color: #000;
  229. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\lighting-models\model-functions\standard-common.chunk background: #aaff85; color: #000; color: #000;
  230. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\shading-entries\data-structures\fs-input.chunk background: #aaff85; color: #000; color: #000;
  231. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\lighting-models\model-functions\toon.chunk background: #aaff85; color: #000; color: #000;
  232. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\lighting-models\model-functions\standard.chunk background: #aaff85; color: #000; color: #000;
  233. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\shading-entries\data-structures\vs-intermediate.chunk background: #aaff85; color: #000; color: #000;
  234. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\shading-entries\data-structures\vs-input.chunk background: #aaff85; color: #000; color: #000;
  235. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\shading-entries\data-structures\vs-fs.chunk background: #aaff85; color: #000; color: #000;
  236. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\data-structures\standard.chunk background: #aaff85; color: #000; color: #000;
  237. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\shading-entries\data-structures\vs-output.chunk background: #aaff85; color: #000; color: #000;
  238. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\data-structures\toon.chunk background: #aaff85; color: #000; color: #000;
  239. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\data-structures\unlit.chunk background: #aaff85; color: #000; color: #000;
  240. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\default-functions\common-vs.chunk background: #aaff85; color: #000; color: #000;
  241. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\default-functions\skin.chunk background: #aaff85; color: #000; color: #000;
  242. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\default-functions\standard-fs.chunk background: #aaff85; color: #000; color: #000;
  243. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\effect-macros\common-macros.chunk background: #aaff85; color: #000; color: #000;
  244. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\default-functions\unlit-fs.chunk background: #aaff85; color: #000; color: #000;
  245. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\default-functions\toon-fs.chunk background: #aaff85; color: #000; color: #000;
  246. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\effect-macros\render-planar-shadow.chunk background: #aaff85; color: #000; color: #000;
  247. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\effect-macros\render-to-shadowmap.chunk background: #aaff85; color: #000; color: #000;
  248. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\effect-macros\silhouette-edge.chunk background: #aaff85; color: #000; color: #000;
  249. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\effect-macros\terrain.chunk background: #aaff85; color: #000; color: #000;
  250. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\includes\common-fs.chunk background: #aaff85; color: #000; color: #000;
  251. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\effect-macros\unlit.chunk background: #aaff85; color: #000; color: #000;
  252. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\includes\standard-fs.chunk background: #aaff85; color: #000; color: #000;
  253. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\effect-macros\sky.chunk background: #aaff85; color: #000; color: #000;
  254. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\includes\standard-vs.chunk background: #aaff85; color: #000; color: #000;
  255. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\includes\common-vs.chunk background: #aaff85; color: #000; color: #000;
  256. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\includes\toon-fs.chunk background: #aaff85; color: #000; color: #000;
  257. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\includes\unlit-fs.chunk background: #aaff85; color: #000; color: #000;
  258. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\module-functions\common-vs.chunk background: #aaff85; color: #000; color: #000;
  259. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\module-functions\debug-view.chunk background: #aaff85; color: #000; color: #000;
  260. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\includes\toon-vs.chunk background: #aaff85; color: #000; color: #000;
  261. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\module-functions\standard-fs.chunk background: #aaff85; color: #000; color: #000;
  262. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\module-functions\unlit-fs.chunk background: #aaff85; color: #000; color: #000;
  263. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\surfaces\module-functions\toon-fs.chunk background: #aaff85; color: #000; color: #000;
  264. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\shading-entries\main-functions\misc\silhouette-edge-vs.chunk background: #aaff85; color: #000; color: #000;
  265. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\shading-entries\main-functions\misc\silhouette-edge-fs.chunk background: #aaff85; color: #000; color: #000;
  266. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\shading-entries\main-functions\render-planar-shadow\fs.chunk background: #aaff85; color: #000; color: #000;
  267. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\shading-entries\main-functions\misc\sky-fs.chunk background: #aaff85; color: #000; color: #000;
  268. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\shading-entries\main-functions\render-to-reflectmap\fs.chunk background: #aaff85; color: #000; color: #000;
  269. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\shading-entries\main-functions\render-planar-shadow\vs.chunk background: #aaff85; color: #000; color: #000;
  270. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\shading-entries\main-functions\misc\sky-vs.chunk background: #aaff85; color: #000; color: #000;
  271. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\shading-entries\main-functions\render-to-scene\vs.chunk background: #aaff85; color: #000; color: #000;
  272. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\shading-entries\main-functions\render-to-scene\fs.chunk background: #aaff85; color: #000; color: #000;
  273. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\shading-entries\main-functions\render-to-shadowmap\fs.chunk background: #aaff85; color: #000; color: #000;
  274. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\post-process\chunks\fsr.chunk background: #aaff85; color: #000; color: #000;
  275. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\post-process\chunks\depth.chunk background: #aaff85; color: #000; color: #000;
  276. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\shading-entries\main-functions\render-to-shadowmap\vs.chunk background: #aaff85; color: #000; color: #000;
  277. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\post-process\chunks\vs.chunk background: #aaff85; color: #000; color: #000;
  278. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\post-process\chunks\hbao.chunk background: #aaff85; color: #000; color: #000;
  279. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\shading-entries\main-functions\render-to-scene\pipeline\deferred-fs.chunk background: #aaff85; color: #000; color: #000;
  280. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\post-process\chunks\vs1.chunk background: #aaff85; color: #000; color: #000;
  281. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\builtin-reflection-probe-preview.effect background: #aaff85; color: #000; color: #000;
  282. 2025-1-16 17:13:14-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\chunks\shading-entries\main-functions\render-to-scene\pipeline\forward-fs.chunk background: #aaff85; color: #000; color: #000;
  283. 2025-1-16 17:13:15-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\builtin-standard.effect background: #aaff85; color: #000; color: #000;
  284. 2025-1-16 17:13:15-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\builtin-terrain.effect background: #aaff85; color: #000; color: #000;
  285. 2025-1-16 17:13:16-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\builtin-toon.effect background: #aaff85; color: #000; color: #000;
  286. 2025-1-16 17:13:16-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\builtin-unlit.effect background: #aaff85; color: #000; color: #000;
  287. 2025-1-16 17:13:16-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\effect\default.effect background: #aaff85; color: #000; color: #000;
  288. 2025-1-16 17:13:16-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\effect\effect-surface.effect background: #aaff85; color: #000; color: #000;
  289. 2025-1-16 17:13:17-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\advanced\car-paint.effect background: #aaff85; color: #000; color: #000;
  290. 2025-1-16 17:13:17-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\advanced\eye.effect background: #aaff85; color: #000; color: #000;
  291. 2025-1-16 17:13:18-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\advanced\fabric.effect background: #aaff85; color: #000; color: #000;
  292. 2025-1-16 17:13:19-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\advanced\glass.effect background: #aaff85; color: #000; color: #000;
  293. 2025-1-16 17:13:19-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\advanced\hair.effect background: #aaff85; color: #000; color: #000;
  294. 2025-1-16 17:13:20-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\advanced\leaf.effect background: #aaff85; color: #000; color: #000;
  295. 2025-1-16 17:13:20-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\advanced\simple-skin.effect background: #aaff85; color: #000; color: #000;
  296. 2025-1-16 17:13:21-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\advanced\skin.effect background: #aaff85; color: #000; color: #000;
  297. 2025-1-16 17:13:21-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\advanced\sky.effect background: #aaff85; color: #000; color: #000;
  298. 2025-1-16 17:13:21-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\advanced\water.effect background: #aaff85; color: #000; color: #000;
  299. 2025-1-16 17:13:22-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\for2d\builtin-spine.effect background: #aaff85; color: #000; color: #000;
  300. 2025-1-16 17:13:22-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\for2d\builtin-sprite-renderer.effect background: #aaff85; color: #000; color: #000;
  301. 2025-1-16 17:13:22-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\for2d\builtin-sprite.effect background: #aaff85; color: #000; color: #000;
  302. 2025-1-16 17:13:22-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\internal\builtin-camera-texture.effect background: #aaff85; color: #000; color: #000;
  303. 2025-1-16 17:13:22-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\internal\builtin-clear-stencil.effect background: #aaff85; color: #000; color: #000;
  304. 2025-1-16 17:13:22-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\internal\builtin-debug-renderer.effect background: #aaff85; color: #000; color: #000;
  305. 2025-1-16 17:13:22-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\internal\builtin-geometry-renderer.effect background: #aaff85; color: #000; color: #000;
  306. 2025-1-16 17:13:22-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\internal\builtin-graphics.effect background: #aaff85; color: #000; color: #000;
  307. 2025-1-16 17:13:22-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\internal\builtin-occlusion-query.effect background: #aaff85; color: #000; color: #000;
  308. 2025-1-16 17:13:22-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\internal\builtin-reflection-deferred.effect background: #aaff85; color: #000; color: #000;
  309. 2025-1-16 17:13:22-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\internal\builtin-wireframe.effect background: #aaff85; color: #000; color: #000;
  310. 2025-1-16 17:13:23-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\legacy\standard.effect background: #aaff85; color: #000; color: #000;
  311. 2025-1-16 17:13:23-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\legacy\terrain.effect background: #aaff85; color: #000; color: #000;
  312. 2025-1-16 17:13:23-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\legacy\toon.effect background: #aaff85; color: #000; color: #000;
  313. 2025-1-16 17:13:23-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\particles\builtin-billboard.effect background: #aaff85; color: #000; color: #000;
  314. 2025-1-16 17:13:23-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\particles\builtin-particle-gpu.effect background: #aaff85; color: #000; color: #000;
  315. 2025-1-16 17:13:24-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\particles\builtin-particle-trail.effect background: #aaff85; color: #000; color: #000;
  316. 2025-1-16 17:13:24-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\particles\builtin-particle-xr-trail.effect background: #aaff85; color: #000; color: #000;
  317. 2025-1-16 17:13:24-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\particles\builtin-particle.effect background: #aaff85; color: #000; color: #000;
  318. 2025-1-16 17:13:24-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\cluster-build.effect background: #aaff85; color: #000; color: #000;
  319. 2025-1-16 17:13:24-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\cluster-culling.effect background: #aaff85; color: #000; color: #000;
  320. 2025-1-16 17:13:24-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\copy-pass.effect background: #aaff85; color: #000; color: #000;
  321. 2025-1-16 17:13:24-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\deferred-lighting.effect background: #aaff85; color: #000; color: #000;
  322. 2025-1-16 17:13:24-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\float-output-process.effect background: #aaff85; color: #000; color: #000;
  323. 2025-1-16 17:13:24-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\planar-shadow.effect background: #aaff85; color: #000; color: #000;
  324. 2025-1-16 17:13:24-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\post-process.effect background: #aaff85; color: #000; color: #000;
  325. 2025-1-16 17:13:24-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\skybox.effect background: #aaff85; color: #000; color: #000;
  326. 2025-1-16 17:13:24-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\smaa.effect background: #aaff85; color: #000; color: #000;
  327. 2025-1-16 17:13:24-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\ssss-blur.effect background: #aaff85; color: #000; color: #000;
  328. 2025-1-16 17:13:25-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\tonemap.effect background: #aaff85; color: #000; color: #000;
  329. 2025-1-16 17:13:25-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\util\batched-unlit.effect background: #aaff85; color: #000; color: #000;
  330. 2025-1-16 17:13:25-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\util\profiler.effect background: #aaff85; color: #000; color: #000;
  331. 2025-1-16 17:13:25-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\util\sequence-anim.effect background: #aaff85; color: #000; color: #000;
  332. 2025-1-16 17:13:25-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\util\splash-screen.effect background: #aaff85; color: #000; color: #000;
  333. 2025-1-16 17:13:25-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\internal\editor\box-height-light.effect background: #aaff85; color: #000; color: #000;
  334. 2025-1-16 17:13:25-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\internal\editor\gizmo.effect background: #aaff85; color: #000; color: #000;
  335. 2025-1-16 17:13:25-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\internal\editor\grid-2d.effect background: #aaff85; color: #000; color: #000;
  336. 2025-1-16 17:13:25-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\internal\editor\grid-stroke.effect background: #aaff85; color: #000; color: #000;
  337. 2025-1-16 17:13:25-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\internal\editor\grid.effect background: #aaff85; color: #000; color: #000;
  338. 2025-1-16 17:13:25-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\internal\editor\light-probe-visualization.effect background: #aaff85; color: #000; color: #000;
  339. 2025-1-16 17:13:25-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\internal\editor\light.effect background: #aaff85; color: #000; color: #000;
  340. 2025-1-16 17:13:25-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\internal\editor\terrain-circle-brush.effect background: #aaff85; color: #000; color: #000;
  341. 2025-1-16 17:13:25-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\internal\editor\terrain-image-brush.effect background: #aaff85; color: #000; color: #000;
  342. 2025-1-16 17:13:25-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\internal\editor\terrain-select-brush.effect background: #aaff85; color: #000; color: #000;
  343. 2025-1-16 17:13:25-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\post-process\blit-screen.effect background: #aaff85; color: #000; color: #000;
  344. 2025-1-16 17:13:25-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\post-process\bloom.effect background: #aaff85; color: #000; color: #000;
  345. 2025-1-16 17:13:25-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\post-process\bloom1.effect background: #aaff85; color: #000; color: #000;
  346. 2025-1-16 17:13:25-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\post-process\color-grading.effect background: #aaff85; color: #000; color: #000;
  347. 2025-1-16 17:13:25-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\post-process\color-grading1.effect background: #aaff85; color: #000; color: #000;
  348. 2025-1-16 17:13:25-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\post-process\dof.effect background: #aaff85; color: #000; color: #000;
  349. 2025-1-16 17:13:25-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\post-process\dof1.effect background: #aaff85; color: #000; color: #000;
  350. 2025-1-16 17:13:26-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\post-process\fsr.effect background: #aaff85; color: #000; color: #000;
  351. 2025-1-16 17:13:26-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\post-process\fsr1.effect background: #aaff85; color: #000; color: #000;
  352. 2025-1-16 17:13:26-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\post-process\fxaa-hq.effect background: #aaff85; color: #000; color: #000;
  353. 2025-1-16 17:13:26-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\post-process\fxaa-hq1.effect background: #aaff85; color: #000; color: #000;
  354. 2025-1-16 17:13:26-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\post-process\hbao.effect background: #aaff85; color: #000; color: #000;
  355. 2025-1-16 17:13:26-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\post-process\post-final.effect background: #aaff85; color: #000; color: #000;
  356. 2025-1-16 17:13:26-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\post-process\taa.effect background: #aaff85; color: #000; color: #000;
  357. 2025-1-16 17:13:26-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\pipeline\post-process\tone-mapping.effect background: #aaff85; color: #000; color: #000;
  358. 2025-1-16 17:13:26-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\util\dcc\imported-metallic-roughness.effect background: #aaff85; color: #000; color: #000;
  359. 2025-1-16 17:13:27-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\util\dcc\imported-specular-glossiness.effect background: #aaff85; color: #000; color: #000;
  360. 2025-1-16 17:13:27-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\util\dcc\vat\houdini-fluid-v3-liquid.effect background: #aaff85; color: #000; color: #000;
  361. 2025-1-16 17:13:28-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\util\dcc\vat\houdini-rigidbody-v2.effect background: #aaff85; color: #000; color: #000;
  362. 2025-1-16 17:13:28-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\util\dcc\vat\houdini-softbody-v3.effect background: #aaff85; color: #000; color: #000;
  363. 2025-1-16 17:13:29-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\effects\util\dcc\vat\zeno-fluid-liquid.effect background: #aaff85; color: #000; color: #000;
  364. 2025-1-16 17:13:29-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_renderpipeline\builtin-pipeline-settings.ts background: #aaff85; color: #000; color: #000;
  365. 2025-1-16 17:13:29-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_renderpipeline\builtin-pipeline-types.ts background: #aaff85; color: #000; color: #000;
  366. 2025-1-16 17:13:29-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_renderpipeline\builtin-pipeline.ts background: #aaff85; color: #000; color: #000;
  367. 2025-1-16 17:13:29-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\tools\debug-view-runtime-control.ts background: #aaff85; color: #000; color: #000;
  368. 2025-1-16 17:13:29-debug: Preimport db internal success
  369. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\ch background: #aaff85; color: #000; color: #000;
  370. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_basic background: #aaff85; color: #000; color: #000;
  371. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game background: #aaff85; color: #000; color: #000;
  372. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_extra background: #aaff85; color: #000; color: #000;
  373. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\Scripts background: #aaff85; color: #000; color: #000;
  374. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core background: #aaff85; color: #000; color: #000;
  375. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start background: #aaff85; color: #000; color: #000;
  376. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\成语方块 background: #aaff85; color: #000; color: #000;
  377. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res background: #aaff85; color: #000; color: #000;
  378. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\ch\audio background: #aaff85; color: #000; color: #000;
  379. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\ch\net background: #aaff85; color: #000; color: #000;
  380. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\ch\ch-sdk background: #aaff85; color: #000; color: #000;
  381. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\ch\pvp background: #aaff85; color: #000; color: #000;
  382. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\ch\start background: #aaff85; color: #000; color: #000;
  383. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\ch\sign background: #aaff85; color: #000; color: #000;
  384. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\ui background: #aaff85; color: #000; color: #000;
  385. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util background: #aaff85; color: #000; color: #000;
  386. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_class background: #aaff85; color: #000; color: #000;
  387. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_comp background: #aaff85; color: #000; color: #000;
  388. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_basic\ui_alert background: #aaff85; color: #000; color: #000;
  389. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_basic\ui_waiting background: #aaff85; color: #000; color: #000;
  390. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_basic\ui_notify background: #aaff85; color: #000; color: #000;
  391. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_extra\font background: #aaff85; color: #000; color: #000;
  392. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_extra\sound background: #aaff85; color: #000; color: #000;
  393. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_extra\table_json background: #aaff85; color: #000; color: #000;
  394. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\game background: #aaff85; color: #000; color: #000;
  395. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_extra\table_ts background: #aaff85; color: #000; color: #000;
  396. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\materials background: #aaff85; color: #000; color: #000;
  397. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\hall background: #aaff85; color: #000; color: #000;
  398. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui background: #aaff85; color: #000; color: #000;
  399. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏 background: #aaff85; color: #000; color: #000;
  400. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\加载页 background: #aaff85; color: #000; color: #000;
  401. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\封面 background: #aaff85; color: #000; color: #000;
  402. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城 background: #aaff85; color: #000; color: #000;
  403. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语 background: #aaff85; color: #000; color: #000;
  404. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜 background: #aaff85; color: #000; color: #000;
  405. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到 background: #aaff85; color: #000; color: #000;
  406. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务 background: #aaff85; color: #000; color: #000;
  407. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算 background: #aaff85; color: #000; color: #000;
  408. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\游戏说明 background: #aaff85; color: #000; color: #000;
  409. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置 background: #aaff85; color: #000; color: #000;
  410. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友 background: #aaff85; color: #000; color: #000;
  411. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\ch\net\modules background: #aaff85; color: #000; color: #000;
  412. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI background: #aaff85; color: #000; color: #000;
  413. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_GameRules background: #aaff85; color: #000; color: #000;
  414. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Fail background: #aaff85; color: #000; color: #000;
  415. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms background: #aaff85; color: #000; color: #000;
  416. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Main background: #aaff85; color: #000; color: #000;
  417. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Invite background: #aaff85; color: #000; color: #000;
  418. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Hall background: #aaff85; color: #000; color: #000;
  419. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Rank background: #aaff85; color: #000; color: #000;
  420. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Settings background: #aaff85; color: #000; color: #000;
  421. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_SideBar background: #aaff85; color: #000; color: #000;
  422. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Store background: #aaff85; color: #000; color: #000;
  423. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Sign background: #aaff85; color: #000; color: #000;
  424. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Task background: #aaff85; color: #000; color: #000;
  425. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\加载页\新建文件夹 background: #aaff85; color: #000; color: #000;
  426. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Win background: #aaff85; color: #000; color: #000;
  427. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次 background: #aaff85; color: #000; color: #000;
  428. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\总榜-好友榜按钮 background: #aaff85; color: #000; color: #000;
  429. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\按钮 background: #aaff85; color: #000; color: #000;
  430. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像 background: #aaff85; color: #000; color: #000;
  431. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败 background: #aaff85; color: #000; color: #000;
  432. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具 background: #aaff85; color: #000; color: #000;
  433. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功 background: #aaff85; color: #000; color: #000;
  434. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\materials\3dText.effect background: #aaff85; color: #000; color: #000;
  435. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\ch\ch.ts background: #aaff85; color: #000; color: #000;
  436. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\道具 background: #aaff85; color: #000; color: #000;
  437. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\ch\chsdk_inside.d.ts background: #aaff85; color: #000; color: #000;
  438. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\ch\ch_util.ts background: #aaff85; color: #000; color: #000;
  439. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\Scripts\ModuleDef.ts background: #aaff85; color: #000; color: #000;
  440. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\Scripts\SceneDef.ts background: #aaff85; color: #000; color: #000;
  441. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\ch\audio\audio.ts background: #aaff85; color: #000; color: #000;
  442. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\Start.ts background: #aaff85; color: #000; color: #000;
  443. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\ch\ch-sdk\chsdk.d.ts background: #aaff85; color: #000; color: #000;
  444. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\ch\net\net.ts background: #aaff85; color: #000; color: #000;
  445. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\ch\net\NetPlayer.ts background: #aaff85; color: #000; color: #000;
  446. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\ch\net\NetBase.ts background: #aaff85; color: #000; color: #000;
  447. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\ch\net\NetRoom.ts background: #aaff85; color: #000; color: #000;
  448. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\ch\net\NetTeam.ts background: #aaff85; color: #000; color: #000;
  449. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\ch\net\WsClient.ts background: #aaff85; color: #000; color: #000;
  450. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\ch\sign\sign.ts background: #aaff85; color: #000; color: #000;
  451. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\ch\pvp\ch_pvp.ts background: #aaff85; color: #000; color: #000;
  452. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\ch\start\ch_sdk_comp.ts background: #aaff85; color: #000; color: #000;
  453. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\ch\start\ch_start_pack.ts background: #aaff85; color: #000; color: #000;
  454. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\ui\ui.ts background: #aaff85; color: #000; color: #000;
  455. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\ui\ui_base.ts background: #aaff85; color: #000; color: #000;
  456. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\ui\ui_ResolutionAutoFit.ts background: #aaff85; color: #000; color: #000;
  457. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util\DataTimeUtil.ts background: #aaff85; color: #000; color: #000;
  458. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util\DirectorUtil.ts background: #aaff85; color: #000; color: #000;
  459. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util\ArrayUtil.ts background: #aaff85; color: #000; color: #000;
  460. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util\Instance.ts background: #aaff85; color: #000; color: #000;
  461. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util\LocalStorageUtil.ts background: #aaff85; color: #000; color: #000;
  462. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util\MathUtil.ts background: #aaff85; color: #000; color: #000;
  463. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util\PathUtil.ts background: #aaff85; color: #000; color: #000;
  464. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util\ProjectileMathUtil.ts background: #aaff85; color: #000; color: #000;
  465. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util\ResUtil.ts background: #aaff85; color: #000; color: #000;
  466. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util\StringUtil.ts background: #aaff85; color: #000; color: #000;
  467. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util\TableLoadUtil.ts background: #aaff85; color: #000; color: #000;
  468. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util\UrlUtil.ts background: #aaff85; color: #000; color: #000;
  469. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util\Utils.ts background: #aaff85; color: #000; color: #000;
  470. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_class\Action.ts background: #aaff85; color: #000; color: #000;
  471. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_class\Delay.ts background: #aaff85; color: #000; color: #000;
  472. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_class\Container.ts background: #aaff85; color: #000; color: #000;
  473. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_class\FMS.ts background: #aaff85; color: #000; color: #000;
  474. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_class\GameData.ts background: #aaff85; color: #000; color: #000;
  475. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_class\HeadIcon.ts background: #aaff85; color: #000; color: #000;
  476. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_class\Line2DMove.ts background: #aaff85; color: #000; color: #000;
  477. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_class\PeriodData.ts background: #aaff85; color: #000; color: #000;
  478. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_class\PrefabPool.ts background: #aaff85; color: #000; color: #000;
  479. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_class\Queue.ts background: #aaff85; color: #000; color: #000;
  480. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_class\SafeNumber.ts background: #aaff85; color: #000; color: #000;
  481. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_class\Random.ts background: #aaff85; color: #000; color: #000;
  482. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_class\State.ts background: #aaff85; color: #000; color: #000;
  483. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_class\Shake.ts background: #aaff85; color: #000; color: #000;
  484. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_class\TimeJobCenter.ts background: #aaff85; color: #000; color: #000;
  485. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_class\Timer.ts background: #aaff85; color: #000; color: #000;
  486. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_class\Toast.ts background: #aaff85; color: #000; color: #000;
  487. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_comp\ClickPenetrate.ts background: #aaff85; color: #000; color: #000;
  488. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_class\Wait.ts background: #aaff85; color: #000; color: #000;
  489. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_comp\Game.ts background: #aaff85; color: #000; color: #000;
  490. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_comp\List.ts background: #aaff85; color: #000; color: #000;
  491. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_comp\MotionTrail.ts background: #aaff85; color: #000; color: #000;
  492. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_comp\ListItem.ts background: #aaff85; color: #000; color: #000;
  493. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_comp\RewardFly.ts background: #aaff85; color: #000; color: #000;
  494. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_comp\MovieClip.ts background: #aaff85; color: #000; color: #000;
  495. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_comp\SpineView.ts background: #aaff85; color: #000; color: #000;
  496. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_basic\ui_alert\UIAlert.ts background: #aaff85; color: #000; color: #000;
  497. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_basic\ui_alert\Layout_UIAlert.ts background: #aaff85; color: #000; color: #000;
  498. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_basic\ui_notify\Layout_UI_Notify.ts background: #aaff85; color: #000; color: #000;
  499. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_comp\UISpineMovie.ts background: #aaff85; color: #000; color: #000;
  500. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_basic\ui_notify\UINotify.ts background: #aaff85; color: #000; color: #000;
  501. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_basic\ui_waiting\Layout_UIWaiting.ts background: #aaff85; color: #000; color: #000;
  502. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_basic\ui_waiting\UIWaiting.ts background: #aaff85; color: #000; color: #000;
  503. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_extra\table_ts\TableUtil.ts background: #aaff85; color: #000; color: #000;
  504. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_extra\table_ts\table_idiom.ts background: #aaff85; color: #000; color: #000;
  505. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_extra\table_ts\table_level.ts background: #aaff85; color: #000; color: #000;
  506. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\game\Container_Manager.ts background: #aaff85; color: #000; color: #000;
  507. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\game\CreateIdiom.ts background: #aaff85; color: #000; color: #000;
  508. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\game\Cube_Infor.ts background: #aaff85; color: #000; color: #000;
  509. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\game\GameCtl.ts background: #aaff85; color: #000; color: #000;
  510. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\game\PlayerData.ts background: #aaff85; color: #000; color: #000;
  511. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\hall\Hall.ts background: #aaff85; color: #000; color: #000;
  512. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\ch\net\modules\msgpack.min.d.ts background: #aaff85; color: #000; color: #000;
  513. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI\UI_Head_Icon.ts background: #aaff85; color: #000; color: #000;
  514. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI\UI_Item.ts background: #aaff85; color: #000; color: #000;
  515. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Fail\Layout_Fail.ts background: #aaff85; color: #000; color: #000;
  516. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Fail\UI_Fail.ts background: #aaff85; color: #000; color: #000;
  517. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_GameRules\UI_GameRules.ts background: #aaff85; color: #000; color: #000;
  518. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_GameRules\Layout_GameRules.ts background: #aaff85; color: #000; color: #000;
  519. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Hall\Layout_Hall.ts background: #aaff85; color: #000; color: #000;
  520. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Hall\UI_Hall.ts background: #aaff85; color: #000; color: #000;
  521. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms\Layout_Idioms.ts background: #aaff85; color: #000; color: #000;
  522. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms\UI_Idiom.ts background: #aaff85; color: #000; color: #000;
  523. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms\UI_Idioms.ts background: #aaff85; color: #000; color: #000;
  524. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Invite\Layout_Invite.ts background: #aaff85; color: #000; color: #000;
  525. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Invite\UI_Invite.ts background: #aaff85; color: #000; color: #000;
  526. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Main\Layout_Main.ts background: #aaff85; color: #000; color: #000;
  527. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Main\UI_Main.ts background: #aaff85; color: #000; color: #000;
  528. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Rank\Layout_Rank.ts background: #aaff85; color: #000; color: #000;
  529. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Rank\UI_Rank.ts background: #aaff85; color: #000; color: #000;
  530. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Rank\UI_Rank_Item.ts background: #aaff85; color: #000; color: #000;
  531. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Settings\Layout_Settings.ts background: #aaff85; color: #000; color: #000;
  532. 2025-1-16 17:13:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Settings\UI_Settings.ts background: #aaff85; color: #000; color: #000;
  533. 2025-1-16 17:13:30-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_SideBar\Layout_SideBar.ts background: #aaff85; color: #000; color: #000;
  534. 2025-1-16 17:13:30-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_SideBar\UI_SideBar.ts background: #aaff85; color: #000; color: #000;
  535. 2025-1-16 17:13:30-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Sign\Layout_Sign.ts background: #aaff85; color: #000; color: #000;
  536. 2025-1-16 17:13:30-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Sign\Sign_Reward.ts background: #aaff85; color: #000; color: #000;
  537. 2025-1-16 17:13:30-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Store\Layout_Store.ts background: #aaff85; color: #000; color: #000;
  538. 2025-1-16 17:13:30-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Sign\UI_Sign.ts background: #aaff85; color: #000; color: #000;
  539. 2025-1-16 17:13:30-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Store\UI_Store.ts background: #aaff85; color: #000; color: #000;
  540. 2025-1-16 17:13:30-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Task\UI_Task.ts background: #aaff85; color: #000; color: #000;
  541. 2025-1-16 17:13:30-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Task\Layout_Task.ts background: #aaff85; color: #000; color: #000;
  542. 2025-1-16 17:13:30-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Task\UI_Task_Item.ts background: #aaff85; color: #000; color: #000;
  543. 2025-1-16 17:13:30-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Win\Layout_Win.ts background: #aaff85; color: #000; color: #000;
  544. 2025-1-16 17:13:30-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Win\UI_Win.ts background: #aaff85; color: #000; color: #000;
  545. 2025-1-16 17:13:30-debug: Preimport db assets success
  546. 2025-1-16 17:13:30-debug: starting packer-driver...
  547. 2025-1-16 17:13:30-debug: Run asset db hook programming:afterPreStart ...
  548. 2025-1-16 17:13:42-debug: initialize scripting environment...
  549. 2025-1-16 17:13:42-debug: Set detail map pack:///resolution-detail-map.json: {}
  550. 2025-1-16 17:13:42-debug: Run asset db hook programming:afterPreStart success!
  551. 2025-1-16 17:13:42-debug: Run asset db hook engine-extends:afterPreStart ...
  552. 2025-1-16 17:13:42-debug: asset-db-hook-programming-afterPreStart (12502ms)
  553. 2025-1-16 17:13:42-debug: recompile effect.bin success
  554. 2025-1-16 17:13:42-debug: Run asset db hook engine-extends:afterPreStart success!
  555. 2025-1-16 17:13:42-debug: Start up the 'internal' database...
  556. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default-video.mp4 background: #aaff85; color: #000; color: #000;
  557. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\Default-Particle.png background: #aaff85; color: #000; color: #000;
  558. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default-terrain\default-layer-texture.jpg background: #aaff85; color: #000; color: #000;
  559. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_cubemap\back.jpg background: #aaff85; color: #000; color: #000;
  560. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\primitives.fbx background: #aaff85; color: #000; color: #000;
  561. 2025-1-16 17:13:44-debug: asset-db:worker-effect-data-processing (1801ms)
  562. 2025-1-16 17:13:44-debug: asset-db-hook-engine-extends-afterPreStart (1802ms)
  563. 2025-1-16 17:13:44-debug: Status file D:\CocosCreatorProject\Idioms\idiom\temp\asset-db\internal\fbx.FBX-glTF-conv\1263d74c-8167-4928-91a6-4e2672411f47\status.json: Error: ENOENT: no such file or directory, open 'D:\CocosCreatorProject\Idioms\idiom\temp\asset-db\internal\fbx.FBX-glTF-conv\1263d74c-8167-4928-91a6-4e2672411f47\status.json'
  564. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\Default-Particle.png@6c48a background: #aaff85; color: #000; color: #000;
  565. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default-terrain\default-layer-texture.jpg@6c48a background: #aaff85; color: #000; color: #000;
  566. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_cubemap\back.jpg@6c48a background: #aaff85; color: #000; color: #000;
  567. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_cubemap\bottom.jpg background: #aaff85; color: #000; color: #000;
  568. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_cubemap\front.jpg background: #aaff85; color: #000; color: #000;
  569. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_cubemap\left.jpg background: #aaff85; color: #000; color: #000;
  570. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_cubemap\right.jpg background: #aaff85; color: #000; color: #000;
  571. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_cubemap\bottom.jpg@6c48a background: #aaff85; color: #000; color: #000;
  572. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_cubemap\front.jpg@6c48a background: #aaff85; color: #000; color: #000;
  573. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_cubemap\left.jpg@6c48a background: #aaff85; color: #000; color: #000;
  574. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_cubemap\right.jpg@6c48a background: #aaff85; color: #000; color: #000;
  575. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_cubemap\top.jpg background: #aaff85; color: #000; color: #000;
  576. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_materials\default-billboard-material.mtl background: #aaff85; color: #000; color: #000;
  577. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_materials\default-clear-stencil.mtl background: #aaff85; color: #000; color: #000;
  578. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_materials\default-material-transparent.mtl background: #aaff85; color: #000; color: #000;
  579. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_materials\default-material.mtl background: #aaff85; color: #000; color: #000;
  580. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_materials\default-particle-gpu-material.mtl background: #aaff85; color: #000; color: #000;
  581. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_materials\default-particle-material.mtl background: #aaff85; color: #000; color: #000;
  582. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_materials\default-spine-material.mtl background: #aaff85; color: #000; color: #000;
  583. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_materials\default-sprite-renderer-material.mtl background: #aaff85; color: #000; color: #000;
  584. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_cubemap\top.jpg@6c48a background: #aaff85; color: #000; color: #000;
  585. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_materials\default-trail-material.mtl background: #aaff85; color: #000; color: #000;
  586. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_materials\missing-effect-material.mtl background: #aaff85; color: #000; color: #000;
  587. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_materials\missing-material.mtl background: #aaff85; color: #000; color: #000;
  588. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_materials\particle-add.mtl background: #aaff85; color: #000; color: #000;
  589. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_materials\standard-material.mtl background: #aaff85; color: #000; color: #000;
  590. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_materials\ui-alpha-test-material.mtl background: #aaff85; color: #000; color: #000;
  591. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_materials\ui-base-material.mtl background: #aaff85; color: #000; color: #000;
  592. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_materials\ui-graphics-material.mtl background: #aaff85; color: #000; color: #000;
  593. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_materials\ui-sprite-alpha-sep-material.mtl background: #aaff85; color: #000; color: #000;
  594. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_materials\ui-sprite-gray-alpha-sep-material.mtl background: #aaff85; color: #000; color: #000;
  595. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_materials\ui-sprite-gray-material.mtl background: #aaff85; color: #000; color: #000;
  596. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_materials\ui-sprite-material.mtl background: #aaff85; color: #000; color: #000;
  597. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\Camera.prefab background: #aaff85; color: #000; color: #000;
  598. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\Terrain.prefab background: #aaff85; color: #000; color: #000;
  599. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_renderpipeline\builtin-bloom.mtl background: #aaff85; color: #000; color: #000;
  600. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_renderpipeline\builtin-color-grading.mtl background: #aaff85; color: #000; color: #000;
  601. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_renderpipeline\builtin-deferred.rpp background: #aaff85; color: #000; color: #000;
  602. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_renderpipeline\builtin-depth-of-field.mtl background: #aaff85; color: #000; color: #000;
  603. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_renderpipeline\builtin-forward.rpp background: #aaff85; color: #000; color: #000;
  604. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_renderpipeline\builtin-fsr.mtl background: #aaff85; color: #000; color: #000;
  605. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_renderpipeline\builtin-fxaa.mtl background: #aaff85; color: #000; color: #000;
  606. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_renderpipeline\builtin-tone-mapping.mtl background: #aaff85; color: #000; color: #000;
  607. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_renderpipeline\deferred-lighting.mtl background: #aaff85; color: #000; color: #000;
  608. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_renderpipeline\post-process.mtl background: #aaff85; color: #000; color: #000;
  609. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_renderpipeline\tonemap.mtl background: #aaff85; color: #000; color: #000;
  610. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_skybox\default_skybox.hdr background: #aaff85; color: #000; color: #000;
  611. 2025-1-16 17:13:44-debug: Start to conver asset {asset[d032ac98-05e1-4090-88bb-eb640dcb5fc1](d032ac98-05e1-4090-88bb-eb640dcb5fc1)}
  612. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_skybox\default_skybox.png background: #aaff85; color: #000; color: #000;
  613. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\atom.plist background: #aaff85; color: #000; color: #000;
  614. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\atom.png background: #aaff85; color: #000; color: #000;
  615. 2025-1-16 17:13:44-debug: Frame rate: 24 [{asset(1263d74c-8167-4928-91a6-4e2672411f47)}]
  616. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_skybox\default_skybox.png@b47c0 background: #aaff85; color: #000; color: #000;
  617. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\atom.png@6c48a background: #aaff85; color: #000; color: #000;
  618. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\primitives.fbx@17020 background: #aaff85; color: #000; color: #000;
  619. 2025-1-16 17:13:44-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\atom.png@f9941 background: #aaff85; color: #000; color: #000;
  620. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\primitives.fbx@801ec background: #aaff85; color: #000; color: #000;
  621. 2025-1-16 17:13:45-debug: Conver assetC:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_skybox\default_skybox.hdr -> PNG success.
  622. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\atom_new.plist background: #aaff85; color: #000; color: #000;
  623. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_btn_disabled.png background: #aaff85; color: #000; color: #000;
  624. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\primitives.fbx@2e76e background: #aaff85; color: #000; color: #000;
  625. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_skybox\default_skybox.hdr@b47c0 background: #aaff85; color: #000; color: #000;
  626. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\primitives.fbx@38fd2 background: #aaff85; color: #000; color: #000;
  627. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_btn_disabled.png@6c48a background: #aaff85; color: #000; color: #000;
  628. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\primitives.fbx@40ece background: #aaff85; color: #000; color: #000;
  629. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_btn_disabled.png@f9941 background: #aaff85; color: #000; color: #000;
  630. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_skybox\default_skybox.png@b47c0@74afd background: #aaff85; color: #000; color: #000;
  631. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\primitives.fbx@fc873 background: #aaff85; color: #000; color: #000;
  632. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_btn_normal.png background: #aaff85; color: #000; color: #000;
  633. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_btn_pressed.png background: #aaff85; color: #000; color: #000;
  634. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_skybox\default_skybox.png@b47c0@8fd34 background: #aaff85; color: #000; color: #000;
  635. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\primitives.fbx@8abdc background: #aaff85; color: #000; color: #000;
  636. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_skybox\default_skybox.png@b47c0@bb97f background: #aaff85; color: #000; color: #000;
  637. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_btn_normal.png@6c48a background: #aaff85; color: #000; color: #000;
  638. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\primitives.fbx@a804a background: #aaff85; color: #000; color: #000;
  639. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_btn_pressed.png@6c48a background: #aaff85; color: #000; color: #000;
  640. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_btn_normal.png@f9941 background: #aaff85; color: #000; color: #000;
  641. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_btn_pressed.png@f9941 background: #aaff85; color: #000; color: #000;
  642. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_skybox\default_skybox.png@b47c0@7d38f background: #aaff85; color: #000; color: #000;
  643. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\primitives.fbx@8d883 background: #aaff85; color: #000; color: #000;
  644. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_editbox_bg.png background: #aaff85; color: #000; color: #000;
  645. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\primitives.fbx@aae0f background: #aaff85; color: #000; color: #000;
  646. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_panel.png background: #aaff85; color: #000; color: #000;
  647. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_skybox\default_skybox.png@b47c0@e9a6d background: #aaff85; color: #000; color: #000;
  648. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_progressbar.png background: #aaff85; color: #000; color: #000;
  649. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_skybox\default_skybox.png@b47c0@40c10 background: #aaff85; color: #000; color: #000;
  650. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_editbox_bg.png@6c48a background: #aaff85; color: #000; color: #000;
  651. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_panel.png@6c48a background: #aaff85; color: #000; color: #000;
  652. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_editbox_bg.png@f9941 background: #aaff85; color: #000; color: #000;
  653. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_panel.png@f9941 background: #aaff85; color: #000; color: #000;
  654. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_progressbar_bg.png background: #aaff85; color: #000; color: #000;
  655. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_progressbar.png@6c48a background: #aaff85; color: #000; color: #000;
  656. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_progressbar.png@f9941 background: #aaff85; color: #000; color: #000;
  657. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_radio_button_off.png background: #aaff85; color: #000; color: #000;
  658. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_radio_button_on.png background: #aaff85; color: #000; color: #000;
  659. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_skybox\default_skybox.hdr@b47c0@74afd background: #aaff85; color: #000; color: #000;
  660. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_scrollbar.png background: #aaff85; color: #000; color: #000;
  661. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_progressbar_bg.png@6c48a background: #aaff85; color: #000; color: #000;
  662. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_skybox\default_skybox.hdr@b47c0@8fd34 background: #aaff85; color: #000; color: #000;
  663. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_progressbar_bg.png@f9941 background: #aaff85; color: #000; color: #000;
  664. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_radio_button_off.png@6c48a background: #aaff85; color: #000; color: #000;
  665. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_radio_button_on.png@6c48a background: #aaff85; color: #000; color: #000;
  666. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_radio_button_off.png@f9941 background: #aaff85; color: #000; color: #000;
  667. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_radio_button_on.png@f9941 background: #aaff85; color: #000; color: #000;
  668. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_scrollbar_bg.png background: #aaff85; color: #000; color: #000;
  669. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_skybox\default_skybox.hdr@b47c0@bb97f background: #aaff85; color: #000; color: #000;
  670. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_scrollbar.png@6c48a background: #aaff85; color: #000; color: #000;
  671. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_scrollbar.png@f9941 background: #aaff85; color: #000; color: #000;
  672. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_scrollbar_vertical.png background: #aaff85; color: #000; color: #000;
  673. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_scrollbar_vertical_bg.png background: #aaff85; color: #000; color: #000;
  674. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_skybox\default_skybox.hdr@b47c0@7d38f background: #aaff85; color: #000; color: #000;
  675. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_sprite.png background: #aaff85; color: #000; color: #000;
  676. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_scrollbar_bg.png@6c48a background: #aaff85; color: #000; color: #000;
  677. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_scrollbar_bg.png@f9941 background: #aaff85; color: #000; color: #000;
  678. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_skybox\default_skybox.hdr@b47c0@e9a6d background: #aaff85; color: #000; color: #000;
  679. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_scrollbar_vertical_bg.png@6c48a background: #aaff85; color: #000; color: #000;
  680. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_scrollbar_vertical.png@6c48a background: #aaff85; color: #000; color: #000;
  681. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_scrollbar_vertical_bg.png@f9941 background: #aaff85; color: #000; color: #000;
  682. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_scrollbar_vertical.png@f9941 background: #aaff85; color: #000; color: #000;
  683. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_sprite_splash.png background: #aaff85; color: #000; color: #000;
  684. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_skybox\default_skybox.hdr@b47c0@40c10 background: #aaff85; color: #000; color: #000;
  685. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_sprite.png@6c48a background: #aaff85; color: #000; color: #000;
  686. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_toggle_checkmark.png background: #aaff85; color: #000; color: #000;
  687. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_toggle_disabled.png background: #aaff85; color: #000; color: #000;
  688. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_sprite.png@f9941 background: #aaff85; color: #000; color: #000;
  689. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_toggle_normal.png background: #aaff85; color: #000; color: #000;
  690. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_sprite_splash.png@6c48a background: #aaff85; color: #000; color: #000;
  691. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_toggle_pressed.png background: #aaff85; color: #000; color: #000;
  692. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_toggle_checkmark.png@6c48a background: #aaff85; color: #000; color: #000;
  693. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_toggle_disabled.png@6c48a background: #aaff85; color: #000; color: #000;
  694. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_sprite_splash.png@f9941 background: #aaff85; color: #000; color: #000;
  695. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\gizmo\camera.png background: #aaff85; color: #000; color: #000;
  696. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_toggle_checkmark.png@f9941 background: #aaff85; color: #000; color: #000;
  697. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_toggle_normal.png@6c48a background: #aaff85; color: #000; color: #000;
  698. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\gizmo\directional-light.png background: #aaff85; color: #000; color: #000;
  699. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_toggle_normal.png@f9941 background: #aaff85; color: #000; color: #000;
  700. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\gizmo\light-probe.png background: #aaff85; color: #000; color: #000;
  701. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_toggle_pressed.png@6c48a background: #aaff85; color: #000; color: #000;
  702. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\gizmo\particle-system.png background: #aaff85; color: #000; color: #000;
  703. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\default_toggle_pressed.png@f9941 background: #aaff85; color: #000; color: #000;
  704. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\gizmo\camera.png@6c48a background: #aaff85; color: #000; color: #000;
  705. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\gizmo\directional-light.png@6c48a background: #aaff85; color: #000; color: #000;
  706. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\gizmo\reflection-probe.png background: #aaff85; color: #000; color: #000;
  707. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\gizmo\scene-gizmo.mtl background: #aaff85; color: #000; color: #000;
  708. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\gizmo\sphere-light.png background: #aaff85; color: #000; color: #000;
  709. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\gizmo\spot-light.png background: #aaff85; color: #000; color: #000;
  710. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\gizmo\light-probe.png@6c48a background: #aaff85; color: #000; color: #000;
  711. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\gizmo\particle-system.png@6c48a background: #aaff85; color: #000; color: #000;
  712. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\gizmo\webview.png background: #aaff85; color: #000; color: #000;
  713. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\gizmo\x.png background: #aaff85; color: #000; color: #000;
  714. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\gizmo\sphere-light.png@6c48a background: #aaff85; color: #000; color: #000;
  715. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\gizmo\reflection-probe.png@6c48a background: #aaff85; color: #000; color: #000;
  716. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\gizmo\y.png background: #aaff85; color: #000; color: #000;
  717. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\gizmo\z.png background: #aaff85; color: #000; color: #000;
  718. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\gizmo\webview.png@6c48a background: #aaff85; color: #000; color: #000;
  719. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\gizmo\spot-light.png@6c48a background: #aaff85; color: #000; color: #000;
  720. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\physics\default-physics-material.pmtl background: #aaff85; color: #000; color: #000;
  721. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\tools\debug-view-runtime-control.prefab background: #aaff85; color: #000; color: #000;
  722. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\gizmo\x.png@6c48a background: #aaff85; color: #000; color: #000;
  723. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\gizmo\x.png@f9941 background: #aaff85; color: #000; color: #000;
  724. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\tools\parsed-effect-info.json background: #aaff85; color: #000; color: #000;
  725. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\gizmo\y.png@6c48a background: #aaff85; color: #000; color: #000;
  726. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\animation-clip\default.anim background: #aaff85; color: #000; color: #000;
  727. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\gizmo\z.png@6c48a background: #aaff85; color: #000; color: #000;
  728. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\gizmo\y.png@f9941 background: #aaff85; color: #000; color: #000;
  729. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\gizmo\z.png@f9941 background: #aaff85; color: #000; color: #000;
  730. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\animation-graph\default.animgraph background: #aaff85; color: #000; color: #000;
  731. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\animation-graph-variant\default.animgraphvari background: #aaff85; color: #000; color: #000;
  732. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\animation-mask\default.animask background: #aaff85; color: #000; color: #000;
  733. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\auto-atlas\default.pac background: #aaff85; color: #000; color: #000;
  734. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\label-atlas\default.labelatlas background: #aaff85; color: #000; color: #000;
  735. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\material\default.mtl background: #aaff85; color: #000; color: #000;
  736. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\physics-material\default.pmtl background: #aaff85; color: #000; color: #000;
  737. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\prefab\default.prefab background: #aaff85; color: #000; color: #000;
  738. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\render-pipeline\default.rpp background: #aaff85; color: #000; color: #000;
  739. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\render-pipeline\forward-pipeline.rpp background: #aaff85; color: #000; color: #000;
  740. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\render-texture\default.rt background: #aaff85; color: #000; color: #000;
  741. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\scene\default.scene background: #aaff85; color: #000; color: #000;
  742. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\scene\scene-2d.scene background: #aaff85; color: #000; color: #000;
  743. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\scene\scene-quality.scene background: #aaff85; color: #000; color: #000;
  744. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\terrain\default.terrain background: #aaff85; color: #000; color: #000;
  745. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_file_content\render-texture\default.rt@f9941 background: #aaff85; color: #000; color: #000;
  746. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_fonts\builtin-bitmap\OpenSans-Bold.fnt background: #aaff85; color: #000; color: #000;
  747. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_fonts\builtin-bitmap\OpenSans-BoldItalic.fnt background: #aaff85; color: #000; color: #000;
  748. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_fonts\builtin-bitmap\OpenSans-BoldItalic_0.png background: #aaff85; color: #000; color: #000;
  749. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_fonts\builtin-bitmap\OpenSans-Bold_0.png background: #aaff85; color: #000; color: #000;
  750. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_fonts\builtin-bitmap\OpenSans-Italic.fnt background: #aaff85; color: #000; color: #000;
  751. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_fonts\builtin-bitmap\OpenSans-BoldItalic_0.png@6c48a background: #aaff85; color: #000; color: #000;
  752. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_fonts\builtin-bitmap\OpenSans-Bold_0.png@6c48a background: #aaff85; color: #000; color: #000;
  753. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_fonts\builtin-bitmap\OpenSans-BoldItalic_0.png@f9941 background: #aaff85; color: #000; color: #000;
  754. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_fonts\builtin-bitmap\OpenSans-Bold_0.png@f9941 background: #aaff85; color: #000; color: #000;
  755. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_fonts\builtin-bitmap\OpenSans-Italic_0.png background: #aaff85; color: #000; color: #000;
  756. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_fonts\builtin-bitmap\OpenSans-Regular.fnt background: #aaff85; color: #000; color: #000;
  757. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_fonts\builtin-bitmap\OpenSans-Regular_0.png background: #aaff85; color: #000; color: #000;
  758. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_fonts\builtin-freetype\OpenSans-Bold.ttf background: #aaff85; color: #000; color: #000;
  759. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_fonts\builtin-freetype\OpenSans-BoldItalic.ttf background: #aaff85; color: #000; color: #000;
  760. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_fonts\builtin-bitmap\OpenSans-Italic_0.png@6c48a background: #aaff85; color: #000; color: #000;
  761. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_fonts\builtin-bitmap\OpenSans-Italic_0.png@f9941 background: #aaff85; color: #000; color: #000;
  762. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_fonts\builtin-bitmap\OpenSans-Regular_0.png@6c48a background: #aaff85; color: #000; color: #000;
  763. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_fonts\builtin-freetype\OpenSans-Italic.ttf background: #aaff85; color: #000; color: #000;
  764. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_fonts\builtin-freetype\OpenSans-Regular.ttf background: #aaff85; color: #000; color: #000;
  765. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\2d\Camera.prefab background: #aaff85; color: #000; color: #000;
  766. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_fonts\builtin-bitmap\OpenSans-Regular_0.png@f9941 background: #aaff85; color: #000; color: #000;
  767. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\3d\Capsule.prefab background: #aaff85; color: #000; color: #000;
  768. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\3d\Cone.prefab background: #aaff85; color: #000; color: #000;
  769. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\3d\Cube.prefab background: #aaff85; color: #000; color: #000;
  770. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\3d\Cylinder.prefab background: #aaff85; color: #000; color: #000;
  771. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\3d\Plane.prefab background: #aaff85; color: #000; color: #000;
  772. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\3d\Quad.prefab background: #aaff85; color: #000; color: #000;
  773. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\3d\Sphere.prefab background: #aaff85; color: #000; color: #000;
  774. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\3d\Torus.prefab background: #aaff85; color: #000; color: #000;
  775. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\effects\Particle System.prefab background: #aaff85; color: #000; color: #000;
  776. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\light\Directional Light.prefab background: #aaff85; color: #000; color: #000;
  777. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\light\Light Probe Group.prefab background: #aaff85; color: #000; color: #000;
  778. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\light\Point Light.prefab background: #aaff85; color: #000; color: #000;
  779. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\light\Ranged Directional Light.prefab background: #aaff85; color: #000; color: #000;
  780. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\light\Reflection Probe.prefab background: #aaff85; color: #000; color: #000;
  781. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\light\Sphere Light.prefab background: #aaff85; color: #000; color: #000;
  782. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\light\Spot Light.prefab background: #aaff85; color: #000; color: #000;
  783. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\ui\Button.prefab background: #aaff85; color: #000; color: #000;
  784. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\ui\Canvas.prefab background: #aaff85; color: #000; color: #000;
  785. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\ui\EditBox.prefab background: #aaff85; color: #000; color: #000;
  786. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\ui\Graphics.prefab background: #aaff85; color: #000; color: #000;
  787. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\ui\Label.prefab background: #aaff85; color: #000; color: #000;
  788. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\ui\Layout.prefab background: #aaff85; color: #000; color: #000;
  789. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\ui\Mask.prefab background: #aaff85; color: #000; color: #000;
  790. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\ui\pageView.prefab background: #aaff85; color: #000; color: #000;
  791. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\ui\ParticleSystem2D.prefab background: #aaff85; color: #000; color: #000;
  792. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\ui\ProgressBar.prefab background: #aaff85; color: #000; color: #000;
  793. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\ui\RichText.prefab background: #aaff85; color: #000; color: #000;
  794. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\ui\ScrollView.prefab background: #aaff85; color: #000; color: #000;
  795. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\ui\Slider.prefab background: #aaff85; color: #000; color: #000;
  796. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\ui\Sprite.prefab background: #aaff85; color: #000; color: #000;
  797. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\ui\SpriteRenderer.prefab background: #aaff85; color: #000; color: #000;
  798. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\ui\SpriteSplash.prefab background: #aaff85; color: #000; color: #000;
  799. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\ui\TiledMap.prefab background: #aaff85; color: #000; color: #000;
  800. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\ui\Toggle.prefab background: #aaff85; color: #000; color: #000;
  801. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\ui\ToggleContainer.prefab background: #aaff85; color: #000; color: #000;
  802. 2025-1-16 17:13:45-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\ui\VideoPlayer.prefab background: #aaff85; color: #000; color: #000;
  803. 2025-1-16 17:13:46-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\ui\WebView.prefab background: #aaff85; color: #000; color: #000;
  804. 2025-1-16 17:13:46-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\ui\Widget.prefab background: #aaff85; color: #000; color: #000;
  805. 2025-1-16 17:13:46-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\dependencies\textures\preintegrated-skin.png background: #aaff85; color: #000; color: #000;
  806. 2025-1-16 17:13:46-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_prefab\2d\ui\Canvas.prefab background: #aaff85; color: #000; color: #000;
  807. 2025-1-16 17:13:46-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\dependencies\textures\lut\original-color-grading.png background: #aaff85; color: #000; color: #000;
  808. 2025-1-16 17:13:46-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\dependencies\textures\preintegrated-skin.png@6c48a background: #aaff85; color: #000; color: #000;
  809. 2025-1-16 17:13:46-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\dependencies\textures\lut\original-color-grading.png@6c48a background: #aaff85; color: #000; color: #000;
  810. 2025-1-16 17:13:46-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_fonts\builtin-bitmap\OpenSans-BoldItalic.fnt background: #aaff85; color: #000; color: #000;
  811. 2025-1-16 17:13:46-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_fonts\builtin-bitmap\OpenSans-Italic.fnt background: #aaff85; color: #000; color: #000;
  812. 2025-1-16 17:13:46-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_fonts\builtin-bitmap\OpenSans-Bold.fnt background: #aaff85; color: #000; color: #000;
  813. 2025-1-16 17:13:46-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_fonts\builtin-bitmap\OpenSans-Regular.fnt background: #aaff85; color: #000; color: #000;
  814. 2025-1-16 17:13:46-debug: %cImport%c: C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\editor\assets\default_ui\atom.plist background: #aaff85; color: #000; color: #000;
  815. 2025-1-16 17:13:46-debug: Start up the 'assets' database...
  816. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  817. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\成语方块\box3.fbx background: #aaff85; color: #000; color: #000;
  818. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\成语方块\box2.fbx background: #aaff85; color: #000; color: #000;
  819. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\成语方块\box1.fbx background: #aaff85; color: #000; color: #000;
  820. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\成语方块\box4.fbx background: #aaff85; color: #000; color: #000;
  821. 2025-1-16 17:13:46-debug: asset-db:worker-startup-database[internal] (35943ms)
  822. 2025-1-16 17:13:46-debug: Status file D:\CocosCreatorProject\Idioms\idiom\temp\asset-db\assets\fbx.FBX-glTF-conv\12070b60-bcd1-45e9-847f-c77e5b4c64b9\status.json: Error: ENOENT: no such file or directory, open 'D:\CocosCreatorProject\Idioms\idiom\temp\asset-db\assets\fbx.FBX-glTF-conv\12070b60-bcd1-45e9-847f-c77e5b4c64b9\status.json'
  823. 2025-1-16 17:13:46-debug: Status file D:\CocosCreatorProject\Idioms\idiom\temp\asset-db\assets\fbx.FBX-glTF-conv\7583a0fd-5dce-4109-9027-be836793fba6\status.json: Error: ENOENT: no such file or directory, open 'D:\CocosCreatorProject\Idioms\idiom\temp\asset-db\assets\fbx.FBX-glTF-conv\7583a0fd-5dce-4109-9027-be836793fba6\status.json'
  824. 2025-1-16 17:13:46-debug: Status file D:\CocosCreatorProject\Idioms\idiom\temp\asset-db\assets\fbx.FBX-glTF-conv\2bd98239-3e22-4a28-b0fe-fd74eaa8dbbb\status.json: Error: ENOENT: no such file or directory, open 'D:\CocosCreatorProject\Idioms\idiom\temp\asset-db\assets\fbx.FBX-glTF-conv\2bd98239-3e22-4a28-b0fe-fd74eaa8dbbb\status.json'
  825. 2025-1-16 17:13:46-debug: Status file D:\CocosCreatorProject\Idioms\idiom\temp\asset-db\assets\fbx.FBX-glTF-conv\4ab88309-2542-41d0-a8da-979dd9805556\status.json: Error: ENOENT: no such file or directory, open 'D:\CocosCreatorProject\Idioms\idiom\temp\asset-db\assets\fbx.FBX-glTF-conv\4ab88309-2542-41d0-a8da-979dd9805556\status.json'
  826. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\ch\ch-sdk\ch-sdk.umd.js background: #aaff85; color: #000; color: #000;
  827. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\ch\ch-sdk\提示说明.txt background: #aaff85; color: #000; color: #000;
  828. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\ui\UICanvas.prefab background: #aaff85; color: #000; color: #000;
  829. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_basic\ui_alert\UI_Alert.prefab background: #aaff85; color: #000; color: #000;
  830. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_basic\ui_notify\notify_info.prefab background: #aaff85; color: #000; color: #000;
  831. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_basic\ui_notify\UI_Notify.prefab background: #aaff85; color: #000; color: #000;
  832. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_basic\ui_waiting\UI_Waiting.prefab background: #aaff85; color: #000; color: #000;
  833. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_extra\font\阿里妈妈东方大楷_REGULAR.TTF background: #aaff85; color: #000; color: #000;
  834. 2025-1-16 17:13:46-debug: Frame rate: 24 [{asset(7583a0fd-5dce-4109-9027-be836793fba6)}]
  835. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_extra\table_json\idiom.json background: #aaff85; color: #000; color: #000;
  836. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\成语方块\box1.fbx@69938 background: #aaff85; color: #000; color: #000;
  837. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\成语方块\box1.fbx@53dde background: #aaff85; color: #000; color: #000;
  838. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_extra\table_json\level.json background: #aaff85; color: #000; color: #000;
  839. 2025-1-16 17:13:46-debug: Frame rate: 24 [{asset(12070b60-bcd1-45e9-847f-c77e5b4c64b9)}]
  840. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\game\cube1.prefab background: #aaff85; color: #000; color: #000;
  841. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\成语方块\box1.fbx@88b2e background: #aaff85; color: #000; color: #000;
  842. 2025-1-16 17:13:46-log: importer: Reuse previously edited material data. 7583a0fd-5dce-4109-9027-be836793fba6@88b2e
  843. 2025-1-16 17:13:46-debug: Frame rate: 24 [{asset(2bd98239-3e22-4a28-b0fe-fd74eaa8dbbb)}]
  844. 2025-1-16 17:13:46-debug: Frame rate: 24 [{asset(4ab88309-2542-41d0-a8da-979dd9805556)}]
  845. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\成语方块\box2.fbx@0a48a background: #aaff85; color: #000; color: #000;
  846. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\成语方块\box1.fbx@2b9af background: #aaff85; color: #000; color: #000;
  847. 2025-1-16 17:13:46-log: importer: Reuse previously edited material data. 7583a0fd-5dce-4109-9027-be836793fba6@2b9af
  848. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\成语方块\box4.fbx@c2d4f background: #aaff85; color: #000; color: #000;
  849. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\game\cube2.prefab background: #aaff85; color: #000; color: #000;
  850. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\成语方块\box3.fbx@2e7eb background: #aaff85; color: #000; color: #000;
  851. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\game\cube3.prefab background: #aaff85; color: #000; color: #000;
  852. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\成语方块\box2.fbx@88b2e background: #aaff85; color: #000; color: #000;
  853. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\成语方块\box2.fbx@2b9af background: #aaff85; color: #000; color: #000;
  854. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\成语方块\box4.fbx@88b2e background: #aaff85; color: #000; color: #000;
  855. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\game\game.scene background: #aaff85; color: #000; color: #000;
  856. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\成语方块\box3.fbx@88b2e background: #aaff85; color: #000; color: #000;
  857. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\hall\hall.scene background: #aaff85; color: #000; color: #000;
  858. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\成语方块\box2.fbx@75dc1 background: #aaff85; color: #000; color: #000;
  859. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\成语方块\box4.fbx@2b9af background: #aaff85; color: #000; color: #000;
  860. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\成语方块\box3.fbx@2b9af background: #aaff85; color: #000; color: #000;
  861. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\成语方块\box4.fbx@33a7c background: #aaff85; color: #000; color: #000;
  862. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\materials\3dui.mtl background: #aaff85; color: #000; color: #000;
  863. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\materials\Circle.003.glb background: #aaff85; color: #000; color: #000;
  864. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\成语方块\box3.fbx@285a7 background: #aaff85; color: #000; color: #000;
  865. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\2.点击《成语消了消》@2x.png background: #aaff85; color: #000; color: #000;
  866. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\x2@2x.png background: #aaff85; color: #000; color: #000;
  867. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\materials\Circle.003.glb@bcca5 background: #aaff85; color: #000; color: #000;
  868. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\x按钮@2x.png background: #aaff85; color: #000; color: #000;
  869. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\侧边栏.png background: #aaff85; color: #000; color: #000;
  870. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\materials\Circle.003.glb@ea6e2 background: #aaff85; color: #000; color: #000;
  871. 2025-1-16 17:13:46-log: importer: Reuse previously edited material data. 1938524c-76dc-428f-9205-03dd62d52eb7@ea6e2
  872. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\2.点击《成语消了消》@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  873. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\x2@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  874. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\materials\Circle.003.glb@453f2 background: #aaff85; color: #000; color: #000;
  875. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\2.点击《成语消了消》@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  876. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\x按钮@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  877. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\x2@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  878. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\切图@2x.png background: #aaff85; color: #000; color: #000;
  879. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\x按钮@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  880. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\侧边栏.png@6c48a background: #aaff85; color: #000; color: #000;
  881. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\图层2@2x.png background: #aaff85; color: #000; color: #000;
  882. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\封面图标.png background: #aaff85; color: #000; color: #000;
  883. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\侧边栏.png@f9941 background: #aaff85; color: #000; color: #000;
  884. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\洗牌@2x.png background: #aaff85; color: #000; color: #000;
  885. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\切图@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  886. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\切图@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  887. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\图层2@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  888. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\封面图标.png@6c48a background: #aaff85; color: #000; color: #000;
  889. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\图层2@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  890. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\封面图标.png@f9941 background: #aaff85; color: #000; color: #000;
  891. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\洗牌@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  892. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\洗牌@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  893. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\洗牌拷贝2@2x.png background: #aaff85; color: #000; color: #000;
  894. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\组10@2x.png background: #aaff85; color: #000; color: #000;
  895. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\组9@2x.png background: #aaff85; color: #000; color: #000;
  896. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\进入侧边栏@2x.png background: #aaff85; color: #000; color: #000;
  897. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\加载页\Loading.pac background: #aaff85; color: #000; color: #000;
  898. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\加载页\大背景@2x.png background: #aaff85; color: #000; color: #000;
  899. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\洗牌拷贝2@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  900. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\组10@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  901. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\组9@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  902. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\进入侧边栏@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  903. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\洗牌拷贝2@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  904. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\组10@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  905. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\组9@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  906. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\侧边栏\进入侧边栏@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  907. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\加载页\矩形1@2x.png background: #aaff85; color: #000; color: #000;
  908. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\加载页\矩形1拷贝@2x.png background: #aaff85; color: #000; color: #000;
  909. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\加载页\大背景@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  910. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\加载页\组19@2x.png background: #aaff85; color: #000; color: #000;
  911. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\100@2x.png background: #aaff85; color: #000; color: #000;
  912. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\加载页\大背景@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  913. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\加载页\矩形1@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  914. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\加载页\矩形1拷贝@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  915. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\加载页\组19@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  916. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\100@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  917. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\加载页\矩形1@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  918. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\加载页\矩形1拷贝@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  919. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\加载页\组19@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  920. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\100@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  921. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\200@2x.png background: #aaff85; color: #000; color: #000;
  922. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\300@2x.png background: #aaff85; color: #000; color: #000;
  923. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\96bc665b03b6475706153389ebd263b93c96010ece6-xqd2Y1@2x.png background: #aaff85; color: #000; color: #000;
  924. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\Store.pac background: #aaff85; color: #000; color: #000;
  925. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\x按钮@2x@2x.png background: #aaff85; color: #000; color: #000;
  926. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\免费@2x.png background: #aaff85; color: #000; color: #000;
  927. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\200@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  928. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\300@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  929. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\200@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  930. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\300@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  931. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\96bc665b03b6475706153389ebd263b93c96010ece6-xqd2Y1@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  932. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\x按钮@2x@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  933. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\免费@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  934. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\96bc665b03b6475706153389ebd263b93c96010ece6-xqd2Y1@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  935. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\x按钮@2x@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  936. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\加时间.png background: #aaff85; color: #000; color: #000;
  937. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\图层3@2x.png background: #aaff85; color: #000; color: #000;
  938. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\免费@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  939. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\图层3拷贝@2x.png background: #aaff85; color: #000; color: #000;
  940. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\标题.png background: #aaff85; color: #000; color: #000;
  941. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\标题2.png background: #aaff85; color: #000; color: #000;
  942. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\加时间.png@6c48a background: #aaff85; color: #000; color: #000;
  943. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\图层3@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  944. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\加时间.png@f9941 background: #aaff85; color: #000; color: #000;
  945. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\图层3@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  946. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\标题2.png@6c48a background: #aaff85; color: #000; color: #000;
  947. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\图层3拷贝@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  948. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\标题.png@6c48a background: #aaff85; color: #000; color: #000;
  949. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\图层3拷贝@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  950. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\标题2.png@f9941 background: #aaff85; color: #000; color: #000;
  951. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\标题.png@f9941 background: #aaff85; color: #000; color: #000;
  952. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\洗牌.png background: #aaff85; color: #000; color: #000;
  953. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\消除.png background: #aaff85; color: #000; color: #000;
  954. 2025-1-16 17:13:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\清空.png background: #aaff85; color: #000; color: #000;
  955. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\直线1@2x.png background: #aaff85; color: #000; color: #000;
  956. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\矩形6@2x.png background: #aaff85; color: #000; color: #000;
  957. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\洗牌.png@6c48a background: #aaff85; color: #000; color: #000;
  958. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\消除.png@6c48a background: #aaff85; color: #000; color: #000;
  959. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\洗牌.png@f9941 background: #aaff85; color: #000; color: #000;
  960. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\直线1@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  961. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\消除.png@f9941 background: #aaff85; color: #000; color: #000;
  962. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\清空.png@6c48a background: #aaff85; color: #000; color: #000;
  963. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\矩形6@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  964. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\清空.png@f9941 background: #aaff85; color: #000; color: #000;
  965. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\矩形6@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  966. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\背景@2x.png background: #aaff85; color: #000; color: #000;
  967. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\直线1@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  968. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\金币.png background: #aaff85; color: #000; color: #000;
  969. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\封面\Hall.pac background: #aaff85; color: #000; color: #000;
  970. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\封面\商店@2x.png background: #aaff85; color: #000; color: #000;
  971. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\封面\大背景@2x.png background: #aaff85; color: #000; color: #000;
  972. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\封面\开始@2x.png background: #aaff85; color: #000; color: #000;
  973. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\背景@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  974. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\金币.png@6c48a background: #aaff85; color: #000; color: #000;
  975. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\封面\商店@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  976. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\背景@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  977. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\金币.png@f9941 background: #aaff85; color: #000; color: #000;
  978. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\封面\商店@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  979. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\封面\大背景@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  980. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\封面\开始@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  981. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\封面\开始@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  982. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\封面\大背景@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  983. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\封面\排行榜@2x.png background: #aaff85; color: #000; color: #000;
  984. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\封面\每日任务.png background: #aaff85; color: #000; color: #000;
  985. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\封面\签到@2x.png background: #aaff85; color: #000; color: #000;
  986. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\封面\设置@2x.png background: #aaff85; color: #000; color: #000;
  987. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\封面\排行榜@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  988. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\封面\签到@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  989. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\封面\每日任务.png@6c48a background: #aaff85; color: #000; color: #000;
  990. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\封面\排行榜@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  991. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\封面\设置@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  992. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\封面\每日任务.png@f9941 background: #aaff85; color: #000; color: #000;
  993. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\封面\签到@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  994. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\封面\邀请好友@2x.png background: #aaff85; color: #000; color: #000;
  995. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\封面\设置@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  996. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\500x1089(缩小了).png background: #aaff85; color: #000; color: #000;
  997. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\750x1634.png background: #aaff85; color: #000; color: #000;
  998. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\xiaochu.png background: #aaff85; color: #000; color: #000;
  999. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\存放@2x.png background: #aaff85; color: #000; color: #000;
  1000. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\封面\邀请好友@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1001. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\500x1089(缩小了).png@6c48a background: #aaff85; color: #000; color: #000;
  1002. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\封面\邀请好友@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1003. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\500x1089(缩小了).png@f9941 background: #aaff85; color: #000; color: #000;
  1004. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\xiaochu.png@6c48a background: #aaff85; color: #000; color: #000;
  1005. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\存放@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1006. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\750x1634.png@6c48a background: #aaff85; color: #000; color: #000;
  1007. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\xiaochu.png@f9941 background: #aaff85; color: #000; color: #000;
  1008. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\暂停@2x.png background: #aaff85; color: #000; color: #000;
  1009. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\存放@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1010. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\750x1634.png@f9941 background: #aaff85; color: #000; color: #000;
  1011. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\椭圆5@2x.png background: #aaff85; color: #000; color: #000;
  1012. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\矩形2@2x.png background: #aaff85; color: #000; color: #000;
  1013. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\矩形3@2x.png background: #aaff85; color: #000; color: #000;
  1014. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\暂停@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1015. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\椭圆5@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1016. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\暂停@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1017. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\椭圆5@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1018. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\矩形2@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1019. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\矩形3@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1020. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\矩形2@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1021. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\矩形3@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1022. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\第二关@2x.png background: #aaff85; color: #000; color: #000;
  1023. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\组14拷贝@2x.png background: #aaff85; color: #000; color: #000;
  1024. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\组29@2x.png background: #aaff85; color: #000; color: #000;
  1025. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\说明@2x.png background: #aaff85; color: #000; color: #000;
  1026. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\组32@2x.png background: #aaff85; color: #000; color: #000;
  1027. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\第二关@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1028. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\组14拷贝@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1029. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\第二关@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1030. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\组29@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1031. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\组14拷贝@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1032. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\组32@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1033. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\说明@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1034. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\组29@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1035. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\组32@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1036. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\成语\说明@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1037. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\3a16865ee88a7c702c827419b2f058773017c8f183aab-WLEpFj.png background: #aaff85; color: #000; color: #000;
  1038. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\x按钮@2x@2x.png background: #aaff85; color: #000; color: #000;
  1039. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\信息@2x.png background: #aaff85; color: #000; color: #000;
  1040. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次@2x.png background: #aaff85; color: #000; color: #000;
  1041. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\关卡@2x.png background: #aaff85; color: #000; color: #000;
  1042. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\3a16865ee88a7c702c827419b2f058773017c8f183aab-WLEpFj.png@6c48a background: #aaff85; color: #000; color: #000;
  1043. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\x按钮@2x@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1044. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\关卡@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1045. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\信息@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1046. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1047. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\3a16865ee88a7c702c827419b2f058773017c8f183aab-WLEpFj.png@f9941 background: #aaff85; color: #000; color: #000;
  1048. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\x按钮@2x@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1049. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\关卡@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1050. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\信息@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1051. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1052. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\大背景拷贝@2x.png background: #aaff85; color: #000; color: #000;
  1053. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\标题@2x.png background: #aaff85; color: #000; color: #000;
  1054. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\直线1@2x.png background: #aaff85; color: #000; color: #000;
  1055. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\37f97d167cd50a13d26ceafe87258d78e4128f973975-O6dq1m@2x.png background: #aaff85; color: #000; color: #000;
  1056. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\x100@2x.png background: #aaff85; color: #000; color: #000;
  1057. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\标题@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1058. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\37f97d167cd50a13d26ceafe87258d78e4128f973975-O6dq1m@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1059. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\大背景拷贝@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1060. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\直线1@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1061. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\大背景拷贝@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1062. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\37f97d167cd50a13d26ceafe87258d78e4128f973975-O6dq1m@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1063. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\标题@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1064. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\直线1@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1065. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\x100@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1066. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\x1@2x.png background: #aaff85; color: #000; color: #000;
  1067. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\x按钮@2x@2x.png background: #aaff85; color: #000; color: #000;
  1068. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\可领取@2x.png background: #aaff85; color: #000; color: #000;
  1069. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\x100@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1070. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\图层27拷贝2@2x拷贝2@2x.png background: #aaff85; color: #000; color: #000;
  1071. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\图层3@2x.png background: #aaff85; color: #000; color: #000;
  1072. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\x1@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1073. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\x按钮@2x@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1074. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\可领取@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1075. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\图层27拷贝2@2x拷贝2@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1076. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\x1@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1077. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\x按钮@2x@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1078. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\可领取@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1079. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\图层3@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1080. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\图层27拷贝2@2x拷贝2@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1081. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\图层3@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1082. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\每日任务@2x.png background: #aaff85; color: #000; color: #000;
  1083. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\洗牌拷贝2@2x.png background: #aaff85; color: #000; color: #000;
  1084. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\灰@2x.png background: #aaff85; color: #000; color: #000;
  1085. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\直线1@2x.png background: #aaff85; color: #000; color: #000;
  1086. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\矩形1@2x.png background: #aaff85; color: #000; color: #000;
  1087. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\每日任务@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1088. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\洗牌拷贝2@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1089. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\灰@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1090. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\每日任务@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1091. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\直线1@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1092. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\洗牌拷贝2@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1093. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\矩形1@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1094. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\灰@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1095. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\直线1@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1096. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\矩形1@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1097. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\矩形1拷贝@2x.png background: #aaff85; color: #000; color: #000;
  1098. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\组13@2x.png background: #aaff85; color: #000; color: #000;
  1099. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\组18@2x.png background: #aaff85; color: #000; color: #000;
  1100. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\组30拷贝3@2x.png background: #aaff85; color: #000; color: #000;
  1101. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\背景@2x.png background: #aaff85; color: #000; color: #000;
  1102. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\矩形1拷贝@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1103. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\组13@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1104. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\组18@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1105. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\矩形1拷贝@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1106. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\组13@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1107. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\组30拷贝3@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1108. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\组18@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1109. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\背景@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1110. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\组30拷贝3@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1111. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\背景@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1112. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\领取@2x.png background: #aaff85; color: #000; color: #000;
  1113. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\领取灰色@2x.png background: #aaff85; color: #000; color: #000;
  1114. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\游戏说明\beij1@2x.png background: #aaff85; color: #000; color: #000;
  1115. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\游戏说明\x按钮拷贝@2x.png background: #aaff85; color: #000; color: #000;
  1116. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\领取灰色@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1117. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\游戏说明\beij1@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1118. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\领取@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1119. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\游戏说明\注意只有俩俩组合的牌才可消除@2x.png background: #aaff85; color: #000; color: #000;
  1120. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\领取灰色@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1121. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\游戏说明\x按钮拷贝@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1122. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\游戏说明\beij1@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1123. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\每日任务\领取@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1124. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\游戏说明\x按钮拷贝@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1125. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\游戏说明\消除规则@2x.png background: #aaff85; color: #000; color: #000;
  1126. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\游戏说明\游戏规则.png background: #aaff85; color: #000; color: #000;
  1127. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\游戏说明\注意只有俩俩组合的牌才可消除@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1128. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\游戏说明\直线2@2x.png background: #aaff85; color: #000; color: #000;
  1129. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\游戏说明\注意只有俩俩组合的牌才可消除@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1130. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\Sign.pac background: #aaff85; color: #000; color: #000;
  1131. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\游戏说明\消除规则@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1132. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\加号.png background: #aaff85; color: #000; color: #000;
  1133. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\图层27拷贝2@2x拷贝2@2x.png background: #aaff85; color: #000; color: #000;
  1134. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\游戏说明\游戏规则.png@6c48a background: #aaff85; color: #000; color: #000;
  1135. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\游戏说明\消除规则@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1136. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\游戏说明\直线2@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1137. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\游戏说明\游戏规则.png@f9941 background: #aaff85; color: #000; color: #000;
  1138. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\游戏说明\直线2@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1139. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\加号.png@6c48a background: #aaff85; color: #000; color: #000;
  1140. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\图层27拷贝2@2x拷贝2@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1141. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\大背景@2x.png background: #aaff85; color: #000; color: #000;
  1142. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\已签到1.png background: #aaff85; color: #000; color: #000;
  1143. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\加号.png@f9941 background: #aaff85; color: #000; color: #000;
  1144. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\已签到2.png background: #aaff85; color: #000; color: #000;
  1145. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\图层27拷贝2@2x拷贝2@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1146. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\底图@2x.png background: #aaff85; color: #000; color: #000;
  1147. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\洗牌拷贝3@2x.png background: #aaff85; color: #000; color: #000;
  1148. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\大背景@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1149. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\已签到1.png@6c48a background: #aaff85; color: #000; color: #000;
  1150. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\已签到2.png@6c48a background: #aaff85; color: #000; color: #000;
  1151. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\大背景@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1152. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\已签到1.png@f9941 background: #aaff85; color: #000; color: #000;
  1153. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\已签到2.png@f9941 background: #aaff85; color: #000; color: #000;
  1154. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\底图@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1155. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\底图@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1156. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\洗牌拷贝3@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1157. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\第一天@2x.png background: #aaff85; color: #000; color: #000;
  1158. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\第七天.png background: #aaff85; color: #000; color: #000;
  1159. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\第七天@2x.png background: #aaff85; color: #000; color: #000;
  1160. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\洗牌拷贝3@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1161. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\第三天@2x.png background: #aaff85; color: #000; color: #000;
  1162. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\第二天@2x.png background: #aaff85; color: #000; color: #000;
  1163. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\第一天@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1164. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\第七天.png@6c48a background: #aaff85; color: #000; color: #000;
  1165. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\第七天@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1166. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\第三天@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1167. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\第一天@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1168. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\第七天.png@f9941 background: #aaff85; color: #000; color: #000;
  1169. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\第七天@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1170. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\第三天@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1171. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\第二天@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1172. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\第二天@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1173. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\第五天@2x.png background: #aaff85; color: #000; color: #000;
  1174. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\第六天@2x.png background: #aaff85; color: #000; color: #000;
  1175. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\第四天@2x.png background: #aaff85; color: #000; color: #000;
  1176. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\签到 第七天.png background: #aaff85; color: #000; color: #000;
  1177. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\组30拷贝3@2x.png background: #aaff85; color: #000; color: #000;
  1178. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\第五天@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1179. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\第六天@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1180. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\签到 第七天.png@6c48a background: #aaff85; color: #000; color: #000;
  1181. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\第四天@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1182. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\第五天@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1183. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\第六天@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1184. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\第四天@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1185. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\签到 第七天.png@f9941 background: #aaff85; color: #000; color: #000;
  1186. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\组30拷贝3@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1187. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\Result.pac background: #aaff85; color: #000; color: #000;
  1188. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\组30拷贝3@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1189. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\beij1@2x.png background: #aaff85; color: #000; color: #000;
  1190. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\Settings.pac background: #aaff85; color: #000; color: #000;
  1191. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\x按钮@2x.png background: #aaff85; color: #000; color: #000;
  1192. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\图层7@2x.png background: #aaff85; color: #000; color: #000;
  1193. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\多边形2@2x.png background: #aaff85; color: #000; color: #000;
  1194. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\组10@2x.png background: #aaff85; color: #000; color: #000;
  1195. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\beij1@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1196. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\x按钮@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1197. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\beij1@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1198. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\图层7@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1199. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\多边形2@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1200. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\组10@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1201. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\x按钮@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1202. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\图层7@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1203. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\多边形2@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1204. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\组10@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1205. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\组3@2x.png background: #aaff85; color: #000; color: #000;
  1206. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\组9@2x.png background: #aaff85; color: #000; color: #000;
  1207. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\认输@2x.png background: #aaff85; color: #000; color: #000;
  1208. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\设置@2x.png background: #aaff85; color: #000; color: #000;
  1209. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\音乐@2x.png background: #aaff85; color: #000; color: #000;
  1210. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\组3@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1211. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\组9@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1212. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\认输@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1213. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\音乐@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1214. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\组3@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1215. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\设置@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1216. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\组9@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1217. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\认输@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1218. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\音乐@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1219. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\设置@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1220. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\音效@2x.png background: #aaff85; color: #000; color: #000;
  1221. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\1@2x.png background: #aaff85; color: #000; color: #000;
  1222. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\2@2x.png background: #aaff85; color: #000; color: #000;
  1223. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\3@2x.png background: #aaff85; color: #000; color: #000;
  1224. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\4@2x.png background: #aaff85; color: #000; color: #000;
  1225. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\音效@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1226. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\2@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1227. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\1@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1228. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\设置\音效@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1229. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\4@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1230. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\3@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1231. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\1@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1232. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\2@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1233. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\4@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1234. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\3@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1235. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\5@2x.png background: #aaff85; color: #000; color: #000;
  1236. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\Invite.pac background: #aaff85; color: #000; color: #000;
  1237. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\x按钮@2x@2x.png background: #aaff85; color: #000; color: #000;
  1238. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\个人可获得奖励@2x.png background: #aaff85; color: #000; color: #000;
  1239. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\二阶奖励@2x.png background: #aaff85; color: #000; color: #000;
  1240. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\再邀请@2x.png background: #aaff85; color: #000; color: #000;
  1241. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\5@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1242. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\5@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1243. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\x按钮@2x@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1244. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\个人可获得奖励@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1245. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\二阶奖励@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1246. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\再邀请@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1247. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\x按钮@2x@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1248. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\个人可获得奖励@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1249. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\二阶奖励@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1250. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\再邀请个人可获得奖励@2x.png background: #aaff85; color: #000; color: #000;
  1251. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\再邀请@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1252. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\刷新@2x.png background: #aaff85; color: #000; color: #000;
  1253. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\图层2拷贝2@2x.png background: #aaff85; color: #000; color: #000;
  1254. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\图层3拷贝3@2x.png background: #aaff85; color: #000; color: #000;
  1255. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\图层878@2x.png background: #aaff85; color: #000; color: #000;
  1256. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\再邀请个人可获得奖励@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1257. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\再邀请个人可获得奖励@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1258. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\图层2拷贝2@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1259. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\图层3拷贝3@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1260. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\刷新@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1261. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\图层878@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1262. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\图层2拷贝2@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1263. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\图层3拷贝3@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1264. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\刷新@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1265. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\大背景拷贝@2x.png background: #aaff85; color: #000; color: #000;
  1266. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\图层878@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1267. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\矩形7@2x.png background: #aaff85; color: #000; color: #000;
  1268. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\进度条@2x.png background: #aaff85; color: #000; color: #000;
  1269. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\矩形8@2x.png background: #aaff85; color: #000; color: #000;
  1270. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\邀请好友@2x.png background: #aaff85; color: #000; color: #000;
  1271. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\大背景拷贝@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1272. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\大背景拷贝@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1273. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\矩形7@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1274. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\进度条@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1275. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\矩形8@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1276. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\矩形7@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1277. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\进度条@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1278. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\矩形8@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1279. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\邀请好友@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1280. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\领取奖励@2x.png background: #aaff85; color: #000; color: #000;
  1281. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\邀请好友@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1282. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\(随机道具X3)@2x.png background: #aaff85; color: #000; color: #000;
  1283. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\ch\net\modules\msgpack.min.js background: #aaff85; color: #000; color: #000;
  1284. 2025-1-16 17:13:47-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Fail\Fail.prefab background: #aaff85; color: #000; color: #000;
  1285. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_GameRules\GameRules.prefab background: #aaff85; color: #000; color: #000;
  1286. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Hall\Hall.prefab background: #aaff85; color: #000; color: #000;
  1287. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms\idiom.prefab background: #aaff85; color: #000; color: #000;
  1288. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms\ScrollView.prefab background: #aaff85; color: #000; color: #000;
  1289. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\领取奖励@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1290. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\(随机道具X3)@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1291. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Invite\Invite.prefab background: #aaff85; color: #000; color: #000;
  1292. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\领取奖励@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1293. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\(随机道具X3)@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1294. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Main\Main.prefab background: #aaff85; color: #000; color: #000;
  1295. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Rank\Rank.prefab background: #aaff85; color: #000; color: #000;
  1296. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Rank\UI_Rank_Item.prefab background: #aaff85; color: #000; color: #000;
  1297. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Settings\Settings.prefab background: #aaff85; color: #000; color: #000;
  1298. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_SideBar\SideBar.prefab background: #aaff85; color: #000; color: #000;
  1299. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Sign\Sign.prefab background: #aaff85; color: #000; color: #000;
  1300. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Store\Store.prefab background: #aaff85; color: #000; color: #000;
  1301. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Task\Task.prefab background: #aaff85; color: #000; color: #000;
  1302. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Win\Win.prefab background: #aaff85; color: #000; color: #000;
  1303. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\加载页\新建文件夹\beijing_07@2x.jpg background: #aaff85; color: #000; color: #000;
  1304. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\加载页\新建文件夹\标题@2x.png background: #aaff85; color: #000; color: #000;
  1305. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\37f97d167cd50a13d26ceafe87258d78e4128f973975-O6dq1m@2x.png background: #aaff85; color: #000; color: #000;
  1306. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\加时@2x.png background: #aaff85; color: #000; color: #000;
  1307. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\图层27拷贝2@2x拷贝2@2x.png background: #aaff85; color: #000; color: #000;
  1308. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\加载页\新建文件夹\标题@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1309. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\加载页\新建文件夹\beijing_07@2x.jpg@6c48a background: #aaff85; color: #000; color: #000;
  1310. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\37f97d167cd50a13d26ceafe87258d78e4128f973975-O6dq1m@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1311. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\加载页\新建文件夹\标题@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1312. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\加时@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1313. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\加载页\新建文件夹\beijing_07@2x.jpg@f9941 background: #aaff85; color: #000; color: #000;
  1314. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\37f97d167cd50a13d26ceafe87258d78e4128f973975-O6dq1m@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1315. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\图层27拷贝2@2x拷贝2@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1316. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\加时@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1317. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\洗牌@2x.png background: #aaff85; color: #000; color: #000;
  1318. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\图层27拷贝2@2x拷贝2@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1319. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\洗牌拷贝2@2x.png background: #aaff85; color: #000; color: #000;
  1320. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\消除@2x.png background: #aaff85; color: #000; color: #000;
  1321. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\清空@2x.png background: #aaff85; color: #000; color: #000;
  1322. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\组13@2x.png background: #aaff85; color: #000; color: #000;
  1323. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\洗牌@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1324. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\洗牌拷贝2@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1325. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\洗牌@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1326. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\消除@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1327. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\洗牌拷贝2@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1328. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\清空@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1329. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\组13@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1330. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\消除@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1331. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\组30拷贝3@2x.png background: #aaff85; color: #000; color: #000;
  1332. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\清空@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1333. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\组13@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1334. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\金币@2x.png background: #aaff85; color: #000; color: #000;
  1335. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次\其他.png background: #aaff85; color: #000; color: #000;
  1336. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次\我的名次@2x.png background: #aaff85; color: #000; color: #000;
  1337. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次\椭圆1@2x.png background: #aaff85; color: #000; color: #000;
  1338. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\组30拷贝3@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1339. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\金币@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1340. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\组30拷贝3@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1341. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次\其他.png@6c48a background: #aaff85; color: #000; color: #000;
  1342. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\商城\道具\金币@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1343. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次\椭圆1@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1344. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次\我的名次@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1345. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次\其他.png@f9941 background: #aaff85; color: #000; color: #000;
  1346. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次\第一.png background: #aaff85; color: #000; color: #000;
  1347. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次\椭圆1@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1348. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次\我的名次@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1349. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次\第三.png background: #aaff85; color: #000; color: #000;
  1350. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次\第二@2x.png background: #aaff85; color: #000; color: #000;
  1351. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次\组5拷贝2@2x.png background: #aaff85; color: #000; color: #000;
  1352. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次\金@2x.png background: #aaff85; color: #000; color: #000;
  1353. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次\第一.png@6c48a background: #aaff85; color: #000; color: #000;
  1354. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次\第三.png@6c48a background: #aaff85; color: #000; color: #000;
  1355. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次\第一.png@f9941 background: #aaff85; color: #000; color: #000;
  1356. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次\第三.png@f9941 background: #aaff85; color: #000; color: #000;
  1357. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次\第二@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1358. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次\组5拷贝2@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1359. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次\第二@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1360. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次\银@2x.png background: #aaff85; color: #000; color: #000;
  1361. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像\图层1@2x.png background: #aaff85; color: #000; color: #000;
  1362. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次\金@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1363. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次\组5拷贝2@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1364. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像\图层2@2x.png background: #aaff85; color: #000; color: #000;
  1365. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次\金@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1366. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像\图层3@2x.png background: #aaff85; color: #000; color: #000;
  1367. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次\银@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1368. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像\图层1@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1369. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像\图层4@2x.png background: #aaff85; color: #000; color: #000;
  1370. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\名次\银@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1371. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像\图层2@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1372. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像\图层1@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1373. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像\图层2@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1374. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像\图层3@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1375. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像\图层5@2x.png background: #aaff85; color: #000; color: #000;
  1376. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像\图层3@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1377. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像\图层6@2x.png background: #aaff85; color: #000; color: #000;
  1378. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像\图层4@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1379. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像\图层7@2x.png background: #aaff85; color: #000; color: #000;
  1380. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像\图层4@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1381. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像\图层8@2x.png background: #aaff85; color: #000; color: #000;
  1382. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像\图层5@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1383. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像\图层9@2x.png background: #aaff85; color: #000; color: #000;
  1384. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像\图层6@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1385. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像\图层5@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1386. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像\图层7@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1387. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像\图层6@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1388. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像\图层7@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1389. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像\图层8@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1390. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\总榜-好友榜按钮\好友榜@2x.png background: #aaff85; color: #000; color: #000;
  1391. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像\图层8@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1392. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像\图层9@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1393. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\总榜-好友榜按钮\总榜@2x.png background: #aaff85; color: #000; color: #000;
  1394. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\总榜-好友榜按钮\矩形10拷贝@2x.png background: #aaff85; color: #000; color: #000;
  1395. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\头像\图层9@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1396. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\总榜-好友榜按钮\矩形642@2x.png background: #aaff85; color: #000; color: #000;
  1397. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\总榜-好友榜按钮\好友榜@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1398. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\按钮\免费领取@2x.png background: #aaff85; color: #000; color: #000;
  1399. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\总榜-好友榜按钮\总榜@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1400. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\总榜-好友榜按钮\矩形10拷贝@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1401. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\总榜-好友榜按钮\好友榜@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1402. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\总榜-好友榜按钮\总榜@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1403. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\总榜-好友榜按钮\矩形10拷贝@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1404. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\总榜-好友榜按钮\矩形642@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1405. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\按钮\图层3@2x.png background: #aaff85; color: #000; color: #000;
  1406. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\按钮\免费领取@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1407. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\按钮\图层3拷贝@2x.png background: #aaff85; color: #000; color: #000;
  1408. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\排行榜\总榜-好友榜按钮\矩形642@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1409. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\按钮\免费领取@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1410. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\按钮\打勾(2)@2x.png background: #aaff85; color: #000; color: #000;
  1411. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\按钮\椭圆642@2x.png background: #aaff85; color: #000; color: #000;
  1412. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\按钮\看视频翻倍领取@2x.png background: #aaff85; color: #000; color: #000;
  1413. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\按钮\图层3拷贝@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1414. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\按钮\图层3@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1415. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\按钮\图层3拷贝@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1416. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\按钮\图层3@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1417. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\按钮\打勾(2)@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1418. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\按钮\打勾(2)@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1419. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\按钮\返回@2x.png background: #aaff85; color: #000; color: #000;
  1420. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\按钮\椭圆642@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1421. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\96bc665b03b6475706153389ebd263b93c96010ece6-xqd2Y1@2x.png background: #aaff85; color: #000; color: #000;
  1422. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\按钮\看视频翻倍领取@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1423. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\按钮\椭圆642@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1424. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\图层1@2x.png background: #aaff85; color: #000; color: #000;
  1425. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\按钮\看视频翻倍领取@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1426. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\图层3@2x.png background: #aaff85; color: #000; color: #000;
  1427. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\按钮\返回@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1428. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\96bc665b03b6475706153389ebd263b93c96010ece6-xqd2Y1@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1429. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\签到\按钮\返回@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1430. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\图层3拷贝@2x.png background: #aaff85; color: #000; color: #000;
  1431. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\96bc665b03b6475706153389ebd263b93c96010ece6-xqd2Y1@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1432. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\图层1@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1433. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\复活@2x.png background: #aaff85; color: #000; color: #000;
  1434. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\图层1@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1435. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\图层3@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1436. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\游戏进度@2x.png background: #aaff85; color: #000; color: #000;
  1437. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\图层3@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1438. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\图层3拷贝@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1439. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\图层3拷贝@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1440. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\复活@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1441. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\游戏进度@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1442. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\矩形1@2x.png background: #aaff85; color: #000; color: #000;
  1443. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\矩形1拷贝@2x.png background: #aaff85; color: #000; color: #000;
  1444. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\复活@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1445. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\组34@2x.png background: #aaff85; color: #000; color: #000;
  1446. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\游戏进度@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1447. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\组5@2x.png background: #aaff85; color: #000; color: #000;
  1448. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\组7@2x.png background: #aaff85; color: #000; color: #000;
  1449. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\矩形1@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1450. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\矩形1拷贝@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1451. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\组34@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1452. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\矩形1@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1453. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\矩形1拷贝@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1454. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\组5@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1455. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\组34@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1456. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\组5@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1457. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\返回首页@2x.png background: #aaff85; color: #000; color: #000;
  1458. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\3倍领取@2x.png background: #aaff85; color: #000; color: #000;
  1459. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\组7@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1460. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\组7@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1461. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\96bc665b03b6475706153389ebd263b93c96010ece6-xqd2Y1@2x.png background: #aaff85; color: #000; color: #000;
  1462. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\下一关@2x.png background: #aaff85; color: #000; color: #000;
  1463. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\图层36拷贝2@2x.png background: #aaff85; color: #000; color: #000;
  1464. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\3倍领取@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1465. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\返回首页@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1466. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\3倍领取@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1467. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\96bc665b03b6475706153389ebd263b93c96010ece6-xqd2Y1@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1468. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\失败\返回首页@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1469. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\下一关@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1470. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\96bc665b03b6475706153389ebd263b93c96010ece6-xqd2Y1@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1471. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\下一关@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1472. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\图层36拷贝2@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1473. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\图层3@2x.png background: #aaff85; color: #000; color: #000;
  1474. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\图层3拷贝@2x.png background: #aaff85; color: #000; color: #000;
  1475. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\图层36拷贝2@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1476. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\恭喜过关@2x.png background: #aaff85; color: #000; color: #000;
  1477. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\矩形6@2x.png background: #aaff85; color: #000; color: #000;
  1478. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\组13拷贝2@2x.png background: #aaff85; color: #000; color: #000;
  1479. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\图层3@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1480. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\图层3拷贝@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1481. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\图层3@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1482. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\图层3拷贝@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1483. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\恭喜过关@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1484. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\矩形6@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1485. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\恭喜过关@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1486. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\矩形6@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1487. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\组33@2x.png background: #aaff85; color: #000; color: #000;
  1488. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\返回首页@2x.png background: #aaff85; color: #000; color: #000;
  1489. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\组13拷贝2@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1490. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\组13拷贝2@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1491. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\道具\图层27拷贝2@2x@2x.png background: #aaff85; color: #000; color: #000;
  1492. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\道具\洗牌卡@2x.png background: #aaff85; color: #000; color: #000;
  1493. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\道具\洗牌拷贝2@2x.png background: #aaff85; color: #000; color: #000;
  1494. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\返回首页@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1495. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\组33@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1496. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\组33@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1497. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\结算\成功\返回首页@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1498. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\道具\洗牌卡@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1499. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\道具\图层27拷贝2@2x@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1500. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\道具\洗牌拷贝2@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1501. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\道具\洗牌卡@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1502. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\道具\消除印章@2x.png background: #aaff85; color: #000; color: #000;
  1503. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\道具\图层27拷贝2@2x@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1504. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\道具\洗牌拷贝2@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1505. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\道具\清空@2x.png background: #aaff85; color: #000; color: #000;
  1506. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\道具\组30拷贝2@2x.png background: #aaff85; color: #000; color: #000;
  1507. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\道具\消除印章@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1508. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\道具\清空@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1509. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\道具\消除印章@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1510. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\道具\组30拷贝2@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  1511. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\道具\清空@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1512. 2025-1-16 17:13:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\邀请好友\道具\组30拷贝2@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  1513. 2025-1-16 17:13:48-debug: [Assets Memory track]: asset-db:worker-init: startup start:149.49MB, end 166.08MB, increase: 16.60MB
  1514. 2025-1-16 17:13:48-debug: lazy register asset handler *
  1515. 2025-1-16 17:13:48-debug: lazy register asset handler directory
  1516. 2025-1-16 17:13:48-debug: lazy register asset handler text
  1517. 2025-1-16 17:13:48-debug: lazy register asset handler spine-data
  1518. 2025-1-16 17:13:48-debug: lazy register asset handler dragonbones
  1519. 2025-1-16 17:13:48-debug: lazy register asset handler json
  1520. 2025-1-16 17:13:48-debug: lazy register asset handler javascript
  1521. 2025-1-16 17:13:48-debug: lazy register asset handler terrain
  1522. 2025-1-16 17:13:48-debug: lazy register asset handler dragonbones-atlas
  1523. 2025-1-16 17:13:48-debug: lazy register asset handler typescript
  1524. 2025-1-16 17:13:48-debug: lazy register asset handler sprite-frame
  1525. 2025-1-16 17:13:48-debug: lazy register asset handler prefab
  1526. 2025-1-16 17:13:48-debug: lazy register asset handler tiled-map
  1527. 2025-1-16 17:13:48-debug: lazy register asset handler buffer
  1528. 2025-1-16 17:13:48-debug: lazy register asset handler scene
  1529. 2025-1-16 17:13:48-debug: lazy register asset handler sign-image
  1530. 2025-1-16 17:13:48-debug: lazy register asset handler alpha-image
  1531. 2025-1-16 17:13:48-debug: lazy register asset handler texture
  1532. 2025-1-16 17:13:48-debug: lazy register asset handler texture-cube
  1533. 2025-1-16 17:13:48-debug: lazy register asset handler erp-texture-cube
  1534. 2025-1-16 17:13:48-debug: lazy register asset handler texture-cube-face
  1535. 2025-1-16 17:13:48-debug: lazy register asset handler rt-sprite-frame
  1536. 2025-1-16 17:13:48-debug: lazy register asset handler image
  1537. 2025-1-16 17:13:48-debug: lazy register asset handler render-texture
  1538. 2025-1-16 17:13:48-debug: lazy register asset handler gltf-animation
  1539. 2025-1-16 17:13:48-debug: lazy register asset handler gltf-mesh
  1540. 2025-1-16 17:13:48-debug: lazy register asset handler gltf
  1541. 2025-1-16 17:13:48-debug: lazy register asset handler gltf-skeleton
  1542. 2025-1-16 17:13:48-debug: lazy register asset handler gltf-material
  1543. 2025-1-16 17:13:48-debug: lazy register asset handler gltf-embeded-image
  1544. 2025-1-16 17:13:48-debug: lazy register asset handler gltf-scene
  1545. 2025-1-16 17:13:48-debug: lazy register asset handler material
  1546. 2025-1-16 17:13:48-debug: lazy register asset handler physics-material
  1547. 2025-1-16 17:13:48-debug: lazy register asset handler effect
  1548. 2025-1-16 17:13:48-debug: lazy register asset handler fbx
  1549. 2025-1-16 17:13:48-debug: lazy register asset handler effect-header
  1550. 2025-1-16 17:13:48-debug: lazy register asset handler animation-graph
  1551. 2025-1-16 17:13:48-debug: lazy register asset handler audio-clip
  1552. 2025-1-16 17:13:48-debug: lazy register asset handler animation-graph-variant
  1553. 2025-1-16 17:13:48-debug: lazy register asset handler animation-clip
  1554. 2025-1-16 17:13:48-debug: lazy register asset handler ttf-font
  1555. 2025-1-16 17:13:48-debug: lazy register asset handler bitmap-font
  1556. 2025-1-16 17:13:48-debug: lazy register asset handler animation-mask
  1557. 2025-1-16 17:13:48-debug: lazy register asset handler particle
  1558. 2025-1-16 17:13:48-debug: lazy register asset handler sprite-atlas
  1559. 2025-1-16 17:13:48-debug: lazy register asset handler auto-atlas
  1560. 2025-1-16 17:13:48-debug: lazy register asset handler label-atlas
  1561. 2025-1-16 17:13:48-debug: lazy register asset handler render-stage
  1562. 2025-1-16 17:13:48-debug: lazy register asset handler instantiation-material
  1563. 2025-1-16 17:13:48-debug: lazy register asset handler instantiation-mesh
  1564. 2025-1-16 17:13:48-debug: lazy register asset handler render-pipeline
  1565. 2025-1-16 17:13:48-debug: lazy register asset handler instantiation-skeleton
  1566. 2025-1-16 17:13:48-debug: lazy register asset handler video-clip
  1567. 2025-1-16 17:13:48-debug: lazy register asset handler instantiation-animation
  1568. 2025-1-16 17:13:48-debug: lazy register asset handler render-flow
  1569. 2025-1-16 17:13:48-debug: asset-db:worker-startup-database[assets] (18695ms)
  1570. 2025-1-16 17:13:48-debug: init worker message success
  1571. 2025-1-16 17:13:48-debug: asset-db:start-database (38384ms)
  1572. 2025-1-16 17:13:48-debug: asset-db:ready (54470ms)
  1573. 2025-1-16 17:13:48-debug: programming:execute-script (6ms)
  1574. 2025-1-16 17:13:49-debug: [Build Memory track]: builder:worker-init start:164.01MB, end 178.40MB, increase: 14.39MB
  1575. 2025-1-16 17:13:49-debug: builder:worker-init (698ms)
  1576. 2025-1-16 17:14:13-debug: refresh db internal success
  1577. 2025-1-16 17:14:13-debug: refresh db assets success
  1578. 2025-1-16 17:14:13-debug: Run asset db hook engine-extends:afterRefresh ...
  1579. 2025-1-16 17:14:13-debug: Run asset db hook engine-extends:afterRefresh success!
  1580. 2025-1-16 17:14:13-debug: asset-db:refresh-all-database (158ms)
  1581. 2025-1-16 17:14:13-debug: asset-db:worker-effect-data-processing (1ms)
  1582. 2025-1-16 17:14:13-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  1583. 2025-1-16 17:14:17-debug: Query all assets info in project
  1584. 2025-1-16 17:14:17-debug: init custom config: keepNodeUuid: false, useCache: true
  1585. 2025-1-16 17:14:17-debug: 查询 Asset Bundle start, progress: 0%
  1586. 2025-1-16 17:14:17-debug: // ---- build task 查询 Asset Bundle ----
  1587. 2025-1-16 17:14:17-debug: Number of all scenes: 3
  1588. 2025-1-16 17:14:17-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  1589. 2025-1-16 17:14:17-debug: Number of all scripts: 112
  1590. 2025-1-16 17:14:17-debug: Number of other assets: 986
  1591. 2025-1-16 17:14:17-debug: // ---- build task 查询 Asset Bundle ---- (12ms)
  1592. 2025-1-16 17:14:17-debug: run build task 查询 Asset Bundle success in 12 ms√, progress: 5%
  1593. 2025-1-16 17:14:17-debug: [Build Memory track]: 查询 Asset Bundle start:164.07MB, end 164.00MB, increase: -79.43KB
  1594. 2025-1-16 17:14:17-debug: // ---- build task 查询 Asset Bundle ----
  1595. 2025-1-16 17:14:17-debug: 查询 Asset Bundle start, progress: 5%
  1596. 2025-1-16 17:14:17-debug: // ---- build task 查询 Asset Bundle ---- (5ms)
  1597. 2025-1-16 17:14:17-debug: run build task 查询 Asset Bundle success in 5 ms√, progress: 10%
  1598. 2025-1-16 17:14:17-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  1599. 2025-1-16 17:14:17-debug: [Build Memory track]: 查询 Asset Bundle start:164.03MB, end 164.24MB, increase: 219.29KB
  1600. 2025-1-16 17:14:17-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  1601. 2025-1-16 17:14:17-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (1ms)
  1602. 2025-1-16 17:14:17-debug: run build task 整理部分构建选项内数据到 settings.json success in 1 ms√, progress: 12%
  1603. 2025-1-16 17:14:17-debug: // ---- build task 填充脚本数据到 settings.json ----
  1604. 2025-1-16 17:14:17-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:164.28MB, end 164.31MB, increase: 30.27KB
  1605. 2025-1-16 17:14:17-debug: 填充脚本数据到 settings.json start, progress: 12%
  1606. 2025-1-16 17:14:17-debug: // ---- build task 填充脚本数据到 settings.json ---- (2ms)
  1607. 2025-1-16 17:14:17-debug: run build task 填充脚本数据到 settings.json success in 2 ms√, progress: 13%
  1608. 2025-1-16 17:14:17-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  1609. 2025-1-16 17:14:17-debug: [Build Memory track]: 填充脚本数据到 settings.json start:164.34MB, end 164.37MB, increase: 31.34KB
  1610. 2025-1-16 17:14:17-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  1611. 2025-1-16 17:14:17-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (4ms)
  1612. 2025-1-16 17:14:17-debug: run build task 整理部分构建选项内数据到 settings.json success in 4 ms√, progress: 15%
  1613. 2025-1-16 17:14:17-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:164.41MB, end 164.54MB, increase: 138.34KB
  1614. 2025-1-16 17:14:21-debug: refresh db internal success
  1615. 2025-1-16 17:14:22-debug: refresh db assets success
  1616. 2025-1-16 17:14:22-debug: Run asset db hook engine-extends:afterRefresh ...
  1617. 2025-1-16 17:14:22-debug: Run asset db hook engine-extends:afterRefresh success!
  1618. 2025-1-16 17:14:22-debug: asset-db:refresh-all-database (285ms)
  1619. 2025-1-16 17:14:22-debug: asset-db:worker-effect-data-processing (1ms)
  1620. 2025-1-16 17:14:22-debug: asset-db-hook-engine-extends-afterRefresh (2ms)
  1621. 2025-1-16 17:14:24-debug: Query all assets info in project
  1622. 2025-1-16 17:14:24-debug: init custom config: keepNodeUuid: false, useCache: true
  1623. 2025-1-16 17:14:24-debug: 查询 Asset Bundle start, progress: 0%
  1624. 2025-1-16 17:14:24-debug: // ---- build task 查询 Asset Bundle ----
  1625. 2025-1-16 17:14:24-debug: Number of all scenes: 3
  1626. 2025-1-16 17:14:24-debug: Number of all scripts: 112
  1627. 2025-1-16 17:14:24-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  1628. 2025-1-16 17:14:24-debug: Number of other assets: 986
  1629. 2025-1-16 17:14:24-debug: // ---- build task 查询 Asset Bundle ---- (13ms)
  1630. 2025-1-16 17:14:24-debug: run build task 查询 Asset Bundle success in 13 ms√, progress: 5%
  1631. 2025-1-16 17:14:24-debug: // ---- build task 查询 Asset Bundle ----
  1632. 2025-1-16 17:14:24-debug: 查询 Asset Bundle start, progress: 5%
  1633. 2025-1-16 17:14:24-debug: [Build Memory track]: 查询 Asset Bundle start:166.40MB, end 166.25MB, increase: -153.71KB
  1634. 2025-1-16 17:14:24-debug: // ---- build task 查询 Asset Bundle ---- (7ms)
  1635. 2025-1-16 17:14:24-debug: run build task 查询 Asset Bundle success in 7 ms√, progress: 10%
  1636. 2025-1-16 17:14:24-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  1637. 2025-1-16 17:14:24-debug: [Build Memory track]: 查询 Asset Bundle start:166.29MB, end 166.50MB, increase: 217.28KB
  1638. 2025-1-16 17:14:24-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  1639. 2025-1-16 17:14:24-debug: run build task 整理部分构建选项内数据到 settings.json success in 1 ms√, progress: 12%
  1640. 2025-1-16 17:14:24-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:166.53MB, end 166.56MB, increase: 29.55KB
  1641. 2025-1-16 17:14:24-debug: 填充脚本数据到 settings.json start, progress: 12%
  1642. 2025-1-16 17:14:24-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (1ms)
  1643. 2025-1-16 17:14:24-debug: // ---- build task 填充脚本数据到 settings.json ----
  1644. 2025-1-16 17:14:24-debug: // ---- build task 填充脚本数据到 settings.json ---- (1ms)
  1645. 2025-1-16 17:14:24-debug: run build task 填充脚本数据到 settings.json success in 1 ms√, progress: 13%
  1646. 2025-1-16 17:14:24-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  1647. 2025-1-16 17:14:24-debug: [Build Memory track]: 填充脚本数据到 settings.json start:166.60MB, end 166.76MB, increase: 168.61KB
  1648. 2025-1-16 17:14:24-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  1649. 2025-1-16 17:14:24-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (5ms)
  1650. 2025-1-16 17:14:24-debug: run build task 整理部分构建选项内数据到 settings.json success in 5 ms√, progress: 15%
  1651. 2025-1-16 17:14:24-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:166.79MB, end 166.93MB, increase: 134.27KB
  1652. 2025-1-16 17:14:31-debug: refresh db internal success
  1653. 2025-1-16 17:14:31-debug: refresh db assets success
  1654. 2025-1-16 17:14:31-debug: Run asset db hook engine-extends:afterRefresh ...
  1655. 2025-1-16 17:14:31-debug: Run asset db hook engine-extends:afterRefresh success!
  1656. 2025-1-16 17:14:31-debug: asset-db:refresh-all-database (297ms)
  1657. 2025-1-16 17:14:31-debug: asset-db-hook-engine-extends-afterRefresh (2ms)
  1658. 2025-1-16 17:14:31-debug: asset-db:worker-effect-data-processing (1ms)
  1659. 2025-1-16 17:15:04-debug: refresh db internal success
  1660. 2025-1-16 17:15:04-debug: refresh db assets success
  1661. 2025-1-16 17:15:04-debug: Run asset db hook engine-extends:afterRefresh ...
  1662. 2025-1-16 17:15:04-debug: Run asset db hook engine-extends:afterRefresh success!
  1663. 2025-1-16 17:15:04-debug: asset-db:refresh-all-database (102ms)
  1664. 2025-1-16 17:15:04-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  1665. 2025-1-16 17:15:06-debug: refresh db internal success
  1666. 2025-1-16 17:15:06-debug: refresh db assets success
  1667. 2025-1-16 17:15:06-debug: Run asset db hook engine-extends:afterRefresh ...
  1668. 2025-1-16 17:15:06-debug: Run asset db hook engine-extends:afterRefresh success!
  1669. 2025-1-16 17:15:06-debug: asset-db:refresh-all-database (95ms)
  1670. 2025-1-16 17:15:06-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  1671. 2025-1-16 17:15:08-debug: refresh db internal success
  1672. 2025-1-16 17:15:08-debug: refresh db assets success
  1673. 2025-1-16 17:15:08-debug: Run asset db hook engine-extends:afterRefresh ...
  1674. 2025-1-16 17:15:08-debug: Run asset db hook engine-extends:afterRefresh success!
  1675. 2025-1-16 17:15:08-debug: asset-db:refresh-all-database (92ms)
  1676. 2025-1-16 17:15:08-debug: asset-db:worker-effect-data-processing (2ms)
  1677. 2025-1-16 17:15:08-debug: asset-db-hook-engine-extends-afterRefresh (2ms)
  1678. 2025-1-16 17:15:10-debug: refresh db internal success
  1679. 2025-1-16 17:15:10-debug: refresh db assets success
  1680. 2025-1-16 17:15:10-debug: Run asset db hook engine-extends:afterRefresh ...
  1681. 2025-1-16 17:15:10-debug: Run asset db hook engine-extends:afterRefresh success!
  1682. 2025-1-16 17:15:10-debug: asset-db:refresh-all-database (92ms)
  1683. 2025-1-16 17:15:10-debug: asset-db:worker-effect-data-processing (1ms)
  1684. 2025-1-16 17:15:10-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  1685. 2025-1-16 17:15:31-debug: refresh db internal success
  1686. 2025-1-16 17:15:31-debug: refresh db assets success
  1687. 2025-1-16 17:15:31-debug: Run asset db hook engine-extends:afterRefresh ...
  1688. 2025-1-16 17:15:31-debug: Run asset db hook engine-extends:afterRefresh success!
  1689. 2025-1-16 17:15:31-debug: asset-db:refresh-all-database (294ms)
  1690. 2025-1-16 17:15:31-debug: asset-db:worker-effect-data-processing (2ms)
  1691. 2025-1-16 17:15:31-debug: asset-db-hook-engine-extends-afterRefresh (3ms)
  1692. 2025-1-16 17:15:36-debug: Start record console... {file(D:\CocosCreatorProject\Idioms\idiom\temp\builder\log\wechatgame2025-1-16 17-15.log)}
  1693. 2025-1-16 17:15:36-debug: =================================== build Task (wechatgame-001) Start ================================
  1694. 2025-1-16 17:15:36-debug: Start build task, options: {"name":"看你多厉害","server":"","platform":"wechatgame","buildPath":"project://build","debug":false,"md5Cache":false,"skipCompressTexture":false,"sourceMaps":false,"overwriteProjectSettings":{"macroConfig":{"cleanupImageCache":"on"},"includeModules":{"physics":"inherit-project-setting","physics-2d":"inherit-project-setting","gfx-webgl2":"off"}},"nativeCodeBundleMode":"wasm","polyfills":{"asyncFunctions":false},"experimentalEraseModules":false,"startSceneAssetBundle":true,"bundleConfigs":[],"useBuiltinServer":false,"md5CacheOptions":{"excludes":[],"includes":[],"replaceOnly":[],"handleTemplateMd5Link":true},"mainBundleIsRemote":false,"mainBundleCompressionType":"subpackage","useSplashScreen":true,"bundleCommonChunk":false,"packAutoAtlas":true,"startScene":"155e7964-9abb-4942-be64-ececa65865a5","outputName":"wechatgame-001","taskName":"wechatgame-001","scenes":[{"url":"db://assets/start/start.scene","uuid":"155e7964-9abb-4942-be64-ececa65865a5"},{"url":"db://assets/module_game/game/game.scene","uuid":"2d0d9d79-af76-426f-8abd-3eeff0d4e1c3","bundle":"db://assets/module_game"},{"url":"db://assets/module_game/hall/hall.scene","uuid":"f9516261-6f5e-4b79-9676-880b100e9a8d","bundle":"db://assets/module_game"}],"wasmCompressionMode":"brotli","packages":{"cocos-service":{"configID":"678dc5","services":[]},"wechatgame":{"orientation":"portrait","appid":"wx7d17bc8ef8255490","buildOpenDataContextTemplate":"","separateEngine":false,"highPerformanceMode":false,"__version__":"1.0.4","wasmSubpackage":true}},"__version__":"1.3.8","logDest":"project://temp/builder/log/wechatgame2025-1-16 17-15.log"}
  1695. 2025-1-16 17:15:36-debug: Build with Cocos Creator 3.8.4
  1696. 2025-1-16 17:15:36-debug: cocos-service:(onBeforeBuild) start..., progress: 0%
  1697. 2025-1-16 17:15:36-debug: // ---- build task cocos-service:onBeforeBuild ----
  1698. 2025-1-16 17:15:36-debug: // ---- build task cocos-service:onBeforeBuild ---- (159ms)
  1699. 2025-1-16 17:15:36-debug: cocos-service:(onBeforeBuild) in 159 ms ✓, progress: 2%
  1700. 2025-1-16 17:15:36-debug: scene:(onBeforeBuild) start..., progress: 2%
  1701. 2025-1-16 17:15:36-debug: // ---- build task scene:onBeforeBuild ----
  1702. 2025-1-16 17:15:36-debug: // ---- build task scene:onBeforeBuild ---- (18ms)
  1703. 2025-1-16 17:15:36-debug: scene:(onBeforeBuild) in 18 ms ✓, progress: 4%
  1704. 2025-1-16 17:15:36-debug: Start lock asset db..., progress: 4%
  1705. 2025-1-16 17:15:36-log: Asset DB is paused with build!
  1706. 2025-1-16 17:15:36-debug: Query all assets info in project
  1707. 2025-1-16 17:15:36-debug: init custom config: keepNodeUuid: false, useCache: true
  1708. 2025-1-16 17:15:36-debug: wechatgame:(onAfterInit) start..., progress: 4%
  1709. 2025-1-16 17:15:36-debug: // ---- build task wechatgame:onAfterInit ----
  1710. 2025-1-16 17:15:36-debug: // ---- build task wechatgame:onAfterInit ---- (16ms)
  1711. 2025-1-16 17:15:36-debug: wechatgame:(onAfterInit) in 16 ms ✓, progress: 5%
  1712. 2025-1-16 17:15:36-debug: // ---- build task cocos-service:onAfterInit ----
  1713. 2025-1-16 17:15:36-debug: cocos-service:(onAfterInit) start..., progress: 5%
  1714. 2025-1-16 17:15:36-debug: // ---- build task cocos-service:onAfterInit ---- (68ms)
  1715. 2025-1-16 17:15:36-debug: cocos-service:(onAfterInit) in 68 ms ✓, progress: 7%
  1716. 2025-1-16 17:15:36-debug: engine:(onAfterInit) start..., progress: 7%
  1717. 2025-1-16 17:15:36-debug: // ---- build task engine:onAfterInit ----
  1718. 2025-1-16 17:15:36-debug: // ---- build task engine:onAfterInit ---- (16ms)
  1719. 2025-1-16 17:15:36-debug: wechatgame:(onBeforeBundleInit) start..., progress: 9%
  1720. 2025-1-16 17:15:36-debug: engine:(onAfterInit) in 16 ms ✓, progress: 9%
  1721. 2025-1-16 17:15:36-debug: // ---- build task wechatgame:onBeforeBundleInit ----
  1722. 2025-1-16 17:15:36-debug: // ---- build task wechatgame:onBeforeBundleInit ---- (25ms)
  1723. 2025-1-16 17:15:36-debug: // ---- build task adsense-h5g-plugin:onBeforeBundleInit ----
  1724. 2025-1-16 17:15:36-debug: [adsense-h5g-plugin] remove script success
  1725. 2025-1-16 17:15:36-debug: wechatgame:(onBeforeBundleInit) in 25 ms ✓, progress: 9%
  1726. 2025-1-16 17:15:36-debug: adsense-h5g-plugin:(onBeforeBundleInit) start..., progress: 9%
  1727. 2025-1-16 17:15:36-debug: // ---- build task adsense-h5g-plugin:onBeforeBundleInit ---- (17ms)
  1728. 2025-1-16 17:15:36-debug: adsense-h5g-plugin:(onBeforeBundleInit) in 17 ms ✓, progress: 9%
  1729. 2025-1-16 17:15:36-debug: Init all bundles start..., progress: 9%
  1730. 2025-1-16 17:15:36-debug: // ---- build task 查询 Asset Bundle ----
  1731. 2025-1-16 17:15:36-debug: 查询 Asset Bundle start, progress: 9%
  1732. 2025-1-16 17:15:36-debug: Init bundle root assets start..., progress: 9%
  1733. 2025-1-16 17:15:36-debug: Num of bundles: 6..., progress: 9%
  1734. 2025-1-16 17:15:36-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  1735. 2025-1-16 17:15:36-debug: Number of all scripts: 112
  1736. 2025-1-16 17:15:36-debug: Number of other assets: 986
  1737. 2025-1-16 17:15:36-debug: Init bundle root assets success..., progress: 9%
  1738. 2025-1-16 17:15:36-debug: Number of all scenes: 3
  1739. 2025-1-16 17:15:36-debug: reload all scripts.
  1740. 2025-1-16 17:15:36-debug: Set detail map pack:///resolution-detail-map.json: {}
  1741. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\93\93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\93\93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js is not in module cache!
  1742. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/base" loaded.
  1743. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-webgl2" loaded.
  1744. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-empty" loaded.
  1745. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-webgpu" loaded.
  1746. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/animation" loaded.
  1747. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/3d" loaded.
  1748. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-webgl" loaded.
  1749. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/skeletal-animation" loaded.
  1750. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/sorting" loaded.
  1751. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/ui" loaded.
  1752. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/particle" loaded.
  1753. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/particle-2d" loaded.
  1754. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/physics-2d-framework" loaded.
  1755. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/physics-2d-box2d-wasm" loaded.
  1756. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/2d" loaded.
  1757. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/intersection-2d" loaded.
  1758. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/physics-framework" loaded.
  1759. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/geometry-renderer" loaded.
  1760. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/profiler" loaded.
  1761. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/primitive" loaded.
  1762. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/xr" loaded.
  1763. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/video" loaded.
  1764. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/light-probe" loaded.
  1765. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/webview" loaded.
  1766. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/terrain" loaded.
  1767. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/tiled-map" loaded.
  1768. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/audio" loaded.
  1769. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/tween" loaded.
  1770. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/dragon-bones" loaded.
  1771. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/custom-pipeline" loaded.
  1772. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/custom-pipeline-post-process" loaded.
  1773. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/base" loaded.
  1774. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/legacy-pipeline" loaded.
  1775. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/spine" loaded.
  1776. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-webgl" loaded.
  1777. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-webgl2" loaded.
  1778. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-webgpu" loaded.
  1779. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/animation" loaded.
  1780. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/skeletal-animation" loaded.
  1781. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/3d" loaded.
  1782. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-empty" loaded.
  1783. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/ui" loaded.
  1784. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/sorting" loaded.
  1785. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/particle" loaded.
  1786. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/particle-2d" loaded.
  1787. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/physics-framework" loaded.
  1788. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/physics-2d-framework" loaded.
  1789. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/physics-2d-box2d-wasm" loaded.
  1790. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/primitive" loaded.
  1791. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/2d" loaded.
  1792. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/profiler" loaded.
  1793. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/audio" loaded.
  1794. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/intersection-2d" loaded.
  1795. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/geometry-renderer" loaded.
  1796. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/xr" loaded.
  1797. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/video" loaded.
  1798. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/light-probe" loaded.
  1799. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/terrain" loaded.
  1800. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/webview" loaded.
  1801. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/tiled-map" loaded.
  1802. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/tween" loaded.
  1803. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/dragon-bones" loaded.
  1804. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/custom-pipeline" loaded.
  1805. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/custom-pipeline-post-process" loaded.
  1806. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js" loaded.
  1807. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/legacy-pipeline" loaded.
  1808. 2025-1-16 17:15:36-debug: Invalidating 'pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js'
  1809. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js" loaded.
  1810. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/cc-fu/spine" loaded.
  1811. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6d\6d8fd2b0177941b032ddc0733af48a561fb60657.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6d\6d8fd2b0177941b032ddc0733af48a561fb60657.js is not in module cache!
  1812. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js" loaded.
  1813. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d6\d6137fe08bf966a053351bb405928e5a6390befd.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d6\d6137fe08bf966a053351bb405928e5a6390befd.js is not in module cache!
  1814. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6a\6a5019a719a9014c047e67aa1cf34453ab8392ce.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6a\6a5019a719a9014c047e67aa1cf34453ab8392ce.js is not in module cache!
  1815. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b3\b349769b96cc4c1dff92d5d6f941366e27a02c6b.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b3\b349769b96cc4c1dff92d5d6f941366e27a02c6b.js is not in module cache!
  1816. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/engine-export-to-editor/cc/editor/populate-internal-constants" loaded.
  1817. 2025-1-16 17:15:36-debug: [[Executor]] Module "cce:/internal/x/engine-export-to-editor/cc/editor/populate-internal-constants" loaded.
  1818. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/b3/b349769b96cc4c1dff92d5d6f941366e27a02c6b.js" loaded.
  1819. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/6a/6a5019a719a9014c047e67aa1cf34453ab8392ce.js" loaded.
  1820. 2025-1-16 17:15:36-debug: [[Executor]] Register BuiltinPipelineSettings
  1821. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/d6/d6137fe08bf966a053351bb405928e5a6390befd.js" loaded.
  1822. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\59\59b7958b47eec6168615a6469581f8f48e26cb00.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\59\59b7958b47eec6168615a6469581f8f48e26cb00.js is not in module cache!
  1823. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/59/59b7958b47eec6168615a6469581f8f48e26cb00.js" loaded.
  1824. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\97\9758c8bdbb4fd247ebce274d105abb8265561b82.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\97\9758c8bdbb4fd247ebce274d105abb8265561b82.js is not in module cache!
  1825. 2025-1-16 17:15:36-debug: [[Executor]] Register DebugViewRuntimeControl
  1826. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/97/9758c8bdbb4fd247ebce274d105abb8265561b82.js" loaded.
  1827. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\ba\bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\ba\bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js is not in module cache!
  1828. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/ba/bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js" loaded.
  1829. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\3c\3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\3c\3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js is not in module cache!
  1830. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/3c/3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js" loaded.
  1831. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e9\e908646c1435d653de6447e2ae846c959ac29b33.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e9\e908646c1435d653de6447e2ae846c959ac29b33.js is not in module cache!
  1832. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/e9/e908646c1435d653de6447e2ae846c959ac29b33.js" loaded.
  1833. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e6\e671bb16456ad253c126408d753c04295ea07129.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e6\e671bb16456ad253c126408d753c04295ea07129.js is not in module cache!
  1834. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1c\1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1c\1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js is not in module cache!
  1835. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5a\5ad9214371678a1d97027b6cf28752dcbab25e0f.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5a\5ad9214371678a1d97027b6cf28752dcbab25e0f.js is not in module cache!
  1836. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\08\08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\08\08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js is not in module cache!
  1837. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\3f\3f8dff31feda7b51e2d0428361dac48e18834ed8.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\3f\3f8dff31feda7b51e2d0428361dac48e18834ed8.js is not in module cache!
  1838. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\41\41d16e1f8113566bf1c111c20aceca9e4a6626d6.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\41\41d16e1f8113566bf1c111c20aceca9e4a6626d6.js is not in module cache!
  1839. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a6\a62597dd07a24c3714ad095eedbfc8f76f2d165c.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a6\a62597dd07a24c3714ad095eedbfc8f76f2d165c.js is not in module cache!
  1840. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\87\879eb4b2cb07a55807079158fde54421bac04056.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\87\879eb4b2cb07a55807079158fde54421bac04056.js is not in module cache!
  1841. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\39\3975fe5ce64c51324369e49e8afd9c685ef1036d.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\39\3975fe5ce64c51324369e49e8afd9c685ef1036d.js is not in module cache!
  1842. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/1c/1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js" loaded.
  1843. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/5a/5ad9214371678a1d97027b6cf28752dcbab25e0f.js" loaded.
  1844. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\72\72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\72\72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js is not in module cache!
  1845. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/87/879eb4b2cb07a55807079158fde54421bac04056.js" loaded.
  1846. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/a6/a62597dd07a24c3714ad095eedbfc8f76f2d165c.js" loaded.
  1847. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/72/72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js" loaded.
  1848. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/41/41d16e1f8113566bf1c111c20aceca9e4a6626d6.js" loaded.
  1849. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/39/3975fe5ce64c51324369e49e8afd9c685ef1036d.js" loaded.
  1850. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/08/08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js" loaded.
  1851. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/3f/3f8dff31feda7b51e2d0428361dac48e18834ed8.js" loaded.
  1852. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/e6/e671bb16456ad253c126408d753c04295ea07129.js" loaded.
  1853. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d7\d72ce35042ce99e7f64ae289f73e61427ebc5661.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d7\d72ce35042ce99e7f64ae289f73e61427ebc5661.js is not in module cache!
  1854. 2025-1-16 17:15:36-debug: [[Executor]] Register ch_sdk_comp
  1855. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/d7/d72ce35042ce99e7f64ae289f73e61427ebc5661.js" loaded.
  1856. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\31\31f21e9610b2e754c9705fb8b4947b7629eba3ec.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\31\31f21e9610b2e754c9705fb8b4947b7629eba3ec.js is not in module cache!
  1857. 2025-1-16 17:15:36-debug: [[Executor]] Register ch_start_pack
  1858. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/31/31f21e9610b2e754c9705fb8b4947b7629eba3ec.js" loaded.
  1859. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e2\e2c07fd606d93eb79afeed6ef4de521f2be03414.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e2\e2c07fd606d93eb79afeed6ef4de521f2be03414.js is not in module cache!
  1860. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1c\1c6623815813aae756c57cca6f89a3182c222719.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1c\1c6623815813aae756c57cca6f89a3182c222719.js is not in module cache!
  1861. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/1c/1c6623815813aae756c57cca6f89a3182c222719.js" loaded.
  1862. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\33\33d6d868e05219070a908e953bde210e54f92e26.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\33\33d6d868e05219070a908e953bde210e54f92e26.js is not in module cache!
  1863. 2025-1-16 17:15:36-debug: [[Executor]] Register ResolutionAutoFit
  1864. 2025-1-16 17:15:36-debug: [[Executor]] Register __NodeEventAgent__
  1865. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/e2/e2c07fd606d93eb79afeed6ef4de521f2be03414.js" loaded.
  1866. 2025-1-16 17:15:36-debug: [[Executor]] Register ui_updater
  1867. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/33/33d6d868e05219070a908e953bde210e54f92e26.js" loaded.
  1868. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6b\6b45817391fda8032e9c3052f72099ae80b977e5.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6b\6b45817391fda8032e9c3052f72099ae80b977e5.js is not in module cache!
  1869. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/6b/6b45817391fda8032e9c3052f72099ae80b977e5.js" loaded.
  1870. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9b\9b4abce15a8c07b4b00096caaa35df726664c0eb.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9b\9b4abce15a8c07b4b00096caaa35df726664c0eb.js is not in module cache!
  1871. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/9b/9b4abce15a8c07b4b00096caaa35df726664c0eb.js" loaded.
  1872. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\51\518c777b9b184349470f0a8548bfc02a3ac13b12.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\51\518c777b9b184349470f0a8548bfc02a3ac13b12.js is not in module cache!
  1873. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/51/518c777b9b184349470f0a8548bfc02a3ac13b12.js" loaded.
  1874. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\73\73c6533bf475cf801676942513edca165a6ed07f.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\73\73c6533bf475cf801676942513edca165a6ed07f.js is not in module cache!
  1875. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/73/73c6533bf475cf801676942513edca165a6ed07f.js" loaded.
  1876. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\79\79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\79\79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js is not in module cache!
  1877. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/79/79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js" loaded.
  1878. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2d\2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2d\2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js is not in module cache!
  1879. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/2d/2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js" loaded.
  1880. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\bd\bd8a015d9f05319ae091f7383c093a5f26a12133.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\bd\bd8a015d9f05319ae091f7383c093a5f26a12133.js is not in module cache!
  1881. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/bd/bd8a015d9f05319ae091f7383c093a5f26a12133.js" loaded.
  1882. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\47\47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\47\47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js is not in module cache!
  1883. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/47/47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js" loaded.
  1884. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c9\c969313d23703c6a3fcc53d5e71bae664ed7849e.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c9\c969313d23703c6a3fcc53d5e71bae664ed7849e.js is not in module cache!
  1885. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/c9/c969313d23703c6a3fcc53d5e71bae664ed7849e.js" loaded.
  1886. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\53\5355f477731c1aa517e29e27c45ac35bf99fe727.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\53\5355f477731c1aa517e29e27c45ac35bf99fe727.js is not in module cache!
  1887. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/53/5355f477731c1aa517e29e27c45ac35bf99fe727.js" loaded.
  1888. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5f\5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5f\5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js is not in module cache!
  1889. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/5f/5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js" loaded.
  1890. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/e5/e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js" loaded.
  1891. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e5\e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e5\e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js is not in module cache!
  1892. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d8\d8ea009be5644c7164c4b5ae51cd349e5525e465.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d8\d8ea009be5644c7164c4b5ae51cd349e5525e465.js is not in module cache!
  1893. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/d8/d8ea009be5644c7164c4b5ae51cd349e5525e465.js" loaded.
  1894. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4e\4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4e\4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js is not in module cache!
  1895. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/4e/4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js" loaded.
  1896. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\17\1787d8e2147a43214097b7b6fea81022fa7297b5.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\17\1787d8e2147a43214097b7b6fea81022fa7297b5.js is not in module cache!
  1897. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/17/1787d8e2147a43214097b7b6fea81022fa7297b5.js" loaded.
  1898. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\f7\f780142056b451af1186d982a8e16130bfd276a2.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\f7\f780142056b451af1186d982a8e16130bfd276a2.js is not in module cache!
  1899. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/f7/f780142056b451af1186d982a8e16130bfd276a2.js" loaded.
  1900. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b6\b601769373047d5119da5c4cb4b3a4bba6a651af.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b6\b601769373047d5119da5c4cb4b3a4bba6a651af.js is not in module cache!
  1901. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/b6/b601769373047d5119da5c4cb4b3a4bba6a651af.js" loaded.
  1902. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\69\69708f163aeb7f1d3d93c5d9454dca6576ef2581.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\69\69708f163aeb7f1d3d93c5d9454dca6576ef2581.js is not in module cache!
  1903. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/c0/c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js" loaded.
  1904. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c0\c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c0\c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js is not in module cache!
  1905. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/69/69708f163aeb7f1d3d93c5d9454dca6576ef2581.js" loaded.
  1906. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\81\815a8e3b66559b0d1265c7b789166062c8861bd5.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\81\815a8e3b66559b0d1265c7b789166062c8861bd5.js is not in module cache!
  1907. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/81/815a8e3b66559b0d1265c7b789166062c8861bd5.js" loaded.
  1908. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cf\cf9c45e29398b29856527964dd8d734c5d4fdec4.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cf\cf9c45e29398b29856527964dd8d734c5d4fdec4.js is not in module cache!
  1909. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/cf/cf9c45e29398b29856527964dd8d734c5d4fdec4.js" loaded.
  1910. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\8e\8e81d067c8870d70331d8b9656a976c1f558e5de.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\8e\8e81d067c8870d70331d8b9656a976c1f558e5de.js is not in module cache!
  1911. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/8e/8e81d067c8870d70331d8b9656a976c1f558e5de.js" loaded.
  1912. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\df\df48ec67964f126550b0d5d71bec2b4cfc027d50.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\df\df48ec67964f126550b0d5d71bec2b4cfc027d50.js is not in module cache!
  1913. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/df/df48ec67964f126550b0d5d71bec2b4cfc027d50.js" loaded.
  1914. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e0\e08485787ba9b2ad7c98e435102c966d3f5c64ae.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e0\e08485787ba9b2ad7c98e435102c966d3f5c64ae.js is not in module cache!
  1915. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/e0/e08485787ba9b2ad7c98e435102c966d3f5c64ae.js" loaded.
  1916. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1d\1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1d\1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js is not in module cache!
  1917. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/1d/1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js" loaded.
  1918. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\74\7404a8ee135932a387eac99bfb33951576fe8b67.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\74\7404a8ee135932a387eac99bfb33951576fe8b67.js is not in module cache!
  1919. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/74/7404a8ee135932a387eac99bfb33951576fe8b67.js" loaded.
  1920. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5f\5f91b0c989c2a479c1da04fdb508bd586eba443c.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5f\5f91b0c989c2a479c1da04fdb508bd586eba443c.js is not in module cache!
  1921. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/5f/5f91b0c989c2a479c1da04fdb508bd586eba443c.js" loaded.
  1922. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\34\34df8999c17a8450e101699bd789ccbd57ce24ce.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\34\34df8999c17a8450e101699bd789ccbd57ce24ce.js is not in module cache!
  1923. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/34/34df8999c17a8450e101699bd789ccbd57ce24ce.js" loaded.
  1924. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d5\d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d5\d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js is not in module cache!
  1925. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/d5/d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js" loaded.
  1926. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5d\5d8144768428205eb83d54c7574071768f6c1b5b.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5d\5d8144768428205eb83d54c7574071768f6c1b5b.js is not in module cache!
  1927. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/5d/5d8144768428205eb83d54c7574071768f6c1b5b.js" loaded.
  1928. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\31\3166d186d5cd2eca604e02fdebeb727752294da4.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\31\3166d186d5cd2eca604e02fdebeb727752294da4.js is not in module cache!
  1929. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/31/3166d186d5cd2eca604e02fdebeb727752294da4.js" loaded.
  1930. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a8\a89b293907eed8bf35922b74df584b59608173f2.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a8\a89b293907eed8bf35922b74df584b59608173f2.js is not in module cache!
  1931. 2025-1-16 17:15:36-debug: [[Executor]] Register ClickPenetrate
  1932. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/a8/a89b293907eed8bf35922b74df584b59608173f2.js" loaded.
  1933. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/59/5908d1524fdbf33b63c9c924078b09b63cc7fc89.js" loaded.
  1934. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\59\5908d1524fdbf33b63c9c924078b09b63cc7fc89.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\59\5908d1524fdbf33b63c9c924078b09b63cc7fc89.js is not in module cache!
  1935. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\12\122ae41024fa99aa4949a176919256851ded60b7.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\12\122ae41024fa99aa4949a176919256851ded60b7.js is not in module cache!
  1936. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\38\38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\38\38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js is not in module cache!
  1937. 2025-1-16 17:15:36-debug: [[Executor]] Register ListItem
  1938. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/38/38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js" loaded.
  1939. 2025-1-16 17:15:36-debug: [[Executor]] Register List
  1940. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/12/122ae41024fa99aa4949a176919256851ded60b7.js" loaded.
  1941. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\71\71b930d6142312f684efd1718dfcd7bfd1e95eaa.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\71\71b930d6142312f684efd1718dfcd7bfd1e95eaa.js is not in module cache!
  1942. 2025-1-16 17:15:36-debug: [[Executor]] Register MotionTrail
  1943. 2025-1-16 17:15:36-warn: 'MotionTrail.color' hides inherited property 'cc.UIRenderer.color'. To make the current property override that implementation, add the `override: true` attribute please.
  1944. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/71/71b930d6142312f684efd1718dfcd7bfd1e95eaa.js" loaded.
  1945. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a4\a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a4\a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js is not in module cache!
  1946. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/a4/a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js" loaded.
  1947. 2025-1-16 17:15:36-debug: [[Executor]] Register MovieClip
  1948. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cb\cb13e961bcd8d7069545036fc45d02908c0eee94.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cb\cb13e961bcd8d7069545036fc45d02908c0eee94.js is not in module cache!
  1949. 2025-1-16 17:15:36-debug: [[Executor]] Register RewardFly
  1950. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/cb/cb13e961bcd8d7069545036fc45d02908c0eee94.js" loaded.
  1951. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\20\20712297188dd3bbe9fb3acc1799edea45dda86b.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\20\20712297188dd3bbe9fb3acc1799edea45dda86b.js is not in module cache!
  1952. 2025-1-16 17:15:36-debug: [[Executor]] Register SpineView
  1953. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/20/20712297188dd3bbe9fb3acc1799edea45dda86b.js" loaded.
  1954. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b3\b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b3\b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js is not in module cache!
  1955. 2025-1-16 17:15:36-debug: [[Executor]] Register UISpineMovie
  1956. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/b3/b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js" loaded.
  1957. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cb\cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cb\cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js is not in module cache!
  1958. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/cb/cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js" loaded.
  1959. 2025-1-16 17:15:36-debug: [[Executor]] Register Layout_UIAlert
  1960. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\97\974d5e18287f52413bf4aef79e6b1b43e2db1119.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\97\974d5e18287f52413bf4aef79e6b1b43e2db1119.js is not in module cache!
  1961. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b7\b71ec6998eef381fede6b5fd1614855829fc2f22.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b7\b71ec6998eef381fede6b5fd1614855829fc2f22.js is not in module cache!
  1962. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/b7/b71ec6998eef381fede6b5fd1614855829fc2f22.js" loaded.
  1963. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/97/974d5e18287f52413bf4aef79e6b1b43e2db1119.js" loaded.
  1964. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\13\137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\13\137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js is not in module cache!
  1965. 2025-1-16 17:15:36-debug: [[Executor]] Register Layout_UI_Notify
  1966. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/13/137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js" loaded.
  1967. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\7a\7a060cba1d5a032475d6578a562fb8df8171eb0b.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\7a\7a060cba1d5a032475d6578a562fb8df8171eb0b.js is not in module cache!
  1968. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/7a/7a060cba1d5a032475d6578a562fb8df8171eb0b.js" loaded.
  1969. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c3\c307a58b694cc824581802a8099e6d62860adb91.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c3\c307a58b694cc824581802a8099e6d62860adb91.js is not in module cache!
  1970. 2025-1-16 17:15:36-debug: [[Executor]] Register Layout_UIWaiting
  1971. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/c3/c307a58b694cc824581802a8099e6d62860adb91.js" loaded.
  1972. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9d\9d6b2307e211bf7d71fb96955f3a221662b8b975.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9d\9d6b2307e211bf7d71fb96955f3a221662b8b975.js is not in module cache!
  1973. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/9d/9d6b2307e211bf7d71fb96955f3a221662b8b975.js" loaded.
  1974. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\09\09a6fd4930dfcb5968a1b01550a6275640cfa703.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\09\09a6fd4930dfcb5968a1b01550a6275640cfa703.js is not in module cache!
  1975. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/09/09a6fd4930dfcb5968a1b01550a6275640cfa703.js" loaded.
  1976. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\82\82914e241315735457587bc37563ed7db8183cd0.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\82\82914e241315735457587bc37563ed7db8183cd0.js is not in module cache!
  1977. 2025-1-16 17:15:36-debug: [[Executor]] Register table_idiom
  1978. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/82/82914e241315735457587bc37563ed7db8183cd0.js" loaded.
  1979. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b0\b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b0\b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js is not in module cache!
  1980. 2025-1-16 17:15:36-debug: [[Executor]] Register table_level
  1981. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/b0/b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js" loaded.
  1982. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\90\90cb08bdd2589bd4780881bf755dafe0306918a1.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\90\90cb08bdd2589bd4780881bf755dafe0306918a1.js is not in module cache!
  1983. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\78\789715a9ff1e6669695bc6f37f849347673e7936.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\78\789715a9ff1e6669695bc6f37f849347673e7936.js is not in module cache!
  1984. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\63\635d373e206601884c96847cb1eeeefae856f2ab.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\63\635d373e206601884c96847cb1eeeefae856f2ab.js is not in module cache!
  1985. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c2\c28f184f0d05e5d5976de9f0de294b88d5de4347.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c2\c28f184f0d05e5d5976de9f0de294b88d5de4347.js is not in module cache!
  1986. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\67\67f356369ce567fe1898b7ae72038ee83758a446.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\67\67f356369ce567fe1898b7ae72038ee83758a446.js is not in module cache!
  1987. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\07\07873864f2752ebebcdaae9cbb27e5477e565642.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\07\07873864f2752ebebcdaae9cbb27e5477e565642.js is not in module cache!
  1988. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\0a\0a4102a464059398e43bc26dd3fe1faf79989cb3.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\0a\0a4102a464059398e43bc26dd3fe1faf79989cb3.js is not in module cache!
  1989. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\f0\f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\f0\f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js is not in module cache!
  1990. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\46\4669e191907a2a708fa7ba923dc04da98435f165.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\46\4669e191907a2a708fa7ba923dc04da98435f165.js is not in module cache!
  1991. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9f\9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9f\9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js is not in module cache!
  1992. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2c\2cb4568cc17fc880801c649b7e09213445038932.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2c\2cb4568cc17fc880801c649b7e09213445038932.js is not in module cache!
  1993. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\fd\fd567b6cff2bda101ea5067e96a8431f92b55a12.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\fd\fd567b6cff2bda101ea5067e96a8431f92b55a12.js is not in module cache!
  1994. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d4\d4808bb291a6c1906241b46a992fa068602b87c7.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d4\d4808bb291a6c1906241b46a992fa068602b87c7.js is not in module cache!
  1995. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\50\50dd8b1c328a686f05e0ea16e0613e3558f0f915.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\50\50dd8b1c328a686f05e0ea16e0613e3558f0f915.js is not in module cache!
  1996. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\99\99b535d8a2435b17b7a999d87ff3be42be0d89f6.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\99\99b535d8a2435b17b7a999d87ff3be42be0d89f6.js is not in module cache!
  1997. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6a\6a163e5eb12e84fcff92e09679473d95caa7ce42.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6a\6a163e5eb12e84fcff92e09679473d95caa7ce42.js is not in module cache!
  1998. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\41\41297756668c0510f828032e1d12f96a4d1a9194.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\41\41297756668c0510f828032e1d12f96a4d1a9194.js is not in module cache!
  1999. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\73\73e6dc2a8fc59081071dcebb82927640ef5a7f21.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\73\73e6dc2a8fc59081071dcebb82927640ef5a7f21.js is not in module cache!
  2000. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4f\4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4f\4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js is not in module cache!
  2001. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\28\28edf65eb8d20daf82fac5a67080212e26e054c8.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\28\28edf65eb8d20daf82fac5a67080212e26e054c8.js is not in module cache!
  2002. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2d\2d7e3424c179d135dc59489a147ede15a8748562.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2d\2d7e3424c179d135dc59489a147ede15a8748562.js is not in module cache!
  2003. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6a\6a8af0f15958f7b90e4c55917282aae8bec7ce55.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6a\6a8af0f15958f7b90e4c55917282aae8bec7ce55.js is not in module cache!
  2004. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4b\4b62ba828bd2568fd07a8c27879bd9e102538148.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4b\4b62ba828bd2568fd07a8c27879bd9e102538148.js is not in module cache!
  2005. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d7\d7e846ac7b691e2f62cb6f2e257f758a25829039.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d7\d7e846ac7b691e2f62cb6f2e257f758a25829039.js is not in module cache!
  2006. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4a\4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4a\4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js is not in module cache!
  2007. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b9\b968f7f08649c00a45a730a74c55b98d374e1ea3.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b9\b968f7f08649c00a45a730a74c55b98d374e1ea3.js is not in module cache!
  2008. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a0\a0c4f651e5297607ee62681e54a78e7903383828.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a0\a0c4f651e5297607ee62681e54a78e7903383828.js is not in module cache!
  2009. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\69\69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\69\69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js is not in module cache!
  2010. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\64\648fcac29cbf9485ceab7e7d1359724ae2b1b196.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\64\648fcac29cbf9485ceab7e7d1359724ae2b1b196.js is not in module cache!
  2011. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\30\30148fb61fef14f86e2cda463a167887dbf8cde4.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\30\30148fb61fef14f86e2cda463a167887dbf8cde4.js is not in module cache!
  2012. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1a\1a017ea1d38c47616789b41b9b3ceca6cb903e59.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1a\1a017ea1d38c47616789b41b9b3ceca6cb903e59.js is not in module cache!
  2013. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a5\a59d8099545685d191f1183a0f3bc7f3602b80cf.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a5\a59d8099545685d191f1183a0f3bc7f3602b80cf.js is not in module cache!
  2014. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\7e\7e7ab0c417629d8b4decc7970b158f69484ca3a0.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\7e\7e7ab0c417629d8b4decc7970b158f69484ca3a0.js is not in module cache!
  2015. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\aa\aa522899127047b80d0893406f275d7a7aa74d2c.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\aa\aa522899127047b80d0893406f275d7a7aa74d2c.js is not in module cache!
  2016. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\96\96e2fcee174623dab28594a5fc60dc89148d32de.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\96\96e2fcee174623dab28594a5fc60dc89148d32de.js is not in module cache!
  2017. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\47\47c8e77781a159f10d589db5916314688580bc33.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\47\47c8e77781a159f10d589db5916314688580bc33.js is not in module cache!
  2018. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4b\4b736ecb9c777512e2deca84bf06782f772c5a85.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4b\4b736ecb9c777512e2deca84bf06782f772c5a85.js is not in module cache!
  2019. 2025-1-16 17:15:36-debug: [[Executor]] Register Start
  2020. 2025-1-16 17:15:36-debug: [[Executor]] Register Layout_Fail
  2021. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/41/41297756668c0510f828032e1d12f96a4d1a9194.js" loaded.
  2022. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\39\394eb72f0b5be6799d0045482477175eb4563bad.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\39\394eb72f0b5be6799d0045482477175eb4563bad.js is not in module cache!
  2023. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/4a/4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js" loaded.
  2024. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/4f/4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js" loaded.
  2025. 2025-1-16 17:15:36-debug: [[Executor]] Register UI_Rank_Item
  2026. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/47/47c8e77781a159f10d589db5916314688580bc33.js" loaded.
  2027. 2025-1-16 17:15:36-debug: [[Executor]] Register UI_Head_Icon
  2028. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/aa/aa522899127047b80d0893406f275d7a7aa74d2c.js" loaded.
  2029. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/30/30148fb61fef14f86e2cda463a167887dbf8cde4.js" loaded.
  2030. 2025-1-16 17:15:36-debug: [[Executor]] Register Layout_Rank
  2031. 2025-1-16 17:15:36-debug: [[Executor]] Register Layout_Hall
  2032. 2025-1-16 17:15:36-debug: [[Executor]] Register Layout_Settings
  2033. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/2d/2d7e3424c179d135dc59489a147ede15a8748562.js" loaded.
  2034. 2025-1-16 17:15:36-debug: [[Executor]] Register UI_Rank
  2035. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/a0/a0c4f651e5297607ee62681e54a78e7903383828.js" loaded.
  2036. 2025-1-16 17:15:36-debug: [[Executor]] Register Sign_Reward
  2037. 2025-1-16 17:15:36-debug: [[Executor]] Register UI_Settings
  2038. 2025-1-16 17:15:36-warn: The type of "Sign_Reward.num" must be CCFloat or CCInteger, not Number.
  2039. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/50/50dd8b1c328a686f05e0ea16e0613e3558f0f915.js" loaded.
  2040. 2025-1-16 17:15:36-warn: The type of "Sign_Reward.type" must be CCFloat or CCInteger, not Number.
  2041. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/4b/4b736ecb9c777512e2deca84bf06782f772c5a85.js" loaded.
  2042. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/7e/7e7ab0c417629d8b4decc7970b158f69484ca3a0.js" loaded.
  2043. 2025-1-16 17:15:36-debug: [[Executor]] Register UI_Sign
  2044. 2025-1-16 17:15:36-debug: [[Executor]] Register Layout_Sign
  2045. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/28/28edf65eb8d20daf82fac5a67080212e26e054c8.js" loaded.
  2046. 2025-1-16 17:15:36-debug: [[Executor]] Register Layout_Invite
  2047. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/64/648fcac29cbf9485ceab7e7d1359724ae2b1b196.js" loaded.
  2048. 2025-1-16 17:15:36-debug: [[Executor]] Register Layout_Store
  2049. 2025-1-16 17:15:36-warn: The type of "Layout_Store.Type" must be CCFloat or CCInteger, not Number.
  2050. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/73/73e6dc2a8fc59081071dcebb82927640ef5a7f21.js" loaded.
  2051. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/1a/1a017ea1d38c47616789b41b9b3ceca6cb903e59.js" loaded.
  2052. 2025-1-16 17:15:36-warn: The type of "Layout_Store.Value" must be CCFloat or CCInteger, not Number.
  2053. 2025-1-16 17:15:36-debug: [[Executor]] Register UI_Store
  2054. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/6a/6a8af0f15958f7b90e4c55917282aae8bec7ce55.js" loaded.
  2055. 2025-1-16 17:15:36-debug: [[Executor]] Register UI_Invite
  2056. 2025-1-16 17:15:36-debug: [[Executor]] Register Layout_SideBar
  2057. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/4b/4b62ba828bd2568fd07a8c27879bd9e102538148.js" loaded.
  2058. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/a5/a59d8099545685d191f1183a0f3bc7f3602b80cf.js" loaded.
  2059. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/39/394eb72f0b5be6799d0045482477175eb4563bad.js" loaded.
  2060. 2025-1-16 17:15:36-debug: [[Executor]] Register UI_SideBar
  2061. 2025-1-16 17:15:36-debug: [[Executor]] Register UI_Task_Item
  2062. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/96/96e2fcee174623dab28594a5fc60dc89148d32de.js" loaded.
  2063. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/d7/d7e846ac7b691e2f62cb6f2e257f758a25829039.js" loaded.
  2064. 2025-1-16 17:15:36-debug: [[Executor]] Register UI_Hall
  2065. 2025-1-16 17:15:36-debug: [[Executor]] Register Layout_Task
  2066. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/2c/2cb4568cc17fc880801c649b7e09213445038932.js" loaded.
  2067. 2025-1-16 17:15:36-debug: [[Executor]] Register UI_Fail
  2068. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/fd/fd567b6cff2bda101ea5067e96a8431f92b55a12.js" loaded.
  2069. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/b9/b968f7f08649c00a45a730a74c55b98d374e1ea3.js" loaded.
  2070. 2025-1-16 17:15:36-debug: [[Executor]] Register Layout_GameRules
  2071. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/d4/d4808bb291a6c1906241b46a992fa068602b87c7.js" loaded.
  2072. 2025-1-16 17:15:36-debug: [[Executor]] Register UI_Idiom
  2073. 2025-1-16 17:15:36-debug: [[Executor]] Register UI_GameRules
  2074. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/f0/f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js" loaded.
  2075. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/46/4669e191907a2a708fa7ba923dc04da98435f165.js" loaded.
  2076. 2025-1-16 17:15:36-debug: [[Executor]] Register UI_Task
  2077. 2025-1-16 17:15:36-debug: [[Executor]] Register Layout_Idioms
  2078. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/78/789715a9ff1e6669695bc6f37f849347673e7936.js" loaded.
  2079. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/69/69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js" loaded.
  2080. 2025-1-16 17:15:36-debug: [[Executor]] Register Layout_Win
  2081. 2025-1-16 17:15:36-debug: [[Executor]] Register UI_Win
  2082. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/99/99b535d8a2435b17b7a999d87ff3be42be0d89f6.js" loaded.
  2083. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/6a/6a163e5eb12e84fcff92e09679473d95caa7ce42.js" loaded.
  2084. 2025-1-16 17:15:36-debug: [[Executor]] Register UI_Idioms
  2085. 2025-1-16 17:15:36-debug: [[Executor]] Register Layout_Main
  2086. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/0a/0a4102a464059398e43bc26dd3fe1faf79989cb3.js" loaded.
  2087. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/9f/9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js" loaded.
  2088. 2025-1-16 17:15:36-debug: [[Executor]] Register Hall
  2089. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/c2/c28f184f0d05e5d5976de9f0de294b88d5de4347.js" loaded.
  2090. 2025-1-16 17:15:36-debug: [[Executor]] Register Cube_Infor
  2091. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/07/07873864f2752ebebcdaae9cbb27e5477e565642.js" loaded.
  2092. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/63/635d373e206601884c96847cb1eeeefae856f2ab.js" loaded.
  2093. 2025-1-16 17:15:36-debug: [[Executor]] Register GameCtl
  2094. 2025-1-16 17:15:36-debug: [[Executor]] Register CreateIdiom
  2095. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/67/67f356369ce567fe1898b7ae72038ee83758a446.js" loaded.
  2096. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/90/90cb08bdd2589bd4780881bf755dafe0306918a1.js" loaded.
  2097. 2025-1-16 17:15:36-debug: [[Executor]] Register Container_Manager
  2098. 2025-1-16 17:15:36-debug: [[Executor]] Register UI_Main
  2099. 2025-1-16 17:15:36-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5c\5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5c\5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js is not in module cache!
  2100. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js" loaded.
  2101. 2025-1-16 17:15:36-debug: [[Executor]] Module "pack:///chunks/5c/5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js" loaded.
  2102. 2025-1-16 17:15:36-debug: Incremental keys: chSdk,chsdk
  2103. 2025-1-16 17:15:36-debug: Init bundle share assets start..., progress: 9%
  2104. 2025-1-16 17:15:36-debug: [[Executor]] Register UI_Item
  2105. 2025-1-16 17:15:36-debug: Init bundle share assets success..., progress: 9%
  2106. 2025-1-16 17:15:36-debug: handle json group in bundle internal
  2107. 2025-1-16 17:15:36-debug: handle json group in bundle internal success
  2108. 2025-1-16 17:15:36-debug: handle json group in bundle main
  2109. 2025-1-16 17:15:36-debug: handle json group in bundle start-scene
  2110. 2025-1-16 17:15:36-debug: handle json group in bundle start-scene success
  2111. 2025-1-16 17:15:36-debug: handle json group in bundle main success
  2112. 2025-1-16 17:15:36-debug: handle json group in bundle module_extra
  2113. 2025-1-16 17:15:36-debug: init image compress task 0 in bundle internal
  2114. 2025-1-16 17:15:36-debug: handle json group in bundle module_basic
  2115. 2025-1-16 17:15:36-debug: init image compress task 0 in bundle main
  2116. 2025-1-16 17:15:36-debug: handle json group in bundle module_game
  2117. 2025-1-16 17:15:36-debug: init image compress task 0 in bundle start-scene
  2118. 2025-1-16 17:15:36-debug: handle json group in bundle module_extra success
  2119. 2025-1-16 17:15:36-debug: init image compress task 0 in bundle module_extra
  2120. 2025-1-16 17:15:36-debug: handle json group in bundle module_basic success
  2121. 2025-1-16 17:15:36-debug: init image compress task 0 in bundle module_basic
  2122. 2025-1-16 17:15:36-debug: handle json group in bundle module_game success
  2123. 2025-1-16 17:15:36-debug: init image compress task 0 in bundle module_game
  2124. 2025-1-16 17:15:36-debug: // ---- build task 查询 Asset Bundle ---- (484ms)
  2125. 2025-1-16 17:15:36-debug: run build task 查询 Asset Bundle success in 484 ms√, progress: 14%
  2126. 2025-1-16 17:15:36-debug: [Build Memory track]: 查询 Asset Bundle start:173.03MB, end 203.18MB, increase: 30.15MB
  2127. 2025-1-16 17:15:36-debug: 查询 Asset Bundle start, progress: 14%
  2128. 2025-1-16 17:15:36-debug: // ---- build task 查询 Asset Bundle ----
  2129. 2025-1-16 17:15:37-debug: // ---- build task 查询 Asset Bundle ---- (18ms)
  2130. 2025-1-16 17:15:37-debug: run build task 查询 Asset Bundle success in 18 ms√, progress: 19%
  2131. 2025-1-16 17:15:37-debug: // ---- build task 打包脚本 ----
  2132. 2025-1-16 17:15:37-debug: [Build Memory track]: 查询 Asset Bundle start:203.22MB, end 203.46MB, increase: 249.32KB
  2133. 2025-1-16 17:15:37-log: Run build task(build-script) in child, see: chrome://inspect/#devices
  2134. 2025-1-16 17:15:37-debug: 打包脚本 start, progress: 19%
  2135. 2025-1-16 17:15:37-log: [build-script]enter sub process 9808, C:\ProgramData\cocos\editors\Creator\3.8.4\CocosCreator.exe,C:\ProgramData\cocos\editors\Creator\3.8.4\resources\app.asar\builtin\builder\static\sub-process-index
  2136. 2025-1-16 17:15:40-debug: excute-script over with build-script 3200ms
  2137. 2025-1-16 17:15:40-debug: Generate systemJs..., progress: 19%
  2138. 2025-1-16 17:15:40-log: Run build task(build-script) in child, see: chrome://inspect/#devices
  2139. 2025-1-16 17:15:42-debug: excute-script over with build-script 2432ms
  2140. 2025-1-16 17:15:42-debug: 构建项目脚本 start..., progress: 19%
  2141. 2025-1-16 17:15:42-debug: Build script in bundle start, progress: 19%
  2142. 2025-1-16 17:15:42-log: Run build task(build-script) in child, see: chrome://inspect/#devices
  2143. 2025-1-16 17:15:46-warn: [build-script][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/Layout_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI/UI_Head_Icon.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts
  2144. 2025-1-16 17:15:46-warn: [build-script][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/Layout_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/Sign_Reward.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Invite/UI_Invite.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Store/UI_Store.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Store/UI_Store.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_SideBar/UI_SideBar.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/Layout_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/Layout_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_GameRules/UI_GameRules.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/Layout_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/CreateIdiom.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts
  2145. 2025-1-16 17:15:50-debug: excute-script over with build-script 7358ms
  2146. 2025-1-16 17:15:50-debug: Copy externalScripts success!
  2147. 2025-1-16 17:15:50-debug: Build script in bundle success, progress: 19%
  2148. 2025-1-16 17:15:50-debug: 构建项目脚本 in (7440 ms) √, progress: 19%
  2149. 2025-1-16 17:15:50-debug: 构建引擎脚本 start..., progress: 19%
  2150. 2025-1-16 17:15:50-debug: Use cache engine: {link(C:\Users\NINGMEI\AppData\Local\Temp\CocosCreator\3.8.4\builder\engine\5653dcd598ac5adc25da0caeb40ce0c0)}
  2151. 2025-1-16 17:15:50-debug: {"debug":false,"sourceMaps":false,"includeModules":["2d","3d","animation","audio","base","custom-pipeline","gfx-webgl","meshopt","occlusion-query","physics-ammo","primitive","profiler","spine","tween","ui","websocket","webview","custom-pipeline-builtin-scripts"],"engineVersion":"3.8.4","md5Map":[],"engineName":"cocos-js","platform":"WECHAT","useCache":true,"nativeCodeBundleMode":"wasm","wasmCompressionMode":"brotli","split":false,"skip":false,"assetURLFormat":"relative-from-out","output":"D:\\CocosCreatorProject\\Idioms\\idiom\\build\\wechatgame-001\\cocos-js","flags":{"DEBUG":false,"WASM_SUBPACKAGE":true},"entry":"C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine"}
  2152. 2025-1-16 17:15:50-debug: 构建引擎脚本 in (126 ms) √, progress: 19%
  2153. 2025-1-16 17:15:50-debug: Copy plugin script ..., progress: 19%
  2154. 2025-1-16 17:15:50-debug: Generate import-map..., progress: 19%
  2155. 2025-1-16 17:15:50-debug: // ---- build task 打包脚本 ---- (13327ms)
  2156. 2025-1-16 17:15:50-debug: run build task 打包脚本 success in 13 s√, progress: 24%
  2157. 2025-1-16 17:15:50-debug: [Build Memory track]: 打包脚本 start:203.65MB, end 198.96MB, increase: -4797.84KB
  2158. 2025-1-16 17:15:50-debug: Build Assets start, progress: 24%
  2159. 2025-1-16 17:15:50-debug: // ---- build task Build Assets ----
  2160. 2025-1-16 17:15:50-debug: Build bundles..., progress: 24%
  2161. 2025-1-16 17:15:50-debug: Pack Images start, progress: 24%
  2162. 2025-1-16 17:15:50-debug: Start trim sprite image ...
  2163. 2025-1-16 17:15:50-debug: Start trim sprite image ...
  2164. 2025-1-16 17:15:50-debug: Start trim sprite image ...
  2165. 2025-1-16 17:15:50-debug: Start trim sprite image ...
  2166. 2025-1-16 17:15:50-debug: Start trim sprite image ...
  2167. 2025-1-16 17:15:50-debug: Start trim sprite image ...
  2168. 2025-1-16 17:15:50-debug: Start trim sprite image ...
  2169. 2025-1-16 17:15:50-debug: determine atlas size...
  2170. 2025-1-16 17:15:50-debug: Start generate atlas image...
  2171. 2025-1-16 17:15:50-debug: Start generate atlas image...
  2172. 2025-1-16 17:15:50-debug: determine atlas size...
  2173. 2025-1-16 17:15:50-debug: determine atlas size...
  2174. 2025-1-16 17:15:50-debug: Start generate atlas image...
  2175. 2025-1-16 17:15:50-debug: determine atlas size...
  2176. 2025-1-16 17:15:50-debug: Start generate atlas image...
  2177. 2025-1-16 17:15:50-debug: determine atlas size...
  2178. 2025-1-16 17:15:50-debug: Start generate atlas image...
  2179. 2025-1-16 17:15:50-debug: determine atlas size...
  2180. 2025-1-16 17:15:51-debug: Start generate atlas image...
  2181. 2025-1-16 17:15:51-debug: determine atlas size...
  2182. 2025-1-16 17:15:51-debug: Start generate atlas image...
  2183. 2025-1-16 17:15:51-debug: remove spriteAtlas._uuid : {asset(a63114f7-5b8e-4198-b75a-922458c1a293)}
  2184. 2025-1-16 17:15:51-debug: remove spriteAtlas._uuid : {asset(fc529dad-0a7c-4618-ab26-353d7d900ec2)}
  2185. 2025-1-16 17:15:51-debug: remove spriteAtlas._uuid : {asset(77de5a33-df72-4127-b60c-72b45aa6acb0)}
  2186. 2025-1-16 17:15:51-debug: remove spriteAtlas._uuid : {asset(04d9d3cd-db4c-4846-9449-173b61558e12)}
  2187. 2025-1-16 17:15:51-debug: remove spriteAtlas._uuid : {asset(43520f95-106c-478d-ae58-25f251ecc0fb)}
  2188. 2025-1-16 17:15:51-debug: remove spriteAtlas._uuid : {asset(c5e80781-d3aa-48f0-97a5-f09946f760a2)}
  2189. 2025-1-16 17:15:51-debug: remove spriteAtlas._uuid : {asset(c5e80781-d3aa-48f0-97a5-f09946f760a2)}
  2190. 2025-1-16 17:15:51-debug: remove spriteAtlas._uuid : {asset(8924cf2d-a7a0-4ce7-9fa7-f89dadbdf4f4)}
  2191. 2025-1-16 17:15:51-debug: builder:pack-auto-atlas-image (1115ms)
  2192. 2025-1-16 17:15:51-debug: sort compress task {}
  2193. 2025-1-16 17:15:51-debug: Pack Images success, progress: 24%
  2194. 2025-1-16 17:15:51-debug: Compress image start..., progress: 24%
  2195. 2025-1-16 17:15:51-debug: Num of all image compress task 0, really: 0, configTasks: 0
  2196. 2025-1-16 17:15:51-debug: No image need to compress
  2197. 2025-1-16 17:15:51-debug: Output asset in bundles start, progress: 24%
  2198. 2025-1-16 17:15:51-debug: Compress image success..., progress: 24%
  2199. 2025-1-16 17:15:51-debug: Handle all json groups in bundle internal
  2200. 2025-1-16 17:15:51-debug: Handle all json groups in bundle start-scene
  2201. 2025-1-16 17:15:51-debug: handle json group
  2202. 2025-1-16 17:15:51-debug: handle json group
  2203. 2025-1-16 17:15:51-debug: Handle all json groups in bundle main
  2204. 2025-1-16 17:15:51-debug: handle json group
  2205. 2025-1-16 17:15:51-debug: handle single json
  2206. 2025-1-16 17:15:51-debug: handle json group
  2207. 2025-1-16 17:15:51-debug: Handle all json groups in bundle module_extra
  2208. 2025-1-16 17:15:51-debug: Handle all json groups in bundle module_basic
  2209. 2025-1-16 17:15:51-debug: handle single json
  2210. 2025-1-16 17:15:51-debug: handle json group
  2211. 2025-1-16 17:15:51-debug: Handle all json groups in bundle module_game
  2212. 2025-1-16 17:15:51-debug: handle json group
  2213. 2025-1-16 17:15:51-debug: Json group(07325bfaa) compile success,json number: 6
  2214. 2025-1-16 17:15:51-debug: Json group(02ccb67e9) compile success,json number: 6
  2215. 2025-1-16 17:15:51-debug: Json group(0ba471961) compile success,json number: 6
  2216. 2025-1-16 17:15:51-debug: handle single json
  2217. 2025-1-16 17:15:51-debug: Json group(04ade8c9e) compile success,json number: 6
  2218. 2025-1-16 17:15:51-debug: handle single json
  2219. 2025-1-16 17:15:51-debug: Json group(0a54f6860) compile success,json number: 6
  2220. 2025-1-16 17:15:51-debug: handle single json
  2221. 2025-1-16 17:15:51-debug: Json group(014a917e9) compile success,json number: 6
  2222. 2025-1-16 17:15:51-debug: Json group(0f283b26e) compile success,json number: 6
  2223. 2025-1-16 17:15:51-debug: Json group(0a1731415) compile success,json number: 6
  2224. 2025-1-16 17:15:51-debug: Json group(093f10e90) compile success,json number: 6
  2225. 2025-1-16 17:15:51-debug: Json group(02c882590) compile success,json number: 6
  2226. 2025-1-16 17:15:51-debug: Json group(042b497f3) compile success,json number: 6
  2227. 2025-1-16 17:15:51-debug: Json group(0310e8848) compile success,json number: 6
  2228. 2025-1-16 17:15:51-debug: Json group(0e8f971ab) compile success,json number: 6
  2229. 2025-1-16 17:15:52-debug: Json group(0670cc77a) compile success,json number: 6
  2230. 2025-1-16 17:15:52-debug: Json group(05eeba194) compile success,json number: 6
  2231. 2025-1-16 17:15:52-debug: Json group(0f272fc25) compile success,json number: 6
  2232. 2025-1-16 17:15:52-debug: Json group(03c9cd961) compile success,json number: 6
  2233. 2025-1-16 17:15:52-debug: Json group(0329651a2) compile success,json number: 6
  2234. 2025-1-16 17:15:52-debug: Json group(0c5a2fc7e) compile success,json number: 6
  2235. 2025-1-16 17:15:52-debug: Json group(04644b2f0) compile success,json number: 6
  2236. 2025-1-16 17:15:52-debug: Json group(0332e55a0) compile success,json number: 6
  2237. 2025-1-16 17:15:52-debug: Json group(022fd81fe) compile success,json number: 6
  2238. 2025-1-16 17:15:52-debug: handle single json
  2239. 2025-1-16 17:15:52-debug: Output asset in bundles success, progress: 24%
  2240. 2025-1-16 17:15:52-debug: Output asset in bundles start, progress: 24%
  2241. 2025-1-16 17:15:52-debug: compress config of bundle internal...
  2242. 2025-1-16 17:15:52-debug: compress config of bundle internal success
  2243. 2025-1-16 17:15:52-debug: compress config of bundle start-scene...
  2244. 2025-1-16 17:15:52-debug: compress config of bundle start-scene success
  2245. 2025-1-16 17:15:52-debug: compress config of bundle main...
  2246. 2025-1-16 17:15:52-debug: compress config of bundle main success
  2247. 2025-1-16 17:15:52-debug: compress config of bundle module_extra...
  2248. 2025-1-16 17:15:52-debug: compress config of bundle module_extra success
  2249. 2025-1-16 17:15:52-debug: compress config of bundle module_basic...
  2250. 2025-1-16 17:15:52-debug: compress config of bundle module_basic success
  2251. 2025-1-16 17:15:52-debug: compress config of bundle module_game...
  2252. 2025-1-16 17:15:52-debug: compress config of bundle module_game success
  2253. 2025-1-16 17:15:52-debug: output config of bundle internal
  2254. 2025-1-16 17:15:52-debug: output config of bundle internal success
  2255. 2025-1-16 17:15:52-debug: output config of bundle start-scene
  2256. 2025-1-16 17:15:52-debug: output config of bundle start-scene success
  2257. 2025-1-16 17:15:52-debug: output config of bundle main
  2258. 2025-1-16 17:15:52-debug: output config of bundle main success
  2259. 2025-1-16 17:15:52-debug: output config of bundle module_extra
  2260. 2025-1-16 17:15:52-debug: output config of bundle module_extra success
  2261. 2025-1-16 17:15:52-debug: output config of bundle module_basic
  2262. 2025-1-16 17:15:52-debug: output config of bundle module_basic success
  2263. 2025-1-16 17:15:52-debug: output config of bundle module_game success
  2264. 2025-1-16 17:15:52-debug: output config of bundle module_game
  2265. 2025-1-16 17:15:52-debug: Output asset in bundles success, progress: 24%
  2266. 2025-1-16 17:15:52-debug: // ---- build task Build Assets ---- (1982ms)
  2267. 2025-1-16 17:15:52-debug: run build task Build Assets success in 1 s√, progress: 29%
  2268. 2025-1-16 17:15:52-debug: [Build Memory track]: Build Assets start:199.00MB, end 203.70MB, increase: 4.70MB
  2269. 2025-1-16 17:15:52-debug: // ---- build task wechatgame:onAfterBundleBuildTask ----
  2270. 2025-1-16 17:15:52-debug: wechatgame:(onAfterBundleBuildTask) start..., progress: 29%
  2271. 2025-1-16 17:15:52-debug: // ---- build task wechatgame:onAfterBundleBuildTask ---- (22ms)
  2272. 2025-1-16 17:15:52-debug: // ---- build task wechatgame:onAfterBuildAssets ----
  2273. 2025-1-16 17:15:52-debug: wechatgame:(onAfterBundleBuildTask) in 22 ms ✓, progress: 29%
  2274. 2025-1-16 17:15:52-debug: wechatgame:(onAfterBuildAssets) start..., progress: 29%
  2275. 2025-1-16 17:15:52-debug: // ---- build task wechatgame:onAfterBuildAssets ---- (22ms)
  2276. 2025-1-16 17:15:52-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2277. 2025-1-16 17:15:52-debug: 整理部分构建选项内数据到 settings.json start, progress: 31%
  2278. 2025-1-16 17:15:52-debug: wechatgame:(onAfterBuildAssets) in 22 ms ✓, progress: 31%
  2279. 2025-1-16 17:15:52-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (20ms)
  2280. 2025-1-16 17:15:52-debug: run build task 整理部分构建选项内数据到 settings.json success in 20 ms√, progress: 33%
  2281. 2025-1-16 17:15:52-debug: // ---- build task 填充脚本数据到 settings.json ----
  2282. 2025-1-16 17:15:52-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:204.00MB, end 204.06MB, increase: 69.89KB
  2283. 2025-1-16 17:15:52-debug: 填充脚本数据到 settings.json start, progress: 33%
  2284. 2025-1-16 17:15:52-debug: // ---- build task 填充脚本数据到 settings.json ---- (25ms)
  2285. 2025-1-16 17:15:52-debug: run build task 填充脚本数据到 settings.json success in 25 ms√, progress: 34%
  2286. 2025-1-16 17:15:52-debug: [Build Memory track]: 填充脚本数据到 settings.json start:204.10MB, end 204.19MB, increase: 91.86KB
  2287. 2025-1-16 17:15:52-debug: 整理部分构建选项内数据到 settings.json start, progress: 34%
  2288. 2025-1-16 17:15:52-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2289. 2025-1-16 17:15:52-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (26ms)
  2290. 2025-1-16 17:15:52-debug: run build task 整理部分构建选项内数据到 settings.json success in 26 ms√, progress: 36%
  2291. 2025-1-16 17:15:52-debug: wechatgame:(onBeforeCompressSettings) start..., progress: 36%
  2292. 2025-1-16 17:15:52-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:204.23MB, end 204.41MB, increase: 185.47KB
  2293. 2025-1-16 17:15:52-debug: // ---- build task wechatgame:onBeforeCompressSettings ----
  2294. 2025-1-16 17:15:52-debug: // ---- build task wechatgame:onBeforeCompressSettings ---- (21ms)
  2295. 2025-1-16 17:15:52-debug: wechatgame:(onBeforeCompressSettings) in 21 ms ✓, progress: 38%
  2296. 2025-1-16 17:15:52-debug: cocos-service:(onBeforeCompressSettings) start..., progress: 38%
  2297. 2025-1-16 17:15:52-debug: // ---- build task cocos-service:onBeforeCompressSettings ----
  2298. 2025-1-16 17:15:52-debug: // ---- build task cocos-service:onBeforeCompressSettings ---- (201ms)
  2299. 2025-1-16 17:15:52-debug: 整理静态模板文件 start, progress: 40%
  2300. 2025-1-16 17:15:52-debug: cocos-service:(onBeforeCompressSettings) in 201 ms ✓, progress: 40%
  2301. 2025-1-16 17:15:52-debug: // ---- build task 整理静态模板文件 ----
  2302. 2025-1-16 17:15:52-debug: // ---- build task 整理静态模板文件 ---- (95ms)
  2303. 2025-1-16 17:15:52-debug: run build task 整理静态模板文件 success in 95 ms√, progress: 45%
  2304. 2025-1-16 17:15:52-debug: // ---- build task cocos-service:onAfterCompressSettings ----
  2305. 2025-1-16 17:15:52-debug: [Build Memory track]: 整理静态模板文件 start:204.69MB, end 210.24MB, increase: 5.55MB
  2306. 2025-1-16 17:15:52-debug: cocos-service:(onAfterCompressSettings) start..., progress: 45%
  2307. 2025-1-16 17:15:52-debug: // ---- build task cocos-service:onAfterCompressSettings ---- (123ms)
  2308. 2025-1-16 17:15:52-debug: cocos-service:(onAfterCompressSettings) in 123 ms ✓, progress: 46%
  2309. 2025-1-16 17:15:52-debug: wechatgame:(onBeforeCopyBuildTemplate) start..., progress: 46%
  2310. 2025-1-16 17:15:52-debug: // ---- build task wechatgame:onBeforeCopyBuildTemplate ----
  2311. 2025-1-16 17:15:52-debug: // ---- build task wechatgame:onBeforeCopyBuildTemplate ---- (18ms)
  2312. 2025-1-16 17:15:52-debug: wechatgame:(onBeforeCopyBuildTemplate) in 18 ms ✓, progress: 48%
  2313. 2025-1-16 17:15:52-debug: wechatgame:(onAfterCopyBuildTemplate) start..., progress: 48%
  2314. 2025-1-16 17:15:52-debug: // ---- build task wechatgame:onAfterCopyBuildTemplate ----
  2315. 2025-1-16 17:15:52-debug: // ---- build task wechatgame:onAfterCopyBuildTemplate ---- (23ms)
  2316. 2025-1-16 17:15:52-debug: wechatgame:(onAfterCopyBuildTemplate) in 23 ms ✓, progress: 50%
  2317. 2025-1-16 17:15:52-debug: 给所有的资源加上 MD5 后缀 start, progress: 50%
  2318. 2025-1-16 17:15:52-debug: // ---- build task 给所有的资源加上 MD5 后缀 ----
  2319. 2025-1-16 17:15:52-debug: // ---- build task 给所有的资源加上 MD5 后缀 ---- (28ms)
  2320. 2025-1-16 17:15:52-debug: run build task 给所有的资源加上 MD5 后缀 success in 28 ms√, progress: 60%
  2321. 2025-1-16 17:15:52-debug: // ---- build task wechatgame:onAfterBuild ----
  2322. 2025-1-16 17:15:52-debug: [Build Memory track]: 给所有的资源加上 MD5 后缀 start:205.48MB, end 205.55MB, increase: 68.54KB
  2323. 2025-1-16 17:15:52-debug: wechatgame:(onAfterBuild) start..., progress: 60%
  2324. 2025-1-16 17:15:53-debug: wechatgame:(onAfterBuild) in 284 ms ✓, progress: 62%
  2325. 2025-1-16 17:15:53-debug: // ---- build task wechatgame:onAfterBuild ---- (284ms)
  2326. 2025-1-16 17:15:53-debug: cocos-service:(onAfterBuild) start..., progress: 62%
  2327. 2025-1-16 17:15:53-debug: // ---- build task cocos-service:onAfterBuild ----
  2328. 2025-1-16 17:15:53-debug: // ---- build task cocos-service:onAfterBuild ---- (63ms)
  2329. 2025-1-16 17:15:53-debug: cocos-service:(onAfterBuild) in 63 ms ✓, progress: 64%
  2330. 2025-1-16 17:15:53-debug: adsense-h5g-plugin:(onAfterBuild) start..., progress: 64%
  2331. 2025-1-16 17:15:53-debug: // ---- build task adsense-h5g-plugin:onAfterBuild ----
  2332. 2025-1-16 17:15:53-debug: // ---- build task adsense-h5g-plugin:onAfterBuild ---- (18ms)
  2333. 2025-1-16 17:15:53-debug: adsense-h5g-plugin:(onAfterBuild) in 18 ms ✓, progress: 65%
  2334. 2025-1-16 17:15:53-log: Asset DB is resume!
  2335. 2025-1-16 17:15:53-debug: builder:build-project-total (17218ms)
  2336. 2025-1-16 17:15:53-debug: build success in 17218!
  2337. 2025-1-16 17:15:53-debug: [Build Memory track]: builder:build-project-total start:171.94MB, end 205.96MB, increase: 34.02MB
  2338. 2025-1-16 17:15:53-debug: ================================ build Task (wechatgame-001) Finished in (17 s)ms ================================
  2339. 2025-1-16 17:15:53-debug: Stop record console. {file(D:\CocosCreatorProject\Idioms\idiom\temp\builder\log\wechatgame2025-1-16 17-15.log)}
  2340. 2025-1-16 17:15:54-debug: refresh db internal success
  2341. 2025-1-16 17:15:54-debug: Run asset db hook engine-extends:afterRefresh ...
  2342. 2025-1-16 17:15:54-debug: Run asset db hook engine-extends:afterRefresh success!
  2343. 2025-1-16 17:15:54-debug: refresh db assets success
  2344. 2025-1-16 17:15:54-debug: asset-db:worker-effect-data-processing (1ms)
  2345. 2025-1-16 17:15:54-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  2346. 2025-1-16 17:15:54-debug: asset-db:refresh-all-database (129ms)
  2347. 2025-1-16 17:16:14-debug: refresh db internal success
  2348. 2025-1-16 17:16:14-debug: refresh db assets success
  2349. 2025-1-16 17:16:14-debug: Run asset db hook engine-extends:afterRefresh ...
  2350. 2025-1-16 17:16:14-debug: Run asset db hook engine-extends:afterRefresh success!
  2351. 2025-1-16 17:16:14-debug: asset-db:refresh-all-database (114ms)
  2352. 2025-1-16 17:21:53-debug: refresh db internal success
  2353. 2025-1-16 17:21:53-debug: refresh db assets success
  2354. 2025-1-16 17:21:53-debug: Run asset db hook engine-extends:afterRefresh ...
  2355. 2025-1-16 17:21:53-debug: Run asset db hook engine-extends:afterRefresh success!
  2356. 2025-1-16 17:21:53-debug: asset-db:refresh-all-database (116ms)
  2357. 2025-1-16 17:21:53-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  2358. 2025-1-16 17:21:55-debug: Query all assets info in project
  2359. 2025-1-16 17:21:55-debug: init custom config: keepNodeUuid: false, useCache: true
  2360. 2025-1-16 17:21:55-debug: // ---- build task 查询 Asset Bundle ----
  2361. 2025-1-16 17:21:55-debug: 查询 Asset Bundle start, progress: 0%
  2362. 2025-1-16 17:21:55-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  2363. 2025-1-16 17:21:55-debug: Number of all scenes: 3
  2364. 2025-1-16 17:21:55-debug: Number of all scripts: 112
  2365. 2025-1-16 17:21:55-debug: Number of other assets: 986
  2366. 2025-1-16 17:21:55-debug: // ---- build task 查询 Asset Bundle ---- (15ms)
  2367. 2025-1-16 17:21:55-debug: run build task 查询 Asset Bundle success in 15 ms√, progress: 5%
  2368. 2025-1-16 17:21:55-debug: // ---- build task 查询 Asset Bundle ----
  2369. 2025-1-16 17:21:55-debug: [Build Memory track]: 查询 Asset Bundle start:210.97MB, end 210.91MB, increase: -61.23KB
  2370. 2025-1-16 17:21:55-debug: 查询 Asset Bundle start, progress: 5%
  2371. 2025-1-16 17:21:55-debug: // ---- build task 查询 Asset Bundle ---- (5ms)
  2372. 2025-1-16 17:21:55-debug: run build task 查询 Asset Bundle success in 5 ms√, progress: 10%
  2373. 2025-1-16 17:21:55-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2374. 2025-1-16 17:21:55-debug: [Build Memory track]: 查询 Asset Bundle start:210.94MB, end 211.16MB, increase: 218.32KB
  2375. 2025-1-16 17:21:55-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  2376. 2025-1-16 17:21:55-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (2ms)
  2377. 2025-1-16 17:21:55-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:211.41MB, end 211.45MB, increase: 31.07KB
  2378. 2025-1-16 17:21:55-debug: run build task 整理部分构建选项内数据到 settings.json success in 2 ms√, progress: 12%
  2379. 2025-1-16 17:21:55-debug: // ---- build task 填充脚本数据到 settings.json ----
  2380. 2025-1-16 17:21:55-debug: 填充脚本数据到 settings.json start, progress: 12%
  2381. 2025-1-16 17:21:55-debug: run build task 填充脚本数据到 settings.json success in √, progress: 13%
  2382. 2025-1-16 17:21:55-debug: [Build Memory track]: 填充脚本数据到 settings.json start:211.48MB, end 211.50MB, increase: 17.72KB
  2383. 2025-1-16 17:21:55-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  2384. 2025-1-16 17:21:55-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2385. 2025-1-16 17:21:55-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (4ms)
  2386. 2025-1-16 17:21:55-debug: run build task 整理部分构建选项内数据到 settings.json success in 4 ms√, progress: 15%
  2387. 2025-1-16 17:21:55-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:211.53MB, end 211.66MB, increase: 131.69KB
  2388. 2025-1-16 17:22:04-debug: refresh db internal success
  2389. 2025-1-16 17:22:04-debug: refresh db assets success
  2390. 2025-1-16 17:22:04-debug: Run asset db hook engine-extends:afterRefresh ...
  2391. 2025-1-16 17:22:04-debug: Run asset db hook engine-extends:afterRefresh success!
  2392. 2025-1-16 17:22:04-debug: asset-db:refresh-all-database (110ms)
  2393. 2025-1-16 17:22:04-debug: asset-db:worker-effect-data-processing (2ms)
  2394. 2025-1-16 17:22:04-debug: asset-db-hook-engine-extends-afterRefresh (2ms)
  2395. 2025-1-16 17:22:42-debug: refresh db internal success
  2396. 2025-1-16 17:22:42-debug: refresh db assets success
  2397. 2025-1-16 17:22:42-debug: Run asset db hook engine-extends:afterRefresh ...
  2398. 2025-1-16 17:22:42-debug: Run asset db hook engine-extends:afterRefresh success!
  2399. 2025-1-16 17:22:42-debug: asset-db:refresh-all-database (98ms)
  2400. 2025-1-16 17:22:42-debug: asset-db:worker-effect-data-processing (1ms)
  2401. 2025-1-16 17:22:42-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  2402. 2025-1-16 17:23:09-debug: refresh db internal success
  2403. 2025-1-16 17:23:09-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\hall\Hall.ts background: #aaff85; color: #000; color: #000;
  2404. 2025-1-16 17:23:09-debug: refresh db assets success
  2405. 2025-1-16 17:23:09-debug: Run asset db hook engine-extends:afterRefresh ...
  2406. 2025-1-16 17:23:09-debug: Run asset db hook engine-extends:afterRefresh success!
  2407. 2025-1-16 17:23:09-debug: asset-db:refresh-all-database (104ms)
  2408. 2025-1-16 17:23:09-debug: asset-db:worker-effect-data-processing (1ms)
  2409. 2025-1-16 17:23:09-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  2410. 2025-1-16 17:24:56-debug: refresh db internal success
  2411. 2025-1-16 17:24:56-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\game\PlayerData.ts background: #aaff85; color: #000; color: #000;
  2412. 2025-1-16 17:24:56-debug: refresh db assets success
  2413. 2025-1-16 17:24:56-debug: Run asset db hook engine-extends:afterRefresh ...
  2414. 2025-1-16 17:24:56-debug: Run asset db hook engine-extends:afterRefresh success!
  2415. 2025-1-16 17:24:56-debug: asset-db:refresh-all-database (295ms)
  2416. 2025-1-16 17:24:57-debug: Query all assets info in project
  2417. 2025-1-16 17:24:57-debug: init custom config: keepNodeUuid: false, useCache: true
  2418. 2025-1-16 17:24:57-debug: 查询 Asset Bundle start, progress: 0%
  2419. 2025-1-16 17:24:57-debug: // ---- build task 查询 Asset Bundle ----
  2420. 2025-1-16 17:24:57-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  2421. 2025-1-16 17:24:57-debug: Number of all scenes: 3
  2422. 2025-1-16 17:24:57-debug: Number of all scripts: 112
  2423. 2025-1-16 17:24:57-debug: Number of other assets: 986
  2424. 2025-1-16 17:24:57-debug: // ---- build task 查询 Asset Bundle ---- (20ms)
  2425. 2025-1-16 17:24:57-debug: run build task 查询 Asset Bundle success in 20 ms√, progress: 5%
  2426. 2025-1-16 17:24:57-debug: 查询 Asset Bundle start, progress: 5%
  2427. 2025-1-16 17:24:57-debug: [Build Memory track]: 查询 Asset Bundle start:219.02MB, end 218.85MB, increase: -171.54KB
  2428. 2025-1-16 17:24:57-debug: // ---- build task 查询 Asset Bundle ----
  2429. 2025-1-16 17:24:57-debug: // ---- build task 查询 Asset Bundle ---- (10ms)
  2430. 2025-1-16 17:24:57-debug: run build task 查询 Asset Bundle success in 10 ms√, progress: 10%
  2431. 2025-1-16 17:24:57-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  2432. 2025-1-16 17:24:57-debug: [Build Memory track]: 查询 Asset Bundle start:218.88MB, end 219.09MB, increase: 213.85KB
  2433. 2025-1-16 17:24:57-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2434. 2025-1-16 17:24:57-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (1ms)
  2435. 2025-1-16 17:24:57-debug: run build task 整理部分构建选项内数据到 settings.json success in 1 ms√, progress: 12%
  2436. 2025-1-16 17:24:57-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:219.13MB, end 219.16MB, increase: 37.35KB
  2437. 2025-1-16 17:24:57-debug: 填充脚本数据到 settings.json start, progress: 12%
  2438. 2025-1-16 17:24:57-debug: // ---- build task 填充脚本数据到 settings.json ----
  2439. 2025-1-16 17:24:57-debug: run build task 填充脚本数据到 settings.json success in √, progress: 13%
  2440. 2025-1-16 17:24:57-debug: [Build Memory track]: 填充脚本数据到 settings.json start:219.20MB, end 219.21MB, increase: 17.39KB
  2441. 2025-1-16 17:24:57-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2442. 2025-1-16 17:24:57-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  2443. 2025-1-16 17:24:57-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (4ms)
  2444. 2025-1-16 17:24:57-debug: run build task 整理部分构建选项内数据到 settings.json success in 4 ms√, progress: 15%
  2445. 2025-1-16 17:24:57-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:219.25MB, end 219.38MB, increase: 131.95KB
  2446. 2025-1-16 17:24:58-debug: Query all assets info in project
  2447. 2025-1-16 17:24:58-debug: init custom config: keepNodeUuid: false, useCache: true
  2448. 2025-1-16 17:24:58-debug: 查询 Asset Bundle start, progress: 0%
  2449. 2025-1-16 17:24:58-debug: // ---- build task 查询 Asset Bundle ----
  2450. 2025-1-16 17:24:58-debug: Number of all scenes: 3
  2451. 2025-1-16 17:24:58-debug: Number of all scripts: 112
  2452. 2025-1-16 17:24:58-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  2453. 2025-1-16 17:24:58-debug: Number of other assets: 986
  2454. 2025-1-16 17:24:58-debug: // ---- build task 查询 Asset Bundle ---- (15ms)
  2455. 2025-1-16 17:24:58-debug: run build task 查询 Asset Bundle success in 15 ms√, progress: 5%
  2456. 2025-1-16 17:24:58-debug: [Build Memory track]: 查询 Asset Bundle start:220.57MB, end 220.55MB, increase: -23.60KB
  2457. 2025-1-16 17:24:58-debug: 查询 Asset Bundle start, progress: 5%
  2458. 2025-1-16 17:24:58-debug: // ---- build task 查询 Asset Bundle ----
  2459. 2025-1-16 17:24:58-debug: // ---- build task 查询 Asset Bundle ---- (3ms)
  2460. 2025-1-16 17:24:58-debug: run build task 查询 Asset Bundle success in 3 ms√, progress: 10%
  2461. 2025-1-16 17:24:58-debug: [Build Memory track]: 查询 Asset Bundle start:220.58MB, end 219.07MB, increase: -1548.23KB
  2462. 2025-1-16 17:24:58-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  2463. 2025-1-16 17:24:58-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2464. 2025-1-16 17:24:58-debug: run build task 整理部分构建选项内数据到 settings.json success in √, progress: 12%
  2465. 2025-1-16 17:24:58-debug: 填充脚本数据到 settings.json start, progress: 12%
  2466. 2025-1-16 17:24:58-debug: // ---- build task 填充脚本数据到 settings.json ----
  2467. 2025-1-16 17:24:58-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:219.10MB, end 219.12MB, increase: 17.38KB
  2468. 2025-1-16 17:24:58-debug: run build task 填充脚本数据到 settings.json success in √, progress: 13%
  2469. 2025-1-16 17:24:58-debug: [Build Memory track]: 填充脚本数据到 settings.json start:219.15MB, end 219.17MB, increase: 18.86KB
  2470. 2025-1-16 17:24:58-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2471. 2025-1-16 17:24:58-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  2472. 2025-1-16 17:24:58-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (3ms)
  2473. 2025-1-16 17:24:58-debug: run build task 整理部分构建选项内数据到 settings.json success in 3 ms√, progress: 15%
  2474. 2025-1-16 17:24:58-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:219.21MB, end 219.34MB, increase: 132.16KB
  2475. 2025-1-16 17:25:12-debug: Query all assets info in project
  2476. 2025-1-16 17:25:12-debug: init custom config: keepNodeUuid: false, useCache: true
  2477. 2025-1-16 17:25:12-debug: 查询 Asset Bundle start, progress: 0%
  2478. 2025-1-16 17:25:12-debug: // ---- build task 查询 Asset Bundle ----
  2479. 2025-1-16 17:25:12-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  2480. 2025-1-16 17:25:12-debug: Number of all scripts: 112
  2481. 2025-1-16 17:25:12-debug: Number of other assets: 986
  2482. 2025-1-16 17:25:12-debug: Number of all scenes: 3
  2483. 2025-1-16 17:25:12-debug: // ---- build task 查询 Asset Bundle ---- (13ms)
  2484. 2025-1-16 17:25:12-debug: run build task 查询 Asset Bundle success in 13 ms√, progress: 5%
  2485. 2025-1-16 17:25:12-debug: [Build Memory track]: 查询 Asset Bundle start:219.28MB, end 219.25MB, increase: -31.32KB
  2486. 2025-1-16 17:25:12-debug: 查询 Asset Bundle start, progress: 5%
  2487. 2025-1-16 17:25:12-debug: // ---- build task 查询 Asset Bundle ----
  2488. 2025-1-16 17:25:12-debug: // ---- build task 查询 Asset Bundle ---- (3ms)
  2489. 2025-1-16 17:25:12-debug: run build task 查询 Asset Bundle success in 3 ms√, progress: 10%
  2490. 2025-1-16 17:25:12-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2491. 2025-1-16 17:25:12-debug: [Build Memory track]: 查询 Asset Bundle start:219.28MB, end 219.49MB, increase: 215.64KB
  2492. 2025-1-16 17:25:12-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  2493. 2025-1-16 17:25:12-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (-1ms)
  2494. 2025-1-16 17:25:12-debug: run build task 整理部分构建选项内数据到 settings.json success in -1 h -1 min -1 s√, progress: 12%
  2495. 2025-1-16 17:25:12-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:219.53MB, end 219.55MB, increase: 29.50KB
  2496. 2025-1-16 17:25:12-debug: // ---- build task 填充脚本数据到 settings.json ----
  2497. 2025-1-16 17:25:12-debug: 填充脚本数据到 settings.json start, progress: 12%
  2498. 2025-1-16 17:25:12-debug: run build task 填充脚本数据到 settings.json success in √, progress: 13%
  2499. 2025-1-16 17:25:12-debug: [Build Memory track]: 填充脚本数据到 settings.json start:219.59MB, end 219.61MB, increase: 18.76KB
  2500. 2025-1-16 17:25:12-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  2501. 2025-1-16 17:25:12-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2502. 2025-1-16 17:25:12-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (1ms)
  2503. 2025-1-16 17:25:12-debug: run build task 整理部分构建选项内数据到 settings.json success in 1 ms√, progress: 15%
  2504. 2025-1-16 17:25:12-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:219.64MB, end 219.77MB, increase: 135.92KB
  2505. 2025-1-16 17:25:22-debug: Query all assets info in project
  2506. 2025-1-16 17:25:22-debug: init custom config: keepNodeUuid: false, useCache: true
  2507. 2025-1-16 17:25:22-debug: 查询 Asset Bundle start, progress: 0%
  2508. 2025-1-16 17:25:22-debug: // ---- build task 查询 Asset Bundle ----
  2509. 2025-1-16 17:25:22-debug: Number of all scenes: 3
  2510. 2025-1-16 17:25:22-debug: Number of all scripts: 112
  2511. 2025-1-16 17:25:22-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  2512. 2025-1-16 17:25:22-debug: Number of other assets: 986
  2513. 2025-1-16 17:25:22-debug: // ---- build task 查询 Asset Bundle ---- (19ms)
  2514. 2025-1-16 17:25:22-debug: run build task 查询 Asset Bundle success in 19 ms√, progress: 5%
  2515. 2025-1-16 17:25:22-debug: [Build Memory track]: 查询 Asset Bundle start:220.35MB, end 220.29MB, increase: -71.13KB
  2516. 2025-1-16 17:25:22-debug: 查询 Asset Bundle start, progress: 5%
  2517. 2025-1-16 17:25:22-debug: // ---- build task 查询 Asset Bundle ----
  2518. 2025-1-16 17:25:22-debug: // ---- build task 查询 Asset Bundle ---- (6ms)
  2519. 2025-1-16 17:25:22-debug: run build task 查询 Asset Bundle success in 6 ms√, progress: 10%
  2520. 2025-1-16 17:25:22-debug: [Build Memory track]: 查询 Asset Bundle start:220.32MB, end 219.64MB, increase: -699.39KB
  2521. 2025-1-16 17:25:22-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  2522. 2025-1-16 17:25:22-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2523. 2025-1-16 17:25:22-debug: run build task 整理部分构建选项内数据到 settings.json success in √, progress: 12%
  2524. 2025-1-16 17:25:22-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:219.67MB, end 219.69MB, increase: 19.32KB
  2525. 2025-1-16 17:25:22-debug: 填充脚本数据到 settings.json start, progress: 12%
  2526. 2025-1-16 17:25:22-debug: // ---- build task 填充脚本数据到 settings.json ----
  2527. 2025-1-16 17:25:22-debug: run build task 填充脚本数据到 settings.json success in √, progress: 13%
  2528. 2025-1-16 17:25:22-debug: [Build Memory track]: 填充脚本数据到 settings.json start:219.72MB, end 219.74MB, increase: 18.67KB
  2529. 2025-1-16 17:25:22-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  2530. 2025-1-16 17:25:22-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2531. 2025-1-16 17:25:22-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (8ms)
  2532. 2025-1-16 17:25:22-debug: run build task 整理部分构建选项内数据到 settings.json success in 8 ms√, progress: 15%
  2533. 2025-1-16 17:25:22-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:219.77MB, end 219.90MB, increase: 130.31KB
  2534. 2025-1-16 17:25:26-debug: Query all assets info in project
  2535. 2025-1-16 17:25:26-debug: init custom config: keepNodeUuid: false, useCache: true
  2536. 2025-1-16 17:25:26-debug: 查询 Asset Bundle start, progress: 0%
  2537. 2025-1-16 17:25:26-debug: // ---- build task 查询 Asset Bundle ----
  2538. 2025-1-16 17:25:26-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  2539. 2025-1-16 17:25:26-debug: Number of all scripts: 112
  2540. 2025-1-16 17:25:26-debug: Number of other assets: 986
  2541. 2025-1-16 17:25:26-debug: Number of all scenes: 3
  2542. 2025-1-16 17:25:26-debug: // ---- build task 查询 Asset Bundle ---- (10ms)
  2543. 2025-1-16 17:25:26-debug: run build task 查询 Asset Bundle success in 10 ms√, progress: 5%
  2544. 2025-1-16 17:25:26-debug: [Build Memory track]: 查询 Asset Bundle start:219.77MB, end 220.54MB, increase: 783.41KB
  2545. 2025-1-16 17:25:26-debug: 查询 Asset Bundle start, progress: 5%
  2546. 2025-1-16 17:25:26-debug: // ---- build task 查询 Asset Bundle ----
  2547. 2025-1-16 17:25:26-debug: run build task 查询 Asset Bundle success in 3 ms√, progress: 10%
  2548. 2025-1-16 17:25:26-debug: [Build Memory track]: 查询 Asset Bundle start:220.57MB, end 219.90MB, increase: -688.98KB
  2549. 2025-1-16 17:25:26-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2550. 2025-1-16 17:25:26-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  2551. 2025-1-16 17:25:26-debug: // ---- build task 查询 Asset Bundle ---- (3ms)
  2552. 2025-1-16 17:25:26-debug: run build task 整理部分构建选项内数据到 settings.json success in √, progress: 12%
  2553. 2025-1-16 17:25:26-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:219.93MB, end 219.95MB, increase: 19.01KB
  2554. 2025-1-16 17:25:26-debug: // ---- build task 填充脚本数据到 settings.json ----
  2555. 2025-1-16 17:25:26-debug: 填充脚本数据到 settings.json start, progress: 12%
  2556. 2025-1-16 17:25:26-debug: // ---- build task 填充脚本数据到 settings.json ---- (1ms)
  2557. 2025-1-16 17:25:26-debug: run build task 填充脚本数据到 settings.json success in 1 ms√, progress: 13%
  2558. 2025-1-16 17:25:26-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2559. 2025-1-16 17:25:26-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  2560. 2025-1-16 17:25:26-debug: [Build Memory track]: 填充脚本数据到 settings.json start:219.98MB, end 220.01MB, increase: 28.60KB
  2561. 2025-1-16 17:25:26-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (4ms)
  2562. 2025-1-16 17:25:26-debug: run build task 整理部分构建选项内数据到 settings.json success in 4 ms√, progress: 15%
  2563. 2025-1-16 17:25:26-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:220.04MB, end 220.17MB, increase: 132.25KB
  2564. 2025-1-16 17:25:31-debug: Query all assets info in project
  2565. 2025-1-16 17:25:31-debug: init custom config: keepNodeUuid: false, useCache: true
  2566. 2025-1-16 17:25:31-debug: 查询 Asset Bundle start, progress: 0%
  2567. 2025-1-16 17:25:31-debug: // ---- build task 查询 Asset Bundle ----
  2568. 2025-1-16 17:25:31-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  2569. 2025-1-16 17:25:31-debug: Number of all scripts: 112
  2570. 2025-1-16 17:25:31-debug: Number of other assets: 986
  2571. 2025-1-16 17:25:31-debug: Number of all scenes: 3
  2572. 2025-1-16 17:25:31-debug: // ---- build task 查询 Asset Bundle ---- (17ms)
  2573. 2025-1-16 17:25:31-debug: run build task 查询 Asset Bundle success in 17 ms√, progress: 5%
  2574. 2025-1-16 17:25:31-debug: [Build Memory track]: 查询 Asset Bundle start:220.00MB, end 219.95MB, increase: -45.42KB
  2575. 2025-1-16 17:25:31-debug: // ---- build task 查询 Asset Bundle ----
  2576. 2025-1-16 17:25:31-debug: 查询 Asset Bundle start, progress: 5%
  2577. 2025-1-16 17:25:31-debug: // ---- build task 查询 Asset Bundle ---- (7ms)
  2578. 2025-1-16 17:25:31-debug: run build task 查询 Asset Bundle success in 7 ms√, progress: 10%
  2579. 2025-1-16 17:25:31-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2580. 2025-1-16 17:25:31-debug: [Build Memory track]: 查询 Asset Bundle start:219.99MB, end 220.20MB, increase: 215.57KB
  2581. 2025-1-16 17:25:31-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  2582. 2025-1-16 17:25:31-debug: run build task 整理部分构建选项内数据到 settings.json success in √, progress: 12%
  2583. 2025-1-16 17:25:31-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:220.23MB, end 220.25MB, increase: 19.98KB
  2584. 2025-1-16 17:25:31-debug: 填充脚本数据到 settings.json start, progress: 12%
  2585. 2025-1-16 17:25:31-debug: // ---- build task 填充脚本数据到 settings.json ----
  2586. 2025-1-16 17:25:31-debug: run build task 填充脚本数据到 settings.json success in √, progress: 13%
  2587. 2025-1-16 17:25:31-debug: [Build Memory track]: 填充脚本数据到 settings.json start:220.28MB, end 220.30MB, increase: 16.86KB
  2588. 2025-1-16 17:25:31-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2589. 2025-1-16 17:25:31-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  2590. 2025-1-16 17:25:31-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (6ms)
  2591. 2025-1-16 17:25:31-debug: run build task 整理部分构建选项内数据到 settings.json success in 6 ms√, progress: 15%
  2592. 2025-1-16 17:25:31-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:220.33MB, end 220.62MB, increase: 295.99KB
  2593. 2025-1-16 17:25:35-debug: refresh db internal success
  2594. 2025-1-16 17:25:35-debug: Run asset db hook engine-extends:afterRefresh ...
  2595. 2025-1-16 17:25:35-debug: Run asset db hook engine-extends:afterRefresh success!
  2596. 2025-1-16 17:25:35-debug: refresh db assets success
  2597. 2025-1-16 17:25:35-debug: asset-db:refresh-all-database (95ms)
  2598. 2025-1-16 17:25:35-debug: asset-db:worker-effect-data-processing (-1ms)
  2599. 2025-1-16 17:25:35-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  2600. 2025-1-16 17:25:36-debug: Query all assets info in project
  2601. 2025-1-16 17:25:36-debug: init custom config: keepNodeUuid: false, useCache: true
  2602. 2025-1-16 17:25:36-debug: 查询 Asset Bundle start, progress: 0%
  2603. 2025-1-16 17:25:36-debug: // ---- build task 查询 Asset Bundle ----
  2604. 2025-1-16 17:25:36-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  2605. 2025-1-16 17:25:36-debug: Number of all scenes: 3
  2606. 2025-1-16 17:25:36-debug: Number of all scripts: 112
  2607. 2025-1-16 17:25:36-debug: Number of other assets: 986
  2608. 2025-1-16 17:25:36-debug: // ---- build task 查询 Asset Bundle ---- (7ms)
  2609. 2025-1-16 17:25:36-debug: run build task 查询 Asset Bundle success in 7 ms√, progress: 5%
  2610. 2025-1-16 17:25:36-debug: [Build Memory track]: 查询 Asset Bundle start:221.36MB, end 221.32MB, increase: -44.29KB
  2611. 2025-1-16 17:25:36-debug: // ---- build task 查询 Asset Bundle ----
  2612. 2025-1-16 17:25:36-debug: 查询 Asset Bundle start, progress: 5%
  2613. 2025-1-16 17:25:36-debug: // ---- build task 查询 Asset Bundle ---- (2ms)
  2614. 2025-1-16 17:25:36-debug: run build task 查询 Asset Bundle success in 2 ms√, progress: 10%
  2615. 2025-1-16 17:25:36-debug: [Build Memory track]: 查询 Asset Bundle start:221.35MB, end 221.54MB, increase: 194.97KB
  2616. 2025-1-16 17:25:36-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  2617. 2025-1-16 17:25:36-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2618. 2025-1-16 17:25:36-debug: run build task 整理部分构建选项内数据到 settings.json success in √, progress: 12%
  2619. 2025-1-16 17:25:36-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:221.58MB, end 221.60MB, increase: 18.71KB
  2620. 2025-1-16 17:25:36-debug: // ---- build task 填充脚本数据到 settings.json ----
  2621. 2025-1-16 17:25:36-debug: 填充脚本数据到 settings.json start, progress: 12%
  2622. 2025-1-16 17:25:36-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  2623. 2025-1-16 17:25:36-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2624. 2025-1-16 17:25:36-debug: [Build Memory track]: 填充脚本数据到 settings.json start:221.63MB, end 221.66MB, increase: 28.27KB
  2625. 2025-1-16 17:25:36-debug: run build task 填充脚本数据到 settings.json success in 1 ms√, progress: 13%
  2626. 2025-1-16 17:25:36-debug: // ---- build task 填充脚本数据到 settings.json ---- (1ms)
  2627. 2025-1-16 17:25:36-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (10ms)
  2628. 2025-1-16 17:25:36-debug: run build task 整理部分构建选项内数据到 settings.json success in 10 ms√, progress: 15%
  2629. 2025-1-16 17:25:36-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:221.69MB, end 221.82MB, increase: 132.69KB
  2630. 2025-1-16 17:25:43-debug: refresh db internal success
  2631. 2025-1-16 17:25:43-debug: refresh db assets success
  2632. 2025-1-16 17:25:43-debug: Run asset db hook engine-extends:afterRefresh ...
  2633. 2025-1-16 17:25:43-debug: Run asset db hook engine-extends:afterRefresh success!
  2634. 2025-1-16 17:25:43-debug: asset-db:refresh-all-database (93ms)
  2635. 2025-1-16 17:25:58-debug: refresh db internal success
  2636. 2025-1-16 17:25:58-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\game\PlayerData.ts background: #aaff85; color: #000; color: #000;
  2637. 2025-1-16 17:25:59-debug: refresh db assets success
  2638. 2025-1-16 17:25:59-debug: Run asset db hook engine-extends:afterRefresh ...
  2639. 2025-1-16 17:25:59-debug: Run asset db hook engine-extends:afterRefresh success!
  2640. 2025-1-16 17:25:59-debug: asset-db:refresh-all-database (324ms)
  2641. 2025-1-16 17:25:59-debug: asset-db:worker-effect-data-processing (2ms)
  2642. 2025-1-16 17:25:59-debug: asset-db-hook-engine-extends-afterRefresh (2ms)
  2643. 2025-1-16 17:25:59-debug: Query all assets info in project
  2644. 2025-1-16 17:25:59-debug: init custom config: keepNodeUuid: false, useCache: true
  2645. 2025-1-16 17:25:59-debug: 查询 Asset Bundle start, progress: 0%
  2646. 2025-1-16 17:25:59-debug: // ---- build task 查询 Asset Bundle ----
  2647. 2025-1-16 17:25:59-debug: Number of all scenes: 3
  2648. 2025-1-16 17:25:59-debug: Number of all scripts: 112
  2649. 2025-1-16 17:25:59-debug: Number of other assets: 986
  2650. 2025-1-16 17:25:59-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  2651. 2025-1-16 17:25:59-debug: // ---- build task 查询 Asset Bundle ---- (18ms)
  2652. 2025-1-16 17:25:59-debug: run build task 查询 Asset Bundle success in 18 ms√, progress: 5%
  2653. 2025-1-16 17:25:59-debug: [Build Memory track]: 查询 Asset Bundle start:225.90MB, end 225.38MB, increase: -532.54KB
  2654. 2025-1-16 17:25:59-debug: // ---- build task 查询 Asset Bundle ----
  2655. 2025-1-16 17:25:59-debug: 查询 Asset Bundle start, progress: 5%
  2656. 2025-1-16 17:25:59-debug: // ---- build task 查询 Asset Bundle ---- (7ms)
  2657. 2025-1-16 17:25:59-debug: run build task 查询 Asset Bundle success in 7 ms√, progress: 10%
  2658. 2025-1-16 17:25:59-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2659. 2025-1-16 17:25:59-debug: [Build Memory track]: 查询 Asset Bundle start:225.41MB, end 225.60MB, increase: 194.79KB
  2660. 2025-1-16 17:25:59-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  2661. 2025-1-16 17:25:59-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (2ms)
  2662. 2025-1-16 17:25:59-debug: run build task 整理部分构建选项内数据到 settings.json success in 2 ms√, progress: 12%
  2663. 2025-1-16 17:25:59-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:225.64MB, end 225.67MB, increase: 29.25KB
  2664. 2025-1-16 17:25:59-debug: 填充脚本数据到 settings.json start, progress: 12%
  2665. 2025-1-16 17:25:59-debug: // ---- build task 填充脚本数据到 settings.json ----
  2666. 2025-1-16 17:25:59-debug: // ---- build task 填充脚本数据到 settings.json ---- (2ms)
  2667. 2025-1-16 17:25:59-debug: run build task 填充脚本数据到 settings.json success in 2 ms√, progress: 13%
  2668. 2025-1-16 17:25:59-debug: [Build Memory track]: 填充脚本数据到 settings.json start:225.70MB, end 225.73MB, increase: 28.49KB
  2669. 2025-1-16 17:25:59-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  2670. 2025-1-16 17:25:59-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2671. 2025-1-16 17:25:59-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (6ms)
  2672. 2025-1-16 17:25:59-debug: run build task 整理部分构建选项内数据到 settings.json success in 6 ms√, progress: 15%
  2673. 2025-1-16 17:25:59-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:225.76MB, end 225.89MB, increase: 133.69KB
  2674. 2025-1-16 17:26:00-debug: Query all assets info in project
  2675. 2025-1-16 17:26:00-debug: init custom config: keepNodeUuid: false, useCache: true
  2676. 2025-1-16 17:26:00-debug: 查询 Asset Bundle start, progress: 0%
  2677. 2025-1-16 17:26:00-debug: // ---- build task 查询 Asset Bundle ----
  2678. 2025-1-16 17:26:00-debug: Number of all scripts: 112
  2679. 2025-1-16 17:26:00-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  2680. 2025-1-16 17:26:00-debug: Number of other assets: 986
  2681. 2025-1-16 17:26:00-debug: Number of all scenes: 3
  2682. 2025-1-16 17:26:00-debug: // ---- build task 查询 Asset Bundle ---- (16ms)
  2683. 2025-1-16 17:26:00-debug: run build task 查询 Asset Bundle success in 16 ms√, progress: 5%
  2684. 2025-1-16 17:26:00-debug: // ---- build task 查询 Asset Bundle ----
  2685. 2025-1-16 17:26:00-debug: [Build Memory track]: 查询 Asset Bundle start:225.28MB, end 225.16MB, increase: -121.84KB
  2686. 2025-1-16 17:26:00-debug: 查询 Asset Bundle start, progress: 5%
  2687. 2025-1-16 17:26:00-debug: // ---- build task 查询 Asset Bundle ---- (4ms)
  2688. 2025-1-16 17:26:00-debug: run build task 查询 Asset Bundle success in 4 ms√, progress: 10%
  2689. 2025-1-16 17:26:00-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  2690. 2025-1-16 17:26:00-debug: [Build Memory track]: 查询 Asset Bundle start:225.19MB, end 225.38MB, increase: 194.20KB
  2691. 2025-1-16 17:26:00-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2692. 2025-1-16 17:26:00-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (1ms)
  2693. 2025-1-16 17:26:00-debug: run build task 整理部分构建选项内数据到 settings.json success in 1 ms√, progress: 12%
  2694. 2025-1-16 17:26:00-debug: // ---- build task 填充脚本数据到 settings.json ----
  2695. 2025-1-16 17:26:00-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:225.42MB, end 225.45MB, increase: 30.48KB
  2696. 2025-1-16 17:26:00-debug: 填充脚本数据到 settings.json start, progress: 12%
  2697. 2025-1-16 17:26:00-debug: // ---- build task 填充脚本数据到 settings.json ---- (1ms)
  2698. 2025-1-16 17:26:00-debug: run build task 填充脚本数据到 settings.json success in 1 ms√, progress: 13%
  2699. 2025-1-16 17:26:00-debug: [Build Memory track]: 填充脚本数据到 settings.json start:225.48MB, end 225.51MB, increase: 28.73KB
  2700. 2025-1-16 17:26:00-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2701. 2025-1-16 17:26:00-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  2702. 2025-1-16 17:26:00-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (4ms)
  2703. 2025-1-16 17:26:00-debug: run build task 整理部分构建选项内数据到 settings.json success in 4 ms√, progress: 15%
  2704. 2025-1-16 17:26:00-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:225.54MB, end 225.68MB, increase: 144.32KB
  2705. 2025-1-16 17:26:12-debug: refresh db internal success
  2706. 2025-1-16 17:26:12-debug: refresh db assets success
  2707. 2025-1-16 17:26:12-debug: Run asset db hook engine-extends:afterRefresh ...
  2708. 2025-1-16 17:26:12-debug: Run asset db hook engine-extends:afterRefresh success!
  2709. 2025-1-16 17:26:12-debug: asset-db:refresh-all-database (121ms)
  2710. 2025-1-16 17:26:12-debug: asset-db:worker-effect-data-processing (10ms)
  2711. 2025-1-16 17:26:12-debug: asset-db-hook-engine-extends-afterRefresh (10ms)
  2712. 2025-1-16 17:26:25-debug: refresh db internal success
  2713. 2025-1-16 17:26:25-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\hall\Hall.ts background: #aaff85; color: #000; color: #000;
  2714. 2025-1-16 17:26:25-debug: refresh db assets success
  2715. 2025-1-16 17:26:25-debug: Run asset db hook engine-extends:afterRefresh ...
  2716. 2025-1-16 17:26:25-debug: Run asset db hook engine-extends:afterRefresh success!
  2717. 2025-1-16 17:26:25-debug: asset-db:refresh-all-database (105ms)
  2718. 2025-1-16 17:26:25-debug: asset-db:worker-effect-data-processing (1ms)
  2719. 2025-1-16 17:26:25-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  2720. 2025-1-16 17:26:26-debug: Query all assets info in project
  2721. 2025-1-16 17:26:26-debug: init custom config: keepNodeUuid: false, useCache: true
  2722. 2025-1-16 17:26:26-debug: 查询 Asset Bundle start, progress: 0%
  2723. 2025-1-16 17:26:26-debug: // ---- build task 查询 Asset Bundle ----
  2724. 2025-1-16 17:26:26-debug: Number of all scenes: 3
  2725. 2025-1-16 17:26:26-debug: Number of all scripts: 112
  2726. 2025-1-16 17:26:26-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  2727. 2025-1-16 17:26:26-debug: Number of other assets: 986
  2728. 2025-1-16 17:26:26-debug: // ---- build task 查询 Asset Bundle ---- (11ms)
  2729. 2025-1-16 17:26:26-debug: run build task 查询 Asset Bundle success in 11 ms√, progress: 5%
  2730. 2025-1-16 17:26:26-debug: [Build Memory track]: 查询 Asset Bundle start:203.45MB, end 202.99MB, increase: -466.08KB
  2731. 2025-1-16 17:26:26-debug: // ---- build task 查询 Asset Bundle ----
  2732. 2025-1-16 17:26:26-debug: 查询 Asset Bundle start, progress: 5%
  2733. 2025-1-16 17:26:26-debug: // ---- build task 查询 Asset Bundle ---- (4ms)
  2734. 2025-1-16 17:26:26-debug: run build task 查询 Asset Bundle success in 4 ms√, progress: 10%
  2735. 2025-1-16 17:26:26-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2736. 2025-1-16 17:26:26-debug: [Build Memory track]: 查询 Asset Bundle start:203.02MB, end 203.22MB, increase: 197.68KB
  2737. 2025-1-16 17:26:26-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  2738. 2025-1-16 17:26:26-debug: run build task 整理部分构建选项内数据到 settings.json success in 1 ms√, progress: 12%
  2739. 2025-1-16 17:26:26-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:203.25MB, end 203.28MB, increase: 28.36KB
  2740. 2025-1-16 17:26:26-debug: 填充脚本数据到 settings.json start, progress: 12%
  2741. 2025-1-16 17:26:26-debug: // ---- build task 填充脚本数据到 settings.json ----
  2742. 2025-1-16 17:26:26-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (1ms)
  2743. 2025-1-16 17:26:26-debug: // ---- build task 填充脚本数据到 settings.json ---- (2ms)
  2744. 2025-1-16 17:26:26-debug: run build task 填充脚本数据到 settings.json success in 2 ms√, progress: 13%
  2745. 2025-1-16 17:26:26-debug: [Build Memory track]: 填充脚本数据到 settings.json start:203.31MB, end 203.34MB, increase: 30.58KB
  2746. 2025-1-16 17:26:26-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2747. 2025-1-16 17:26:26-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  2748. 2025-1-16 17:26:26-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (6ms)
  2749. 2025-1-16 17:26:26-debug: run build task 整理部分构建选项内数据到 settings.json success in 6 ms√, progress: 15%
  2750. 2025-1-16 17:26:26-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:203.38MB, end 203.50MB, increase: 132.27KB
  2751. 2025-1-16 17:26:33-debug: refresh db internal success
  2752. 2025-1-16 17:26:33-debug: refresh db assets success
  2753. 2025-1-16 17:26:33-debug: Run asset db hook engine-extends:afterRefresh ...
  2754. 2025-1-16 17:26:33-debug: Run asset db hook engine-extends:afterRefresh success!
  2755. 2025-1-16 17:26:33-debug: asset-db:refresh-all-database (104ms)
  2756. 2025-1-16 17:26:33-debug: asset-db-hook-engine-extends-afterRefresh (2ms)
  2757. 2025-1-16 17:26:33-debug: asset-db:worker-effect-data-processing (2ms)
  2758. 2025-1-16 17:26:46-debug: refresh db internal success
  2759. 2025-1-16 17:26:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\hall\Hall.ts background: #aaff85; color: #000; color: #000;
  2760. 2025-1-16 17:26:46-debug: refresh db assets success
  2761. 2025-1-16 17:26:46-debug: Run asset db hook engine-extends:afterRefresh ...
  2762. 2025-1-16 17:26:46-debug: Run asset db hook engine-extends:afterRefresh success!
  2763. 2025-1-16 17:26:46-debug: asset-db:refresh-all-database (104ms)
  2764. 2025-1-16 17:26:46-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  2765. 2025-1-16 17:27:14-debug: refresh db internal success
  2766. 2025-1-16 17:27:14-debug: refresh db assets success
  2767. 2025-1-16 17:27:14-debug: Run asset db hook engine-extends:afterRefresh ...
  2768. 2025-1-16 17:27:14-debug: Run asset db hook engine-extends:afterRefresh success!
  2769. 2025-1-16 17:27:14-debug: asset-db:refresh-all-database (121ms)
  2770. 2025-1-16 17:27:14-debug: asset-db:worker-effect-data-processing (1ms)
  2771. 2025-1-16 17:27:14-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  2772. 2025-1-16 17:27:18-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  2773. 2025-1-16 17:27:18-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (21ms)
  2774. 2025-1-16 17:27:18-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  2775. 2025-1-16 17:27:18-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (13ms)
  2776. 2025-1-16 17:27:19-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  2777. 2025-1-16 17:27:19-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (20ms)
  2778. 2025-1-16 17:28:00-debug: refresh db internal success
  2779. 2025-1-16 17:28:00-debug: refresh db assets success
  2780. 2025-1-16 17:28:00-debug: Run asset db hook engine-extends:afterRefresh ...
  2781. 2025-1-16 17:28:00-debug: Run asset db hook engine-extends:afterRefresh success!
  2782. 2025-1-16 17:28:00-debug: asset-db:refresh-all-database (274ms)
  2783. 2025-1-16 17:28:00-debug: asset-db:worker-effect-data-processing (3ms)
  2784. 2025-1-16 17:28:00-debug: asset-db-hook-engine-extends-afterRefresh (3ms)
  2785. 2025-1-16 17:28:03-debug: refresh db internal success
  2786. 2025-1-16 17:28:03-debug: refresh db assets success
  2787. 2025-1-16 17:28:03-debug: Run asset db hook engine-extends:afterRefresh success!
  2788. 2025-1-16 17:28:03-debug: Run asset db hook engine-extends:afterRefresh ...
  2789. 2025-1-16 17:28:03-debug: asset-db:worker-effect-data-processing (3ms)
  2790. 2025-1-16 17:28:03-debug: asset-db-hook-engine-extends-afterRefresh (3ms)
  2791. 2025-1-16 17:28:03-debug: asset-db:refresh-all-database (278ms)
  2792. 2025-1-16 17:28:31-debug: refresh db internal success
  2793. 2025-1-16 17:28:31-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\hall\Hall.ts background: #aaff85; color: #000; color: #000;
  2794. 2025-1-16 17:28:31-debug: refresh db assets success
  2795. 2025-1-16 17:28:31-debug: Run asset db hook engine-extends:afterRefresh ...
  2796. 2025-1-16 17:28:31-debug: Run asset db hook engine-extends:afterRefresh success!
  2797. 2025-1-16 17:28:31-debug: asset-db:refresh-all-database (346ms)
  2798. 2025-1-16 17:28:31-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  2799. 2025-1-16 17:28:31-debug: asset-db:worker-effect-data-processing (1ms)
  2800. 2025-1-16 17:28:32-debug: Query all assets info in project
  2801. 2025-1-16 17:28:32-debug: init custom config: keepNodeUuid: false, useCache: true
  2802. 2025-1-16 17:28:32-debug: 查询 Asset Bundle start, progress: 0%
  2803. 2025-1-16 17:28:32-debug: // ---- build task 查询 Asset Bundle ----
  2804. 2025-1-16 17:28:32-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  2805. 2025-1-16 17:28:32-debug: Number of all scenes: 3
  2806. 2025-1-16 17:28:32-debug: Number of other assets: 986
  2807. 2025-1-16 17:28:32-debug: Number of all scripts: 112
  2808. 2025-1-16 17:28:32-debug: run build task 查询 Asset Bundle success in 18 ms√, progress: 5%
  2809. 2025-1-16 17:28:32-debug: [Build Memory track]: 查询 Asset Bundle start:214.56MB, end 211.81MB, increase: -2815.29KB
  2810. 2025-1-16 17:28:32-debug: 查询 Asset Bundle start, progress: 5%
  2811. 2025-1-16 17:28:32-debug: // ---- build task 查询 Asset Bundle ---- (18ms)
  2812. 2025-1-16 17:28:32-debug: // ---- build task 查询 Asset Bundle ----
  2813. 2025-1-16 17:28:32-debug: // ---- build task 查询 Asset Bundle ---- (9ms)
  2814. 2025-1-16 17:28:32-debug: run build task 查询 Asset Bundle success in 9 ms√, progress: 10%
  2815. 2025-1-16 17:28:32-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  2816. 2025-1-16 17:28:32-debug: [Build Memory track]: 查询 Asset Bundle start:211.84MB, end 212.03MB, increase: 194.08KB
  2817. 2025-1-16 17:28:32-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2818. 2025-1-16 17:28:32-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (4ms)
  2819. 2025-1-16 17:28:32-debug: run build task 整理部分构建选项内数据到 settings.json success in 4 ms√, progress: 12%
  2820. 2025-1-16 17:28:32-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:212.07MB, end 212.10MB, increase: 30.77KB
  2821. 2025-1-16 17:28:32-debug: // ---- build task 填充脚本数据到 settings.json ----
  2822. 2025-1-16 17:28:32-debug: 填充脚本数据到 settings.json start, progress: 12%
  2823. 2025-1-16 17:28:32-debug: // ---- build task 填充脚本数据到 settings.json ---- (3ms)
  2824. 2025-1-16 17:28:32-debug: [Build Memory track]: 填充脚本数据到 settings.json start:212.13MB, end 212.16MB, increase: 28.57KB
  2825. 2025-1-16 17:28:32-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2826. 2025-1-16 17:28:32-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  2827. 2025-1-16 17:28:32-debug: run build task 填充脚本数据到 settings.json success in 3 ms√, progress: 13%
  2828. 2025-1-16 17:28:32-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (16ms)
  2829. 2025-1-16 17:28:32-debug: run build task 整理部分构建选项内数据到 settings.json success in 16 ms√, progress: 15%
  2830. 2025-1-16 17:28:32-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:212.19MB, end 212.33MB, increase: 141.01KB
  2831. 2025-1-16 17:28:33-debug: Query all assets info in project
  2832. 2025-1-16 17:28:33-debug: init custom config: keepNodeUuid: false, useCache: true
  2833. 2025-1-16 17:28:33-debug: 查询 Asset Bundle start, progress: 0%
  2834. 2025-1-16 17:28:33-debug: // ---- build task 查询 Asset Bundle ----
  2835. 2025-1-16 17:28:33-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  2836. 2025-1-16 17:28:33-debug: Number of other assets: 986
  2837. 2025-1-16 17:28:33-debug: Number of all scripts: 112
  2838. 2025-1-16 17:28:33-debug: Number of all scenes: 3
  2839. 2025-1-16 17:28:33-debug: // ---- build task 查询 Asset Bundle ---- (19ms)
  2840. 2025-1-16 17:28:33-debug: [Build Memory track]: 查询 Asset Bundle start:213.13MB, end 213.01MB, increase: -125.69KB
  2841. 2025-1-16 17:28:33-debug: // ---- build task 查询 Asset Bundle ----
  2842. 2025-1-16 17:28:33-debug: run build task 查询 Asset Bundle success in 19 ms√, progress: 5%
  2843. 2025-1-16 17:28:33-debug: 查询 Asset Bundle start, progress: 5%
  2844. 2025-1-16 17:28:33-debug: // ---- build task 查询 Asset Bundle ---- (4ms)
  2845. 2025-1-16 17:28:33-debug: run build task 查询 Asset Bundle success in 4 ms√, progress: 10%
  2846. 2025-1-16 17:28:33-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  2847. 2025-1-16 17:28:33-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2848. 2025-1-16 17:28:33-debug: [Build Memory track]: 查询 Asset Bundle start:213.04MB, end 213.23MB, increase: 194.94KB
  2849. 2025-1-16 17:28:33-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (1ms)
  2850. 2025-1-16 17:28:33-debug: run build task 整理部分构建选项内数据到 settings.json success in 1 ms√, progress: 12%
  2851. 2025-1-16 17:28:33-debug: // ---- build task 填充脚本数据到 settings.json ----
  2852. 2025-1-16 17:28:33-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:213.27MB, end 213.30MB, increase: 29.28KB
  2853. 2025-1-16 17:28:33-debug: 填充脚本数据到 settings.json start, progress: 12%
  2854. 2025-1-16 17:28:33-debug: // ---- build task 填充脚本数据到 settings.json ---- (2ms)
  2855. 2025-1-16 17:28:33-debug: run build task 填充脚本数据到 settings.json success in 2 ms√, progress: 13%
  2856. 2025-1-16 17:28:33-debug: [Build Memory track]: 填充脚本数据到 settings.json start:213.33MB, end 213.36MB, increase: 30.49KB
  2857. 2025-1-16 17:28:33-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  2858. 2025-1-16 17:28:33-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2859. 2025-1-16 17:28:33-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (3ms)
  2860. 2025-1-16 17:28:33-debug: run build task 整理部分构建选项内数据到 settings.json success in 3 ms√, progress: 15%
  2861. 2025-1-16 17:28:33-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:213.39MB, end 213.53MB, increase: 140.21KB
  2862. 2025-1-16 17:28:39-debug: refresh db internal success
  2863. 2025-1-16 17:28:39-debug: refresh db assets success
  2864. 2025-1-16 17:28:39-debug: Run asset db hook engine-extends:afterRefresh ...
  2865. 2025-1-16 17:28:39-debug: Run asset db hook engine-extends:afterRefresh success!
  2866. 2025-1-16 17:28:39-debug: asset-db:refresh-all-database (98ms)
  2867. 2025-1-16 17:28:39-debug: asset-db:worker-effect-data-processing (2ms)
  2868. 2025-1-16 17:28:39-debug: asset-db-hook-engine-extends-afterRefresh (2ms)
  2869. 2025-1-16 17:28:44-debug: Start record console... {file(D:\CocosCreatorProject\Idioms\idiom\temp\builder\log\wechatgame2025-1-16 17-15.log)}
  2870. 2025-1-16 17:28:44-debug: =================================== build Task (wechatgame-001) Start ================================
  2871. 2025-1-16 17:28:44-debug: Start build task, options: {"name":"看你多厉害","server":"","platform":"wechatgame","buildPath":"project://build","debug":false,"md5Cache":false,"skipCompressTexture":false,"sourceMaps":false,"overwriteProjectSettings":{"macroConfig":{"cleanupImageCache":"on"},"includeModules":{"physics":"inherit-project-setting","physics-2d":"inherit-project-setting","gfx-webgl2":"off"}},"nativeCodeBundleMode":"wasm","polyfills":{"asyncFunctions":false},"experimentalEraseModules":false,"startSceneAssetBundle":true,"bundleConfigs":[],"useBuiltinServer":false,"md5CacheOptions":{"excludes":[],"includes":[],"replaceOnly":[],"handleTemplateMd5Link":true},"mainBundleIsRemote":false,"mainBundleCompressionType":"subpackage","useSplashScreen":true,"bundleCommonChunk":false,"packAutoAtlas":true,"startScene":"155e7964-9abb-4942-be64-ececa65865a5","outputName":"wechatgame-001","taskName":"wechatgame-001","scenes":[{"url":"db://assets/start/start.scene","uuid":"155e7964-9abb-4942-be64-ececa65865a5"},{"url":"db://assets/module_game/game/game.scene","uuid":"2d0d9d79-af76-426f-8abd-3eeff0d4e1c3","bundle":"db://assets/module_game"},{"url":"db://assets/module_game/hall/hall.scene","uuid":"f9516261-6f5e-4b79-9676-880b100e9a8d","bundle":"db://assets/module_game"}],"wasmCompressionMode":"brotli","packages":{"cocos-service":{"configID":"678dc5","services":[]},"wechatgame":{"orientation":"portrait","appid":"wx7d17bc8ef8255490","buildOpenDataContextTemplate":"","separateEngine":false,"highPerformanceMode":false,"__version__":"1.0.4","wasmSubpackage":true}},"__version__":"1.3.8","logDest":"project://temp/builder/log/wechatgame2025-1-16 17-15.log"}
  2872. 2025-1-16 17:28:44-debug: Build with Cocos Creator 3.8.4
  2873. 2025-1-16 17:28:44-debug: cocos-service:(onBeforeBuild) start..., progress: 0%
  2874. 2025-1-16 17:28:44-debug: // ---- build task cocos-service:onBeforeBuild ----
  2875. 2025-1-16 17:28:44-debug: // ---- build task cocos-service:onBeforeBuild ---- (286ms)
  2876. 2025-1-16 17:28:44-debug: cocos-service:(onBeforeBuild) in 286 ms ✓, progress: 2%
  2877. 2025-1-16 17:28:44-debug: scene:(onBeforeBuild) start..., progress: 2%
  2878. 2025-1-16 17:28:44-debug: // ---- build task scene:onBeforeBuild ----
  2879. 2025-1-16 17:28:45-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  2880. 2025-1-16 17:28:45-debug: // ---- build task scene:onBeforeBuild ---- (1588ms)
  2881. 2025-1-16 17:28:45-debug: scene:(onBeforeBuild) in 1588 ms ✓, progress: 4%
  2882. 2025-1-16 17:28:45-debug: Query all assets info in project
  2883. 2025-1-16 17:28:45-debug: Start lock asset db..., progress: 4%
  2884. 2025-1-16 17:28:45-log: Asset DB is paused with build!
  2885. 2025-1-16 17:28:45-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (78ms)
  2886. 2025-1-16 17:28:45-log: 资源数据库已锁定,资源操作(refresh)将会延迟响应,请稍侯
  2887. 2025-1-16 17:28:45-debug: init custom config: keepNodeUuid: false, useCache: true
  2888. 2025-1-16 17:28:45-debug: wechatgame:(onAfterInit) start..., progress: 4%
  2889. 2025-1-16 17:28:45-debug: // ---- build task wechatgame:onAfterInit ----
  2890. 2025-1-16 17:28:45-debug: // ---- build task wechatgame:onAfterInit ---- (7ms)
  2891. 2025-1-16 17:28:45-debug: wechatgame:(onAfterInit) in 7 ms ✓, progress: 5%
  2892. 2025-1-16 17:28:45-debug: // ---- build task cocos-service:onAfterInit ----
  2893. 2025-1-16 17:28:45-debug: cocos-service:(onAfterInit) start..., progress: 5%
  2894. 2025-1-16 17:28:46-debug: // ---- build task cocos-service:onAfterInit ---- (168ms)
  2895. 2025-1-16 17:28:46-debug: cocos-service:(onAfterInit) in 168 ms ✓, progress: 7%
  2896. 2025-1-16 17:28:46-debug: // ---- build task engine:onAfterInit ----
  2897. 2025-1-16 17:28:46-debug: engine:(onAfterInit) start..., progress: 7%
  2898. 2025-1-16 17:28:46-debug: // ---- build task engine:onAfterInit ---- (17ms)
  2899. 2025-1-16 17:28:46-debug: wechatgame:(onBeforeBundleInit) start..., progress: 9%
  2900. 2025-1-16 17:28:46-debug: engine:(onAfterInit) in 17 ms ✓, progress: 9%
  2901. 2025-1-16 17:28:46-debug: // ---- build task wechatgame:onBeforeBundleInit ----
  2902. 2025-1-16 17:28:46-debug: // ---- build task wechatgame:onBeforeBundleInit ---- (21ms)
  2903. 2025-1-16 17:28:46-debug: // ---- build task adsense-h5g-plugin:onBeforeBundleInit ----
  2904. 2025-1-16 17:28:46-debug: [adsense-h5g-plugin] remove script success
  2905. 2025-1-16 17:28:46-debug: wechatgame:(onBeforeBundleInit) in 21 ms ✓, progress: 9%
  2906. 2025-1-16 17:28:46-debug: adsense-h5g-plugin:(onBeforeBundleInit) start..., progress: 9%
  2907. 2025-1-16 17:28:46-debug: // ---- build task adsense-h5g-plugin:onBeforeBundleInit ---- (20ms)
  2908. 2025-1-16 17:28:46-debug: adsense-h5g-plugin:(onBeforeBundleInit) in 20 ms ✓, progress: 9%
  2909. 2025-1-16 17:28:46-debug: Init all bundles start..., progress: 9%
  2910. 2025-1-16 17:28:46-debug: // ---- build task 查询 Asset Bundle ----
  2911. 2025-1-16 17:28:46-debug: Init bundle root assets start..., progress: 9%
  2912. 2025-1-16 17:28:46-debug: 查询 Asset Bundle start, progress: 9%
  2913. 2025-1-16 17:28:46-debug: Num of bundles: 6..., progress: 9%
  2914. 2025-1-16 17:28:46-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  2915. 2025-1-16 17:28:46-debug: Number of all scripts: 112
  2916. 2025-1-16 17:28:46-debug: Number of other assets: 986
  2917. 2025-1-16 17:28:46-debug: Init bundle root assets success..., progress: 9%
  2918. 2025-1-16 17:28:46-debug: reload all scripts.
  2919. 2025-1-16 17:28:46-debug: Number of all scenes: 3
  2920. 2025-1-16 17:28:46-debug: Set detail map pack:///resolution-detail-map.json: {}
  2921. 2025-1-16 17:28:46-debug: Unregister DebugViewRuntimeControl
  2922. 2025-1-16 17:28:46-debug: Unregister ch_sdk_comp
  2923. 2025-1-16 17:28:46-debug: Unregister BuiltinPipelineSettings
  2924. 2025-1-16 17:28:46-debug: Unregister ResolutionAutoFit
  2925. 2025-1-16 17:28:46-debug: Unregister ch_start_pack
  2926. 2025-1-16 17:28:46-debug: Unregister __NodeEventAgent__
  2927. 2025-1-16 17:28:46-debug: Unregister ClickPenetrate
  2928. 2025-1-16 17:28:46-debug: Unregister ui_updater
  2929. 2025-1-16 17:28:46-debug: Unregister MotionTrail
  2930. 2025-1-16 17:28:46-debug: Unregister MovieClip
  2931. 2025-1-16 17:28:46-debug: Unregister List
  2932. 2025-1-16 17:28:46-debug: Unregister RewardFly
  2933. 2025-1-16 17:28:46-debug: Unregister UISpineMovie
  2934. 2025-1-16 17:28:46-debug: Unregister Layout_UIAlert
  2935. 2025-1-16 17:28:46-debug: Unregister Layout_UI_Notify
  2936. 2025-1-16 17:28:46-debug: Unregister ListItem
  2937. 2025-1-16 17:28:46-debug: Unregister Layout_UIWaiting
  2938. 2025-1-16 17:28:46-debug: Unregister SpineView
  2939. 2025-1-16 17:28:46-debug: Unregister table_idiom
  2940. 2025-1-16 17:28:46-debug: Unregister Layout_Fail
  2941. 2025-1-16 17:28:46-debug: Unregister table_level
  2942. 2025-1-16 17:28:46-debug: Unregister UI_Head_Icon
  2943. 2025-1-16 17:28:46-debug: Unregister Layout_Hall
  2944. 2025-1-16 17:28:46-debug: Unregister Start
  2945. 2025-1-16 17:28:46-debug: Unregister Layout_Rank
  2946. 2025-1-16 17:28:46-debug: Unregister Layout_Settings
  2947. 2025-1-16 17:28:46-debug: Unregister UI_Settings
  2948. 2025-1-16 17:28:46-debug: Unregister UI_Rank
  2949. 2025-1-16 17:28:46-debug: Unregister Sign_Reward
  2950. 2025-1-16 17:28:46-debug: Unregister UI_Rank_Item
  2951. 2025-1-16 17:28:46-debug: Unregister Layout_Invite
  2952. 2025-1-16 17:28:46-debug: Unregister Layout_Sign
  2953. 2025-1-16 17:28:46-debug: Unregister Layout_Store
  2954. 2025-1-16 17:28:46-debug: Unregister UI_Sign
  2955. 2025-1-16 17:28:46-debug: Unregister UI_Invite
  2956. 2025-1-16 17:28:46-debug: Unregister Layout_SideBar
  2957. 2025-1-16 17:28:46-debug: Unregister UI_Task_Item
  2958. 2025-1-16 17:28:46-debug: Unregister UI_SideBar
  2959. 2025-1-16 17:28:46-debug: Unregister Layout_Task
  2960. 2025-1-16 17:28:46-debug: Unregister UI_Task
  2961. 2025-1-16 17:28:46-debug: Unregister UI_Store
  2962. 2025-1-16 17:28:46-debug: Unregister Layout_GameRules
  2963. 2025-1-16 17:28:46-debug: Unregister UI_Hall
  2964. 2025-1-16 17:28:46-debug: Unregister UI_GameRules
  2965. 2025-1-16 17:28:46-debug: Unregister UI_Fail
  2966. 2025-1-16 17:28:46-debug: Unregister UI_Idiom
  2967. 2025-1-16 17:28:46-debug: Unregister Layout_Idioms
  2968. 2025-1-16 17:28:46-debug: Unregister UI_Idioms
  2969. 2025-1-16 17:28:46-debug: Unregister Layout_Win
  2970. 2025-1-16 17:28:46-debug: Unregister UI_Main
  2971. 2025-1-16 17:28:46-debug: Unregister Layout_Main
  2972. 2025-1-16 17:28:46-debug: Unregister Cube_Infor
  2973. 2025-1-16 17:28:46-debug: Unregister UI_Win
  2974. 2025-1-16 17:28:46-debug: Unregister GameCtl
  2975. 2025-1-16 17:28:46-debug: Unregister CreateIdiom
  2976. 2025-1-16 17:28:46-debug: Unregister Container_Manager
  2977. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js'
  2978. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js'
  2979. 2025-1-16 17:28:46-debug: Unregister UI_Item
  2980. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/d6/d6137fe08bf966a053351bb405928e5a6390befd.js'
  2981. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/6a/6a5019a719a9014c047e67aa1cf34453ab8392ce.js'
  2982. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/59/59b7958b47eec6168615a6469581f8f48e26cb00.js'
  2983. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/b3/b349769b96cc4c1dff92d5d6f941366e27a02c6b.js'
  2984. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/97/9758c8bdbb4fd247ebce274d105abb8265561b82.js'
  2985. 2025-1-16 17:28:46-debug: Unregister Hall
  2986. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/3c/3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js'
  2987. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/e6/e671bb16456ad253c126408d753c04295ea07129.js'
  2988. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/ba/bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js'
  2989. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/5a/5ad9214371678a1d97027b6cf28752dcbab25e0f.js'
  2990. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/e9/e908646c1435d653de6447e2ae846c959ac29b33.js'
  2991. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/3f/3f8dff31feda7b51e2d0428361dac48e18834ed8.js'
  2992. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/1c/1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js'
  2993. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/a6/a62597dd07a24c3714ad095eedbfc8f76f2d165c.js'
  2994. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/08/08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js'
  2995. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/39/3975fe5ce64c51324369e49e8afd9c685ef1036d.js'
  2996. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/41/41d16e1f8113566bf1c111c20aceca9e4a6626d6.js'
  2997. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/72/72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js'
  2998. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/31/31f21e9610b2e754c9705fb8b4947b7629eba3ec.js'
  2999. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/87/879eb4b2cb07a55807079158fde54421bac04056.js'
  3000. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/e2/e2c07fd606d93eb79afeed6ef4de521f2be03414.js'
  3001. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/1c/1c6623815813aae756c57cca6f89a3182c222719.js'
  3002. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/d7/d72ce35042ce99e7f64ae289f73e61427ebc5661.js'
  3003. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/33/33d6d868e05219070a908e953bde210e54f92e26.js'
  3004. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/6b/6b45817391fda8032e9c3052f72099ae80b977e5.js'
  3005. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/9b/9b4abce15a8c07b4b00096caaa35df726664c0eb.js'
  3006. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/51/518c777b9b184349470f0a8548bfc02a3ac13b12.js'
  3007. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/2d/2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js'
  3008. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/73/73c6533bf475cf801676942513edca165a6ed07f.js'
  3009. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/47/47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js'
  3010. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/c9/c969313d23703c6a3fcc53d5e71bae664ed7849e.js'
  3011. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/bd/bd8a015d9f05319ae091f7383c093a5f26a12133.js'
  3012. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/5f/5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js'
  3013. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/79/79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js'
  3014. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/d8/d8ea009be5644c7164c4b5ae51cd349e5525e465.js'
  3015. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/4e/4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js'
  3016. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/e5/e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js'
  3017. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/17/1787d8e2147a43214097b7b6fea81022fa7297b5.js'
  3018. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/53/5355f477731c1aa517e29e27c45ac35bf99fe727.js'
  3019. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/f7/f780142056b451af1186d982a8e16130bfd276a2.js'
  3020. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/b6/b601769373047d5119da5c4cb4b3a4bba6a651af.js'
  3021. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/81/815a8e3b66559b0d1265c7b789166062c8861bd5.js'
  3022. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/c0/c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js'
  3023. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/8e/8e81d067c8870d70331d8b9656a976c1f558e5de.js'
  3024. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/cf/cf9c45e29398b29856527964dd8d734c5d4fdec4.js'
  3025. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/69/69708f163aeb7f1d3d93c5d9454dca6576ef2581.js'
  3026. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/e0/e08485787ba9b2ad7c98e435102c966d3f5c64ae.js'
  3027. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/df/df48ec67964f126550b0d5d71bec2b4cfc027d50.js'
  3028. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/74/7404a8ee135932a387eac99bfb33951576fe8b67.js'
  3029. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/34/34df8999c17a8450e101699bd789ccbd57ce24ce.js'
  3030. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/1d/1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js'
  3031. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/5d/5d8144768428205eb83d54c7574071768f6c1b5b.js'
  3032. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/d5/d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js'
  3033. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/5f/5f91b0c989c2a479c1da04fdb508bd586eba443c.js'
  3034. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/a8/a89b293907eed8bf35922b74df584b59608173f2.js'
  3035. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/12/122ae41024fa99aa4949a176919256851ded60b7.js'
  3036. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/38/38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js'
  3037. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/71/71b930d6142312f684efd1718dfcd7bfd1e95eaa.js'
  3038. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/31/3166d186d5cd2eca604e02fdebeb727752294da4.js'
  3039. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/a4/a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js'
  3040. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/cb/cb13e961bcd8d7069545036fc45d02908c0eee94.js'
  3041. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/59/5908d1524fdbf33b63c9c924078b09b63cc7fc89.js'
  3042. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/b3/b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js'
  3043. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/97/974d5e18287f52413bf4aef79e6b1b43e2db1119.js'
  3044. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/20/20712297188dd3bbe9fb3acc1799edea45dda86b.js'
  3045. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/cb/cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js'
  3046. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/7a/7a060cba1d5a032475d6578a562fb8df8171eb0b.js'
  3047. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/c3/c307a58b694cc824581802a8099e6d62860adb91.js'
  3048. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/13/137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js'
  3049. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/09/09a6fd4930dfcb5968a1b01550a6275640cfa703.js'
  3050. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/82/82914e241315735457587bc37563ed7db8183cd0.js'
  3051. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/b7/b71ec6998eef381fede6b5fd1614855829fc2f22.js'
  3052. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/b0/b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js'
  3053. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/78/789715a9ff1e6669695bc6f37f849347673e7936.js'
  3054. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/90/90cb08bdd2589bd4780881bf755dafe0306918a1.js'
  3055. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/9d/9d6b2307e211bf7d71fb96955f3a221662b8b975.js'
  3056. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/63/635d373e206601884c96847cb1eeeefae856f2ab.js'
  3057. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/c2/c28f184f0d05e5d5976de9f0de294b88d5de4347.js'
  3058. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/07/07873864f2752ebebcdaae9cbb27e5477e565642.js'
  3059. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/67/67f356369ce567fe1898b7ae72038ee83758a446.js'
  3060. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/f0/f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js'
  3061. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/9f/9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js'
  3062. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/0a/0a4102a464059398e43bc26dd3fe1faf79989cb3.js'
  3063. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/46/4669e191907a2a708fa7ba923dc04da98435f165.js'
  3064. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/d4/d4808bb291a6c1906241b46a992fa068602b87c7.js'
  3065. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/2c/2cb4568cc17fc880801c649b7e09213445038932.js'
  3066. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/50/50dd8b1c328a686f05e0ea16e0613e3558f0f915.js'
  3067. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/99/99b535d8a2435b17b7a999d87ff3be42be0d89f6.js'
  3068. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/41/41297756668c0510f828032e1d12f96a4d1a9194.js'
  3069. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/6a/6a163e5eb12e84fcff92e09679473d95caa7ce42.js'
  3070. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/4f/4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js'
  3071. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/fd/fd567b6cff2bda101ea5067e96a8431f92b55a12.js'
  3072. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/73/73e6dc2a8fc59081071dcebb82927640ef5a7f21.js'
  3073. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/6a/6a8af0f15958f7b90e4c55917282aae8bec7ce55.js'
  3074. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/28/28edf65eb8d20daf82fac5a67080212e26e054c8.js'
  3075. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/d7/d7e846ac7b691e2f62cb6f2e257f758a25829039.js'
  3076. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/2d/2d7e3424c179d135dc59489a147ede15a8748562.js'
  3077. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/4b/4b62ba828bd2568fd07a8c27879bd9e102538148.js'
  3078. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/4a/4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js'
  3079. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/b9/b968f7f08649c00a45a730a74c55b98d374e1ea3.js'
  3080. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/a0/a0c4f651e5297607ee62681e54a78e7903383828.js'
  3081. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/30/30148fb61fef14f86e2cda463a167887dbf8cde4.js'
  3082. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/69/69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js'
  3083. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/aa/aa522899127047b80d0893406f275d7a7aa74d2c.js'
  3084. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/1a/1a017ea1d38c47616789b41b9b3ceca6cb903e59.js'
  3085. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/a5/a59d8099545685d191f1183a0f3bc7f3602b80cf.js'
  3086. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/96/96e2fcee174623dab28594a5fc60dc89148d32de.js'
  3087. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/47/47c8e77781a159f10d589db5916314688580bc33.js'
  3088. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/7e/7e7ab0c417629d8b4decc7970b158f69484ca3a0.js'
  3089. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/39/394eb72f0b5be6799d0045482477175eb4563bad.js'
  3090. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/4b/4b736ecb9c777512e2deca84bf06782f772c5a85.js'
  3091. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js" loaded.
  3092. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/5c/5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js'
  3093. 2025-1-16 17:28:46-debug: Invalidating 'pack:///chunks/64/648fcac29cbf9485ceab7e7d1359724ae2b1b196.js'
  3094. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js" loaded.
  3095. 2025-1-16 17:28:46-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6d\6d8fd2b0177941b032ddc0733af48a561fb60657.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6d\6d8fd2b0177941b032ddc0733af48a561fb60657.js is not in module cache!
  3096. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/6a/6a5019a719a9014c047e67aa1cf34453ab8392ce.js" loaded.
  3097. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/b3/b349769b96cc4c1dff92d5d6f941366e27a02c6b.js" loaded.
  3098. 2025-1-16 17:28:46-debug: [[Executor]] Register BuiltinPipelineSettings
  3099. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/d6/d6137fe08bf966a053351bb405928e5a6390befd.js" loaded.
  3100. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/97/9758c8bdbb4fd247ebce274d105abb8265561b82.js" loaded.
  3101. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/59/59b7958b47eec6168615a6469581f8f48e26cb00.js" loaded.
  3102. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/3c/3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js" loaded.
  3103. 2025-1-16 17:28:46-debug: [[Executor]] Register DebugViewRuntimeControl
  3104. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/e9/e908646c1435d653de6447e2ae846c959ac29b33.js" loaded.
  3105. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/ba/bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js" loaded.
  3106. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/a6/a62597dd07a24c3714ad095eedbfc8f76f2d165c.js" loaded.
  3107. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/5a/5ad9214371678a1d97027b6cf28752dcbab25e0f.js" loaded.
  3108. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/87/879eb4b2cb07a55807079158fde54421bac04056.js" loaded.
  3109. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/1c/1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js" loaded.
  3110. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/41/41d16e1f8113566bf1c111c20aceca9e4a6626d6.js" loaded.
  3111. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/72/72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js" loaded.
  3112. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/08/08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js" loaded.
  3113. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/3f/3f8dff31feda7b51e2d0428361dac48e18834ed8.js" loaded.
  3114. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/e6/e671bb16456ad253c126408d753c04295ea07129.js" loaded.
  3115. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/d7/d72ce35042ce99e7f64ae289f73e61427ebc5661.js" loaded.
  3116. 2025-1-16 17:28:46-debug: [[Executor]] Register ch_start_pack
  3117. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/39/3975fe5ce64c51324369e49e8afd9c685ef1036d.js" loaded.
  3118. 2025-1-16 17:28:46-debug: [[Executor]] Register ch_sdk_comp
  3119. 2025-1-16 17:28:46-debug: [[Executor]] Register __NodeEventAgent__
  3120. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/1c/1c6623815813aae756c57cca6f89a3182c222719.js" loaded.
  3121. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/31/31f21e9610b2e754c9705fb8b4947b7629eba3ec.js" loaded.
  3122. 2025-1-16 17:28:46-debug: [[Executor]] Register ui_updater
  3123. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/33/33d6d868e05219070a908e953bde210e54f92e26.js" loaded.
  3124. 2025-1-16 17:28:46-debug: [[Executor]] Register ResolutionAutoFit
  3125. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/e2/e2c07fd606d93eb79afeed6ef4de521f2be03414.js" loaded.
  3126. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/51/518c777b9b184349470f0a8548bfc02a3ac13b12.js" loaded.
  3127. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/6b/6b45817391fda8032e9c3052f72099ae80b977e5.js" loaded.
  3128. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/9b/9b4abce15a8c07b4b00096caaa35df726664c0eb.js" loaded.
  3129. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/2d/2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js" loaded.
  3130. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/79/79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js" loaded.
  3131. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/47/47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js" loaded.
  3132. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/73/73c6533bf475cf801676942513edca165a6ed07f.js" loaded.
  3133. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/53/5355f477731c1aa517e29e27c45ac35bf99fe727.js" loaded.
  3134. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/bd/bd8a015d9f05319ae091f7383c093a5f26a12133.js" loaded.
  3135. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/c9/c969313d23703c6a3fcc53d5e71bae664ed7849e.js" loaded.
  3136. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/d8/d8ea009be5644c7164c4b5ae51cd349e5525e465.js" loaded.
  3137. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/4e/4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js" loaded.
  3138. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/e5/e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js" loaded.
  3139. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/f7/f780142056b451af1186d982a8e16130bfd276a2.js" loaded.
  3140. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/17/1787d8e2147a43214097b7b6fea81022fa7297b5.js" loaded.
  3141. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/5f/5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js" loaded.
  3142. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/b6/b601769373047d5119da5c4cb4b3a4bba6a651af.js" loaded.
  3143. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/81/815a8e3b66559b0d1265c7b789166062c8861bd5.js" loaded.
  3144. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/c0/c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js" loaded.
  3145. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/cf/cf9c45e29398b29856527964dd8d734c5d4fdec4.js" loaded.
  3146. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/8e/8e81d067c8870d70331d8b9656a976c1f558e5de.js" loaded.
  3147. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/df/df48ec67964f126550b0d5d71bec2b4cfc027d50.js" loaded.
  3148. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/1d/1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js" loaded.
  3149. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/69/69708f163aeb7f1d3d93c5d9454dca6576ef2581.js" loaded.
  3150. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/74/7404a8ee135932a387eac99bfb33951576fe8b67.js" loaded.
  3151. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/34/34df8999c17a8450e101699bd789ccbd57ce24ce.js" loaded.
  3152. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/e0/e08485787ba9b2ad7c98e435102c966d3f5c64ae.js" loaded.
  3153. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/d5/d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js" loaded.
  3154. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/5f/5f91b0c989c2a479c1da04fdb508bd586eba443c.js" loaded.
  3155. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/31/3166d186d5cd2eca604e02fdebeb727752294da4.js" loaded.
  3156. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/5d/5d8144768428205eb83d54c7574071768f6c1b5b.js" loaded.
  3157. 2025-1-16 17:28:46-debug: [[Executor]] Register ClickPenetrate
  3158. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/a8/a89b293907eed8bf35922b74df584b59608173f2.js" loaded.
  3159. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/38/38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js" loaded.
  3160. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/59/5908d1524fdbf33b63c9c924078b09b63cc7fc89.js" loaded.
  3161. 2025-1-16 17:28:46-debug: [[Executor]] Register List
  3162. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/12/122ae41024fa99aa4949a176919256851ded60b7.js" loaded.
  3163. 2025-1-16 17:28:46-warn: 'MotionTrail.color' hides inherited property 'cc.UIRenderer.color'. To make the current property override that implementation, add the `override: true` attribute please.
  3164. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/71/71b930d6142312f684efd1718dfcd7bfd1e95eaa.js" loaded.
  3165. 2025-1-16 17:28:46-debug: [[Executor]] Register ListItem
  3166. 2025-1-16 17:28:46-debug: [[Executor]] Register MotionTrail
  3167. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/a4/a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js" loaded.
  3168. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/cb/cb13e961bcd8d7069545036fc45d02908c0eee94.js" loaded.
  3169. 2025-1-16 17:28:46-debug: [[Executor]] Register RewardFly
  3170. 2025-1-16 17:28:46-debug: [[Executor]] Register SpineView
  3171. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/20/20712297188dd3bbe9fb3acc1799edea45dda86b.js" loaded.
  3172. 2025-1-16 17:28:46-debug: [[Executor]] Register MovieClip
  3173. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/b3/b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js" loaded.
  3174. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/cb/cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js" loaded.
  3175. 2025-1-16 17:28:46-debug: [[Executor]] Register UISpineMovie
  3176. 2025-1-16 17:28:46-debug: [[Executor]] Register Layout_UIAlert
  3177. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/b7/b71ec6998eef381fede6b5fd1614855829fc2f22.js" loaded.
  3178. 2025-1-16 17:28:46-debug: [[Executor]] Register Layout_UI_Notify
  3179. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/97/974d5e18287f52413bf4aef79e6b1b43e2db1119.js" loaded.
  3180. 2025-1-16 17:28:46-debug: [[Executor]] Register Layout_UIWaiting
  3181. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/7a/7a060cba1d5a032475d6578a562fb8df8171eb0b.js" loaded.
  3182. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/c3/c307a58b694cc824581802a8099e6d62860adb91.js" loaded.
  3183. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/13/137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js" loaded.
  3184. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/09/09a6fd4930dfcb5968a1b01550a6275640cfa703.js" loaded.
  3185. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/82/82914e241315735457587bc37563ed7db8183cd0.js" loaded.
  3186. 2025-1-16 17:28:46-debug: [[Executor]] Register table_idiom
  3187. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/9d/9d6b2307e211bf7d71fb96955f3a221662b8b975.js" loaded.
  3188. 2025-1-16 17:28:46-debug: [[Executor]] Register table_level
  3189. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/b0/b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js" loaded.
  3190. 2025-1-16 17:28:46-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c2\c28f184f0d05e5d5976de9f0de294b88d5de4347.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c2\c28f184f0d05e5d5976de9f0de294b88d5de4347.js is not in module cache!
  3191. 2025-1-16 17:28:46-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9f\9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9f\9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js is not in module cache!
  3192. 2025-1-16 17:28:46-debug: [[Executor]] Register Start
  3193. 2025-1-16 17:28:46-debug: [[Executor]] Register Layout_Fail
  3194. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/41/41297756668c0510f828032e1d12f96a4d1a9194.js" loaded.
  3195. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/4a/4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js" loaded.
  3196. 2025-1-16 17:28:46-debug: [[Executor]] Register UI_Head_Icon
  3197. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/47/47c8e77781a159f10d589db5916314688580bc33.js" loaded.
  3198. 2025-1-16 17:28:46-debug: [[Executor]] Register UI_Rank_Item
  3199. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/4f/4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js" loaded.
  3200. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/aa/aa522899127047b80d0893406f275d7a7aa74d2c.js" loaded.
  3201. 2025-1-16 17:28:46-debug: [[Executor]] Register Layout_Rank
  3202. 2025-1-16 17:28:46-debug: [[Executor]] Register Layout_Hall
  3203. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/30/30148fb61fef14f86e2cda463a167887dbf8cde4.js" loaded.
  3204. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/2d/2d7e3424c179d135dc59489a147ede15a8748562.js" loaded.
  3205. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/a0/a0c4f651e5297607ee62681e54a78e7903383828.js" loaded.
  3206. 2025-1-16 17:28:46-debug: [[Executor]] Register UI_Settings
  3207. 2025-1-16 17:28:46-debug: [[Executor]] Register Layout_Settings
  3208. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/50/50dd8b1c328a686f05e0ea16e0613e3558f0f915.js" loaded.
  3209. 2025-1-16 17:28:46-debug: [[Executor]] Register UI_Rank
  3210. 2025-1-16 17:28:46-warn: The type of "Sign_Reward.type" must be CCFloat or CCInteger, not Number.
  3211. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/4b/4b736ecb9c777512e2deca84bf06782f772c5a85.js" loaded.
  3212. 2025-1-16 17:28:46-warn: The type of "Sign_Reward.num" must be CCFloat or CCInteger, not Number.
  3213. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/7e/7e7ab0c417629d8b4decc7970b158f69484ca3a0.js" loaded.
  3214. 2025-1-16 17:28:46-debug: [[Executor]] Register UI_Sign
  3215. 2025-1-16 17:28:46-debug: [[Executor]] Register Sign_Reward
  3216. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/28/28edf65eb8d20daf82fac5a67080212e26e054c8.js" loaded.
  3217. 2025-1-16 17:28:46-debug: [[Executor]] Register Layout_Sign
  3218. 2025-1-16 17:28:46-debug: [[Executor]] Register Layout_Invite
  3219. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/73/73e6dc2a8fc59081071dcebb82927640ef5a7f21.js" loaded.
  3220. 2025-1-16 17:28:46-debug: [[Executor]] Register Layout_Store
  3221. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/64/648fcac29cbf9485ceab7e7d1359724ae2b1b196.js" loaded.
  3222. 2025-1-16 17:28:46-warn: The type of "Layout_Store.Type" must be CCFloat or CCInteger, not Number.
  3223. 2025-1-16 17:28:46-debug: [[Executor]] Register UI_Invite
  3224. 2025-1-16 17:28:46-warn: The type of "Layout_Store.Value" must be CCFloat or CCInteger, not Number.
  3225. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/1a/1a017ea1d38c47616789b41b9b3ceca6cb903e59.js" loaded.
  3226. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/6a/6a8af0f15958f7b90e4c55917282aae8bec7ce55.js" loaded.
  3227. 2025-1-16 17:28:46-debug: [[Executor]] Register UI_SideBar
  3228. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/a5/a59d8099545685d191f1183a0f3bc7f3602b80cf.js" loaded.
  3229. 2025-1-16 17:28:46-debug: [[Executor]] Register UI_Task_Item
  3230. 2025-1-16 17:28:46-debug: [[Executor]] Register Layout_SideBar
  3231. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/39/394eb72f0b5be6799d0045482477175eb4563bad.js" loaded.
  3232. 2025-1-16 17:28:46-debug: [[Executor]] Register Layout_Task
  3233. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/96/96e2fcee174623dab28594a5fc60dc89148d32de.js" loaded.
  3234. 2025-1-16 17:28:46-debug: [[Executor]] Register UI_Task
  3235. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/d7/d7e846ac7b691e2f62cb6f2e257f758a25829039.js" loaded.
  3236. 2025-1-16 17:28:46-debug: [[Executor]] Register UI_Hall
  3237. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/2c/2cb4568cc17fc880801c649b7e09213445038932.js" loaded.
  3238. 2025-1-16 17:28:46-debug: [[Executor]] Register UI_Store
  3239. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/4b/4b62ba828bd2568fd07a8c27879bd9e102538148.js" loaded.
  3240. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/fd/fd567b6cff2bda101ea5067e96a8431f92b55a12.js" loaded.
  3241. 2025-1-16 17:28:46-debug: [[Executor]] Register Layout_GameRules
  3242. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/b9/b968f7f08649c00a45a730a74c55b98d374e1ea3.js" loaded.
  3243. 2025-1-16 17:28:46-debug: [[Executor]] Register UI_GameRules
  3244. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/d4/d4808bb291a6c1906241b46a992fa068602b87c7.js" loaded.
  3245. 2025-1-16 17:28:46-debug: [[Executor]] Register UI_Idiom
  3246. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/f0/f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js" loaded.
  3247. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/46/4669e191907a2a708fa7ba923dc04da98435f165.js" loaded.
  3248. 2025-1-16 17:28:46-debug: [[Executor]] Register UI_Fail
  3249. 2025-1-16 17:28:46-debug: [[Executor]] Register UI_Idioms
  3250. 2025-1-16 17:28:46-debug: [[Executor]] Register Layout_Idioms
  3251. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/78/789715a9ff1e6669695bc6f37f849347673e7936.js" loaded.
  3252. 2025-1-16 17:28:46-debug: [[Executor]] Register Layout_Win
  3253. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/69/69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js" loaded.
  3254. 2025-1-16 17:28:46-debug: [[Executor]] Register Layout_Main
  3255. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/99/99b535d8a2435b17b7a999d87ff3be42be0d89f6.js" loaded.
  3256. 2025-1-16 17:28:46-debug: [[Executor]] Register UI_Main
  3257. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/6a/6a163e5eb12e84fcff92e09679473d95caa7ce42.js" loaded.
  3258. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/9f/9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js" loaded.
  3259. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/0a/0a4102a464059398e43bc26dd3fe1faf79989cb3.js" loaded.
  3260. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/c2/c28f184f0d05e5d5976de9f0de294b88d5de4347.js" loaded.
  3261. 2025-1-16 17:28:46-debug: [[Executor]] Register Hall
  3262. 2025-1-16 17:28:46-debug: [[Executor]] Register UI_Win
  3263. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/07/07873864f2752ebebcdaae9cbb27e5477e565642.js" loaded.
  3264. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/63/635d373e206601884c96847cb1eeeefae856f2ab.js" loaded.
  3265. 2025-1-16 17:28:46-debug: [[Executor]] Register GameCtl
  3266. 2025-1-16 17:28:46-debug: [[Executor]] Register CreateIdiom
  3267. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/67/67f356369ce567fe1898b7ae72038ee83758a446.js" loaded.
  3268. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/90/90cb08bdd2589bd4780881bf755dafe0306918a1.js" loaded.
  3269. 2025-1-16 17:28:46-debug: [[Executor]] Register Container_Manager
  3270. 2025-1-16 17:28:46-debug: [[Executor]] Register Cube_Infor
  3271. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/5c/5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js" loaded.
  3272. 2025-1-16 17:28:46-debug: Incremental keys: chSdk,chsdk
  3273. 2025-1-16 17:28:46-debug: [[Executor]] Module "pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js" loaded.
  3274. 2025-1-16 17:28:46-debug: Init bundle share assets start..., progress: 9%
  3275. 2025-1-16 17:28:46-debug: [[Executor]] Register UI_Item
  3276. 2025-1-16 17:28:46-debug: Init bundle share assets success..., progress: 9%
  3277. 2025-1-16 17:28:46-debug: handle json group in bundle internal
  3278. 2025-1-16 17:28:46-debug: handle json group in bundle internal success
  3279. 2025-1-16 17:28:46-debug: handle json group in bundle start-scene
  3280. 2025-1-16 17:28:46-debug: handle json group in bundle main
  3281. 2025-1-16 17:28:46-debug: handle json group in bundle start-scene success
  3282. 2025-1-16 17:28:46-debug: handle json group in bundle module_extra
  3283. 2025-1-16 17:28:46-debug: handle json group in bundle main success
  3284. 2025-1-16 17:28:46-debug: init image compress task 0 in bundle internal
  3285. 2025-1-16 17:28:46-debug: init image compress task 0 in bundle start-scene
  3286. 2025-1-16 17:28:46-debug: handle json group in bundle module_basic
  3287. 2025-1-16 17:28:46-debug: init image compress task 0 in bundle main
  3288. 2025-1-16 17:28:46-debug: handle json group in bundle module_extra success
  3289. 2025-1-16 17:28:46-debug: init image compress task 0 in bundle module_extra
  3290. 2025-1-16 17:28:46-debug: init image compress task 0 in bundle module_basic
  3291. 2025-1-16 17:28:46-debug: handle json group in bundle module_game
  3292. 2025-1-16 17:28:46-debug: handle json group in bundle module_basic success
  3293. 2025-1-16 17:28:46-debug: init image compress task 0 in bundle module_game
  3294. 2025-1-16 17:28:46-debug: handle json group in bundle module_game success
  3295. 2025-1-16 17:28:46-debug: // ---- build task 查询 Asset Bundle ---- (282ms)
  3296. 2025-1-16 17:28:46-debug: run build task 查询 Asset Bundle success in 282 ms√, progress: 14%
  3297. 2025-1-16 17:28:46-debug: [Build Memory track]: 查询 Asset Bundle start:214.94MB, end 201.58MB, increase: -13685.97KB
  3298. 2025-1-16 17:28:46-debug: // ---- build task 查询 Asset Bundle ----
  3299. 2025-1-16 17:28:46-debug: 查询 Asset Bundle start, progress: 14%
  3300. 2025-1-16 17:28:46-debug: // ---- build task 查询 Asset Bundle ---- (96ms)
  3301. 2025-1-16 17:28:46-debug: run build task 查询 Asset Bundle success in 96 ms√, progress: 19%
  3302. 2025-1-16 17:28:46-debug: [Build Memory track]: 查询 Asset Bundle start:201.61MB, end 201.86MB, increase: 259.11KB
  3303. 2025-1-16 17:28:46-debug: 打包脚本 start, progress: 19%
  3304. 2025-1-16 17:28:46-debug: // ---- build task 打包脚本 ----
  3305. 2025-1-16 17:28:46-log: Run build task(build-script) in child, see: chrome://inspect/#devices
  3306. 2025-1-16 17:28:47-log: [build-script]enter sub process 18516, C:\ProgramData\cocos\editors\Creator\3.8.4\CocosCreator.exe,C:\ProgramData\cocos\editors\Creator\3.8.4\resources\app.asar\builtin\builder\static\sub-process-index
  3307. 2025-1-16 17:28:50-debug: excute-script over with build-script 3653ms
  3308. 2025-1-16 17:28:50-debug: Generate systemJs..., progress: 19%
  3309. 2025-1-16 17:28:50-log: Run build task(build-script) in child, see: chrome://inspect/#devices
  3310. 2025-1-16 17:28:52-debug: excute-script over with build-script 2633ms
  3311. 2025-1-16 17:28:52-debug: 构建项目脚本 start..., progress: 19%
  3312. 2025-1-16 17:28:52-debug: Build script in bundle start, progress: 19%
  3313. 2025-1-16 17:28:52-log: Run build task(build-script) in child, see: chrome://inspect/#devices
  3314. 2025-1-16 17:28:57-warn: [build-script][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/Layout_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI/UI_Head_Icon.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts
  3315. 2025-1-16 17:28:57-warn: [build-script][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/Layout_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/Sign_Reward.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Invite/UI_Invite.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Store/UI_Store.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Store/UI_Store.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_SideBar/UI_SideBar.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/Layout_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/Layout_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_GameRules/UI_GameRules.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/Layout_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/CreateIdiom.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts
  3316. 2025-1-16 17:29:00-debug: excute-script over with build-script 7399ms
  3317. 2025-1-16 17:29:00-debug: Copy externalScripts success!
  3318. 2025-1-16 17:29:00-debug: Build script in bundle success, progress: 19%
  3319. 2025-1-16 17:29:00-debug: 构建项目脚本 in (7445 ms) √, progress: 19%
  3320. 2025-1-16 17:29:00-debug: 构建引擎脚本 start..., progress: 19%
  3321. 2025-1-16 17:29:00-debug: Use cache engine: {link(C:\Users\NINGMEI\AppData\Local\Temp\CocosCreator\3.8.4\builder\engine\5653dcd598ac5adc25da0caeb40ce0c0)}
  3322. 2025-1-16 17:29:00-debug: {"debug":false,"sourceMaps":false,"includeModules":["2d","3d","animation","audio","base","custom-pipeline","gfx-webgl","meshopt","occlusion-query","physics-ammo","primitive","profiler","spine","tween","ui","websocket","webview","custom-pipeline-builtin-scripts"],"engineVersion":"3.8.4","md5Map":[],"engineName":"cocos-js","platform":"WECHAT","useCache":true,"nativeCodeBundleMode":"wasm","wasmCompressionMode":"brotli","split":false,"skip":false,"assetURLFormat":"relative-from-out","output":"D:\\CocosCreatorProject\\Idioms\\idiom\\build\\wechatgame-001\\cocos-js","flags":{"DEBUG":false,"WASM_SUBPACKAGE":true},"entry":"C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine"}
  3323. 2025-1-16 17:29:00-debug: 构建引擎脚本 in (116 ms) √, progress: 19%
  3324. 2025-1-16 17:29:00-debug: Copy plugin script ..., progress: 19%
  3325. 2025-1-16 17:29:00-debug: Generate import-map..., progress: 19%
  3326. 2025-1-16 17:29:00-debug: // ---- build task 打包脚本 ---- (13941ms)
  3327. 2025-1-16 17:29:00-debug: run build task 打包脚本 success in 13 s√, progress: 24%
  3328. 2025-1-16 17:29:00-debug: // ---- build task Build Assets ----
  3329. 2025-1-16 17:29:00-debug: [Build Memory track]: 打包脚本 start:202.03MB, end 201.26MB, increase: -784.88KB
  3330. 2025-1-16 17:29:00-debug: Pack Images start, progress: 24%
  3331. 2025-1-16 17:29:00-debug: Build Assets start, progress: 24%
  3332. 2025-1-16 17:29:00-debug: Build bundles..., progress: 24%
  3333. 2025-1-16 17:29:00-debug: Get Cache info of pac success {asset(fc529dad-0a7c-4618-ab26-353d7d900ec2)}
  3334. 2025-1-16 17:29:00-debug: Get Cache info of pac success {asset(04d9d3cd-db4c-4846-9449-173b61558e12)}
  3335. 2025-1-16 17:29:00-debug: Get Cache info of pac success {asset(c5e80781-d3aa-48f0-97a5-f09946f760a2)}
  3336. 2025-1-16 17:29:00-debug: Get Cache info of pac success {asset(43520f95-106c-478d-ae58-25f251ecc0fb)}
  3337. 2025-1-16 17:29:00-debug: Get Cache info of pac success {asset(8924cf2d-a7a0-4ce7-9fa7-f89dadbdf4f4)}
  3338. 2025-1-16 17:29:00-debug: Get Cache info of pac success {asset(77de5a33-df72-4127-b60c-72b45aa6acb0)}
  3339. 2025-1-16 17:29:00-debug: remove spriteAtlas._uuid : {asset(a63114f7-5b8e-4198-b75a-922458c1a293)}
  3340. 2025-1-16 17:29:00-debug: Get Cache info of pac success {asset(a63114f7-5b8e-4198-b75a-922458c1a293)}
  3341. 2025-1-16 17:29:00-debug: remove spriteAtlas._uuid : {asset(77de5a33-df72-4127-b60c-72b45aa6acb0)}
  3342. 2025-1-16 17:29:00-debug: remove spriteAtlas._uuid : {asset(fc529dad-0a7c-4618-ab26-353d7d900ec2)}
  3343. 2025-1-16 17:29:00-debug: remove spriteAtlas._uuid : {asset(c5e80781-d3aa-48f0-97a5-f09946f760a2)}
  3344. 2025-1-16 17:29:00-debug: remove spriteAtlas._uuid : {asset(04d9d3cd-db4c-4846-9449-173b61558e12)}
  3345. 2025-1-16 17:29:00-debug: remove spriteAtlas._uuid : {asset(43520f95-106c-478d-ae58-25f251ecc0fb)}
  3346. 2025-1-16 17:29:00-debug: remove spriteAtlas._uuid : {asset(c5e80781-d3aa-48f0-97a5-f09946f760a2)}
  3347. 2025-1-16 17:29:00-debug: remove spriteAtlas._uuid : {asset(8924cf2d-a7a0-4ce7-9fa7-f89dadbdf4f4)}
  3348. 2025-1-16 17:29:00-debug: builder:pack-auto-atlas-image (393ms)
  3349. 2025-1-16 17:29:00-debug: sort compress task {}
  3350. 2025-1-16 17:29:00-debug: Pack Images success, progress: 24%
  3351. 2025-1-16 17:29:00-debug: Num of all image compress task 0, really: 0, configTasks: 0
  3352. 2025-1-16 17:29:00-debug: Compress image start..., progress: 24%
  3353. 2025-1-16 17:29:00-debug: Compress image success..., progress: 24%
  3354. 2025-1-16 17:29:00-debug: Handle all json groups in bundle internal
  3355. 2025-1-16 17:29:00-debug: Output asset in bundles start, progress: 24%
  3356. 2025-1-16 17:29:00-debug: No image need to compress
  3357. 2025-1-16 17:29:00-debug: Handle all json groups in bundle start-scene
  3358. 2025-1-16 17:29:00-debug: handle json group
  3359. 2025-1-16 17:29:00-debug: handle json group
  3360. 2025-1-16 17:29:00-debug: Handle all json groups in bundle main
  3361. 2025-1-16 17:29:00-debug: handle json group
  3362. 2025-1-16 17:29:00-debug: handle single json
  3363. 2025-1-16 17:29:00-debug: Handle all json groups in bundle module_extra
  3364. 2025-1-16 17:29:00-debug: handle json group
  3365. 2025-1-16 17:29:00-debug: handle single json
  3366. 2025-1-16 17:29:00-debug: Handle all json groups in bundle module_basic
  3367. 2025-1-16 17:29:00-debug: handle json group
  3368. 2025-1-16 17:29:00-debug: Handle all json groups in bundle module_game
  3369. 2025-1-16 17:29:00-debug: handle json group
  3370. 2025-1-16 17:29:01-debug: Json group(07325bfaa) compile success,json number: 6
  3371. 2025-1-16 17:29:01-debug: Json group(02ccb67e9) compile success,json number: 6
  3372. 2025-1-16 17:29:01-debug: Json group(0ba471961) compile success,json number: 6
  3373. 2025-1-16 17:29:01-debug: handle single json
  3374. 2025-1-16 17:29:01-debug: Json group(04ade8c9e) compile success,json number: 6
  3375. 2025-1-16 17:29:01-debug: handle single json
  3376. 2025-1-16 17:29:01-debug: Json group(014a917e9) compile success,json number: 6
  3377. 2025-1-16 17:29:01-debug: Json group(0a54f6860) compile success,json number: 6
  3378. 2025-1-16 17:29:01-debug: handle single json
  3379. 2025-1-16 17:29:01-debug: Json group(0f283b26e) compile success,json number: 6
  3380. 2025-1-16 17:29:01-debug: Json group(0a1731415) compile success,json number: 6
  3381. 2025-1-16 17:29:01-debug: Json group(093f10e90) compile success,json number: 6
  3382. 2025-1-16 17:29:01-debug: Json group(02c882590) compile success,json number: 6
  3383. 2025-1-16 17:29:01-debug: Json group(042b497f3) compile success,json number: 6
  3384. 2025-1-16 17:29:01-debug: Json group(0310e8848) compile success,json number: 6
  3385. 2025-1-16 17:29:01-debug: Json group(0e8f971ab) compile success,json number: 6
  3386. 2025-1-16 17:29:01-debug: Json group(0670cc77a) compile success,json number: 6
  3387. 2025-1-16 17:29:01-debug: Json group(05eeba194) compile success,json number: 6
  3388. 2025-1-16 17:29:01-debug: Json group(0f272fc25) compile success,json number: 6
  3389. 2025-1-16 17:29:01-debug: Json group(03c9cd961) compile success,json number: 6
  3390. 2025-1-16 17:29:01-debug: Json group(0329651a2) compile success,json number: 6
  3391. 2025-1-16 17:29:01-debug: Json group(0c5a2fc7e) compile success,json number: 6
  3392. 2025-1-16 17:29:01-debug: Json group(04644b2f0) compile success,json number: 6
  3393. 2025-1-16 17:29:01-debug: Json group(0332e55a0) compile success,json number: 6
  3394. 2025-1-16 17:29:01-debug: Json group(022fd81fe) compile success,json number: 6
  3395. 2025-1-16 17:29:01-debug: handle single json
  3396. 2025-1-16 17:29:01-debug: Output asset in bundles success, progress: 24%
  3397. 2025-1-16 17:29:01-debug: Output asset in bundles start, progress: 24%
  3398. 2025-1-16 17:29:01-debug: compress config of bundle internal...
  3399. 2025-1-16 17:29:01-debug: compress config of bundle internal success
  3400. 2025-1-16 17:29:01-debug: compress config of bundle start-scene success
  3401. 2025-1-16 17:29:01-debug: compress config of bundle start-scene...
  3402. 2025-1-16 17:29:01-debug: compress config of bundle module_extra...
  3403. 2025-1-16 17:29:01-debug: compress config of bundle main success
  3404. 2025-1-16 17:29:01-debug: compress config of bundle module_basic...
  3405. 2025-1-16 17:29:01-debug: compress config of bundle module_extra success
  3406. 2025-1-16 17:29:01-debug: compress config of bundle module_game...
  3407. 2025-1-16 17:29:01-debug: compress config of bundle main...
  3408. 2025-1-16 17:29:01-debug: compress config of bundle module_game success
  3409. 2025-1-16 17:29:01-debug: output config of bundle internal success
  3410. 2025-1-16 17:29:01-debug: output config of bundle start-scene
  3411. 2025-1-16 17:29:01-debug: output config of bundle start-scene success
  3412. 2025-1-16 17:29:01-debug: output config of bundle main
  3413. 2025-1-16 17:29:01-debug: output config of bundle main success
  3414. 2025-1-16 17:29:01-debug: output config of bundle module_extra
  3415. 2025-1-16 17:29:01-debug: output config of bundle module_extra success
  3416. 2025-1-16 17:29:01-debug: output config of bundle module_basic
  3417. 2025-1-16 17:29:01-debug: output config of bundle module_game
  3418. 2025-1-16 17:29:01-debug: output config of bundle module_basic success
  3419. 2025-1-16 17:29:01-debug: output config of bundle module_game success
  3420. 2025-1-16 17:29:01-debug: Output asset in bundles success, progress: 24%
  3421. 2025-1-16 17:29:01-debug: compress config of bundle module_basic success
  3422. 2025-1-16 17:29:01-debug: output config of bundle internal
  3423. 2025-1-16 17:29:01-debug: // ---- build task Build Assets ---- (945ms)
  3424. 2025-1-16 17:29:01-debug: run build task Build Assets success in 945 ms√, progress: 29%
  3425. 2025-1-16 17:29:01-debug: [Build Memory track]: Build Assets start:201.30MB, end 205.22MB, increase: 3.93MB
  3426. 2025-1-16 17:29:01-debug: wechatgame:(onAfterBundleBuildTask) start..., progress: 29%
  3427. 2025-1-16 17:29:01-debug: // ---- build task wechatgame:onAfterBundleBuildTask ----
  3428. 2025-1-16 17:29:01-debug: // ---- build task wechatgame:onAfterBundleBuildTask ---- (27ms)
  3429. 2025-1-16 17:29:01-debug: wechatgame:(onAfterBuildAssets) start..., progress: 29%
  3430. 2025-1-16 17:29:01-debug: wechatgame:(onAfterBundleBuildTask) in 27 ms ✓, progress: 29%
  3431. 2025-1-16 17:29:01-debug: // ---- build task wechatgame:onAfterBuildAssets ----
  3432. 2025-1-16 17:29:01-debug: // ---- build task wechatgame:onAfterBuildAssets ---- (33ms)
  3433. 2025-1-16 17:29:01-debug: 整理部分构建选项内数据到 settings.json start, progress: 31%
  3434. 2025-1-16 17:29:01-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  3435. 2025-1-16 17:29:01-debug: wechatgame:(onAfterBuildAssets) in 33 ms ✓, progress: 31%
  3436. 2025-1-16 17:29:01-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (26ms)
  3437. 2025-1-16 17:29:01-debug: run build task 整理部分构建选项内数据到 settings.json success in 26 ms√, progress: 33%
  3438. 2025-1-16 17:29:01-debug: // ---- build task 填充脚本数据到 settings.json ----
  3439. 2025-1-16 17:29:01-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:205.52MB, end 205.59MB, increase: 71.56KB
  3440. 2025-1-16 17:29:01-debug: 填充脚本数据到 settings.json start, progress: 33%
  3441. 2025-1-16 17:29:01-debug: // ---- build task 填充脚本数据到 settings.json ---- (25ms)
  3442. 2025-1-16 17:29:01-debug: run build task 填充脚本数据到 settings.json success in 25 ms√, progress: 34%
  3443. 2025-1-16 17:29:01-debug: [Build Memory track]: 填充脚本数据到 settings.json start:205.63MB, end 205.70MB, increase: 73.43KB
  3444. 2025-1-16 17:29:01-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  3445. 2025-1-16 17:29:01-debug: 整理部分构建选项内数据到 settings.json start, progress: 34%
  3446. 2025-1-16 17:29:01-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (33ms)
  3447. 2025-1-16 17:29:01-debug: run build task 整理部分构建选项内数据到 settings.json success in 33 ms√, progress: 36%
  3448. 2025-1-16 17:29:01-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:205.74MB, end 205.91MB, increase: 175.06KB
  3449. 2025-1-16 17:29:01-debug: wechatgame:(onBeforeCompressSettings) start..., progress: 36%
  3450. 2025-1-16 17:29:01-debug: // ---- build task wechatgame:onBeforeCompressSettings ----
  3451. 2025-1-16 17:29:01-debug: // ---- build task wechatgame:onBeforeCompressSettings ---- (22ms)
  3452. 2025-1-16 17:29:01-debug: wechatgame:(onBeforeCompressSettings) in 22 ms ✓, progress: 38%
  3453. 2025-1-16 17:29:01-debug: // ---- build task cocos-service:onBeforeCompressSettings ----
  3454. 2025-1-16 17:29:01-debug: cocos-service:(onBeforeCompressSettings) start..., progress: 38%
  3455. 2025-1-16 17:29:01-debug: // ---- build task cocos-service:onBeforeCompressSettings ---- (160ms)
  3456. 2025-1-16 17:29:01-debug: // ---- build task 整理静态模板文件 ----
  3457. 2025-1-16 17:29:01-debug: cocos-service:(onBeforeCompressSettings) in 160 ms ✓, progress: 40%
  3458. 2025-1-16 17:29:01-debug: 整理静态模板文件 start, progress: 40%
  3459. 2025-1-16 17:29:01-debug: // ---- build task 整理静态模板文件 ---- (74ms)
  3460. 2025-1-16 17:29:01-debug: run build task 整理静态模板文件 success in 74 ms√, progress: 45%
  3461. 2025-1-16 17:29:01-debug: cocos-service:(onAfterCompressSettings) start..., progress: 45%
  3462. 2025-1-16 17:29:01-debug: [Build Memory track]: 整理静态模板文件 start:206.18MB, end 210.01MB, increase: 3.83MB
  3463. 2025-1-16 17:29:01-debug: // ---- build task cocos-service:onAfterCompressSettings ----
  3464. 2025-1-16 17:29:01-debug: // ---- build task cocos-service:onAfterCompressSettings ---- (65ms)
  3465. 2025-1-16 17:29:01-debug: cocos-service:(onAfterCompressSettings) in 65 ms ✓, progress: 46%
  3466. 2025-1-16 17:29:01-debug: wechatgame:(onBeforeCopyBuildTemplate) start..., progress: 46%
  3467. 2025-1-16 17:29:01-debug: // ---- build task wechatgame:onBeforeCopyBuildTemplate ----
  3468. 2025-1-16 17:29:02-debug: // ---- build task wechatgame:onBeforeCopyBuildTemplate ---- (18ms)
  3469. 2025-1-16 17:29:02-debug: wechatgame:(onBeforeCopyBuildTemplate) in 18 ms ✓, progress: 48%
  3470. 2025-1-16 17:29:02-debug: wechatgame:(onAfterCopyBuildTemplate) start..., progress: 48%
  3471. 2025-1-16 17:29:02-debug: // ---- build task wechatgame:onAfterCopyBuildTemplate ----
  3472. 2025-1-16 17:29:02-debug: // ---- build task wechatgame:onAfterCopyBuildTemplate ---- (40ms)
  3473. 2025-1-16 17:29:02-debug: wechatgame:(onAfterCopyBuildTemplate) in 40 ms ✓, progress: 50%
  3474. 2025-1-16 17:29:02-debug: 给所有的资源加上 MD5 后缀 start, progress: 50%
  3475. 2025-1-16 17:29:02-debug: // ---- build task 给所有的资源加上 MD5 后缀 ----
  3476. 2025-1-16 17:29:02-debug: // ---- build task 给所有的资源加上 MD5 后缀 ---- (21ms)
  3477. 2025-1-16 17:29:02-debug: run build task 给所有的资源加上 MD5 后缀 success in 21 ms√, progress: 60%
  3478. 2025-1-16 17:29:02-debug: [Build Memory track]: 给所有的资源加上 MD5 后缀 start:210.64MB, end 210.70MB, increase: 67.21KB
  3479. 2025-1-16 17:29:02-debug: // ---- build task wechatgame:onAfterBuild ----
  3480. 2025-1-16 17:29:02-debug: wechatgame:(onAfterBuild) start..., progress: 60%
  3481. 2025-1-16 17:29:02-debug: // ---- build task wechatgame:onAfterBuild ---- (634ms)
  3482. 2025-1-16 17:29:02-debug: wechatgame:(onAfterBuild) in 634 ms ✓, progress: 62%
  3483. 2025-1-16 17:29:02-debug: // ---- build task cocos-service:onAfterBuild ----
  3484. 2025-1-16 17:29:02-debug: cocos-service:(onAfterBuild) start..., progress: 62%
  3485. 2025-1-16 17:29:02-debug: // ---- build task cocos-service:onAfterBuild ---- (88ms)
  3486. 2025-1-16 17:29:02-debug: cocos-service:(onAfterBuild) in 88 ms ✓, progress: 64%
  3487. 2025-1-16 17:29:02-debug: adsense-h5g-plugin:(onAfterBuild) start..., progress: 64%
  3488. 2025-1-16 17:29:02-debug: // ---- build task adsense-h5g-plugin:onAfterBuild ----
  3489. 2025-1-16 17:29:02-debug: // ---- build task adsense-h5g-plugin:onAfterBuild ---- (20ms)
  3490. 2025-1-16 17:29:02-log: Asset DB is resume!
  3491. 2025-1-16 17:29:02-debug: adsense-h5g-plugin:(onAfterBuild) in 20 ms ✓, progress: 65%
  3492. 2025-1-16 17:29:02-debug: builder:build-project-total (18873ms)
  3493. 2025-1-16 17:29:03-debug: build success in 18873!
  3494. 2025-1-16 17:29:03-debug: [Build Memory track]: builder:build-project-total start:214.36MB, end 211.08MB, increase: -3358.78KB
  3495. 2025-1-16 17:29:03-debug: ================================ build Task (wechatgame-001) Finished in (19 s)ms ================================
  3496. 2025-1-16 17:29:03-debug: Stop record console. {file(D:\CocosCreatorProject\Idioms\idiom\temp\builder\log\wechatgame2025-1-16 17-15.log)}
  3497. 2025-1-16 17:29:03-debug: refresh db internal success
  3498. 2025-1-16 17:29:03-debug: refresh db assets success
  3499. 2025-1-16 17:29:03-debug: Run asset db hook engine-extends:afterRefresh ...
  3500. 2025-1-16 17:29:03-debug: Run asset db hook engine-extends:afterRefresh success!
  3501. 2025-1-16 17:29:03-debug: asset-db:worker-effect-data-processing (2ms)
  3502. 2025-1-16 17:29:03-debug: asset-db:refresh-all-database (272ms)
  3503. 2025-1-16 17:29:03-debug: asset-db-hook-engine-extends-afterRefresh (2ms)
  3504. 2025-1-16 17:29:29-debug: refresh db internal success
  3505. 2025-1-16 17:29:30-debug: refresh db assets success
  3506. 2025-1-16 17:29:30-debug: Run asset db hook engine-extends:afterRefresh ...
  3507. 2025-1-16 17:29:30-debug: Run asset db hook engine-extends:afterRefresh success!
  3508. 2025-1-16 17:29:30-debug: asset-db:refresh-all-database (222ms)
  3509. 2025-1-16 17:29:30-debug: asset-db:worker-effect-data-processing (1ms)
  3510. 2025-1-16 17:29:30-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  3511. 2025-1-16 17:29:37-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  3512. 2025-1-16 17:29:37-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (19ms)
  3513. 2025-1-16 17:29:37-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  3514. 2025-1-16 17:29:37-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (12ms)
  3515. 2025-1-16 17:29:38-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  3516. 2025-1-16 17:29:38-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (25ms)
  3517. 2025-1-16 17:29:38-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  3518. 2025-1-16 17:29:38-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (16ms)
  3519. 2025-1-16 17:29:39-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  3520. 2025-1-16 17:29:39-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (18ms)
  3521. 2025-1-16 17:29:40-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  3522. 2025-1-16 17:29:40-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (22ms)
  3523. 2025-1-16 17:29:40-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  3524. 2025-1-16 17:29:40-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (14ms)
  3525. 2025-1-16 17:29:40-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  3526. 2025-1-16 17:29:40-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (20ms)
  3527. 2025-1-16 17:29:41-debug: Query all assets info in project
  3528. 2025-1-16 17:29:41-debug: init custom config: keepNodeUuid: false, useCache: true
  3529. 2025-1-16 17:29:41-debug: 查询 Asset Bundle start, progress: 0%
  3530. 2025-1-16 17:29:41-debug: // ---- build task 查询 Asset Bundle ----
  3531. 2025-1-16 17:29:41-debug: Number of all scenes: 3
  3532. 2025-1-16 17:29:41-debug: Number of all scripts: 112
  3533. 2025-1-16 17:29:41-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  3534. 2025-1-16 17:29:41-debug: Number of other assets: 986
  3535. 2025-1-16 17:29:41-debug: // ---- build task 查询 Asset Bundle ---- (15ms)
  3536. 2025-1-16 17:29:41-debug: run build task 查询 Asset Bundle success in 15 ms√, progress: 5%
  3537. 2025-1-16 17:29:41-debug: [Build Memory track]: 查询 Asset Bundle start:208.50MB, end 208.51MB, increase: 6.18KB
  3538. 2025-1-16 17:29:41-debug: // ---- build task 查询 Asset Bundle ----
  3539. 2025-1-16 17:29:41-debug: 查询 Asset Bundle start, progress: 5%
  3540. 2025-1-16 17:29:41-debug: // ---- build task 查询 Asset Bundle ---- (5ms)
  3541. 2025-1-16 17:29:41-debug: [Build Memory track]: 查询 Asset Bundle start:208.54MB, end 208.73MB, increase: 195.03KB
  3542. 2025-1-16 17:29:41-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  3543. 2025-1-16 17:29:41-debug: run build task 查询 Asset Bundle success in 5 ms√, progress: 10%
  3544. 2025-1-16 17:29:41-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  3545. 2025-1-16 17:29:41-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (1ms)
  3546. 2025-1-16 17:29:41-debug: run build task 整理部分构建选项内数据到 settings.json success in 1 ms√, progress: 12%
  3547. 2025-1-16 17:29:41-debug: // ---- build task 填充脚本数据到 settings.json ----
  3548. 2025-1-16 17:29:41-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:208.76MB, end 208.79MB, increase: 28.44KB
  3549. 2025-1-16 17:29:41-debug: 填充脚本数据到 settings.json start, progress: 12%
  3550. 2025-1-16 17:29:41-debug: // ---- build task 填充脚本数据到 settings.json ---- (2ms)
  3551. 2025-1-16 17:29:41-debug: run build task 填充脚本数据到 settings.json success in 2 ms√, progress: 13%
  3552. 2025-1-16 17:29:41-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  3553. 2025-1-16 17:29:41-debug: [Build Memory track]: 填充脚本数据到 settings.json start:208.82MB, end 208.85MB, increase: 30.18KB
  3554. 2025-1-16 17:29:41-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  3555. 2025-1-16 17:29:41-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (5ms)
  3556. 2025-1-16 17:29:41-debug: run build task 整理部分构建选项内数据到 settings.json success in 5 ms√, progress: 15%
  3557. 2025-1-16 17:29:41-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:208.88MB, end 209.01MB, increase: 129.83KB
  3558. 2025-1-16 17:29:50-debug: refresh db internal success
  3559. 2025-1-16 17:29:50-debug: refresh db assets success
  3560. 2025-1-16 17:29:50-debug: Run asset db hook engine-extends:afterRefresh ...
  3561. 2025-1-16 17:29:50-debug: Run asset db hook engine-extends:afterRefresh success!
  3562. 2025-1-16 17:29:50-debug: asset-db:refresh-all-database (323ms)
  3563. 2025-1-16 17:29:50-debug: asset-db-hook-engine-extends-afterRefresh (2ms)
  3564. 2025-1-16 17:29:50-debug: asset-db:worker-effect-data-processing (2ms)
  3565. 2025-1-16 17:29:57-debug: Start record console... {file(D:\CocosCreatorProject\Idioms\idiom\temp\builder\log\wechatgame2025-1-16 17-15.log)}
  3566. 2025-1-16 17:29:57-debug: =================================== build Task (wechatgame-001) Start ================================
  3567. 2025-1-16 17:29:57-debug: Build with Cocos Creator 3.8.4
  3568. 2025-1-16 17:29:57-debug: Start build task, options: {"name":"看你多厉害","server":"","platform":"wechatgame","buildPath":"project://build","debug":false,"md5Cache":false,"skipCompressTexture":false,"sourceMaps":false,"overwriteProjectSettings":{"macroConfig":{"cleanupImageCache":"on"},"includeModules":{"physics":"inherit-project-setting","physics-2d":"inherit-project-setting","gfx-webgl2":"off"}},"nativeCodeBundleMode":"wasm","polyfills":{"asyncFunctions":false},"experimentalEraseModules":false,"startSceneAssetBundle":true,"bundleConfigs":[],"useBuiltinServer":false,"md5CacheOptions":{"excludes":[],"includes":[],"replaceOnly":[],"handleTemplateMd5Link":true},"mainBundleIsRemote":false,"mainBundleCompressionType":"subpackage","useSplashScreen":true,"bundleCommonChunk":false,"packAutoAtlas":true,"startScene":"155e7964-9abb-4942-be64-ececa65865a5","outputName":"wechatgame-001","taskName":"wechatgame-001","scenes":[{"url":"db://assets/start/start.scene","uuid":"155e7964-9abb-4942-be64-ececa65865a5"},{"url":"db://assets/module_game/game/game.scene","uuid":"2d0d9d79-af76-426f-8abd-3eeff0d4e1c3","bundle":"db://assets/module_game"},{"url":"db://assets/module_game/hall/hall.scene","uuid":"f9516261-6f5e-4b79-9676-880b100e9a8d","bundle":"db://assets/module_game"}],"wasmCompressionMode":"brotli","packages":{"cocos-service":{"configID":"678dc5","services":[]},"wechatgame":{"orientation":"portrait","appid":"wx7d17bc8ef8255490","buildOpenDataContextTemplate":"","separateEngine":false,"highPerformanceMode":false,"__version__":"1.0.4","wasmSubpackage":true}},"__version__":"1.3.8","logDest":"project://temp/builder/log/wechatgame2025-1-16 17-15.log"}
  3569. 2025-1-16 17:29:57-debug: cocos-service:(onBeforeBuild) start..., progress: 0%
  3570. 2025-1-16 17:29:57-debug: // ---- build task cocos-service:onBeforeBuild ----
  3571. 2025-1-16 17:29:57-debug: // ---- build task cocos-service:onBeforeBuild ---- (224ms)
  3572. 2025-1-16 17:29:57-debug: scene:(onBeforeBuild) start..., progress: 2%
  3573. 2025-1-16 17:29:57-debug: // ---- build task scene:onBeforeBuild ----
  3574. 2025-1-16 17:29:57-debug: cocos-service:(onBeforeBuild) in 224 ms ✓, progress: 2%
  3575. 2025-1-16 17:29:57-debug: // ---- build task scene:onBeforeBuild ---- (19ms)
  3576. 2025-1-16 17:29:57-debug: scene:(onBeforeBuild) in 19 ms ✓, progress: 4%
  3577. 2025-1-16 17:29:57-log: Asset DB is paused with build!
  3578. 2025-1-16 17:29:57-debug: Query all assets info in project
  3579. 2025-1-16 17:29:57-debug: Start lock asset db..., progress: 4%
  3580. 2025-1-16 17:29:57-debug: init custom config: keepNodeUuid: false, useCache: true
  3581. 2025-1-16 17:29:57-debug: wechatgame:(onAfterInit) start..., progress: 4%
  3582. 2025-1-16 17:29:57-debug: // ---- build task wechatgame:onAfterInit ----
  3583. 2025-1-16 17:29:57-debug: // ---- build task wechatgame:onAfterInit ---- (7ms)
  3584. 2025-1-16 17:29:57-debug: wechatgame:(onAfterInit) in 7 ms ✓, progress: 5%
  3585. 2025-1-16 17:29:57-debug: // ---- build task cocos-service:onAfterInit ----
  3586. 2025-1-16 17:29:57-debug: cocos-service:(onAfterInit) start..., progress: 5%
  3587. 2025-1-16 17:29:57-debug: // ---- build task cocos-service:onAfterInit ---- (64ms)
  3588. 2025-1-16 17:29:57-debug: cocos-service:(onAfterInit) in 64 ms ✓, progress: 7%
  3589. 2025-1-16 17:29:57-debug: // ---- build task engine:onAfterInit ----
  3590. 2025-1-16 17:29:57-debug: engine:(onAfterInit) start..., progress: 7%
  3591. 2025-1-16 17:29:57-debug: // ---- build task engine:onAfterInit ---- (20ms)
  3592. 2025-1-16 17:29:57-debug: wechatgame:(onBeforeBundleInit) start..., progress: 9%
  3593. 2025-1-16 17:29:57-debug: // ---- build task wechatgame:onBeforeBundleInit ----
  3594. 2025-1-16 17:29:57-debug: engine:(onAfterInit) in 20 ms ✓, progress: 9%
  3595. 2025-1-16 17:29:57-debug: // ---- build task wechatgame:onBeforeBundleInit ---- (19ms)
  3596. 2025-1-16 17:29:57-debug: // ---- build task adsense-h5g-plugin:onBeforeBundleInit ----
  3597. 2025-1-16 17:29:57-debug: adsense-h5g-plugin:(onBeforeBundleInit) start..., progress: 9%
  3598. 2025-1-16 17:29:57-debug: wechatgame:(onBeforeBundleInit) in 19 ms ✓, progress: 9%
  3599. 2025-1-16 17:29:57-debug: [adsense-h5g-plugin] remove script success
  3600. 2025-1-16 17:29:57-debug: // ---- build task adsense-h5g-plugin:onBeforeBundleInit ---- (29ms)
  3601. 2025-1-16 17:29:57-debug: adsense-h5g-plugin:(onBeforeBundleInit) in 29 ms ✓, progress: 9%
  3602. 2025-1-16 17:29:57-debug: Init all bundles start..., progress: 9%
  3603. 2025-1-16 17:29:57-debug: // ---- build task 查询 Asset Bundle ----
  3604. 2025-1-16 17:29:57-debug: Num of bundles: 6..., progress: 9%
  3605. 2025-1-16 17:29:57-debug: Init bundle root assets start..., progress: 9%
  3606. 2025-1-16 17:29:57-debug: 查询 Asset Bundle start, progress: 9%
  3607. 2025-1-16 17:29:57-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  3608. 2025-1-16 17:29:57-debug: Number of all scripts: 112
  3609. 2025-1-16 17:29:57-debug: Number of other assets: 986
  3610. 2025-1-16 17:29:57-debug: Init bundle root assets success..., progress: 9%
  3611. 2025-1-16 17:29:57-debug: Number of all scenes: 3
  3612. 2025-1-16 17:29:57-debug: reload all scripts.
  3613. 2025-1-16 17:29:57-debug: Set detail map pack:///resolution-detail-map.json: {}
  3614. 2025-1-16 17:29:57-debug: Unregister BuiltinPipelineSettings
  3615. 2025-1-16 17:29:57-debug: Unregister DebugViewRuntimeControl
  3616. 2025-1-16 17:29:57-debug: Unregister ch_sdk_comp
  3617. 2025-1-16 17:29:57-debug: Unregister __NodeEventAgent__
  3618. 2025-1-16 17:29:57-debug: Unregister ch_start_pack
  3619. 2025-1-16 17:29:57-debug: Unregister ResolutionAutoFit
  3620. 2025-1-16 17:29:57-debug: Unregister ListItem
  3621. 2025-1-16 17:29:57-debug: Unregister ui_updater
  3622. 2025-1-16 17:29:57-debug: Unregister List
  3623. 2025-1-16 17:29:57-debug: Unregister MotionTrail
  3624. 2025-1-16 17:29:57-debug: Unregister ClickPenetrate
  3625. 2025-1-16 17:29:57-debug: Unregister MovieClip
  3626. 2025-1-16 17:29:57-debug: Unregister SpineView
  3627. 2025-1-16 17:29:57-debug: Unregister RewardFly
  3628. 2025-1-16 17:29:57-debug: Unregister Layout_UIAlert
  3629. 2025-1-16 17:29:57-debug: Unregister Layout_UI_Notify
  3630. 2025-1-16 17:29:57-debug: Unregister Layout_UIWaiting
  3631. 2025-1-16 17:29:57-debug: Unregister table_level
  3632. 2025-1-16 17:29:57-debug: Unregister UISpineMovie
  3633. 2025-1-16 17:29:57-debug: Unregister table_idiom
  3634. 2025-1-16 17:29:57-debug: Unregister Layout_Fail
  3635. 2025-1-16 17:29:57-debug: Unregister UI_Head_Icon
  3636. 2025-1-16 17:29:57-debug: Unregister UI_Rank_Item
  3637. 2025-1-16 17:29:57-debug: Unregister Start
  3638. 2025-1-16 17:29:57-debug: Unregister Layout_Hall
  3639. 2025-1-16 17:29:57-debug: Unregister Layout_Settings
  3640. 2025-1-16 17:29:57-debug: Unregister UI_Rank
  3641. 2025-1-16 17:29:57-debug: Unregister Layout_Rank
  3642. 2025-1-16 17:29:57-debug: Unregister Layout_Sign
  3643. 2025-1-16 17:29:57-debug: Unregister UI_Settings
  3644. 2025-1-16 17:29:57-debug: Unregister Layout_Invite
  3645. 2025-1-16 17:29:57-debug: Unregister Sign_Reward
  3646. 2025-1-16 17:29:57-debug: Unregister UI_Invite
  3647. 2025-1-16 17:29:57-debug: Unregister Layout_Store
  3648. 2025-1-16 17:29:57-debug: Unregister Layout_SideBar
  3649. 2025-1-16 17:29:57-debug: Unregister UI_Store
  3650. 2025-1-16 17:29:57-debug: Unregister UI_SideBar
  3651. 2025-1-16 17:29:57-debug: Unregister UI_Sign
  3652. 2025-1-16 17:29:57-debug: Unregister Layout_Task
  3653. 2025-1-16 17:29:57-debug: Unregister UI_Task_Item
  3654. 2025-1-16 17:29:57-debug: Unregister UI_Task
  3655. 2025-1-16 17:29:57-debug: Unregister Layout_GameRules
  3656. 2025-1-16 17:29:57-debug: Unregister UI_Hall
  3657. 2025-1-16 17:29:57-debug: Unregister UI_GameRules
  3658. 2025-1-16 17:29:57-debug: Unregister Layout_Idioms
  3659. 2025-1-16 17:29:57-debug: Unregister UI_Fail
  3660. 2025-1-16 17:29:57-debug: Unregister UI_Idiom
  3661. 2025-1-16 17:29:57-debug: Unregister Layout_Win
  3662. 2025-1-16 17:29:57-debug: Unregister Layout_Main
  3663. 2025-1-16 17:29:57-debug: Unregister UI_Idioms
  3664. 2025-1-16 17:29:57-debug: Unregister UI_Main
  3665. 2025-1-16 17:29:57-debug: Unregister Cube_Infor
  3666. 2025-1-16 17:29:57-debug: Unregister Hall
  3667. 2025-1-16 17:29:57-debug: Unregister UI_Win
  3668. 2025-1-16 17:29:57-debug: Unregister GameCtl
  3669. 2025-1-16 17:29:57-debug: Unregister Container_Manager
  3670. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js'
  3671. 2025-1-16 17:29:57-debug: Unregister CreateIdiom
  3672. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js'
  3673. 2025-1-16 17:29:57-debug: Unregister UI_Item
  3674. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/d6/d6137fe08bf966a053351bb405928e5a6390befd.js'
  3675. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/59/59b7958b47eec6168615a6469581f8f48e26cb00.js'
  3676. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/6a/6a5019a719a9014c047e67aa1cf34453ab8392ce.js'
  3677. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/b3/b349769b96cc4c1dff92d5d6f941366e27a02c6b.js'
  3678. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/3c/3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js'
  3679. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/97/9758c8bdbb4fd247ebce274d105abb8265561b82.js'
  3680. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/e9/e908646c1435d653de6447e2ae846c959ac29b33.js'
  3681. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/ba/bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js'
  3682. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/e6/e671bb16456ad253c126408d753c04295ea07129.js'
  3683. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/a6/a62597dd07a24c3714ad095eedbfc8f76f2d165c.js'
  3684. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/1c/1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js'
  3685. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/41/41d16e1f8113566bf1c111c20aceca9e4a6626d6.js'
  3686. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/3f/3f8dff31feda7b51e2d0428361dac48e18834ed8.js'
  3687. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/72/72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js'
  3688. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/08/08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js'
  3689. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/39/3975fe5ce64c51324369e49e8afd9c685ef1036d.js'
  3690. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/5a/5ad9214371678a1d97027b6cf28752dcbab25e0f.js'
  3691. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/d7/d72ce35042ce99e7f64ae289f73e61427ebc5661.js'
  3692. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/31/31f21e9610b2e754c9705fb8b4947b7629eba3ec.js'
  3693. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/1c/1c6623815813aae756c57cca6f89a3182c222719.js'
  3694. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/87/879eb4b2cb07a55807079158fde54421bac04056.js'
  3695. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/6b/6b45817391fda8032e9c3052f72099ae80b977e5.js'
  3696. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/33/33d6d868e05219070a908e953bde210e54f92e26.js'
  3697. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/9b/9b4abce15a8c07b4b00096caaa35df726664c0eb.js'
  3698. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/e2/e2c07fd606d93eb79afeed6ef4de521f2be03414.js'
  3699. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/51/518c777b9b184349470f0a8548bfc02a3ac13b12.js'
  3700. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/2d/2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js'
  3701. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/79/79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js'
  3702. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/47/47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js'
  3703. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/bd/bd8a015d9f05319ae091f7383c093a5f26a12133.js'
  3704. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/53/5355f477731c1aa517e29e27c45ac35bf99fe727.js'
  3705. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/73/73c6533bf475cf801676942513edca165a6ed07f.js'
  3706. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/c9/c969313d23703c6a3fcc53d5e71bae664ed7849e.js'
  3707. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/d8/d8ea009be5644c7164c4b5ae51cd349e5525e465.js'
  3708. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/5f/5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js'
  3709. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/17/1787d8e2147a43214097b7b6fea81022fa7297b5.js'
  3710. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/e5/e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js'
  3711. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/b6/b601769373047d5119da5c4cb4b3a4bba6a651af.js'
  3712. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/69/69708f163aeb7f1d3d93c5d9454dca6576ef2581.js'
  3713. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/4e/4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js'
  3714. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/81/815a8e3b66559b0d1265c7b789166062c8861bd5.js'
  3715. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/f7/f780142056b451af1186d982a8e16130bfd276a2.js'
  3716. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/8e/8e81d067c8870d70331d8b9656a976c1f558e5de.js'
  3717. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/c0/c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js'
  3718. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/df/df48ec67964f126550b0d5d71bec2b4cfc027d50.js'
  3719. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/e0/e08485787ba9b2ad7c98e435102c966d3f5c64ae.js'
  3720. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/1d/1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js'
  3721. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/5f/5f91b0c989c2a479c1da04fdb508bd586eba443c.js'
  3722. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/cf/cf9c45e29398b29856527964dd8d734c5d4fdec4.js'
  3723. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/34/34df8999c17a8450e101699bd789ccbd57ce24ce.js'
  3724. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/d5/d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js'
  3725. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/5d/5d8144768428205eb83d54c7574071768f6c1b5b.js'
  3726. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/a8/a89b293907eed8bf35922b74df584b59608173f2.js'
  3727. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/31/3166d186d5cd2eca604e02fdebeb727752294da4.js'
  3728. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/74/7404a8ee135932a387eac99bfb33951576fe8b67.js'
  3729. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/12/122ae41024fa99aa4949a176919256851ded60b7.js'
  3730. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/38/38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js'
  3731. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/59/5908d1524fdbf33b63c9c924078b09b63cc7fc89.js'
  3732. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/a4/a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js'
  3733. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/cb/cb13e961bcd8d7069545036fc45d02908c0eee94.js'
  3734. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/b3/b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js'
  3735. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/71/71b930d6142312f684efd1718dfcd7bfd1e95eaa.js'
  3736. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/97/974d5e18287f52413bf4aef79e6b1b43e2db1119.js'
  3737. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/cb/cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js'
  3738. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/13/137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js'
  3739. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/7a/7a060cba1d5a032475d6578a562fb8df8171eb0b.js'
  3740. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/20/20712297188dd3bbe9fb3acc1799edea45dda86b.js'
  3741. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/b7/b71ec6998eef381fede6b5fd1614855829fc2f22.js'
  3742. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/09/09a6fd4930dfcb5968a1b01550a6275640cfa703.js'
  3743. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/9d/9d6b2307e211bf7d71fb96955f3a221662b8b975.js'
  3744. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/b0/b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js'
  3745. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/82/82914e241315735457587bc37563ed7db8183cd0.js'
  3746. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/90/90cb08bdd2589bd4780881bf755dafe0306918a1.js'
  3747. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/c3/c307a58b694cc824581802a8099e6d62860adb91.js'
  3748. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/78/789715a9ff1e6669695bc6f37f849347673e7936.js'
  3749. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/0a/0a4102a464059398e43bc26dd3fe1faf79989cb3.js'
  3750. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/67/67f356369ce567fe1898b7ae72038ee83758a446.js'
  3751. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/63/635d373e206601884c96847cb1eeeefae856f2ab.js'
  3752. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/46/4669e191907a2a708fa7ba923dc04da98435f165.js'
  3753. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/f0/f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js'
  3754. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/d4/d4808bb291a6c1906241b46a992fa068602b87c7.js'
  3755. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/50/50dd8b1c328a686f05e0ea16e0613e3558f0f915.js'
  3756. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/fd/fd567b6cff2bda101ea5067e96a8431f92b55a12.js'
  3757. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/6a/6a163e5eb12e84fcff92e09679473d95caa7ce42.js'
  3758. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/07/07873864f2752ebebcdaae9cbb27e5477e565642.js'
  3759. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/99/99b535d8a2435b17b7a999d87ff3be42be0d89f6.js'
  3760. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/4a/4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js'
  3761. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/2c/2cb4568cc17fc880801c649b7e09213445038932.js'
  3762. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/69/69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js'
  3763. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/4f/4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js'
  3764. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/b9/b968f7f08649c00a45a730a74c55b98d374e1ea3.js'
  3765. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/a0/a0c4f651e5297607ee62681e54a78e7903383828.js'
  3766. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/73/73e6dc2a8fc59081071dcebb82927640ef5a7f21.js'
  3767. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/2d/2d7e3424c179d135dc59489a147ede15a8748562.js'
  3768. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/28/28edf65eb8d20daf82fac5a67080212e26e054c8.js'
  3769. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/6a/6a8af0f15958f7b90e4c55917282aae8bec7ce55.js'
  3770. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/4b/4b62ba828bd2568fd07a8c27879bd9e102538148.js'
  3771. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/d7/d7e846ac7b691e2f62cb6f2e257f758a25829039.js'
  3772. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/7e/7e7ab0c417629d8b4decc7970b158f69484ca3a0.js'
  3773. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/64/648fcac29cbf9485ceab7e7d1359724ae2b1b196.js'
  3774. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/aa/aa522899127047b80d0893406f275d7a7aa74d2c.js'
  3775. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/1a/1a017ea1d38c47616789b41b9b3ceca6cb903e59.js'
  3776. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/a5/a59d8099545685d191f1183a0f3bc7f3602b80cf.js'
  3777. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/41/41297756668c0510f828032e1d12f96a4d1a9194.js'
  3778. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/30/30148fb61fef14f86e2cda463a167887dbf8cde4.js'
  3779. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/47/47c8e77781a159f10d589db5916314688580bc33.js'
  3780. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/39/394eb72f0b5be6799d0045482477175eb4563bad.js'
  3781. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/96/96e2fcee174623dab28594a5fc60dc89148d32de.js'
  3782. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/c2/c28f184f0d05e5d5976de9f0de294b88d5de4347.js'
  3783. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/5c/5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js'
  3784. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/4b/4b736ecb9c777512e2deca84bf06782f772c5a85.js'
  3785. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js" loaded.
  3786. 2025-1-16 17:29:57-debug: Invalidating 'pack:///chunks/9f/9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js'
  3787. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js" loaded.
  3788. 2025-1-16 17:29:57-debug: [[Executor]] Register BuiltinPipelineSettings
  3789. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/6a/6a5019a719a9014c047e67aa1cf34453ab8392ce.js" loaded.
  3790. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/d6/d6137fe08bf966a053351bb405928e5a6390befd.js" loaded.
  3791. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/59/59b7958b47eec6168615a6469581f8f48e26cb00.js" loaded.
  3792. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/97/9758c8bdbb4fd247ebce274d105abb8265561b82.js" loaded.
  3793. 2025-1-16 17:29:57-debug: [[Executor]] Register DebugViewRuntimeControl
  3794. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/b3/b349769b96cc4c1dff92d5d6f941366e27a02c6b.js" loaded.
  3795. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/ba/bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js" loaded.
  3796. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/e9/e908646c1435d653de6447e2ae846c959ac29b33.js" loaded.
  3797. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/3c/3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js" loaded.
  3798. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/1c/1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js" loaded.
  3799. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/5a/5ad9214371678a1d97027b6cf28752dcbab25e0f.js" loaded.
  3800. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/87/879eb4b2cb07a55807079158fde54421bac04056.js" loaded.
  3801. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/a6/a62597dd07a24c3714ad095eedbfc8f76f2d165c.js" loaded.
  3802. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/3f/3f8dff31feda7b51e2d0428361dac48e18834ed8.js" loaded.
  3803. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/41/41d16e1f8113566bf1c111c20aceca9e4a6626d6.js" loaded.
  3804. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/72/72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js" loaded.
  3805. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/08/08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js" loaded.
  3806. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/e6/e671bb16456ad253c126408d753c04295ea07129.js" loaded.
  3807. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/d7/d72ce35042ce99e7f64ae289f73e61427ebc5661.js" loaded.
  3808. 2025-1-16 17:29:57-debug: [[Executor]] Register ch_start_pack
  3809. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/39/3975fe5ce64c51324369e49e8afd9c685ef1036d.js" loaded.
  3810. 2025-1-16 17:29:57-debug: [[Executor]] Register __NodeEventAgent__
  3811. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/31/31f21e9610b2e754c9705fb8b4947b7629eba3ec.js" loaded.
  3812. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/1c/1c6623815813aae756c57cca6f89a3182c222719.js" loaded.
  3813. 2025-1-16 17:29:57-debug: [[Executor]] Register ch_sdk_comp
  3814. 2025-1-16 17:29:57-debug: [[Executor]] Register ResolutionAutoFit
  3815. 2025-1-16 17:29:57-debug: [[Executor]] Register ui_updater
  3816. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/e2/e2c07fd606d93eb79afeed6ef4de521f2be03414.js" loaded.
  3817. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/33/33d6d868e05219070a908e953bde210e54f92e26.js" loaded.
  3818. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/9b/9b4abce15a8c07b4b00096caaa35df726664c0eb.js" loaded.
  3819. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/6b/6b45817391fda8032e9c3052f72099ae80b977e5.js" loaded.
  3820. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/73/73c6533bf475cf801676942513edca165a6ed07f.js" loaded.
  3821. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/79/79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js" loaded.
  3822. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/bd/bd8a015d9f05319ae091f7383c093a5f26a12133.js" loaded.
  3823. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/51/518c777b9b184349470f0a8548bfc02a3ac13b12.js" loaded.
  3824. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/47/47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js" loaded.
  3825. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/2d/2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js" loaded.
  3826. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/5f/5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js" loaded.
  3827. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/53/5355f477731c1aa517e29e27c45ac35bf99fe727.js" loaded.
  3828. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/d8/d8ea009be5644c7164c4b5ae51cd349e5525e465.js" loaded.
  3829. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/4e/4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js" loaded.
  3830. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/c9/c969313d23703c6a3fcc53d5e71bae664ed7849e.js" loaded.
  3831. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/17/1787d8e2147a43214097b7b6fea81022fa7297b5.js" loaded.
  3832. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/f7/f780142056b451af1186d982a8e16130bfd276a2.js" loaded.
  3833. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/b6/b601769373047d5119da5c4cb4b3a4bba6a651af.js" loaded.
  3834. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/69/69708f163aeb7f1d3d93c5d9454dca6576ef2581.js" loaded.
  3835. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/e5/e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js" loaded.
  3836. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/c0/c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js" loaded.
  3837. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/8e/8e81d067c8870d70331d8b9656a976c1f558e5de.js" loaded.
  3838. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/cf/cf9c45e29398b29856527964dd8d734c5d4fdec4.js" loaded.
  3839. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/df/df48ec67964f126550b0d5d71bec2b4cfc027d50.js" loaded.
  3840. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/e0/e08485787ba9b2ad7c98e435102c966d3f5c64ae.js" loaded.
  3841. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/74/7404a8ee135932a387eac99bfb33951576fe8b67.js" loaded.
  3842. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/81/815a8e3b66559b0d1265c7b789166062c8861bd5.js" loaded.
  3843. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/5f/5f91b0c989c2a479c1da04fdb508bd586eba443c.js" loaded.
  3844. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/34/34df8999c17a8450e101699bd789ccbd57ce24ce.js" loaded.
  3845. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/1d/1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js" loaded.
  3846. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/d5/d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js" loaded.
  3847. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/5d/5d8144768428205eb83d54c7574071768f6c1b5b.js" loaded.
  3848. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/31/3166d186d5cd2eca604e02fdebeb727752294da4.js" loaded.
  3849. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/a8/a89b293907eed8bf35922b74df584b59608173f2.js" loaded.
  3850. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/59/5908d1524fdbf33b63c9c924078b09b63cc7fc89.js" loaded.
  3851. 2025-1-16 17:29:57-debug: [[Executor]] Register ListItem
  3852. 2025-1-16 17:29:57-debug: [[Executor]] Register ClickPenetrate
  3853. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/12/122ae41024fa99aa4949a176919256851ded60b7.js" loaded.
  3854. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/38/38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js" loaded.
  3855. 2025-1-16 17:29:57-debug: [[Executor]] Register MotionTrail
  3856. 2025-1-16 17:29:57-warn: 'MotionTrail.color' hides inherited property 'cc.UIRenderer.color'. To make the current property override that implementation, add the `override: true` attribute please.
  3857. 2025-1-16 17:29:57-debug: [[Executor]] Register List
  3858. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/71/71b930d6142312f684efd1718dfcd7bfd1e95eaa.js" loaded.
  3859. 2025-1-16 17:29:57-debug: [[Executor]] Register RewardFly
  3860. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/a4/a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js" loaded.
  3861. 2025-1-16 17:29:57-debug: [[Executor]] Register SpineView
  3862. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/cb/cb13e961bcd8d7069545036fc45d02908c0eee94.js" loaded.
  3863. 2025-1-16 17:29:57-debug: [[Executor]] Register MovieClip
  3864. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/20/20712297188dd3bbe9fb3acc1799edea45dda86b.js" loaded.
  3865. 2025-1-16 17:29:57-debug: [[Executor]] Register UISpineMovie
  3866. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/b3/b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js" loaded.
  3867. 2025-1-16 17:29:57-debug: [[Executor]] Register Layout_UIAlert
  3868. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/cb/cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js" loaded.
  3869. 2025-1-16 17:29:57-debug: [[Executor]] Register Layout_UI_Notify
  3870. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/97/974d5e18287f52413bf4aef79e6b1b43e2db1119.js" loaded.
  3871. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/13/137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js" loaded.
  3872. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/7a/7a060cba1d5a032475d6578a562fb8df8171eb0b.js" loaded.
  3873. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/c3/c307a58b694cc824581802a8099e6d62860adb91.js" loaded.
  3874. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/b7/b71ec6998eef381fede6b5fd1614855829fc2f22.js" loaded.
  3875. 2025-1-16 17:29:57-debug: [[Executor]] Register Layout_UIWaiting
  3876. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/09/09a6fd4930dfcb5968a1b01550a6275640cfa703.js" loaded.
  3877. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/9d/9d6b2307e211bf7d71fb96955f3a221662b8b975.js" loaded.
  3878. 2025-1-16 17:29:57-debug: [[Executor]] Register table_level
  3879. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/82/82914e241315735457587bc37563ed7db8183cd0.js" loaded.
  3880. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/b0/b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js" loaded.
  3881. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/41/41297756668c0510f828032e1d12f96a4d1a9194.js" loaded.
  3882. 2025-1-16 17:29:57-debug: [[Executor]] Register Layout_Fail
  3883. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/4a/4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js" loaded.
  3884. 2025-1-16 17:29:57-debug: [[Executor]] Register table_idiom
  3885. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/4f/4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js" loaded.
  3886. 2025-1-16 17:29:57-debug: [[Executor]] Register Start
  3887. 2025-1-16 17:29:57-debug: [[Executor]] Register Layout_Hall
  3888. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/47/47c8e77781a159f10d589db5916314688580bc33.js" loaded.
  3889. 2025-1-16 17:29:57-debug: [[Executor]] Register UI_Head_Icon
  3890. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/aa/aa522899127047b80d0893406f275d7a7aa74d2c.js" loaded.
  3891. 2025-1-16 17:29:57-debug: [[Executor]] Register UI_Rank_Item
  3892. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/30/30148fb61fef14f86e2cda463a167887dbf8cde4.js" loaded.
  3893. 2025-1-16 17:29:57-debug: [[Executor]] Register Layout_Rank
  3894. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/2d/2d7e3424c179d135dc59489a147ede15a8748562.js" loaded.
  3895. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/a0/a0c4f651e5297607ee62681e54a78e7903383828.js" loaded.
  3896. 2025-1-16 17:29:57-debug: [[Executor]] Register Layout_Settings
  3897. 2025-1-16 17:29:57-debug: [[Executor]] Register UI_Rank
  3898. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/50/50dd8b1c328a686f05e0ea16e0613e3558f0f915.js" loaded.
  3899. 2025-1-16 17:29:57-debug: [[Executor]] Register Sign_Reward
  3900. 2025-1-16 17:29:57-warn: The type of "Sign_Reward.type" must be CCFloat or CCInteger, not Number.
  3901. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/4b/4b736ecb9c777512e2deca84bf06782f772c5a85.js" loaded.
  3902. 2025-1-16 17:29:57-debug: [[Executor]] Register UI_Settings
  3903. 2025-1-16 17:29:57-warn: The type of "Sign_Reward.num" must be CCFloat or CCInteger, not Number.
  3904. 2025-1-16 17:29:57-debug: [[Executor]] Register Layout_Sign
  3905. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/7e/7e7ab0c417629d8b4decc7970b158f69484ca3a0.js" loaded.
  3906. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/28/28edf65eb8d20daf82fac5a67080212e26e054c8.js" loaded.
  3907. 2025-1-16 17:29:57-debug: [[Executor]] Register UI_Sign
  3908. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/64/648fcac29cbf9485ceab7e7d1359724ae2b1b196.js" loaded.
  3909. 2025-1-16 17:29:57-debug: [[Executor]] Register Layout_Invite
  3910. 2025-1-16 17:29:57-debug: [[Executor]] Register UI_Invite
  3911. 2025-1-16 17:29:57-debug: [[Executor]] Register Layout_Store
  3912. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/73/73e6dc2a8fc59081071dcebb82927640ef5a7f21.js" loaded.
  3913. 2025-1-16 17:29:57-warn: The type of "Layout_Store.Type" must be CCFloat or CCInteger, not Number.
  3914. 2025-1-16 17:29:57-warn: The type of "Layout_Store.Value" must be CCFloat or CCInteger, not Number.
  3915. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/6a/6a8af0f15958f7b90e4c55917282aae8bec7ce55.js" loaded.
  3916. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/1a/1a017ea1d38c47616789b41b9b3ceca6cb903e59.js" loaded.
  3917. 2025-1-16 17:29:57-debug: [[Executor]] Register Layout_SideBar
  3918. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/a5/a59d8099545685d191f1183a0f3bc7f3602b80cf.js" loaded.
  3919. 2025-1-16 17:29:57-debug: [[Executor]] Register UI_Store
  3920. 2025-1-16 17:29:57-debug: [[Executor]] Register UI_SideBar
  3921. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/4b/4b62ba828bd2568fd07a8c27879bd9e102538148.js" loaded.
  3922. 2025-1-16 17:29:57-debug: [[Executor]] Register Layout_Task
  3923. 2025-1-16 17:29:57-debug: [[Executor]] Register UI_Task_Item
  3924. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/96/96e2fcee174623dab28594a5fc60dc89148d32de.js" loaded.
  3925. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/39/394eb72f0b5be6799d0045482477175eb4563bad.js" loaded.
  3926. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/d7/d7e846ac7b691e2f62cb6f2e257f758a25829039.js" loaded.
  3927. 2025-1-16 17:29:57-debug: [[Executor]] Register UI_Hall
  3928. 2025-1-16 17:29:57-debug: [[Executor]] Register UI_Task
  3929. 2025-1-16 17:29:57-debug: [[Executor]] Register UI_Fail
  3930. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/fd/fd567b6cff2bda101ea5067e96a8431f92b55a12.js" loaded.
  3931. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/2c/2cb4568cc17fc880801c649b7e09213445038932.js" loaded.
  3932. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/b9/b968f7f08649c00a45a730a74c55b98d374e1ea3.js" loaded.
  3933. 2025-1-16 17:29:57-debug: [[Executor]] Register UI_GameRules
  3934. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/d4/d4808bb291a6c1906241b46a992fa068602b87c7.js" loaded.
  3935. 2025-1-16 17:29:57-debug: [[Executor]] Register Layout_GameRules
  3936. 2025-1-16 17:29:57-debug: [[Executor]] Register UI_Idiom
  3937. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/f0/f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js" loaded.
  3938. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/46/4669e191907a2a708fa7ba923dc04da98435f165.js" loaded.
  3939. 2025-1-16 17:29:57-debug: [[Executor]] Register UI_Idioms
  3940. 2025-1-16 17:29:57-debug: [[Executor]] Register Layout_Idioms
  3941. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/78/789715a9ff1e6669695bc6f37f849347673e7936.js" loaded.
  3942. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/69/69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js" loaded.
  3943. 2025-1-16 17:29:57-debug: [[Executor]] Register Layout_Win
  3944. 2025-1-16 17:29:57-debug: [[Executor]] Register UI_Win
  3945. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/99/99b535d8a2435b17b7a999d87ff3be42be0d89f6.js" loaded.
  3946. 2025-1-16 17:29:57-debug: [[Executor]] Register Layout_Main
  3947. 2025-1-16 17:29:57-debug: [[Executor]] Register UI_Main
  3948. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/0a/0a4102a464059398e43bc26dd3fe1faf79989cb3.js" loaded.
  3949. 2025-1-16 17:29:57-debug: [[Executor]] Register Hall
  3950. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/9f/9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js" loaded.
  3951. 2025-1-16 17:29:57-debug: [[Executor]] Register Cube_Infor
  3952. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/c2/c28f184f0d05e5d5976de9f0de294b88d5de4347.js" loaded.
  3953. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/6a/6a163e5eb12e84fcff92e09679473d95caa7ce42.js" loaded.
  3954. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/63/635d373e206601884c96847cb1eeeefae856f2ab.js" loaded.
  3955. 2025-1-16 17:29:57-debug: [[Executor]] Register GameCtl
  3956. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/67/67f356369ce567fe1898b7ae72038ee83758a446.js" loaded.
  3957. 2025-1-16 17:29:57-debug: [[Executor]] Register CreateIdiom
  3958. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/07/07873864f2752ebebcdaae9cbb27e5477e565642.js" loaded.
  3959. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/90/90cb08bdd2589bd4780881bf755dafe0306918a1.js" loaded.
  3960. 2025-1-16 17:29:57-debug: [[Executor]] Register UI_Item
  3961. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/5c/5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js" loaded.
  3962. 2025-1-16 17:29:57-debug: [[Executor]] Module "pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js" loaded.
  3963. 2025-1-16 17:29:57-debug: Init bundle share assets start..., progress: 9%
  3964. 2025-1-16 17:29:57-debug: [[Executor]] Register Container_Manager
  3965. 2025-1-16 17:29:57-debug: Incremental keys: chSdk,chsdk
  3966. 2025-1-16 17:29:57-debug: Init bundle share assets success..., progress: 9%
  3967. 2025-1-16 17:29:57-debug: handle json group in bundle internal
  3968. 2025-1-16 17:29:57-debug: handle json group in bundle internal success
  3969. 2025-1-16 17:29:57-debug: handle json group in bundle start-scene
  3970. 2025-1-16 17:29:57-debug: handle json group in bundle start-scene success
  3971. 2025-1-16 17:29:57-debug: handle json group in bundle main
  3972. 2025-1-16 17:29:57-debug: handle json group in bundle main success
  3973. 2025-1-16 17:29:57-debug: handle json group in bundle module_extra
  3974. 2025-1-16 17:29:57-debug: handle json group in bundle module_basic
  3975. 2025-1-16 17:29:57-debug: handle json group in bundle module_game
  3976. 2025-1-16 17:29:57-debug: init image compress task 0 in bundle start-scene
  3977. 2025-1-16 17:29:57-debug: init image compress task 0 in bundle internal
  3978. 2025-1-16 17:29:57-debug: handle json group in bundle module_extra success
  3979. 2025-1-16 17:29:57-debug: init image compress task 0 in bundle module_extra
  3980. 2025-1-16 17:29:57-debug: handle json group in bundle module_basic success
  3981. 2025-1-16 17:29:57-debug: init image compress task 0 in bundle module_basic
  3982. 2025-1-16 17:29:57-debug: init image compress task 0 in bundle module_game
  3983. 2025-1-16 17:29:57-debug: handle json group in bundle module_game success
  3984. 2025-1-16 17:29:57-debug: init image compress task 0 in bundle main
  3985. 2025-1-16 17:29:57-debug: // ---- build task 查询 Asset Bundle ---- (224ms)
  3986. 2025-1-16 17:29:57-debug: 查询 Asset Bundle start, progress: 14%
  3987. 2025-1-16 17:29:57-debug: // ---- build task 查询 Asset Bundle ----
  3988. 2025-1-16 17:29:57-debug: run build task 查询 Asset Bundle success in 224 ms√, progress: 14%
  3989. 2025-1-16 17:29:57-debug: [Build Memory track]: 查询 Asset Bundle start:210.64MB, end 215.88MB, increase: 5.24MB
  3990. 2025-1-16 17:29:57-debug: // ---- build task 查询 Asset Bundle ---- (20ms)
  3991. 2025-1-16 17:29:57-debug: run build task 查询 Asset Bundle success in 20 ms√, progress: 19%
  3992. 2025-1-16 17:29:57-debug: [Build Memory track]: 查询 Asset Bundle start:215.91MB, end 216.15MB, increase: 242.80KB
  3993. 2025-1-16 17:29:57-debug: 打包脚本 start, progress: 19%
  3994. 2025-1-16 17:29:57-log: Run build task(build-script) in child, see: chrome://inspect/#devices
  3995. 2025-1-16 17:29:57-debug: // ---- build task 打包脚本 ----
  3996. 2025-1-16 17:29:58-log: [build-script]enter sub process 25408, C:\ProgramData\cocos\editors\Creator\3.8.4\CocosCreator.exe,C:\ProgramData\cocos\editors\Creator\3.8.4\resources\app.asar\builtin\builder\static\sub-process-index
  3997. 2025-1-16 17:30:01-debug: excute-script over with build-script 3327ms
  3998. 2025-1-16 17:30:01-debug: Generate systemJs..., progress: 19%
  3999. 2025-1-16 17:30:01-log: Run build task(build-script) in child, see: chrome://inspect/#devices
  4000. 2025-1-16 17:30:03-debug: excute-script over with build-script 2597ms
  4001. 2025-1-16 17:30:03-debug: 构建项目脚本 start..., progress: 19%
  4002. 2025-1-16 17:30:03-debug: Build script in bundle start, progress: 19%
  4003. 2025-1-16 17:30:03-log: Run build task(build-script) in child, see: chrome://inspect/#devices
  4004. 2025-1-16 17:30:08-warn: [build-script][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/Layout_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI/UI_Head_Icon.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts
  4005. 2025-1-16 17:30:08-warn: [build-script][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/Layout_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/Sign_Reward.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Invite/UI_Invite.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Store/UI_Store.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Store/UI_Store.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_SideBar/UI_SideBar.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/Layout_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/Layout_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_GameRules/UI_GameRules.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/Layout_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/CreateIdiom.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts
  4006. 2025-1-16 17:30:11-debug: excute-script over with build-script 7223ms
  4007. 2025-1-16 17:30:11-debug: Copy externalScripts success!
  4008. 2025-1-16 17:30:11-debug: Build script in bundle success, progress: 19%
  4009. 2025-1-16 17:30:11-debug: 构建项目脚本 in (7278 ms) √, progress: 19%
  4010. 2025-1-16 17:30:11-debug: 构建引擎脚本 start..., progress: 19%
  4011. 2025-1-16 17:30:11-debug: Use cache engine: {link(C:\Users\NINGMEI\AppData\Local\Temp\CocosCreator\3.8.4\builder\engine\5653dcd598ac5adc25da0caeb40ce0c0)}
  4012. 2025-1-16 17:30:11-debug: {"debug":false,"sourceMaps":false,"includeModules":["2d","3d","animation","audio","base","custom-pipeline","gfx-webgl","meshopt","occlusion-query","physics-ammo","primitive","profiler","spine","tween","ui","websocket","webview","custom-pipeline-builtin-scripts"],"engineVersion":"3.8.4","md5Map":[],"engineName":"cocos-js","platform":"WECHAT","useCache":true,"nativeCodeBundleMode":"wasm","wasmCompressionMode":"brotli","split":false,"skip":false,"assetURLFormat":"relative-from-out","output":"D:\\CocosCreatorProject\\Idioms\\idiom\\build\\wechatgame-001\\cocos-js","flags":{"DEBUG":false,"WASM_SUBPACKAGE":true},"entry":"C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine"}
  4013. 2025-1-16 17:30:11-debug: Copy plugin script ..., progress: 19%
  4014. 2025-1-16 17:30:11-debug: 构建引擎脚本 in (109 ms) √, progress: 19%
  4015. 2025-1-16 17:30:11-debug: Generate import-map..., progress: 19%
  4016. 2025-1-16 17:30:11-debug: // ---- build task 打包脚本 ---- (13364ms)
  4017. 2025-1-16 17:30:11-debug: run build task 打包脚本 success in 13 s√, progress: 24%
  4018. 2025-1-16 17:30:11-debug: [Build Memory track]: 打包脚本 start:216.36MB, end 215.14MB, increase: -1245.45KB
  4019. 2025-1-16 17:30:11-debug: Build bundles..., progress: 24%
  4020. 2025-1-16 17:30:11-debug: Build Assets start, progress: 24%
  4021. 2025-1-16 17:30:11-debug: // ---- build task Build Assets ----
  4022. 2025-1-16 17:30:11-debug: Pack Images start, progress: 24%
  4023. 2025-1-16 17:30:11-debug: Get Cache info of pac success {asset(04d9d3cd-db4c-4846-9449-173b61558e12)}
  4024. 2025-1-16 17:30:11-debug: Get Cache info of pac success {asset(43520f95-106c-478d-ae58-25f251ecc0fb)}
  4025. 2025-1-16 17:30:11-debug: Get Cache info of pac success {asset(c5e80781-d3aa-48f0-97a5-f09946f760a2)}
  4026. 2025-1-16 17:30:11-debug: Get Cache info of pac success {asset(fc529dad-0a7c-4618-ab26-353d7d900ec2)}
  4027. 2025-1-16 17:30:11-debug: Get Cache info of pac success {asset(a63114f7-5b8e-4198-b75a-922458c1a293)}
  4028. 2025-1-16 17:30:11-debug: Get Cache info of pac success {asset(77de5a33-df72-4127-b60c-72b45aa6acb0)}
  4029. 2025-1-16 17:30:11-debug: Get Cache info of pac success {asset(8924cf2d-a7a0-4ce7-9fa7-f89dadbdf4f4)}
  4030. 2025-1-16 17:30:11-debug: remove spriteAtlas._uuid : {asset(a63114f7-5b8e-4198-b75a-922458c1a293)}
  4031. 2025-1-16 17:30:11-debug: remove spriteAtlas._uuid : {asset(04d9d3cd-db4c-4846-9449-173b61558e12)}
  4032. 2025-1-16 17:30:11-debug: remove spriteAtlas._uuid : {asset(fc529dad-0a7c-4618-ab26-353d7d900ec2)}
  4033. 2025-1-16 17:30:11-debug: remove spriteAtlas._uuid : {asset(43520f95-106c-478d-ae58-25f251ecc0fb)}
  4034. 2025-1-16 17:30:11-debug: remove spriteAtlas._uuid : {asset(77de5a33-df72-4127-b60c-72b45aa6acb0)}
  4035. 2025-1-16 17:30:11-debug: remove spriteAtlas._uuid : {asset(c5e80781-d3aa-48f0-97a5-f09946f760a2)}
  4036. 2025-1-16 17:30:11-debug: remove spriteAtlas._uuid : {asset(8924cf2d-a7a0-4ce7-9fa7-f89dadbdf4f4)}
  4037. 2025-1-16 17:30:11-debug: remove spriteAtlas._uuid : {asset(c5e80781-d3aa-48f0-97a5-f09946f760a2)}
  4038. 2025-1-16 17:30:11-debug: builder:pack-auto-atlas-image (388ms)
  4039. 2025-1-16 17:30:11-debug: Pack Images success, progress: 24%
  4040. 2025-1-16 17:30:11-debug: Compress image start..., progress: 24%
  4041. 2025-1-16 17:30:11-debug: Num of all image compress task 0, really: 0, configTasks: 0
  4042. 2025-1-16 17:30:11-debug: Compress image success..., progress: 24%
  4043. 2025-1-16 17:30:11-debug: No image need to compress
  4044. 2025-1-16 17:30:11-debug: Output asset in bundles start, progress: 24%
  4045. 2025-1-16 17:30:11-debug: sort compress task {}
  4046. 2025-1-16 17:30:11-debug: Handle all json groups in bundle internal
  4047. 2025-1-16 17:30:11-debug: Handle all json groups in bundle start-scene
  4048. 2025-1-16 17:30:11-debug: handle json group
  4049. 2025-1-16 17:30:11-debug: handle json group
  4050. 2025-1-16 17:30:11-debug: handle json group
  4051. 2025-1-16 17:30:11-debug: Handle all json groups in bundle main
  4052. 2025-1-16 17:30:11-debug: Handle all json groups in bundle module_extra
  4053. 2025-1-16 17:30:11-debug: handle single json
  4054. 2025-1-16 17:30:11-debug: handle json group
  4055. 2025-1-16 17:30:11-debug: handle single json
  4056. 2025-1-16 17:30:11-debug: Handle all json groups in bundle module_basic
  4057. 2025-1-16 17:30:11-debug: handle json group
  4058. 2025-1-16 17:30:11-debug: Handle all json groups in bundle module_game
  4059. 2025-1-16 17:30:11-debug: handle json group
  4060. 2025-1-16 17:30:11-debug: Json group(07325bfaa) compile success,json number: 6
  4061. 2025-1-16 17:30:11-debug: Json group(02ccb67e9) compile success,json number: 6
  4062. 2025-1-16 17:30:11-debug: handle single json
  4063. 2025-1-16 17:30:11-debug: Json group(0ba471961) compile success,json number: 6
  4064. 2025-1-16 17:30:11-debug: Json group(04ade8c9e) compile success,json number: 6
  4065. 2025-1-16 17:30:11-debug: handle single json
  4066. 2025-1-16 17:30:11-debug: Json group(014a917e9) compile success,json number: 6
  4067. 2025-1-16 17:30:11-debug: Json group(0a54f6860) compile success,json number: 6
  4068. 2025-1-16 17:30:11-debug: handle single json
  4069. 2025-1-16 17:30:11-debug: Json group(0f283b26e) compile success,json number: 6
  4070. 2025-1-16 17:30:11-debug: Json group(0a1731415) compile success,json number: 6
  4071. 2025-1-16 17:30:11-debug: Json group(093f10e90) compile success,json number: 6
  4072. 2025-1-16 17:30:11-debug: Json group(02c882590) compile success,json number: 6
  4073. 2025-1-16 17:30:11-debug: Json group(042b497f3) compile success,json number: 6
  4074. 2025-1-16 17:30:11-debug: Json group(0310e8848) compile success,json number: 6
  4075. 2025-1-16 17:30:11-debug: Json group(0e8f971ab) compile success,json number: 6
  4076. 2025-1-16 17:30:11-debug: Json group(0670cc77a) compile success,json number: 6
  4077. 2025-1-16 17:30:11-debug: Json group(05eeba194) compile success,json number: 6
  4078. 2025-1-16 17:30:11-debug: Json group(0f272fc25) compile success,json number: 6
  4079. 2025-1-16 17:30:11-debug: Json group(03c9cd961) compile success,json number: 6
  4080. 2025-1-16 17:30:11-debug: Json group(0329651a2) compile success,json number: 6
  4081. 2025-1-16 17:30:11-debug: Json group(0c5a2fc7e) compile success,json number: 6
  4082. 2025-1-16 17:30:12-debug: Json group(04644b2f0) compile success,json number: 6
  4083. 2025-1-16 17:30:12-debug: Json group(0332e55a0) compile success,json number: 6
  4084. 2025-1-16 17:30:12-debug: Json group(022fd81fe) compile success,json number: 6
  4085. 2025-1-16 17:30:12-debug: handle single json
  4086. 2025-1-16 17:30:12-debug: Output asset in bundles success, progress: 24%
  4087. 2025-1-16 17:30:12-debug: Output asset in bundles start, progress: 24%
  4088. 2025-1-16 17:30:12-debug: compress config of bundle internal...
  4089. 2025-1-16 17:30:12-debug: compress config of bundle start-scene...
  4090. 2025-1-16 17:30:12-debug: compress config of bundle start-scene success
  4091. 2025-1-16 17:30:12-debug: compress config of bundle main success
  4092. 2025-1-16 17:30:12-debug: compress config of bundle internal success
  4093. 2025-1-16 17:30:12-debug: compress config of bundle module_extra success
  4094. 2025-1-16 17:30:12-debug: compress config of bundle main...
  4095. 2025-1-16 17:30:12-debug: compress config of bundle module_extra...
  4096. 2025-1-16 17:30:12-debug: compress config of bundle module_basic success
  4097. 2025-1-16 17:30:12-debug: compress config of bundle module_game...
  4098. 2025-1-16 17:30:12-debug: compress config of bundle module_game success
  4099. 2025-1-16 17:30:12-debug: compress config of bundle module_basic...
  4100. 2025-1-16 17:30:12-debug: output config of bundle internal
  4101. 2025-1-16 17:30:12-debug: output config of bundle internal success
  4102. 2025-1-16 17:30:12-debug: output config of bundle start-scene success
  4103. 2025-1-16 17:30:12-debug: output config of bundle main success
  4104. 2025-1-16 17:30:12-debug: output config of bundle start-scene
  4105. 2025-1-16 17:30:12-debug: output config of bundle module_extra
  4106. 2025-1-16 17:30:12-debug: output config of bundle module_extra success
  4107. 2025-1-16 17:30:12-debug: output config of bundle module_basic
  4108. 2025-1-16 17:30:12-debug: output config of bundle module_basic success
  4109. 2025-1-16 17:30:12-debug: output config of bundle module_game success
  4110. 2025-1-16 17:30:12-debug: Output asset in bundles success, progress: 24%
  4111. 2025-1-16 17:30:12-debug: output config of bundle main
  4112. 2025-1-16 17:30:12-debug: output config of bundle module_game
  4113. 2025-1-16 17:30:12-debug: // ---- build task Build Assets ---- (919ms)
  4114. 2025-1-16 17:30:12-debug: run build task Build Assets success in 919 ms√, progress: 29%
  4115. 2025-1-16 17:30:12-debug: // ---- build task wechatgame:onAfterBundleBuildTask ----
  4116. 2025-1-16 17:30:12-debug: [Build Memory track]: Build Assets start:215.18MB, end 215.29MB, increase: 113.06KB
  4117. 2025-1-16 17:30:12-debug: wechatgame:(onAfterBundleBuildTask) start..., progress: 29%
  4118. 2025-1-16 17:30:12-debug: // ---- build task wechatgame:onAfterBundleBuildTask ---- (20ms)
  4119. 2025-1-16 17:30:12-debug: wechatgame:(onAfterBuildAssets) start..., progress: 29%
  4120. 2025-1-16 17:30:12-debug: // ---- build task wechatgame:onAfterBuildAssets ----
  4121. 2025-1-16 17:30:12-debug: wechatgame:(onAfterBundleBuildTask) in 20 ms ✓, progress: 29%
  4122. 2025-1-16 17:30:12-debug: // ---- build task wechatgame:onAfterBuildAssets ---- (35ms)
  4123. 2025-1-16 17:30:12-debug: 整理部分构建选项内数据到 settings.json start, progress: 31%
  4124. 2025-1-16 17:30:12-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  4125. 2025-1-16 17:30:12-debug: wechatgame:(onAfterBuildAssets) in 35 ms ✓, progress: 31%
  4126. 2025-1-16 17:30:12-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (23ms)
  4127. 2025-1-16 17:30:12-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:215.59MB, end 215.65MB, increase: 69.09KB
  4128. 2025-1-16 17:30:12-debug: run build task 整理部分构建选项内数据到 settings.json success in 23 ms√, progress: 33%
  4129. 2025-1-16 17:30:12-debug: 填充脚本数据到 settings.json start, progress: 33%
  4130. 2025-1-16 17:30:12-debug: // ---- build task 填充脚本数据到 settings.json ----
  4131. 2025-1-16 17:30:12-debug: // ---- build task 填充脚本数据到 settings.json ---- (29ms)
  4132. 2025-1-16 17:30:12-debug: run build task 填充脚本数据到 settings.json success in 29 ms√, progress: 34%
  4133. 2025-1-16 17:30:12-debug: [Build Memory track]: 填充脚本数据到 settings.json start:215.69MB, end 215.75MB, increase: 69.52KB
  4134. 2025-1-16 17:30:12-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  4135. 2025-1-16 17:30:12-debug: 整理部分构建选项内数据到 settings.json start, progress: 34%
  4136. 2025-1-16 17:30:12-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (32ms)
  4137. 2025-1-16 17:30:12-debug: run build task 整理部分构建选项内数据到 settings.json success in 32 ms√, progress: 36%
  4138. 2025-1-16 17:30:12-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:215.79MB, end 215.96MB, increase: 172.91KB
  4139. 2025-1-16 17:30:12-debug: wechatgame:(onBeforeCompressSettings) start..., progress: 36%
  4140. 2025-1-16 17:30:12-debug: // ---- build task wechatgame:onBeforeCompressSettings ----
  4141. 2025-1-16 17:30:12-debug: // ---- build task wechatgame:onBeforeCompressSettings ---- (23ms)
  4142. 2025-1-16 17:30:12-debug: wechatgame:(onBeforeCompressSettings) in 23 ms ✓, progress: 38%
  4143. 2025-1-16 17:30:12-debug: cocos-service:(onBeforeCompressSettings) start..., progress: 38%
  4144. 2025-1-16 17:30:12-debug: // ---- build task cocos-service:onBeforeCompressSettings ----
  4145. 2025-1-16 17:30:12-debug: // ---- build task cocos-service:onBeforeCompressSettings ---- (161ms)
  4146. 2025-1-16 17:30:12-debug: cocos-service:(onBeforeCompressSettings) in 161 ms ✓, progress: 40%
  4147. 2025-1-16 17:30:12-debug: 整理静态模板文件 start, progress: 40%
  4148. 2025-1-16 17:30:12-debug: // ---- build task 整理静态模板文件 ----
  4149. 2025-1-16 17:30:12-debug: // ---- build task 整理静态模板文件 ---- (60ms)
  4150. 2025-1-16 17:30:12-debug: run build task 整理静态模板文件 success in 60 ms√, progress: 45%
  4151. 2025-1-16 17:30:12-debug: [Build Memory track]: 整理静态模板文件 start:216.21MB, end 207.95MB, increase: -8465.71KB
  4152. 2025-1-16 17:30:12-debug: cocos-service:(onAfterCompressSettings) start..., progress: 45%
  4153. 2025-1-16 17:30:12-debug: // ---- build task cocos-service:onAfterCompressSettings ----
  4154. 2025-1-16 17:30:12-debug: // ---- build task cocos-service:onAfterCompressSettings ---- (58ms)
  4155. 2025-1-16 17:30:12-debug: cocos-service:(onAfterCompressSettings) in 58 ms ✓, progress: 46%
  4156. 2025-1-16 17:30:12-debug: wechatgame:(onBeforeCopyBuildTemplate) start..., progress: 46%
  4157. 2025-1-16 17:30:12-debug: // ---- build task wechatgame:onBeforeCopyBuildTemplate ----
  4158. 2025-1-16 17:30:12-debug: // ---- build task wechatgame:onBeforeCopyBuildTemplate ---- (21ms)
  4159. 2025-1-16 17:30:12-debug: wechatgame:(onBeforeCopyBuildTemplate) in 21 ms ✓, progress: 48%
  4160. 2025-1-16 17:30:12-debug: wechatgame:(onAfterCopyBuildTemplate) start..., progress: 48%
  4161. 2025-1-16 17:30:12-debug: // ---- build task wechatgame:onAfterCopyBuildTemplate ----
  4162. 2025-1-16 17:30:12-debug: // ---- build task wechatgame:onAfterCopyBuildTemplate ---- (30ms)
  4163. 2025-1-16 17:30:12-debug: wechatgame:(onAfterCopyBuildTemplate) in 30 ms ✓, progress: 50%
  4164. 2025-1-16 17:30:12-debug: // ---- build task 给所有的资源加上 MD5 后缀 ----
  4165. 2025-1-16 17:30:12-debug: 给所有的资源加上 MD5 后缀 start, progress: 50%
  4166. 2025-1-16 17:30:12-debug: // ---- build task 给所有的资源加上 MD5 后缀 ---- (19ms)
  4167. 2025-1-16 17:30:12-debug: run build task 给所有的资源加上 MD5 后缀 success in 19 ms√, progress: 60%
  4168. 2025-1-16 17:30:12-debug: wechatgame:(onAfterBuild) start..., progress: 60%
  4169. 2025-1-16 17:30:12-debug: [Build Memory track]: 给所有的资源加上 MD5 后缀 start:208.53MB, end 208.61MB, increase: 86.14KB
  4170. 2025-1-16 17:30:12-debug: // ---- build task wechatgame:onAfterBuild ----
  4171. 2025-1-16 17:30:13-debug: // ---- build task wechatgame:onAfterBuild ---- (353ms)
  4172. 2025-1-16 17:30:13-debug: wechatgame:(onAfterBuild) in 353 ms ✓, progress: 62%
  4173. 2025-1-16 17:30:13-debug: cocos-service:(onAfterBuild) start..., progress: 62%
  4174. 2025-1-16 17:30:13-debug: // ---- build task cocos-service:onAfterBuild ----
  4175. 2025-1-16 17:30:13-debug: // ---- build task cocos-service:onAfterBuild ---- (181ms)
  4176. 2025-1-16 17:30:13-debug: adsense-h5g-plugin:(onAfterBuild) start..., progress: 64%
  4177. 2025-1-16 17:30:13-debug: cocos-service:(onAfterBuild) in 181 ms ✓, progress: 64%
  4178. 2025-1-16 17:30:13-debug: // ---- build task adsense-h5g-plugin:onAfterBuild ----
  4179. 2025-1-16 17:30:13-debug: // ---- build task adsense-h5g-plugin:onAfterBuild ---- (21ms)
  4180. 2025-1-16 17:30:13-debug: adsense-h5g-plugin:(onAfterBuild) in 21 ms ✓, progress: 65%
  4181. 2025-1-16 17:30:13-log: Asset DB is resume!
  4182. 2025-1-16 17:30:13-debug: builder:build-project-total (16093ms)
  4183. 2025-1-16 17:30:13-debug: [Build Memory track]: builder:build-project-total start:209.96MB, end 217.83MB, increase: 7.86MB
  4184. 2025-1-16 17:30:13-debug: ================================ build Task (wechatgame-001) Finished in (16 s)ms ================================
  4185. 2025-1-16 17:30:13-debug: build success in 16093!
  4186. 2025-1-16 17:30:13-debug: Stop record console. {file(D:\CocosCreatorProject\Idioms\idiom\temp\builder\log\wechatgame2025-1-16 17-15.log)}
  4187. 2025-1-16 17:31:17-debug: refresh db internal success
  4188. 2025-1-16 17:31:17-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\hall\Hall.ts background: #aaff85; color: #000; color: #000;
  4189. 2025-1-16 17:31:17-debug: refresh db assets success
  4190. 2025-1-16 17:31:17-debug: Run asset db hook engine-extends:afterRefresh ...
  4191. 2025-1-16 17:31:17-debug: Run asset db hook engine-extends:afterRefresh success!
  4192. 2025-1-16 17:31:17-debug: asset-db:refresh-all-database (303ms)
  4193. 2025-1-16 17:31:17-debug: asset-db:worker-effect-data-processing (1ms)
  4194. 2025-1-16 17:31:17-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  4195. 2025-1-16 17:31:18-debug: Query all assets info in project
  4196. 2025-1-16 17:31:18-debug: init custom config: keepNodeUuid: false, useCache: true
  4197. 2025-1-16 17:31:18-debug: 查询 Asset Bundle start, progress: 0%
  4198. 2025-1-16 17:31:18-debug: // ---- build task 查询 Asset Bundle ----
  4199. 2025-1-16 17:31:18-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  4200. 2025-1-16 17:31:18-debug: Number of all scripts: 112
  4201. 2025-1-16 17:31:18-debug: Number of other assets: 986
  4202. 2025-1-16 17:31:18-debug: Number of all scenes: 3
  4203. 2025-1-16 17:31:18-debug: // ---- build task 查询 Asset Bundle ---- (12ms)
  4204. 2025-1-16 17:31:18-debug: run build task 查询 Asset Bundle success in 12 ms√, progress: 5%
  4205. 2025-1-16 17:31:18-debug: // ---- build task 查询 Asset Bundle ----
  4206. 2025-1-16 17:31:18-debug: [Build Memory track]: 查询 Asset Bundle start:209.50MB, end 209.41MB, increase: -91.41KB
  4207. 2025-1-16 17:31:18-debug: 查询 Asset Bundle start, progress: 5%
  4208. 2025-1-16 17:31:18-debug: // ---- build task 查询 Asset Bundle ---- (4ms)
  4209. 2025-1-16 17:31:18-debug: run build task 查询 Asset Bundle success in 4 ms√, progress: 10%
  4210. 2025-1-16 17:31:18-debug: [Build Memory track]: 查询 Asset Bundle start:209.45MB, end 209.64MB, increase: 194.95KB
  4211. 2025-1-16 17:31:18-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  4212. 2025-1-16 17:31:18-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  4213. 2025-1-16 17:31:18-debug: run build task 整理部分构建选项内数据到 settings.json success in √, progress: 12%
  4214. 2025-1-16 17:31:18-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:209.67MB, end 209.69MB, increase: 18.77KB
  4215. 2025-1-16 17:31:18-debug: 填充脚本数据到 settings.json start, progress: 12%
  4216. 2025-1-16 17:31:18-debug: // ---- build task 填充脚本数据到 settings.json ----
  4217. 2025-1-16 17:31:18-debug: run build task 填充脚本数据到 settings.json success in √, progress: 13%
  4218. 2025-1-16 17:31:18-debug: [Build Memory track]: 填充脚本数据到 settings.json start:209.72MB, end 209.74MB, increase: 18.03KB
  4219. 2025-1-16 17:31:18-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  4220. 2025-1-16 17:31:18-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  4221. 2025-1-16 17:31:18-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (4ms)
  4222. 2025-1-16 17:31:18-debug: run build task 整理部分构建选项内数据到 settings.json success in 4 ms√, progress: 15%
  4223. 2025-1-16 17:31:18-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:209.77MB, end 209.89MB, increase: 128.89KB
  4224. 2025-1-16 17:31:19-debug: Query all assets info in project
  4225. 2025-1-16 17:31:19-debug: init custom config: keepNodeUuid: false, useCache: true
  4226. 2025-1-16 17:31:19-debug: 查询 Asset Bundle start, progress: 0%
  4227. 2025-1-16 17:31:19-debug: // ---- build task 查询 Asset Bundle ----
  4228. 2025-1-16 17:31:19-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  4229. 2025-1-16 17:31:19-debug: Number of all scripts: 112
  4230. 2025-1-16 17:31:19-debug: Number of other assets: 986
  4231. 2025-1-16 17:31:19-debug: Number of all scenes: 3
  4232. 2025-1-16 17:31:19-debug: // ---- build task 查询 Asset Bundle ---- (13ms)
  4233. 2025-1-16 17:31:19-debug: run build task 查询 Asset Bundle success in 13 ms√, progress: 5%
  4234. 2025-1-16 17:31:19-debug: [Build Memory track]: 查询 Asset Bundle start:209.71MB, end 209.63MB, increase: -81.13KB
  4235. 2025-1-16 17:31:19-debug: 查询 Asset Bundle start, progress: 5%
  4236. 2025-1-16 17:31:19-debug: // ---- build task 查询 Asset Bundle ----
  4237. 2025-1-16 17:31:19-debug: // ---- build task 查询 Asset Bundle ---- (2ms)
  4238. 2025-1-16 17:31:19-debug: run build task 查询 Asset Bundle success in 2 ms√, progress: 10%
  4239. 2025-1-16 17:31:19-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  4240. 2025-1-16 17:31:19-debug: [Build Memory track]: 查询 Asset Bundle start:209.67MB, end 209.85MB, increase: 192.98KB
  4241. 2025-1-16 17:31:19-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  4242. 2025-1-16 17:31:19-debug: run build task 整理部分构建选项内数据到 settings.json success in √, progress: 12%
  4243. 2025-1-16 17:31:19-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:209.89MB, end 209.91MB, increase: 21.68KB
  4244. 2025-1-16 17:31:19-debug: 填充脚本数据到 settings.json start, progress: 12%
  4245. 2025-1-16 17:31:19-debug: // ---- build task 填充脚本数据到 settings.json ----
  4246. 2025-1-16 17:31:19-debug: run build task 填充脚本数据到 settings.json success in √, progress: 13%
  4247. 2025-1-16 17:31:19-debug: [Build Memory track]: 填充脚本数据到 settings.json start:209.94MB, end 209.96MB, increase: 17.48KB
  4248. 2025-1-16 17:31:19-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  4249. 2025-1-16 17:31:19-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  4250. 2025-1-16 17:31:19-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (3ms)
  4251. 2025-1-16 17:31:19-debug: run build task 整理部分构建选项内数据到 settings.json success in 3 ms√, progress: 15%
  4252. 2025-1-16 17:31:19-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:209.99MB, end 210.11MB, increase: 128.94KB
  4253. 2025-1-16 17:31:23-debug: refresh db internal success
  4254. 2025-1-16 17:31:23-debug: refresh db assets success
  4255. 2025-1-16 17:31:23-debug: Run asset db hook engine-extends:afterRefresh ...
  4256. 2025-1-16 17:31:23-debug: Run asset db hook engine-extends:afterRefresh success!
  4257. 2025-1-16 17:31:23-debug: asset-db:refresh-all-database (92ms)
  4258. 2025-1-16 17:31:23-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  4259. 2025-1-16 17:31:28-debug: refresh db internal success
  4260. 2025-1-16 17:31:29-debug: refresh db assets success
  4261. 2025-1-16 17:31:29-debug: Run asset db hook engine-extends:afterRefresh ...
  4262. 2025-1-16 17:31:29-debug: Run asset db hook engine-extends:afterRefresh success!
  4263. 2025-1-16 17:31:29-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  4264. 2025-1-16 17:31:29-debug: asset-db:refresh-all-database (94ms)
  4265. 2025-1-16 17:31:33-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  4266. 2025-1-16 17:31:33-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (26ms)
  4267. 2025-1-16 17:31:34-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  4268. 2025-1-16 17:31:34-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (24ms)
  4269. 2025-1-16 17:31:34-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  4270. 2025-1-16 17:31:34-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (24ms)
  4271. 2025-1-16 17:31:39-debug: Start record console... {file(D:\CocosCreatorProject\Idioms\idiom\temp\builder\log\wechatgame2025-1-16 17-15.log)}
  4272. 2025-1-16 17:31:39-debug: Start build task, options: {"name":"看你多厉害","server":"","platform":"wechatgame","buildPath":"project://build","debug":false,"md5Cache":false,"skipCompressTexture":false,"sourceMaps":false,"overwriteProjectSettings":{"macroConfig":{"cleanupImageCache":"on"},"includeModules":{"physics":"inherit-project-setting","physics-2d":"inherit-project-setting","gfx-webgl2":"off"}},"nativeCodeBundleMode":"wasm","polyfills":{"asyncFunctions":false},"experimentalEraseModules":false,"startSceneAssetBundle":true,"bundleConfigs":[],"useBuiltinServer":false,"md5CacheOptions":{"excludes":[],"includes":[],"replaceOnly":[],"handleTemplateMd5Link":true},"mainBundleIsRemote":false,"mainBundleCompressionType":"subpackage","useSplashScreen":true,"bundleCommonChunk":false,"packAutoAtlas":true,"startScene":"155e7964-9abb-4942-be64-ececa65865a5","outputName":"wechatgame-001","taskName":"wechatgame-001","scenes":[{"url":"db://assets/start/start.scene","uuid":"155e7964-9abb-4942-be64-ececa65865a5"},{"url":"db://assets/module_game/game/game.scene","uuid":"2d0d9d79-af76-426f-8abd-3eeff0d4e1c3","bundle":"db://assets/module_game"},{"url":"db://assets/module_game/hall/hall.scene","uuid":"f9516261-6f5e-4b79-9676-880b100e9a8d","bundle":"db://assets/module_game"}],"wasmCompressionMode":"brotli","packages":{"cocos-service":{"configID":"678dc5","services":[]},"wechatgame":{"orientation":"portrait","appid":"wx7d17bc8ef8255490","buildOpenDataContextTemplate":"","separateEngine":false,"highPerformanceMode":false,"__version__":"1.0.4","wasmSubpackage":true}},"__version__":"1.3.8","logDest":"project://temp/builder/log/wechatgame2025-1-16 17-15.log"}
  4273. 2025-1-16 17:31:39-debug: =================================== build Task (wechatgame-001) Start ================================
  4274. 2025-1-16 17:31:39-debug: Build with Cocos Creator 3.8.4
  4275. 2025-1-16 17:31:39-debug: cocos-service:(onBeforeBuild) start..., progress: 0%
  4276. 2025-1-16 17:31:39-debug: // ---- build task cocos-service:onBeforeBuild ----
  4277. 2025-1-16 17:31:39-debug: // ---- build task cocos-service:onBeforeBuild ---- (209ms)
  4278. 2025-1-16 17:31:39-debug: scene:(onBeforeBuild) start..., progress: 2%
  4279. 2025-1-16 17:31:39-debug: cocos-service:(onBeforeBuild) in 209 ms ✓, progress: 2%
  4280. 2025-1-16 17:31:39-debug: // ---- build task scene:onBeforeBuild ----
  4281. 2025-1-16 17:31:39-debug: // ---- build task scene:onBeforeBuild ---- (17ms)
  4282. 2025-1-16 17:31:39-debug: scene:(onBeforeBuild) in 17 ms ✓, progress: 4%
  4283. 2025-1-16 17:31:39-debug: Query all assets info in project
  4284. 2025-1-16 17:31:39-debug: Start lock asset db..., progress: 4%
  4285. 2025-1-16 17:31:39-log: Asset DB is paused with build!
  4286. 2025-1-16 17:31:39-debug: init custom config: keepNodeUuid: false, useCache: true
  4287. 2025-1-16 17:31:39-debug: wechatgame:(onAfterInit) start..., progress: 4%
  4288. 2025-1-16 17:31:39-debug: // ---- build task wechatgame:onAfterInit ----
  4289. 2025-1-16 17:31:39-debug: // ---- build task wechatgame:onAfterInit ---- (5ms)
  4290. 2025-1-16 17:31:39-debug: wechatgame:(onAfterInit) in 5 ms ✓, progress: 5%
  4291. 2025-1-16 17:31:39-debug: // ---- build task cocos-service:onAfterInit ----
  4292. 2025-1-16 17:31:39-debug: cocos-service:(onAfterInit) start..., progress: 5%
  4293. 2025-1-16 17:31:39-debug: // ---- build task cocos-service:onAfterInit ---- (155ms)
  4294. 2025-1-16 17:31:39-debug: engine:(onAfterInit) start..., progress: 7%
  4295. 2025-1-16 17:31:39-debug: cocos-service:(onAfterInit) in 155 ms ✓, progress: 7%
  4296. 2025-1-16 17:31:39-debug: // ---- build task engine:onAfterInit ----
  4297. 2025-1-16 17:31:39-debug: // ---- build task engine:onAfterInit ---- (14ms)
  4298. 2025-1-16 17:31:39-debug: wechatgame:(onBeforeBundleInit) start..., progress: 9%
  4299. 2025-1-16 17:31:39-debug: // ---- build task wechatgame:onBeforeBundleInit ----
  4300. 2025-1-16 17:31:39-debug: engine:(onAfterInit) in 14 ms ✓, progress: 9%
  4301. 2025-1-16 17:31:39-debug: // ---- build task wechatgame:onBeforeBundleInit ---- (18ms)
  4302. 2025-1-16 17:31:39-debug: // ---- build task adsense-h5g-plugin:onBeforeBundleInit ----
  4303. 2025-1-16 17:31:39-debug: adsense-h5g-plugin:(onBeforeBundleInit) start..., progress: 9%
  4304. 2025-1-16 17:31:39-debug: wechatgame:(onBeforeBundleInit) in 18 ms ✓, progress: 9%
  4305. 2025-1-16 17:31:39-debug: [adsense-h5g-plugin] remove script success
  4306. 2025-1-16 17:31:39-debug: // ---- build task adsense-h5g-plugin:onBeforeBundleInit ---- (47ms)
  4307. 2025-1-16 17:31:39-debug: adsense-h5g-plugin:(onBeforeBundleInit) in 47 ms ✓, progress: 9%
  4308. 2025-1-16 17:31:39-debug: Init all bundles start..., progress: 9%
  4309. 2025-1-16 17:31:39-debug: // ---- build task 查询 Asset Bundle ----
  4310. 2025-1-16 17:31:39-debug: Init bundle root assets start..., progress: 9%
  4311. 2025-1-16 17:31:39-debug: Num of bundles: 6..., progress: 9%
  4312. 2025-1-16 17:31:39-debug: 查询 Asset Bundle start, progress: 9%
  4313. 2025-1-16 17:31:39-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  4314. 2025-1-16 17:31:39-debug: Number of all scenes: 3
  4315. 2025-1-16 17:31:39-debug: Number of other assets: 986
  4316. 2025-1-16 17:31:39-debug: Init bundle root assets success..., progress: 9%
  4317. 2025-1-16 17:31:39-debug: Number of all scripts: 112
  4318. 2025-1-16 17:31:39-debug: reload all scripts.
  4319. 2025-1-16 17:31:39-debug: Unregister BuiltinPipelineSettings
  4320. 2025-1-16 17:31:39-debug: Set detail map pack:///resolution-detail-map.json: {}
  4321. 2025-1-16 17:31:39-debug: Unregister DebugViewRuntimeControl
  4322. 2025-1-16 17:31:39-debug: Unregister __NodeEventAgent__
  4323. 2025-1-16 17:31:39-debug: Unregister ch_sdk_comp
  4324. 2025-1-16 17:31:39-debug: Unregister ch_start_pack
  4325. 2025-1-16 17:31:39-debug: Unregister ResolutionAutoFit
  4326. 2025-1-16 17:31:39-debug: Unregister ClickPenetrate
  4327. 2025-1-16 17:31:39-debug: Unregister List
  4328. 2025-1-16 17:31:39-debug: Unregister ui_updater
  4329. 2025-1-16 17:31:39-debug: Unregister MotionTrail
  4330. 2025-1-16 17:31:39-debug: Unregister MovieClip
  4331. 2025-1-16 17:31:39-debug: Unregister RewardFly
  4332. 2025-1-16 17:31:39-debug: Unregister UISpineMovie
  4333. 2025-1-16 17:31:39-debug: Unregister Layout_UIAlert
  4334. 2025-1-16 17:31:39-debug: Unregister Layout_UI_Notify
  4335. 2025-1-16 17:31:39-debug: Unregister ListItem
  4336. 2025-1-16 17:31:39-debug: Unregister Layout_UIWaiting
  4337. 2025-1-16 17:31:39-debug: Unregister table_level
  4338. 2025-1-16 17:31:39-debug: Unregister SpineView
  4339. 2025-1-16 17:31:39-debug: Unregister table_idiom
  4340. 2025-1-16 17:31:39-debug: Unregister Layout_Fail
  4341. 2025-1-16 17:31:39-debug: Unregister UI_Head_Icon
  4342. 2025-1-16 17:31:39-debug: Unregister Layout_Hall
  4343. 2025-1-16 17:31:39-debug: Unregister UI_Rank_Item
  4344. 2025-1-16 17:31:39-debug: Unregister UI_Rank
  4345. 2025-1-16 17:31:39-debug: Unregister Layout_Rank
  4346. 2025-1-16 17:31:39-debug: Unregister Layout_Settings
  4347. 2025-1-16 17:31:39-debug: Unregister Sign_Reward
  4348. 2025-1-16 17:31:39-debug: Unregister Start
  4349. 2025-1-16 17:31:39-debug: Unregister UI_Settings
  4350. 2025-1-16 17:31:39-debug: Unregister Layout_Invite
  4351. 2025-1-16 17:31:39-debug: Unregister UI_Sign
  4352. 2025-1-16 17:31:39-debug: Unregister UI_Invite
  4353. 2025-1-16 17:31:39-debug: Unregister UI_Store
  4354. 2025-1-16 17:31:39-debug: Unregister Layout_Sign
  4355. 2025-1-16 17:31:39-debug: Unregister Layout_Store
  4356. 2025-1-16 17:31:39-debug: Unregister Layout_SideBar
  4357. 2025-1-16 17:31:39-debug: Unregister UI_SideBar
  4358. 2025-1-16 17:31:39-debug: Unregister UI_Task_Item
  4359. 2025-1-16 17:31:39-debug: Unregister UI_Hall
  4360. 2025-1-16 17:31:39-debug: Unregister Layout_Task
  4361. 2025-1-16 17:31:39-debug: Unregister Layout_GameRules
  4362. 2025-1-16 17:31:39-debug: Unregister UI_GameRules
  4363. 2025-1-16 17:31:39-debug: Unregister UI_Idiom
  4364. 2025-1-16 17:31:39-debug: Unregister Layout_Idioms
  4365. 2025-1-16 17:31:39-debug: Unregister UI_Idioms
  4366. 2025-1-16 17:31:39-debug: Unregister UI_Fail
  4367. 2025-1-16 17:31:39-debug: Unregister Layout_Win
  4368. 2025-1-16 17:31:39-debug: Unregister Layout_Main
  4369. 2025-1-16 17:31:39-debug: Unregister UI_Task
  4370. 2025-1-16 17:31:39-debug: Unregister UI_Main
  4371. 2025-1-16 17:31:39-debug: Unregister Cube_Infor
  4372. 2025-1-16 17:31:39-debug: Unregister CreateIdiom
  4373. 2025-1-16 17:31:39-debug: Unregister UI_Win
  4374. 2025-1-16 17:31:39-debug: Unregister GameCtl
  4375. 2025-1-16 17:31:39-debug: Unregister Container_Manager
  4376. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js'
  4377. 2025-1-16 17:31:39-debug: Unregister UI_Item
  4378. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js'
  4379. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/6a/6a5019a719a9014c047e67aa1cf34453ab8392ce.js'
  4380. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/d6/d6137fe08bf966a053351bb405928e5a6390befd.js'
  4381. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/59/59b7958b47eec6168615a6469581f8f48e26cb00.js'
  4382. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/b3/b349769b96cc4c1dff92d5d6f941366e27a02c6b.js'
  4383. 2025-1-16 17:31:39-debug: Unregister Hall
  4384. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/97/9758c8bdbb4fd247ebce274d105abb8265561b82.js'
  4385. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/e9/e908646c1435d653de6447e2ae846c959ac29b33.js'
  4386. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/e6/e671bb16456ad253c126408d753c04295ea07129.js'
  4387. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/3c/3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js'
  4388. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/ba/bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js'
  4389. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/a6/a62597dd07a24c3714ad095eedbfc8f76f2d165c.js'
  4390. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/1c/1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js'
  4391. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/41/41d16e1f8113566bf1c111c20aceca9e4a6626d6.js'
  4392. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/3f/3f8dff31feda7b51e2d0428361dac48e18834ed8.js'
  4393. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/5a/5ad9214371678a1d97027b6cf28752dcbab25e0f.js'
  4394. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/39/3975fe5ce64c51324369e49e8afd9c685ef1036d.js'
  4395. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/72/72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js'
  4396. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/d7/d72ce35042ce99e7f64ae289f73e61427ebc5661.js'
  4397. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/31/31f21e9610b2e754c9705fb8b4947b7629eba3ec.js'
  4398. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/87/879eb4b2cb07a55807079158fde54421bac04056.js'
  4399. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/e2/e2c07fd606d93eb79afeed6ef4de521f2be03414.js'
  4400. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/08/08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js'
  4401. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/6b/6b45817391fda8032e9c3052f72099ae80b977e5.js'
  4402. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/9b/9b4abce15a8c07b4b00096caaa35df726664c0eb.js'
  4403. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/1c/1c6623815813aae756c57cca6f89a3182c222719.js'
  4404. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/33/33d6d868e05219070a908e953bde210e54f92e26.js'
  4405. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/79/79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js'
  4406. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/73/73c6533bf475cf801676942513edca165a6ed07f.js'
  4407. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/bd/bd8a015d9f05319ae091f7383c093a5f26a12133.js'
  4408. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/2d/2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js'
  4409. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/47/47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js'
  4410. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/51/518c777b9b184349470f0a8548bfc02a3ac13b12.js'
  4411. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/c9/c969313d23703c6a3fcc53d5e71bae664ed7849e.js'
  4412. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/53/5355f477731c1aa517e29e27c45ac35bf99fe727.js'
  4413. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/5f/5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js'
  4414. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/4e/4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js'
  4415. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/d8/d8ea009be5644c7164c4b5ae51cd349e5525e465.js'
  4416. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/17/1787d8e2147a43214097b7b6fea81022fa7297b5.js'
  4417. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/f7/f780142056b451af1186d982a8e16130bfd276a2.js'
  4418. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/69/69708f163aeb7f1d3d93c5d9454dca6576ef2581.js'
  4419. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/e5/e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js'
  4420. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/c0/c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js'
  4421. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/b6/b601769373047d5119da5c4cb4b3a4bba6a651af.js'
  4422. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/8e/8e81d067c8870d70331d8b9656a976c1f558e5de.js'
  4423. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/81/815a8e3b66559b0d1265c7b789166062c8861bd5.js'
  4424. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/cf/cf9c45e29398b29856527964dd8d734c5d4fdec4.js'
  4425. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/1d/1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js'
  4426. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/df/df48ec67964f126550b0d5d71bec2b4cfc027d50.js'
  4427. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/74/7404a8ee135932a387eac99bfb33951576fe8b67.js'
  4428. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/34/34df8999c17a8450e101699bd789ccbd57ce24ce.js'
  4429. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/5f/5f91b0c989c2a479c1da04fdb508bd586eba443c.js'
  4430. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/5d/5d8144768428205eb83d54c7574071768f6c1b5b.js'
  4431. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/e0/e08485787ba9b2ad7c98e435102c966d3f5c64ae.js'
  4432. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/31/3166d186d5cd2eca604e02fdebeb727752294da4.js'
  4433. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/a8/a89b293907eed8bf35922b74df584b59608173f2.js'
  4434. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/59/5908d1524fdbf33b63c9c924078b09b63cc7fc89.js'
  4435. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/d5/d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js'
  4436. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/71/71b930d6142312f684efd1718dfcd7bfd1e95eaa.js'
  4437. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/12/122ae41024fa99aa4949a176919256851ded60b7.js'
  4438. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/38/38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js'
  4439. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/a4/a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js'
  4440. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/b3/b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js'
  4441. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/20/20712297188dd3bbe9fb3acc1799edea45dda86b.js'
  4442. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/97/974d5e18287f52413bf4aef79e6b1b43e2db1119.js'
  4443. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/cb/cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js'
  4444. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/13/137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js'
  4445. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/7a/7a060cba1d5a032475d6578a562fb8df8171eb0b.js'
  4446. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/b7/b71ec6998eef381fede6b5fd1614855829fc2f22.js'
  4447. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/9d/9d6b2307e211bf7d71fb96955f3a221662b8b975.js'
  4448. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/cb/cb13e961bcd8d7069545036fc45d02908c0eee94.js'
  4449. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/82/82914e241315735457587bc37563ed7db8183cd0.js'
  4450. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/09/09a6fd4930dfcb5968a1b01550a6275640cfa703.js'
  4451. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/b0/b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js'
  4452. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/c3/c307a58b694cc824581802a8099e6d62860adb91.js'
  4453. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/c2/c28f184f0d05e5d5976de9f0de294b88d5de4347.js'
  4454. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/90/90cb08bdd2589bd4780881bf755dafe0306918a1.js'
  4455. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/63/635d373e206601884c96847cb1eeeefae856f2ab.js'
  4456. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/78/789715a9ff1e6669695bc6f37f849347673e7936.js'
  4457. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/67/67f356369ce567fe1898b7ae72038ee83758a446.js'
  4458. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/07/07873864f2752ebebcdaae9cbb27e5477e565642.js'
  4459. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/9f/9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js'
  4460. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/f0/f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js'
  4461. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/46/4669e191907a2a708fa7ba923dc04da98435f165.js'
  4462. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/0a/0a4102a464059398e43bc26dd3fe1faf79989cb3.js'
  4463. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/d4/d4808bb291a6c1906241b46a992fa068602b87c7.js'
  4464. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/50/50dd8b1c328a686f05e0ea16e0613e3558f0f915.js'
  4465. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/fd/fd567b6cff2bda101ea5067e96a8431f92b55a12.js'
  4466. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/2c/2cb4568cc17fc880801c649b7e09213445038932.js'
  4467. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/99/99b535d8a2435b17b7a999d87ff3be42be0d89f6.js'
  4468. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/4f/4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js'
  4469. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/6a/6a163e5eb12e84fcff92e09679473d95caa7ce42.js'
  4470. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/28/28edf65eb8d20daf82fac5a67080212e26e054c8.js'
  4471. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/41/41297756668c0510f828032e1d12f96a4d1a9194.js'
  4472. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/6a/6a8af0f15958f7b90e4c55917282aae8bec7ce55.js'
  4473. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/73/73e6dc2a8fc59081071dcebb82927640ef5a7f21.js'
  4474. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/d7/d7e846ac7b691e2f62cb6f2e257f758a25829039.js'
  4475. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/2d/2d7e3424c179d135dc59489a147ede15a8748562.js'
  4476. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/b9/b968f7f08649c00a45a730a74c55b98d374e1ea3.js'
  4477. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/4a/4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js'
  4478. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/4b/4b62ba828bd2568fd07a8c27879bd9e102538148.js'
  4479. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/69/69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js'
  4480. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/aa/aa522899127047b80d0893406f275d7a7aa74d2c.js'
  4481. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/30/30148fb61fef14f86e2cda463a167887dbf8cde4.js'
  4482. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/64/648fcac29cbf9485ceab7e7d1359724ae2b1b196.js'
  4483. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/1a/1a017ea1d38c47616789b41b9b3ceca6cb903e59.js'
  4484. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/a0/a0c4f651e5297607ee62681e54a78e7903383828.js'
  4485. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/96/96e2fcee174623dab28594a5fc60dc89148d32de.js'
  4486. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/a5/a59d8099545685d191f1183a0f3bc7f3602b80cf.js'
  4487. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/4b/4b736ecb9c777512e2deca84bf06782f772c5a85.js'
  4488. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/7e/7e7ab0c417629d8b4decc7970b158f69484ca3a0.js'
  4489. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/47/47c8e77781a159f10d589db5916314688580bc33.js'
  4490. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/39/394eb72f0b5be6799d0045482477175eb4563bad.js'
  4491. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js" loaded.
  4492. 2025-1-16 17:31:39-debug: Invalidating 'pack:///chunks/5c/5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js'
  4493. 2025-1-16 17:31:39-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6d\6d8fd2b0177941b032ddc0733af48a561fb60657.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6d\6d8fd2b0177941b032ddc0733af48a561fb60657.js is not in module cache!
  4494. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js" loaded.
  4495. 2025-1-16 17:31:39-debug: [[Executor]] Register BuiltinPipelineSettings
  4496. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/b3/b349769b96cc4c1dff92d5d6f941366e27a02c6b.js" loaded.
  4497. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/6a/6a5019a719a9014c047e67aa1cf34453ab8392ce.js" loaded.
  4498. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/d6/d6137fe08bf966a053351bb405928e5a6390befd.js" loaded.
  4499. 2025-1-16 17:31:39-debug: [[Executor]] Register DebugViewRuntimeControl
  4500. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/97/9758c8bdbb4fd247ebce274d105abb8265561b82.js" loaded.
  4501. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/3c/3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js" loaded.
  4502. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/ba/bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js" loaded.
  4503. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/59/59b7958b47eec6168615a6469581f8f48e26cb00.js" loaded.
  4504. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/1c/1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js" loaded.
  4505. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/e9/e908646c1435d653de6447e2ae846c959ac29b33.js" loaded.
  4506. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/a6/a62597dd07a24c3714ad095eedbfc8f76f2d165c.js" loaded.
  4507. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/5a/5ad9214371678a1d97027b6cf28752dcbab25e0f.js" loaded.
  4508. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/41/41d16e1f8113566bf1c111c20aceca9e4a6626d6.js" loaded.
  4509. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/3f/3f8dff31feda7b51e2d0428361dac48e18834ed8.js" loaded.
  4510. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/39/3975fe5ce64c51324369e49e8afd9c685ef1036d.js" loaded.
  4511. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/87/879eb4b2cb07a55807079158fde54421bac04056.js" loaded.
  4512. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/e6/e671bb16456ad253c126408d753c04295ea07129.js" loaded.
  4513. 2025-1-16 17:31:39-debug: [[Executor]] Register ch_sdk_comp
  4514. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/72/72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js" loaded.
  4515. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/d7/d72ce35042ce99e7f64ae289f73e61427ebc5661.js" loaded.
  4516. 2025-1-16 17:31:39-debug: [[Executor]] Register ch_start_pack
  4517. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/31/31f21e9610b2e754c9705fb8b4947b7629eba3ec.js" loaded.
  4518. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/08/08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js" loaded.
  4519. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/1c/1c6623815813aae756c57cca6f89a3182c222719.js" loaded.
  4520. 2025-1-16 17:31:39-debug: [[Executor]] Register __NodeEventAgent__
  4521. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/33/33d6d868e05219070a908e953bde210e54f92e26.js" loaded.
  4522. 2025-1-16 17:31:39-debug: [[Executor]] Register ui_updater
  4523. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/e2/e2c07fd606d93eb79afeed6ef4de521f2be03414.js" loaded.
  4524. 2025-1-16 17:31:39-debug: [[Executor]] Register ResolutionAutoFit
  4525. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/51/518c777b9b184349470f0a8548bfc02a3ac13b12.js" loaded.
  4526. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/73/73c6533bf475cf801676942513edca165a6ed07f.js" loaded.
  4527. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/6b/6b45817391fda8032e9c3052f72099ae80b977e5.js" loaded.
  4528. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/9b/9b4abce15a8c07b4b00096caaa35df726664c0eb.js" loaded.
  4529. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/79/79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js" loaded.
  4530. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/47/47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js" loaded.
  4531. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/bd/bd8a015d9f05319ae091f7383c093a5f26a12133.js" loaded.
  4532. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/c9/c969313d23703c6a3fcc53d5e71bae664ed7849e.js" loaded.
  4533. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/53/5355f477731c1aa517e29e27c45ac35bf99fe727.js" loaded.
  4534. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/e5/e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js" loaded.
  4535. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/2d/2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js" loaded.
  4536. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/d8/d8ea009be5644c7164c4b5ae51cd349e5525e465.js" loaded.
  4537. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/5f/5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js" loaded.
  4538. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/4e/4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js" loaded.
  4539. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/f7/f780142056b451af1186d982a8e16130bfd276a2.js" loaded.
  4540. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/17/1787d8e2147a43214097b7b6fea81022fa7297b5.js" loaded.
  4541. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/c0/c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js" loaded.
  4542. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/b6/b601769373047d5119da5c4cb4b3a4bba6a651af.js" loaded.
  4543. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/69/69708f163aeb7f1d3d93c5d9454dca6576ef2581.js" loaded.
  4544. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/81/815a8e3b66559b0d1265c7b789166062c8861bd5.js" loaded.
  4545. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/cf/cf9c45e29398b29856527964dd8d734c5d4fdec4.js" loaded.
  4546. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/df/df48ec67964f126550b0d5d71bec2b4cfc027d50.js" loaded.
  4547. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/8e/8e81d067c8870d70331d8b9656a976c1f558e5de.js" loaded.
  4548. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/e0/e08485787ba9b2ad7c98e435102c966d3f5c64ae.js" loaded.
  4549. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/1d/1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js" loaded.
  4550. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/74/7404a8ee135932a387eac99bfb33951576fe8b67.js" loaded.
  4551. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/5f/5f91b0c989c2a479c1da04fdb508bd586eba443c.js" loaded.
  4552. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/5d/5d8144768428205eb83d54c7574071768f6c1b5b.js" loaded.
  4553. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/d5/d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js" loaded.
  4554. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/34/34df8999c17a8450e101699bd789ccbd57ce24ce.js" loaded.
  4555. 2025-1-16 17:31:39-debug: [[Executor]] Register ClickPenetrate
  4556. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/a8/a89b293907eed8bf35922b74df584b59608173f2.js" loaded.
  4557. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/59/5908d1524fdbf33b63c9c924078b09b63cc7fc89.js" loaded.
  4558. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/31/3166d186d5cd2eca604e02fdebeb727752294da4.js" loaded.
  4559. 2025-1-16 17:31:39-debug: [[Executor]] Register List
  4560. 2025-1-16 17:31:39-debug: [[Executor]] Register ListItem
  4561. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/38/38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js" loaded.
  4562. 2025-1-16 17:31:39-warn: 'MotionTrail.color' hides inherited property 'cc.UIRenderer.color'. To make the current property override that implementation, add the `override: true` attribute please.
  4563. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/12/122ae41024fa99aa4949a176919256851ded60b7.js" loaded.
  4564. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/71/71b930d6142312f684efd1718dfcd7bfd1e95eaa.js" loaded.
  4565. 2025-1-16 17:31:39-debug: [[Executor]] Register MotionTrail
  4566. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/a4/a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js" loaded.
  4567. 2025-1-16 17:31:39-debug: [[Executor]] Register RewardFly
  4568. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/cb/cb13e961bcd8d7069545036fc45d02908c0eee94.js" loaded.
  4569. 2025-1-16 17:31:39-debug: [[Executor]] Register SpineView
  4570. 2025-1-16 17:31:39-debug: [[Executor]] Register UISpineMovie
  4571. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/20/20712297188dd3bbe9fb3acc1799edea45dda86b.js" loaded.
  4572. 2025-1-16 17:31:39-debug: [[Executor]] Register MovieClip
  4573. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/b3/b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js" loaded.
  4574. 2025-1-16 17:31:39-debug: [[Executor]] Register Layout_UIAlert
  4575. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/b7/b71ec6998eef381fede6b5fd1614855829fc2f22.js" loaded.
  4576. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/cb/cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js" loaded.
  4577. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/13/137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js" loaded.
  4578. 2025-1-16 17:31:39-debug: [[Executor]] Register Layout_UI_Notify
  4579. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/7a/7a060cba1d5a032475d6578a562fb8df8171eb0b.js" loaded.
  4580. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/c3/c307a58b694cc824581802a8099e6d62860adb91.js" loaded.
  4581. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/97/974d5e18287f52413bf4aef79e6b1b43e2db1119.js" loaded.
  4582. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/09/09a6fd4930dfcb5968a1b01550a6275640cfa703.js" loaded.
  4583. 2025-1-16 17:31:39-debug: [[Executor]] Register Layout_UIWaiting
  4584. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/82/82914e241315735457587bc37563ed7db8183cd0.js" loaded.
  4585. 2025-1-16 17:31:39-debug: [[Executor]] Register table_level
  4586. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/9d/9d6b2307e211bf7d71fb96955f3a221662b8b975.js" loaded.
  4587. 2025-1-16 17:31:39-debug: [[Executor]] Register table_idiom
  4588. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/b0/b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js" loaded.
  4589. 2025-1-16 17:31:39-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c2\c28f184f0d05e5d5976de9f0de294b88d5de4347.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c2\c28f184f0d05e5d5976de9f0de294b88d5de4347.js is not in module cache!
  4590. 2025-1-16 17:31:39-debug: [[Executor]] Register Start
  4591. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/41/41297756668c0510f828032e1d12f96a4d1a9194.js" loaded.
  4592. 2025-1-16 17:31:39-debug: [[Executor]] Register Layout_Fail
  4593. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/4a/4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js" loaded.
  4594. 2025-1-16 17:31:39-debug: [[Executor]] Register UI_Head_Icon
  4595. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/4f/4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js" loaded.
  4596. 2025-1-16 17:31:39-debug: [[Executor]] Register UI_Rank_Item
  4597. 2025-1-16 17:31:39-debug: [[Executor]] Register Layout_Rank
  4598. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/aa/aa522899127047b80d0893406f275d7a7aa74d2c.js" loaded.
  4599. 2025-1-16 17:31:39-debug: [[Executor]] Register Layout_Hall
  4600. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/47/47c8e77781a159f10d589db5916314688580bc33.js" loaded.
  4601. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/2d/2d7e3424c179d135dc59489a147ede15a8748562.js" loaded.
  4602. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/30/30148fb61fef14f86e2cda463a167887dbf8cde4.js" loaded.
  4603. 2025-1-16 17:31:39-debug: [[Executor]] Register UI_Rank
  4604. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/a0/a0c4f651e5297607ee62681e54a78e7903383828.js" loaded.
  4605. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/50/50dd8b1c328a686f05e0ea16e0613e3558f0f915.js" loaded.
  4606. 2025-1-16 17:31:39-debug: [[Executor]] Register Layout_Settings
  4607. 2025-1-16 17:31:39-warn: The type of "Sign_Reward.type" must be CCFloat or CCInteger, not Number.
  4608. 2025-1-16 17:31:39-debug: [[Executor]] Register UI_Settings
  4609. 2025-1-16 17:31:39-warn: The type of "Sign_Reward.num" must be CCFloat or CCInteger, not Number.
  4610. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/4b/4b736ecb9c777512e2deca84bf06782f772c5a85.js" loaded.
  4611. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/7e/7e7ab0c417629d8b4decc7970b158f69484ca3a0.js" loaded.
  4612. 2025-1-16 17:31:39-debug: [[Executor]] Register Layout_Sign
  4613. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/28/28edf65eb8d20daf82fac5a67080212e26e054c8.js" loaded.
  4614. 2025-1-16 17:31:39-debug: [[Executor]] Register Sign_Reward
  4615. 2025-1-16 17:31:39-debug: [[Executor]] Register Layout_Invite
  4616. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/64/648fcac29cbf9485ceab7e7d1359724ae2b1b196.js" loaded.
  4617. 2025-1-16 17:31:39-debug: [[Executor]] Register UI_Sign
  4618. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/73/73e6dc2a8fc59081071dcebb82927640ef5a7f21.js" loaded.
  4619. 2025-1-16 17:31:39-warn: The type of "Layout_Store.Type" must be CCFloat or CCInteger, not Number.
  4620. 2025-1-16 17:31:39-warn: The type of "Layout_Store.Value" must be CCFloat or CCInteger, not Number.
  4621. 2025-1-16 17:31:39-debug: [[Executor]] Register UI_Invite
  4622. 2025-1-16 17:31:39-debug: [[Executor]] Register Layout_Store
  4623. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/1a/1a017ea1d38c47616789b41b9b3ceca6cb903e59.js" loaded.
  4624. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/6a/6a8af0f15958f7b90e4c55917282aae8bec7ce55.js" loaded.
  4625. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/a5/a59d8099545685d191f1183a0f3bc7f3602b80cf.js" loaded.
  4626. 2025-1-16 17:31:39-debug: [[Executor]] Register UI_Store
  4627. 2025-1-16 17:31:39-debug: [[Executor]] Register UI_SideBar
  4628. 2025-1-16 17:31:39-debug: [[Executor]] Register Layout_SideBar
  4629. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/4b/4b62ba828bd2568fd07a8c27879bd9e102538148.js" loaded.
  4630. 2025-1-16 17:31:39-debug: [[Executor]] Register Layout_Task
  4631. 2025-1-16 17:31:39-debug: [[Executor]] Register UI_Task_Item
  4632. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/39/394eb72f0b5be6799d0045482477175eb4563bad.js" loaded.
  4633. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/96/96e2fcee174623dab28594a5fc60dc89148d32de.js" loaded.
  4634. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/d7/d7e846ac7b691e2f62cb6f2e257f758a25829039.js" loaded.
  4635. 2025-1-16 17:31:39-debug: [[Executor]] Register UI_Hall
  4636. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/2c/2cb4568cc17fc880801c649b7e09213445038932.js" loaded.
  4637. 2025-1-16 17:31:39-debug: [[Executor]] Register UI_Fail
  4638. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/fd/fd567b6cff2bda101ea5067e96a8431f92b55a12.js" loaded.
  4639. 2025-1-16 17:31:39-debug: [[Executor]] Register UI_Task
  4640. 2025-1-16 17:31:39-debug: [[Executor]] Register Layout_GameRules
  4641. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/d4/d4808bb291a6c1906241b46a992fa068602b87c7.js" loaded.
  4642. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/b9/b968f7f08649c00a45a730a74c55b98d374e1ea3.js" loaded.
  4643. 2025-1-16 17:31:39-debug: [[Executor]] Register UI_Idiom
  4644. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/f0/f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js" loaded.
  4645. 2025-1-16 17:31:39-debug: [[Executor]] Register Layout_Idioms
  4646. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/46/4669e191907a2a708fa7ba923dc04da98435f165.js" loaded.
  4647. 2025-1-16 17:31:39-debug: [[Executor]] Register UI_GameRules
  4648. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/78/789715a9ff1e6669695bc6f37f849347673e7936.js" loaded.
  4649. 2025-1-16 17:31:39-debug: [[Executor]] Register UI_Idioms
  4650. 2025-1-16 17:31:39-debug: [[Executor]] Register Layout_Win
  4651. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/99/99b535d8a2435b17b7a999d87ff3be42be0d89f6.js" loaded.
  4652. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/69/69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js" loaded.
  4653. 2025-1-16 17:31:39-debug: [[Executor]] Register Layout_Main
  4654. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/6a/6a163e5eb12e84fcff92e09679473d95caa7ce42.js" loaded.
  4655. 2025-1-16 17:31:39-debug: [[Executor]] Register UI_Win
  4656. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/0a/0a4102a464059398e43bc26dd3fe1faf79989cb3.js" loaded.
  4657. 2025-1-16 17:31:39-debug: [[Executor]] Register UI_Main
  4658. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/9f/9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js" loaded.
  4659. 2025-1-16 17:31:39-debug: [[Executor]] Register Hall
  4660. 2025-1-16 17:31:39-debug: [[Executor]] Register Cube_Infor
  4661. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/c2/c28f184f0d05e5d5976de9f0de294b88d5de4347.js" loaded.
  4662. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/63/635d373e206601884c96847cb1eeeefae856f2ab.js" loaded.
  4663. 2025-1-16 17:31:39-debug: [[Executor]] Register GameCtl
  4664. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/07/07873864f2752ebebcdaae9cbb27e5477e565642.js" loaded.
  4665. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/67/67f356369ce567fe1898b7ae72038ee83758a446.js" loaded.
  4666. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/90/90cb08bdd2589bd4780881bf755dafe0306918a1.js" loaded.
  4667. 2025-1-16 17:31:39-debug: [[Executor]] Register UI_Item
  4668. 2025-1-16 17:31:39-debug: [[Executor]] Register Container_Manager
  4669. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/5c/5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js" loaded.
  4670. 2025-1-16 17:31:39-debug: [[Executor]] Register CreateIdiom
  4671. 2025-1-16 17:31:39-debug: [[Executor]] Module "pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js" loaded.
  4672. 2025-1-16 17:31:39-debug: Incremental keys: chSdk,chsdk
  4673. 2025-1-16 17:31:39-debug: Init bundle share assets start..., progress: 9%
  4674. 2025-1-16 17:31:39-debug: Init bundle share assets success..., progress: 9%
  4675. 2025-1-16 17:31:39-debug: handle json group in bundle internal
  4676. 2025-1-16 17:31:39-debug: handle json group in bundle internal success
  4677. 2025-1-16 17:31:39-debug: handle json group in bundle main
  4678. 2025-1-16 17:31:39-debug: handle json group in bundle start-scene
  4679. 2025-1-16 17:31:39-debug: handle json group in bundle start-scene success
  4680. 2025-1-16 17:31:39-debug: handle json group in bundle module_basic
  4681. 2025-1-16 17:31:39-debug: handle json group in bundle main success
  4682. 2025-1-16 17:31:39-debug: handle json group in bundle module_extra
  4683. 2025-1-16 17:31:39-debug: init image compress task 0 in bundle internal
  4684. 2025-1-16 17:31:39-debug: init image compress task 0 in bundle main
  4685. 2025-1-16 17:31:39-debug: init image compress task 0 in bundle start-scene
  4686. 2025-1-16 17:31:39-debug: handle json group in bundle module_game
  4687. 2025-1-16 17:31:39-debug: handle json group in bundle module_extra success
  4688. 2025-1-16 17:31:39-debug: init image compress task 0 in bundle module_extra
  4689. 2025-1-16 17:31:39-debug: init image compress task 0 in bundle module_basic
  4690. 2025-1-16 17:31:39-debug: init image compress task 0 in bundle module_game
  4691. 2025-1-16 17:31:39-debug: handle json group in bundle module_game success
  4692. 2025-1-16 17:31:39-debug: handle json group in bundle module_basic success
  4693. 2025-1-16 17:31:39-debug: // ---- build task 查询 Asset Bundle ---- (199ms)
  4694. 2025-1-16 17:31:39-debug: 查询 Asset Bundle start, progress: 14%
  4695. 2025-1-16 17:31:39-debug: [Build Memory track]: 查询 Asset Bundle start:213.62MB, end 215.60MB, increase: 1.98MB
  4696. 2025-1-16 17:31:39-debug: run build task 查询 Asset Bundle success in 199 ms√, progress: 14%
  4697. 2025-1-16 17:31:39-debug: // ---- build task 查询 Asset Bundle ----
  4698. 2025-1-16 17:31:39-debug: // ---- build task 查询 Asset Bundle ---- (23ms)
  4699. 2025-1-16 17:31:39-debug: run build task 查询 Asset Bundle success in 23 ms√, progress: 19%
  4700. 2025-1-16 17:31:39-debug: [Build Memory track]: 查询 Asset Bundle start:215.63MB, end 215.87MB, increase: 245.05KB
  4701. 2025-1-16 17:31:39-debug: // ---- build task 打包脚本 ----
  4702. 2025-1-16 17:31:39-log: Run build task(build-script) in child, see: chrome://inspect/#devices
  4703. 2025-1-16 17:31:39-debug: 打包脚本 start, progress: 19%
  4704. 2025-1-16 17:31:40-log: [build-script]enter sub process 1356, C:\ProgramData\cocos\editors\Creator\3.8.4\CocosCreator.exe,C:\ProgramData\cocos\editors\Creator\3.8.4\resources\app.asar\builtin\builder\static\sub-process-index
  4705. 2025-1-16 17:31:43-debug: excute-script over with build-script 3551ms
  4706. 2025-1-16 17:31:43-log: Run build task(build-script) in child, see: chrome://inspect/#devices
  4707. 2025-1-16 17:31:43-debug: Generate systemJs..., progress: 19%
  4708. 2025-1-16 17:31:44-log: 资源数据库已锁定,资源操作(refresh)将会延迟响应,请稍侯
  4709. 2025-1-16 17:31:46-debug: excute-script over with build-script 2666ms
  4710. 2025-1-16 17:31:46-debug: 构建项目脚本 start..., progress: 19%
  4711. 2025-1-16 17:31:46-debug: Build script in bundle start, progress: 19%
  4712. 2025-1-16 17:31:46-log: Run build task(build-script) in child, see: chrome://inspect/#devices
  4713. 2025-1-16 17:31:50-warn: [build-script][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/Layout_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI/UI_Head_Icon.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts
  4714. 2025-1-16 17:31:50-warn: [build-script][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/Layout_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/Sign_Reward.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Invite/UI_Invite.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Store/UI_Store.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Store/UI_Store.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_SideBar/UI_SideBar.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/Layout_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/Layout_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_GameRules/UI_GameRules.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/Layout_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/CreateIdiom.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts
  4715. 2025-1-16 17:31:53-debug: excute-script over with build-script 7558ms
  4716. 2025-1-16 17:31:53-debug: Build script in bundle success, progress: 19%
  4717. 2025-1-16 17:31:53-debug: Copy externalScripts success!
  4718. 2025-1-16 17:31:53-debug: 构建项目脚本 in (7622 ms) √, progress: 19%
  4719. 2025-1-16 17:31:53-debug: 构建引擎脚本 start..., progress: 19%
  4720. 2025-1-16 17:31:53-debug: Use cache engine: {link(C:\Users\NINGMEI\AppData\Local\Temp\CocosCreator\3.8.4\builder\engine\5653dcd598ac5adc25da0caeb40ce0c0)}
  4721. 2025-1-16 17:31:53-debug: {"debug":false,"sourceMaps":false,"includeModules":["2d","3d","animation","audio","base","custom-pipeline","gfx-webgl","meshopt","occlusion-query","physics-ammo","primitive","profiler","spine","tween","ui","websocket","webview","custom-pipeline-builtin-scripts"],"engineVersion":"3.8.4","md5Map":[],"engineName":"cocos-js","platform":"WECHAT","useCache":true,"nativeCodeBundleMode":"wasm","wasmCompressionMode":"brotli","split":false,"skip":false,"assetURLFormat":"relative-from-out","output":"D:\\CocosCreatorProject\\Idioms\\idiom\\build\\wechatgame-001\\cocos-js","flags":{"DEBUG":false,"WASM_SUBPACKAGE":true},"entry":"C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine"}
  4722. 2025-1-16 17:31:53-debug: 构建引擎脚本 in (104 ms) √, progress: 19%
  4723. 2025-1-16 17:31:53-debug: Generate import-map..., progress: 19%
  4724. 2025-1-16 17:31:53-debug: Copy plugin script ..., progress: 19%
  4725. 2025-1-16 17:31:53-debug: // ---- build task 打包脚本 ---- (14013ms)
  4726. 2025-1-16 17:31:53-debug: run build task 打包脚本 success in 14 s√, progress: 24%
  4727. 2025-1-16 17:31:53-debug: // ---- build task Build Assets ----
  4728. 2025-1-16 17:31:53-debug: [Build Memory track]: 打包脚本 start:216.04MB, end 214.90MB, increase: -1165.48KB
  4729. 2025-1-16 17:31:53-debug: Build bundles..., progress: 24%
  4730. 2025-1-16 17:31:53-debug: Pack Images start, progress: 24%
  4731. 2025-1-16 17:31:53-debug: Build Assets start, progress: 24%
  4732. 2025-1-16 17:31:54-debug: Get Cache info of pac success {asset(fc529dad-0a7c-4618-ab26-353d7d900ec2)}
  4733. 2025-1-16 17:31:54-debug: Get Cache info of pac success {asset(04d9d3cd-db4c-4846-9449-173b61558e12)}
  4734. 2025-1-16 17:31:54-debug: Get Cache info of pac success {asset(43520f95-106c-478d-ae58-25f251ecc0fb)}
  4735. 2025-1-16 17:31:54-debug: Get Cache info of pac success {asset(c5e80781-d3aa-48f0-97a5-f09946f760a2)}
  4736. 2025-1-16 17:31:54-debug: Get Cache info of pac success {asset(77de5a33-df72-4127-b60c-72b45aa6acb0)}
  4737. 2025-1-16 17:31:54-debug: Get Cache info of pac success {asset(8924cf2d-a7a0-4ce7-9fa7-f89dadbdf4f4)}
  4738. 2025-1-16 17:31:54-debug: remove spriteAtlas._uuid : {asset(a63114f7-5b8e-4198-b75a-922458c1a293)}
  4739. 2025-1-16 17:31:54-debug: remove spriteAtlas._uuid : {asset(fc529dad-0a7c-4618-ab26-353d7d900ec2)}
  4740. 2025-1-16 17:31:54-debug: Get Cache info of pac success {asset(a63114f7-5b8e-4198-b75a-922458c1a293)}
  4741. 2025-1-16 17:31:54-debug: remove spriteAtlas._uuid : {asset(43520f95-106c-478d-ae58-25f251ecc0fb)}
  4742. 2025-1-16 17:31:54-debug: remove spriteAtlas._uuid : {asset(c5e80781-d3aa-48f0-97a5-f09946f760a2)}
  4743. 2025-1-16 17:31:54-debug: remove spriteAtlas._uuid : {asset(04d9d3cd-db4c-4846-9449-173b61558e12)}
  4744. 2025-1-16 17:31:54-debug: remove spriteAtlas._uuid : {asset(77de5a33-df72-4127-b60c-72b45aa6acb0)}
  4745. 2025-1-16 17:31:54-debug: remove spriteAtlas._uuid : {asset(c5e80781-d3aa-48f0-97a5-f09946f760a2)}
  4746. 2025-1-16 17:31:54-debug: remove spriteAtlas._uuid : {asset(8924cf2d-a7a0-4ce7-9fa7-f89dadbdf4f4)}
  4747. 2025-1-16 17:31:54-debug: builder:pack-auto-atlas-image (405ms)
  4748. 2025-1-16 17:31:54-debug: Compress image start..., progress: 24%
  4749. 2025-1-16 17:31:54-debug: Num of all image compress task 0, really: 0, configTasks: 0
  4750. 2025-1-16 17:31:54-debug: Pack Images success, progress: 24%
  4751. 2025-1-16 17:31:54-debug: sort compress task {}
  4752. 2025-1-16 17:31:54-debug: No image need to compress
  4753. 2025-1-16 17:31:54-debug: Output asset in bundles start, progress: 24%
  4754. 2025-1-16 17:31:54-debug: Handle all json groups in bundle internal
  4755. 2025-1-16 17:31:54-debug: Compress image success..., progress: 24%
  4756. 2025-1-16 17:31:54-debug: Handle all json groups in bundle start-scene
  4757. 2025-1-16 17:31:54-debug: handle json group
  4758. 2025-1-16 17:31:54-debug: Handle all json groups in bundle main
  4759. 2025-1-16 17:31:54-debug: handle json group
  4760. 2025-1-16 17:31:54-debug: handle single json
  4761. 2025-1-16 17:31:54-debug: Handle all json groups in bundle module_extra
  4762. 2025-1-16 17:31:54-debug: handle single json
  4763. 2025-1-16 17:31:54-debug: handle json group
  4764. 2025-1-16 17:31:54-debug: Handle all json groups in bundle module_basic
  4765. 2025-1-16 17:31:54-debug: handle json group
  4766. 2025-1-16 17:31:54-debug: handle json group
  4767. 2025-1-16 17:31:54-debug: Handle all json groups in bundle module_game
  4768. 2025-1-16 17:31:54-debug: handle json group
  4769. 2025-1-16 17:31:54-debug: Json group(07325bfaa) compile success,json number: 6
  4770. 2025-1-16 17:31:54-debug: Json group(02ccb67e9) compile success,json number: 6
  4771. 2025-1-16 17:31:54-debug: Json group(0ba471961) compile success,json number: 6
  4772. 2025-1-16 17:31:54-debug: handle single json
  4773. 2025-1-16 17:31:54-debug: Json group(04ade8c9e) compile success,json number: 6
  4774. 2025-1-16 17:31:54-debug: handle single json
  4775. 2025-1-16 17:31:54-debug: Json group(0a54f6860) compile success,json number: 6
  4776. 2025-1-16 17:31:54-debug: handle single json
  4777. 2025-1-16 17:31:54-debug: Json group(014a917e9) compile success,json number: 6
  4778. 2025-1-16 17:31:54-debug: Json group(0f283b26e) compile success,json number: 6
  4779. 2025-1-16 17:31:54-debug: Json group(0a1731415) compile success,json number: 6
  4780. 2025-1-16 17:31:54-debug: Json group(093f10e90) compile success,json number: 6
  4781. 2025-1-16 17:31:54-debug: Json group(02c882590) compile success,json number: 6
  4782. 2025-1-16 17:31:54-debug: Json group(042b497f3) compile success,json number: 6
  4783. 2025-1-16 17:31:54-debug: Json group(0310e8848) compile success,json number: 6
  4784. 2025-1-16 17:31:54-debug: Json group(0e8f971ab) compile success,json number: 6
  4785. 2025-1-16 17:31:54-debug: Json group(0670cc77a) compile success,json number: 6
  4786. 2025-1-16 17:31:54-debug: Json group(05eeba194) compile success,json number: 6
  4787. 2025-1-16 17:31:54-debug: Json group(0f272fc25) compile success,json number: 6
  4788. 2025-1-16 17:31:54-debug: Json group(03c9cd961) compile success,json number: 6
  4789. 2025-1-16 17:31:54-debug: Json group(0329651a2) compile success,json number: 6
  4790. 2025-1-16 17:31:54-debug: Json group(0c5a2fc7e) compile success,json number: 6
  4791. 2025-1-16 17:31:54-debug: Json group(04644b2f0) compile success,json number: 6
  4792. 2025-1-16 17:31:54-debug: Json group(0332e55a0) compile success,json number: 6
  4793. 2025-1-16 17:31:54-debug: handle single json
  4794. 2025-1-16 17:31:54-debug: Json group(022fd81fe) compile success,json number: 6
  4795. 2025-1-16 17:31:54-debug: Output asset in bundles success, progress: 24%
  4796. 2025-1-16 17:31:54-debug: Output asset in bundles start, progress: 24%
  4797. 2025-1-16 17:31:54-debug: compress config of bundle internal success
  4798. 2025-1-16 17:31:54-debug: compress config of bundle start-scene success
  4799. 2025-1-16 17:31:54-debug: compress config of bundle internal...
  4800. 2025-1-16 17:31:54-debug: compress config of bundle start-scene...
  4801. 2025-1-16 17:31:54-debug: compress config of bundle main success
  4802. 2025-1-16 17:31:54-debug: compress config of bundle module_extra...
  4803. 2025-1-16 17:31:54-debug: compress config of bundle module_extra success
  4804. 2025-1-16 17:31:54-debug: compress config of bundle module_basic...
  4805. 2025-1-16 17:31:54-debug: compress config of bundle main...
  4806. 2025-1-16 17:31:54-debug: compress config of bundle module_basic success
  4807. 2025-1-16 17:31:54-debug: compress config of bundle module_game...
  4808. 2025-1-16 17:31:54-debug: compress config of bundle module_game success
  4809. 2025-1-16 17:31:54-debug: output config of bundle start-scene
  4810. 2025-1-16 17:31:54-debug: output config of bundle internal success
  4811. 2025-1-16 17:31:54-debug: output config of bundle start-scene success
  4812. 2025-1-16 17:31:54-debug: output config of bundle main
  4813. 2025-1-16 17:31:54-debug: output config of bundle internal
  4814. 2025-1-16 17:31:54-debug: output config of bundle module_extra
  4815. 2025-1-16 17:31:54-debug: output config of bundle module_extra success
  4816. 2025-1-16 17:31:54-debug: output config of bundle main success
  4817. 2025-1-16 17:31:54-debug: output config of bundle module_game
  4818. 2025-1-16 17:31:54-debug: output config of bundle module_basic
  4819. 2025-1-16 17:31:54-debug: Output asset in bundles success, progress: 24%
  4820. 2025-1-16 17:31:54-debug: output config of bundle module_game success
  4821. 2025-1-16 17:31:54-debug: output config of bundle module_basic success
  4822. 2025-1-16 17:31:54-debug: // ---- build task Build Assets ---- (928ms)
  4823. 2025-1-16 17:31:54-debug: run build task Build Assets success in 928 ms√, progress: 29%
  4824. 2025-1-16 17:31:54-debug: [Build Memory track]: Build Assets start:214.93MB, end 216.76MB, increase: 1.83MB
  4825. 2025-1-16 17:31:54-debug: wechatgame:(onAfterBundleBuildTask) start..., progress: 29%
  4826. 2025-1-16 17:31:54-debug: // ---- build task wechatgame:onAfterBundleBuildTask ----
  4827. 2025-1-16 17:31:54-debug: // ---- build task wechatgame:onAfterBundleBuildTask ---- (18ms)
  4828. 2025-1-16 17:31:54-debug: wechatgame:(onAfterBundleBuildTask) in 18 ms ✓, progress: 29%
  4829. 2025-1-16 17:31:54-debug: wechatgame:(onAfterBuildAssets) start..., progress: 29%
  4830. 2025-1-16 17:31:54-debug: // ---- build task wechatgame:onAfterBuildAssets ----
  4831. 2025-1-16 17:31:54-debug: // ---- build task wechatgame:onAfterBuildAssets ---- (23ms)
  4832. 2025-1-16 17:31:54-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  4833. 2025-1-16 17:31:54-debug: 整理部分构建选项内数据到 settings.json start, progress: 31%
  4834. 2025-1-16 17:31:54-debug: wechatgame:(onAfterBuildAssets) in 23 ms ✓, progress: 31%
  4835. 2025-1-16 17:31:54-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (20ms)
  4836. 2025-1-16 17:31:54-debug: run build task 整理部分构建选项内数据到 settings.json success in 20 ms√, progress: 33%
  4837. 2025-1-16 17:31:54-debug: // ---- build task 填充脚本数据到 settings.json ----
  4838. 2025-1-16 17:31:54-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:205.36MB, end 205.43MB, increase: 69.05KB
  4839. 2025-1-16 17:31:54-debug: 填充脚本数据到 settings.json start, progress: 33%
  4840. 2025-1-16 17:31:54-debug: // ---- build task 填充脚本数据到 settings.json ---- (22ms)
  4841. 2025-1-16 17:31:54-debug: run build task 填充脚本数据到 settings.json success in 22 ms√, progress: 34%
  4842. 2025-1-16 17:31:54-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  4843. 2025-1-16 17:31:54-debug: 整理部分构建选项内数据到 settings.json start, progress: 34%
  4844. 2025-1-16 17:31:54-debug: [Build Memory track]: 填充脚本数据到 settings.json start:205.46MB, end 205.53MB, increase: 69.59KB
  4845. 2025-1-16 17:31:54-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (28ms)
  4846. 2025-1-16 17:31:54-debug: run build task 整理部分构建选项内数据到 settings.json success in 28 ms√, progress: 36%
  4847. 2025-1-16 17:31:54-debug: // ---- build task wechatgame:onBeforeCompressSettings ----
  4848. 2025-1-16 17:31:54-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:205.57MB, end 205.75MB, increase: 192.56KB
  4849. 2025-1-16 17:31:54-debug: wechatgame:(onBeforeCompressSettings) start..., progress: 36%
  4850. 2025-1-16 17:31:54-debug: // ---- build task wechatgame:onBeforeCompressSettings ---- (21ms)
  4851. 2025-1-16 17:31:54-debug: wechatgame:(onBeforeCompressSettings) in 21 ms ✓, progress: 38%
  4852. 2025-1-16 17:31:54-debug: cocos-service:(onBeforeCompressSettings) start..., progress: 38%
  4853. 2025-1-16 17:31:54-debug: // ---- build task cocos-service:onBeforeCompressSettings ----
  4854. 2025-1-16 17:31:55-debug: // ---- build task cocos-service:onBeforeCompressSettings ---- (164ms)
  4855. 2025-1-16 17:31:55-debug: // ---- build task 整理静态模板文件 ----
  4856. 2025-1-16 17:31:55-debug: cocos-service:(onBeforeCompressSettings) in 164 ms ✓, progress: 40%
  4857. 2025-1-16 17:31:55-debug: 整理静态模板文件 start, progress: 40%
  4858. 2025-1-16 17:31:55-debug: // ---- build task 整理静态模板文件 ---- (55ms)
  4859. 2025-1-16 17:31:55-debug: run build task 整理静态模板文件 success in 55 ms√, progress: 45%
  4860. 2025-1-16 17:31:55-debug: // ---- build task cocos-service:onAfterCompressSettings ----
  4861. 2025-1-16 17:31:55-debug: [Build Memory track]: 整理静态模板文件 start:206.06MB, end 209.43MB, increase: 3.37MB
  4862. 2025-1-16 17:31:55-debug: cocos-service:(onAfterCompressSettings) start..., progress: 45%
  4863. 2025-1-16 17:31:55-debug: // ---- build task cocos-service:onAfterCompressSettings ---- (64ms)
  4864. 2025-1-16 17:31:55-debug: // ---- build task wechatgame:onBeforeCopyBuildTemplate ----
  4865. 2025-1-16 17:31:55-debug: cocos-service:(onAfterCompressSettings) in 64 ms ✓, progress: 46%
  4866. 2025-1-16 17:31:55-debug: wechatgame:(onBeforeCopyBuildTemplate) start..., progress: 46%
  4867. 2025-1-16 17:31:55-debug: // ---- build task wechatgame:onBeforeCopyBuildTemplate ---- (18ms)
  4868. 2025-1-16 17:31:55-debug: wechatgame:(onBeforeCopyBuildTemplate) in 18 ms ✓, progress: 48%
  4869. 2025-1-16 17:31:55-debug: wechatgame:(onAfterCopyBuildTemplate) start..., progress: 48%
  4870. 2025-1-16 17:31:55-debug: // ---- build task wechatgame:onAfterCopyBuildTemplate ----
  4871. 2025-1-16 17:31:55-debug: // ---- build task wechatgame:onAfterCopyBuildTemplate ---- (28ms)
  4872. 2025-1-16 17:31:55-debug: wechatgame:(onAfterCopyBuildTemplate) in 28 ms ✓, progress: 50%
  4873. 2025-1-16 17:31:55-debug: 给所有的资源加上 MD5 后缀 start, progress: 50%
  4874. 2025-1-16 17:31:55-debug: // ---- build task 给所有的资源加上 MD5 后缀 ----
  4875. 2025-1-16 17:31:55-debug: // ---- build task 给所有的资源加上 MD5 后缀 ---- (23ms)
  4876. 2025-1-16 17:31:55-debug: run build task 给所有的资源加上 MD5 后缀 success in 23 ms√, progress: 60%
  4877. 2025-1-16 17:31:55-debug: [Build Memory track]: 给所有的资源加上 MD5 后缀 start:210.01MB, end 210.08MB, increase: 67.65KB
  4878. 2025-1-16 17:31:55-debug: wechatgame:(onAfterBuild) start..., progress: 60%
  4879. 2025-1-16 17:31:55-debug: // ---- build task wechatgame:onAfterBuild ----
  4880. 2025-1-16 17:31:55-debug: // ---- build task wechatgame:onAfterBuild ---- (317ms)
  4881. 2025-1-16 17:31:55-debug: cocos-service:(onAfterBuild) start..., progress: 62%
  4882. 2025-1-16 17:31:55-debug: wechatgame:(onAfterBuild) in 317 ms ✓, progress: 62%
  4883. 2025-1-16 17:31:55-debug: // ---- build task cocos-service:onAfterBuild ----
  4884. 2025-1-16 17:31:55-debug: // ---- build task cocos-service:onAfterBuild ---- (68ms)
  4885. 2025-1-16 17:31:55-debug: cocos-service:(onAfterBuild) in 68 ms ✓, progress: 64%
  4886. 2025-1-16 17:31:55-debug: // ---- build task adsense-h5g-plugin:onAfterBuild ----
  4887. 2025-1-16 17:31:55-debug: adsense-h5g-plugin:(onAfterBuild) start..., progress: 64%
  4888. 2025-1-16 17:31:55-debug: // ---- build task adsense-h5g-plugin:onAfterBuild ---- (21ms)
  4889. 2025-1-16 17:31:55-log: Asset DB is resume!
  4890. 2025-1-16 17:31:55-debug: adsense-h5g-plugin:(onAfterBuild) in 21 ms ✓, progress: 65%
  4891. 2025-1-16 17:31:55-debug: builder:build-project-total (16693ms)
  4892. 2025-1-16 17:31:55-debug: build success in 16693!
  4893. 2025-1-16 17:31:55-debug: [Build Memory track]: builder:build-project-total start:214.88MB, end 208.35MB, increase: -6694.61KB
  4894. 2025-1-16 17:31:55-debug: ================================ build Task (wechatgame-001) Finished in (16 s)ms ================================
  4895. 2025-1-16 17:31:55-debug: Stop record console. {file(D:\CocosCreatorProject\Idioms\idiom\temp\builder\log\wechatgame2025-1-16 17-15.log)}
  4896. 2025-1-16 17:31:55-debug: refresh db internal success
  4897. 2025-1-16 17:31:56-debug: Run asset db hook engine-extends:afterRefresh ...
  4898. 2025-1-16 17:31:56-debug: Run asset db hook engine-extends:afterRefresh success!
  4899. 2025-1-16 17:31:56-debug: refresh db assets success
  4900. 2025-1-16 17:31:56-debug: asset-db:refresh-all-database (303ms)
  4901. 2025-1-16 17:31:56-debug: asset-db:worker-effect-data-processing (2ms)
  4902. 2025-1-16 17:31:56-debug: asset-db-hook-engine-extends-afterRefresh (2ms)
  4903. 2025-1-16 17:33:32-debug: refresh db internal success
  4904. 2025-1-16 17:33:32-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\hall\Hall.ts background: #aaff85; color: #000; color: #000;
  4905. 2025-1-16 17:33:32-debug: refresh db assets success
  4906. 2025-1-16 17:33:32-debug: Run asset db hook engine-extends:afterRefresh ...
  4907. 2025-1-16 17:33:32-debug: Run asset db hook engine-extends:afterRefresh success!
  4908. 2025-1-16 17:33:32-debug: asset-db:refresh-all-database (99ms)
  4909. 2025-1-16 17:33:32-debug: asset-db:worker-effect-data-processing (4ms)
  4910. 2025-1-16 17:33:32-debug: asset-db-hook-engine-extends-afterRefresh (5ms)
  4911. 2025-1-16 17:33:33-debug: Query all assets info in project
  4912. 2025-1-16 17:33:33-debug: init custom config: keepNodeUuid: false, useCache: true
  4913. 2025-1-16 17:33:33-debug: 查询 Asset Bundle start, progress: 0%
  4914. 2025-1-16 17:33:33-debug: // ---- build task 查询 Asset Bundle ----
  4915. 2025-1-16 17:33:33-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  4916. 2025-1-16 17:33:33-debug: Number of all scenes: 3
  4917. 2025-1-16 17:33:33-debug: Number of other assets: 986
  4918. 2025-1-16 17:33:33-debug: Number of all scripts: 112
  4919. 2025-1-16 17:33:33-debug: // ---- build task 查询 Asset Bundle ---- (14ms)
  4920. 2025-1-16 17:33:33-debug: run build task 查询 Asset Bundle success in 14 ms√, progress: 5%
  4921. 2025-1-16 17:33:33-debug: [Build Memory track]: 查询 Asset Bundle start:207.86MB, end 207.76MB, increase: -98.16KB
  4922. 2025-1-16 17:33:33-debug: // ---- build task 查询 Asset Bundle ----
  4923. 2025-1-16 17:33:33-debug: 查询 Asset Bundle start, progress: 5%
  4924. 2025-1-16 17:33:33-debug: run build task 查询 Asset Bundle success in 7 ms√, progress: 10%
  4925. 2025-1-16 17:33:33-debug: [Build Memory track]: 查询 Asset Bundle start:207.79MB, end 207.98MB, increase: 191.79KB
  4926. 2025-1-16 17:33:33-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  4927. 2025-1-16 17:33:33-debug: // ---- build task 查询 Asset Bundle ---- (7ms)
  4928. 2025-1-16 17:33:33-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  4929. 2025-1-16 17:33:33-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (2ms)
  4930. 2025-1-16 17:33:33-debug: run build task 整理部分构建选项内数据到 settings.json success in 2 ms√, progress: 12%
  4931. 2025-1-16 17:33:33-debug: // ---- build task 填充脚本数据到 settings.json ----
  4932. 2025-1-16 17:33:33-debug: 填充脚本数据到 settings.json start, progress: 12%
  4933. 2025-1-16 17:33:33-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:208.01MB, end 208.07MB, increase: 61.90KB
  4934. 2025-1-16 17:33:33-debug: // ---- build task 填充脚本数据到 settings.json ---- (1ms)
  4935. 2025-1-16 17:33:33-debug: run build task 填充脚本数据到 settings.json success in 1 ms√, progress: 13%
  4936. 2025-1-16 17:33:33-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  4937. 2025-1-16 17:33:33-debug: [Build Memory track]: 填充脚本数据到 settings.json start:208.10MB, end 208.13MB, increase: 28.40KB
  4938. 2025-1-16 17:33:33-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  4939. 2025-1-16 17:33:33-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (8ms)
  4940. 2025-1-16 17:33:33-debug: run build task 整理部分构建选项内数据到 settings.json success in 8 ms√, progress: 15%
  4941. 2025-1-16 17:33:33-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:208.16MB, end 208.30MB, increase: 138.96KB
  4942. 2025-1-16 17:33:40-debug: Query all assets info in project
  4943. 2025-1-16 17:33:40-debug: init custom config: keepNodeUuid: false, useCache: true
  4944. 2025-1-16 17:33:40-debug: 查询 Asset Bundle start, progress: 0%
  4945. 2025-1-16 17:33:40-debug: // ---- build task 查询 Asset Bundle ----
  4946. 2025-1-16 17:33:40-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  4947. 2025-1-16 17:33:40-debug: Number of all scenes: 3
  4948. 2025-1-16 17:33:40-debug: Number of other assets: 986
  4949. 2025-1-16 17:33:40-debug: Number of all scripts: 112
  4950. 2025-1-16 17:33:40-debug: // ---- build task 查询 Asset Bundle ---- (8ms)
  4951. 2025-1-16 17:33:40-debug: run build task 查询 Asset Bundle success in 8 ms√, progress: 5%
  4952. 2025-1-16 17:33:40-debug: // ---- build task 查询 Asset Bundle ----
  4953. 2025-1-16 17:33:40-debug: [Build Memory track]: 查询 Asset Bundle start:209.03MB, end 208.03MB, increase: -1025.09KB
  4954. 2025-1-16 17:33:40-debug: 查询 Asset Bundle start, progress: 5%
  4955. 2025-1-16 17:33:40-debug: // ---- build task 查询 Asset Bundle ---- (3ms)
  4956. 2025-1-16 17:33:40-debug: run build task 查询 Asset Bundle success in 3 ms√, progress: 10%
  4957. 2025-1-16 17:33:40-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  4958. 2025-1-16 17:33:40-debug: [Build Memory track]: 查询 Asset Bundle start:208.06MB, end 208.25MB, increase: 192.87KB
  4959. 2025-1-16 17:33:40-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  4960. 2025-1-16 17:33:40-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (1ms)
  4961. 2025-1-16 17:33:40-debug: run build task 整理部分构建选项内数据到 settings.json success in 1 ms√, progress: 12%
  4962. 2025-1-16 17:33:40-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:208.28MB, end 208.31MB, increase: 28.04KB
  4963. 2025-1-16 17:33:40-debug: // ---- build task 填充脚本数据到 settings.json ----
  4964. 2025-1-16 17:33:40-debug: 填充脚本数据到 settings.json start, progress: 12%
  4965. 2025-1-16 17:33:40-debug: // ---- build task 填充脚本数据到 settings.json ---- (2ms)
  4966. 2025-1-16 17:33:40-debug: run build task 填充脚本数据到 settings.json success in 2 ms√, progress: 13%
  4967. 2025-1-16 17:33:40-debug: [Build Memory track]: 填充脚本数据到 settings.json start:208.34MB, end 208.37MB, increase: 28.36KB
  4968. 2025-1-16 17:33:40-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  4969. 2025-1-16 17:33:40-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  4970. 2025-1-16 17:33:40-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (22ms)
  4971. 2025-1-16 17:33:40-debug: run build task 整理部分构建选项内数据到 settings.json success in 22 ms√, progress: 15%
  4972. 2025-1-16 17:33:40-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:208.41MB, end 208.55MB, increase: 144.57KB
  4973. 2025-1-16 17:33:49-debug: Query all assets info in project
  4974. 2025-1-16 17:33:49-debug: init custom config: keepNodeUuid: false, useCache: true
  4975. 2025-1-16 17:33:49-debug: 查询 Asset Bundle start, progress: 0%
  4976. 2025-1-16 17:33:49-debug: // ---- build task 查询 Asset Bundle ----
  4977. 2025-1-16 17:33:49-debug: Number of all scenes: 3
  4978. 2025-1-16 17:33:49-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  4979. 2025-1-16 17:33:49-debug: Number of other assets: 986
  4980. 2025-1-16 17:33:49-debug: Number of all scripts: 112
  4981. 2025-1-16 17:33:49-debug: // ---- build task 查询 Asset Bundle ---- (17ms)
  4982. 2025-1-16 17:33:49-debug: run build task 查询 Asset Bundle success in 17 ms√, progress: 5%
  4983. 2025-1-16 17:33:49-debug: [Build Memory track]: 查询 Asset Bundle start:208.98MB, end 208.88MB, increase: -96.97KB
  4984. 2025-1-16 17:33:49-debug: // ---- build task 查询 Asset Bundle ----
  4985. 2025-1-16 17:33:49-debug: 查询 Asset Bundle start, progress: 5%
  4986. 2025-1-16 17:33:49-debug: // ---- build task 查询 Asset Bundle ---- (7ms)
  4987. 2025-1-16 17:33:49-debug: run build task 查询 Asset Bundle success in 7 ms√, progress: 10%
  4988. 2025-1-16 17:33:49-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  4989. 2025-1-16 17:33:49-debug: [Build Memory track]: 查询 Asset Bundle start:208.91MB, end 209.10MB, increase: 196.46KB
  4990. 2025-1-16 17:33:49-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  4991. 2025-1-16 17:33:49-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (4ms)
  4992. 2025-1-16 17:33:49-debug: run build task 整理部分构建选项内数据到 settings.json success in 4 ms√, progress: 12%
  4993. 2025-1-16 17:33:49-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:208.25MB, end 208.30MB, increase: 50.72KB
  4994. 2025-1-16 17:33:49-debug: 填充脚本数据到 settings.json start, progress: 12%
  4995. 2025-1-16 17:33:49-debug: // ---- build task 填充脚本数据到 settings.json ----
  4996. 2025-1-16 17:33:49-debug: // ---- build task 填充脚本数据到 settings.json ---- (1ms)
  4997. 2025-1-16 17:33:49-debug: run build task 填充脚本数据到 settings.json success in 1 ms√, progress: 13%
  4998. 2025-1-16 17:33:49-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  4999. 2025-1-16 17:33:49-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5000. 2025-1-16 17:33:49-debug: [Build Memory track]: 填充脚本数据到 settings.json start:208.33MB, end 208.36MB, increase: 27.51KB
  5001. 2025-1-16 17:33:49-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (5ms)
  5002. 2025-1-16 17:33:49-debug: run build task 整理部分构建选项内数据到 settings.json success in 5 ms√, progress: 15%
  5003. 2025-1-16 17:33:49-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:208.39MB, end 208.53MB, increase: 142.03KB
  5004. 2025-1-16 17:33:56-debug: refresh db internal success
  5005. 2025-1-16 17:33:56-debug: refresh db assets success
  5006. 2025-1-16 17:33:56-debug: Run asset db hook engine-extends:afterRefresh success!
  5007. 2025-1-16 17:33:56-debug: Run asset db hook engine-extends:afterRefresh ...
  5008. 2025-1-16 17:33:56-debug: asset-db:refresh-all-database (96ms)
  5009. 2025-1-16 17:33:56-debug: asset-db:worker-effect-data-processing (1ms)
  5010. 2025-1-16 17:33:56-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  5011. 2025-1-16 17:34:29-debug: refresh db internal success
  5012. 2025-1-16 17:34:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\hall\Hall.ts background: #aaff85; color: #000; color: #000;
  5013. 2025-1-16 17:34:30-debug: refresh db assets success
  5014. 2025-1-16 17:34:30-debug: Run asset db hook engine-extends:afterRefresh ...
  5015. 2025-1-16 17:34:30-debug: Run asset db hook engine-extends:afterRefresh success!
  5016. 2025-1-16 17:34:30-debug: asset-db:refresh-all-database (300ms)
  5017. 2025-1-16 17:34:30-debug: asset-db:worker-effect-data-processing (2ms)
  5018. 2025-1-16 17:34:30-debug: asset-db-hook-engine-extends-afterRefresh (3ms)
  5019. 2025-1-16 17:34:30-debug: Query all assets info in project
  5020. 2025-1-16 17:34:30-debug: init custom config: keepNodeUuid: false, useCache: true
  5021. 2025-1-16 17:34:30-debug: 查询 Asset Bundle start, progress: 0%
  5022. 2025-1-16 17:34:30-debug: // ---- build task 查询 Asset Bundle ----
  5023. 2025-1-16 17:34:30-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5024. 2025-1-16 17:34:30-debug: Number of all scenes: 3
  5025. 2025-1-16 17:34:30-debug: Number of other assets: 986
  5026. 2025-1-16 17:34:30-debug: Number of all scripts: 112
  5027. 2025-1-16 17:34:30-debug: // ---- build task 查询 Asset Bundle ---- (15ms)
  5028. 2025-1-16 17:34:30-debug: run build task 查询 Asset Bundle success in 15 ms√, progress: 5%
  5029. 2025-1-16 17:34:30-debug: [Build Memory track]: 查询 Asset Bundle start:213.65MB, end 212.68MB, increase: -987.34KB
  5030. 2025-1-16 17:34:30-debug: 查询 Asset Bundle start, progress: 5%
  5031. 2025-1-16 17:34:30-debug: // ---- build task 查询 Asset Bundle ----
  5032. 2025-1-16 17:34:30-debug: // ---- build task 查询 Asset Bundle ---- (11ms)
  5033. 2025-1-16 17:34:30-debug: run build task 查询 Asset Bundle success in 11 ms√, progress: 10%
  5034. 2025-1-16 17:34:30-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  5035. 2025-1-16 17:34:30-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5036. 2025-1-16 17:34:30-debug: [Build Memory track]: 查询 Asset Bundle start:212.71MB, end 212.90MB, increase: 192.94KB
  5037. 2025-1-16 17:34:30-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (2ms)
  5038. 2025-1-16 17:34:30-debug: run build task 整理部分构建选项内数据到 settings.json success in 2 ms√, progress: 12%
  5039. 2025-1-16 17:34:30-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:212.93MB, end 212.96MB, increase: 32.68KB
  5040. 2025-1-16 17:34:30-debug: 填充脚本数据到 settings.json start, progress: 12%
  5041. 2025-1-16 17:34:30-debug: // ---- build task 填充脚本数据到 settings.json ----
  5042. 2025-1-16 17:34:30-debug: // ---- build task 填充脚本数据到 settings.json ---- (2ms)
  5043. 2025-1-16 17:34:30-debug: run build task 填充脚本数据到 settings.json success in 2 ms√, progress: 13%
  5044. 2025-1-16 17:34:30-debug: [Build Memory track]: 填充脚本数据到 settings.json start:213.00MB, end 213.02MB, increase: 26.88KB
  5045. 2025-1-16 17:34:30-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  5046. 2025-1-16 17:34:30-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5047. 2025-1-16 17:34:30-debug: run build task 整理部分构建选项内数据到 settings.json success in 8 ms√, progress: 15%
  5048. 2025-1-16 17:34:30-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:213.05MB, end 213.19MB, increase: 135.78KB
  5049. 2025-1-16 17:34:30-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (8ms)
  5050. 2025-1-16 17:34:31-debug: Query all assets info in project
  5051. 2025-1-16 17:34:31-debug: init custom config: keepNodeUuid: false, useCache: true
  5052. 2025-1-16 17:34:31-debug: 查询 Asset Bundle start, progress: 0%
  5053. 2025-1-16 17:34:31-debug: // ---- build task 查询 Asset Bundle ----
  5054. 2025-1-16 17:34:31-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5055. 2025-1-16 17:34:31-debug: Number of all scripts: 112
  5056. 2025-1-16 17:34:31-debug: Number of other assets: 986
  5057. 2025-1-16 17:34:31-debug: Number of all scenes: 3
  5058. 2025-1-16 17:34:31-debug: // ---- build task 查询 Asset Bundle ---- (14ms)
  5059. 2025-1-16 17:34:31-debug: [Build Memory track]: 查询 Asset Bundle start:212.39MB, end 212.19MB, increase: -202.87KB
  5060. 2025-1-16 17:34:31-debug: run build task 查询 Asset Bundle success in 14 ms√, progress: 5%
  5061. 2025-1-16 17:34:31-debug: // ---- build task 查询 Asset Bundle ----
  5062. 2025-1-16 17:34:31-debug: 查询 Asset Bundle start, progress: 5%
  5063. 2025-1-16 17:34:31-debug: // ---- build task 查询 Asset Bundle ---- (14ms)
  5064. 2025-1-16 17:34:31-debug: run build task 查询 Asset Bundle success in 14 ms√, progress: 10%
  5065. 2025-1-16 17:34:31-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5066. 2025-1-16 17:34:31-debug: [Build Memory track]: 查询 Asset Bundle start:212.22MB, end 212.41MB, increase: 192.65KB
  5067. 2025-1-16 17:34:31-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  5068. 2025-1-16 17:34:31-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (2ms)
  5069. 2025-1-16 17:34:31-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:212.44MB, end 212.47MB, increase: 26.91KB
  5070. 2025-1-16 17:34:31-debug: run build task 整理部分构建选项内数据到 settings.json success in 2 ms√, progress: 12%
  5071. 2025-1-16 17:34:31-debug: 填充脚本数据到 settings.json start, progress: 12%
  5072. 2025-1-16 17:34:31-debug: // ---- build task 填充脚本数据到 settings.json ----
  5073. 2025-1-16 17:34:31-debug: // ---- build task 填充脚本数据到 settings.json ---- (1ms)
  5074. 2025-1-16 17:34:31-debug: run build task 填充脚本数据到 settings.json success in 1 ms√, progress: 13%
  5075. 2025-1-16 17:34:31-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5076. 2025-1-16 17:34:31-debug: [Build Memory track]: 填充脚本数据到 settings.json start:212.50MB, end 212.53MB, increase: 30.56KB
  5077. 2025-1-16 17:34:31-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  5078. 2025-1-16 17:34:31-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (4ms)
  5079. 2025-1-16 17:34:31-debug: run build task 整理部分构建选项内数据到 settings.json success in 4 ms√, progress: 15%
  5080. 2025-1-16 17:34:31-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:212.56MB, end 212.69MB, increase: 129.30KB
  5081. 2025-1-16 17:34:31-debug: Query all assets info in project
  5082. 2025-1-16 17:34:31-debug: init custom config: keepNodeUuid: false, useCache: true
  5083. 2025-1-16 17:34:31-debug: 查询 Asset Bundle start, progress: 0%
  5084. 2025-1-16 17:34:31-debug: // ---- build task 查询 Asset Bundle ----
  5085. 2025-1-16 17:34:31-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5086. 2025-1-16 17:34:31-debug: Number of all scenes: 3
  5087. 2025-1-16 17:34:31-debug: Number of all scripts: 112
  5088. 2025-1-16 17:34:31-debug: Number of other assets: 986
  5089. 2025-1-16 17:34:31-debug: // ---- build task 查询 Asset Bundle ---- (10ms)
  5090. 2025-1-16 17:34:31-debug: run build task 查询 Asset Bundle success in 10 ms√, progress: 5%
  5091. 2025-1-16 17:34:31-debug: // ---- build task 查询 Asset Bundle ----
  5092. 2025-1-16 17:34:31-debug: 查询 Asset Bundle start, progress: 5%
  5093. 2025-1-16 17:34:31-debug: [Build Memory track]: 查询 Asset Bundle start:213.31MB, end 213.12MB, increase: -192.14KB
  5094. 2025-1-16 17:34:31-debug: // ---- build task 查询 Asset Bundle ---- (4ms)
  5095. 2025-1-16 17:34:31-debug: run build task 查询 Asset Bundle success in 4 ms√, progress: 10%
  5096. 2025-1-16 17:34:31-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  5097. 2025-1-16 17:34:31-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5098. 2025-1-16 17:34:31-debug: [Build Memory track]: 查询 Asset Bundle start:213.15MB, end 213.34MB, increase: 192.76KB
  5099. 2025-1-16 17:34:31-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (1ms)
  5100. 2025-1-16 17:34:31-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:213.37MB, end 213.40MB, increase: 29.52KB
  5101. 2025-1-16 17:34:31-debug: // ---- build task 填充脚本数据到 settings.json ----
  5102. 2025-1-16 17:34:31-debug: run build task 整理部分构建选项内数据到 settings.json success in 1 ms√, progress: 12%
  5103. 2025-1-16 17:34:31-debug: 填充脚本数据到 settings.json start, progress: 12%
  5104. 2025-1-16 17:34:31-debug: [Build Memory track]: 填充脚本数据到 settings.json start:213.43MB, end 213.45MB, increase: 16.53KB
  5105. 2025-1-16 17:34:31-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  5106. 2025-1-16 17:34:31-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5107. 2025-1-16 17:34:31-debug: run build task 填充脚本数据到 settings.json success in √, progress: 13%
  5108. 2025-1-16 17:34:31-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (4ms)
  5109. 2025-1-16 17:34:31-debug: run build task 整理部分构建选项内数据到 settings.json success in 4 ms√, progress: 15%
  5110. 2025-1-16 17:34:31-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:213.48MB, end 213.61MB, increase: 138.77KB
  5111. 2025-1-16 17:34:40-debug: Query all assets info in project
  5112. 2025-1-16 17:34:40-debug: init custom config: keepNodeUuid: false, useCache: true
  5113. 2025-1-16 17:34:40-debug: 查询 Asset Bundle start, progress: 0%
  5114. 2025-1-16 17:34:40-debug: // ---- build task 查询 Asset Bundle ----
  5115. 2025-1-16 17:34:40-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5116. 2025-1-16 17:34:40-debug: Number of all scenes: 3
  5117. 2025-1-16 17:34:40-debug: Number of other assets: 986
  5118. 2025-1-16 17:34:40-debug: Number of all scripts: 112
  5119. 2025-1-16 17:34:40-debug: // ---- build task 查询 Asset Bundle ---- (16ms)
  5120. 2025-1-16 17:34:40-debug: run build task 查询 Asset Bundle success in 16 ms√, progress: 5%
  5121. 2025-1-16 17:34:40-debug: // ---- build task 查询 Asset Bundle ----
  5122. 2025-1-16 17:34:40-debug: [Build Memory track]: 查询 Asset Bundle start:213.60MB, end 212.56MB, increase: -1068.99KB
  5123. 2025-1-16 17:34:40-debug: 查询 Asset Bundle start, progress: 5%
  5124. 2025-1-16 17:34:40-debug: run build task 查询 Asset Bundle success in 5 ms√, progress: 10%
  5125. 2025-1-16 17:34:40-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  5126. 2025-1-16 17:34:40-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5127. 2025-1-16 17:34:40-debug: // ---- build task 查询 Asset Bundle ---- (5ms)
  5128. 2025-1-16 17:34:40-debug: [Build Memory track]: 查询 Asset Bundle start:212.59MB, end 212.78MB, increase: 192.77KB
  5129. 2025-1-16 17:34:40-debug: run build task 整理部分构建选项内数据到 settings.json success in 1 ms√, progress: 12%
  5130. 2025-1-16 17:34:40-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:212.81MB, end 212.84MB, increase: 27.97KB
  5131. 2025-1-16 17:34:40-debug: // ---- build task 填充脚本数据到 settings.json ----
  5132. 2025-1-16 17:34:40-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (1ms)
  5133. 2025-1-16 17:34:40-debug: 填充脚本数据到 settings.json start, progress: 12%
  5134. 2025-1-16 17:34:40-debug: // ---- build task 填充脚本数据到 settings.json ---- (1ms)
  5135. 2025-1-16 17:34:40-debug: run build task 填充脚本数据到 settings.json success in 1 ms√, progress: 13%
  5136. 2025-1-16 17:34:40-debug: [Build Memory track]: 填充脚本数据到 settings.json start:212.87MB, end 212.89MB, increase: 28.26KB
  5137. 2025-1-16 17:34:40-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5138. 2025-1-16 17:34:40-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  5139. 2025-1-16 17:34:40-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (3ms)
  5140. 2025-1-16 17:34:40-debug: run build task 整理部分构建选项内数据到 settings.json success in 3 ms√, progress: 15%
  5141. 2025-1-16 17:34:40-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:212.93MB, end 213.05MB, increase: 130.45KB
  5142. 2025-1-16 17:34:45-debug: refresh db internal success
  5143. 2025-1-16 17:34:45-debug: refresh db assets success
  5144. 2025-1-16 17:34:45-debug: Run asset db hook engine-extends:afterRefresh ...
  5145. 2025-1-16 17:34:45-debug: Run asset db hook engine-extends:afterRefresh success!
  5146. 2025-1-16 17:34:45-debug: asset-db:refresh-all-database (97ms)
  5147. 2025-1-16 17:34:45-debug: asset-db:worker-effect-data-processing (1ms)
  5148. 2025-1-16 17:34:45-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  5149. 2025-1-16 17:35:12-debug: refresh db internal success
  5150. 2025-1-16 17:35:12-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\hall\Hall.ts background: #aaff85; color: #000; color: #000;
  5151. 2025-1-16 17:35:12-debug: refresh db assets success
  5152. 2025-1-16 17:35:12-debug: Run asset db hook engine-extends:afterRefresh success!
  5153. 2025-1-16 17:35:12-debug: Run asset db hook engine-extends:afterRefresh ...
  5154. 2025-1-16 17:35:12-debug: asset-db:refresh-all-database (100ms)
  5155. 2025-1-16 17:35:12-debug: asset-db:worker-effect-data-processing (2ms)
  5156. 2025-1-16 17:35:12-debug: asset-db-hook-engine-extends-afterRefresh (2ms)
  5157. 2025-1-16 17:35:13-debug: Query all assets info in project
  5158. 2025-1-16 17:35:13-debug: init custom config: keepNodeUuid: false, useCache: true
  5159. 2025-1-16 17:35:13-debug: 查询 Asset Bundle start, progress: 0%
  5160. 2025-1-16 17:35:13-debug: // ---- build task 查询 Asset Bundle ----
  5161. 2025-1-16 17:35:13-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5162. 2025-1-16 17:35:13-debug: Number of all scripts: 112
  5163. 2025-1-16 17:35:13-debug: Number of other assets: 986
  5164. 2025-1-16 17:35:13-debug: Number of all scenes: 3
  5165. 2025-1-16 17:35:13-debug: // ---- build task 查询 Asset Bundle ---- (8ms)
  5166. 2025-1-16 17:35:13-debug: run build task 查询 Asset Bundle success in 8 ms√, progress: 5%
  5167. 2025-1-16 17:35:13-debug: [Build Memory track]: 查询 Asset Bundle start:217.08MB, end 216.49MB, increase: -605.95KB
  5168. 2025-1-16 17:35:13-debug: // ---- build task 查询 Asset Bundle ----
  5169. 2025-1-16 17:35:13-debug: 查询 Asset Bundle start, progress: 5%
  5170. 2025-1-16 17:35:13-debug: run build task 查询 Asset Bundle success in 10 ms√, progress: 10%
  5171. 2025-1-16 17:35:13-debug: [Build Memory track]: 查询 Asset Bundle start:216.52MB, end 216.71MB, increase: 191.70KB
  5172. 2025-1-16 17:35:13-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  5173. 2025-1-16 17:35:13-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5174. 2025-1-16 17:35:13-debug: // ---- build task 查询 Asset Bundle ---- (10ms)
  5175. 2025-1-16 17:35:13-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (2ms)
  5176. 2025-1-16 17:35:13-debug: run build task 整理部分构建选项内数据到 settings.json success in 2 ms√, progress: 12%
  5177. 2025-1-16 17:35:13-debug: // ---- build task 填充脚本数据到 settings.json ----
  5178. 2025-1-16 17:35:13-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:216.74MB, end 216.77MB, increase: 29.52KB
  5179. 2025-1-16 17:35:13-debug: 填充脚本数据到 settings.json start, progress: 12%
  5180. 2025-1-16 17:35:13-debug: // ---- build task 填充脚本数据到 settings.json ---- (2ms)
  5181. 2025-1-16 17:35:13-debug: run build task 填充脚本数据到 settings.json success in 2 ms√, progress: 13%
  5182. 2025-1-16 17:35:13-debug: [Build Memory track]: 填充脚本数据到 settings.json start:216.80MB, end 216.83MB, increase: 28.47KB
  5183. 2025-1-16 17:35:13-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5184. 2025-1-16 17:35:13-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  5185. 2025-1-16 17:35:13-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (8ms)
  5186. 2025-1-16 17:35:13-debug: run build task 整理部分构建选项内数据到 settings.json success in 8 ms√, progress: 15%
  5187. 2025-1-16 17:35:13-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:216.86MB, end 216.99MB, increase: 131.81KB
  5188. 2025-1-16 17:35:21-debug: refresh db internal success
  5189. 2025-1-16 17:35:21-debug: refresh db assets success
  5190. 2025-1-16 17:35:21-debug: Run asset db hook engine-extends:afterRefresh ...
  5191. 2025-1-16 17:35:21-debug: Run asset db hook engine-extends:afterRefresh success!
  5192. 2025-1-16 17:35:21-debug: asset-db:refresh-all-database (95ms)
  5193. 2025-1-16 17:35:21-debug: asset-db:worker-effect-data-processing (2ms)
  5194. 2025-1-16 17:35:21-debug: asset-db-hook-engine-extends-afterRefresh (2ms)
  5195. 2025-1-16 17:36:03-debug: refresh db internal success
  5196. 2025-1-16 17:36:03-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\hall\Hall.ts background: #aaff85; color: #000; color: #000;
  5197. 2025-1-16 17:36:04-debug: refresh db assets success
  5198. 2025-1-16 17:36:04-debug: Run asset db hook engine-extends:afterRefresh ...
  5199. 2025-1-16 17:36:04-debug: Run asset db hook engine-extends:afterRefresh success!
  5200. 2025-1-16 17:36:04-debug: asset-db:refresh-all-database (101ms)
  5201. 2025-1-16 17:36:04-debug: Query all assets info in project
  5202. 2025-1-16 17:36:04-debug: init custom config: keepNodeUuid: false, useCache: true
  5203. 2025-1-16 17:36:04-debug: 查询 Asset Bundle start, progress: 0%
  5204. 2025-1-16 17:36:04-debug: // ---- build task 查询 Asset Bundle ----
  5205. 2025-1-16 17:36:04-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5206. 2025-1-16 17:36:04-debug: Number of all scenes: 3
  5207. 2025-1-16 17:36:04-debug: Number of all scripts: 112
  5208. 2025-1-16 17:36:04-debug: Number of other assets: 986
  5209. 2025-1-16 17:36:04-debug: // ---- build task 查询 Asset Bundle ---- (8ms)
  5210. 2025-1-16 17:36:04-debug: run build task 查询 Asset Bundle success in 8 ms√, progress: 5%
  5211. 2025-1-16 17:36:04-debug: [Build Memory track]: 查询 Asset Bundle start:220.60MB, end 220.97MB, increase: 380.48KB
  5212. 2025-1-16 17:36:04-debug: // ---- build task 查询 Asset Bundle ----
  5213. 2025-1-16 17:36:04-debug: 查询 Asset Bundle start, progress: 5%
  5214. 2025-1-16 17:36:04-debug: // ---- build task 查询 Asset Bundle ---- (6ms)
  5215. 2025-1-16 17:36:04-debug: run build task 查询 Asset Bundle success in 6 ms√, progress: 10%
  5216. 2025-1-16 17:36:04-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5217. 2025-1-16 17:36:04-debug: [Build Memory track]: 查询 Asset Bundle start:221.01MB, end 221.19MB, increase: 192.76KB
  5218. 2025-1-16 17:36:04-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  5219. 2025-1-16 17:36:04-debug: run build task 整理部分构建选项内数据到 settings.json success in √, progress: 12%
  5220. 2025-1-16 17:36:04-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:221.23MB, end 221.24MB, increase: 17.73KB
  5221. 2025-1-16 17:36:04-debug: // ---- build task 填充脚本数据到 settings.json ----
  5222. 2025-1-16 17:36:04-debug: 填充脚本数据到 settings.json start, progress: 12%
  5223. 2025-1-16 17:36:04-debug: run build task 填充脚本数据到 settings.json success in √, progress: 13%
  5224. 2025-1-16 17:36:04-debug: [Build Memory track]: 填充脚本数据到 settings.json start:221.27MB, end 221.29MB, increase: 18.51KB
  5225. 2025-1-16 17:36:04-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  5226. 2025-1-16 17:36:04-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5227. 2025-1-16 17:36:04-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (3ms)
  5228. 2025-1-16 17:36:04-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:221.32MB, end 219.72MB, increase: -1639.88KB
  5229. 2025-1-16 17:36:04-debug: run build task 整理部分构建选项内数据到 settings.json success in 3 ms√, progress: 15%
  5230. 2025-1-16 17:36:12-debug: refresh db internal success
  5231. 2025-1-16 17:36:12-debug: refresh db assets success
  5232. 2025-1-16 17:36:12-debug: Run asset db hook engine-extends:afterRefresh success!
  5233. 2025-1-16 17:36:12-debug: Run asset db hook engine-extends:afterRefresh ...
  5234. 2025-1-16 17:36:12-debug: asset-db:refresh-all-database (98ms)
  5235. 2025-1-16 17:36:12-debug: asset-db:worker-effect-data-processing (1ms)
  5236. 2025-1-16 17:36:12-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  5237. 2025-1-16 17:36:40-debug: refresh db internal success
  5238. 2025-1-16 17:36:40-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\hall\Hall.ts background: #aaff85; color: #000; color: #000;
  5239. 2025-1-16 17:36:40-debug: refresh db assets success
  5240. 2025-1-16 17:36:40-debug: Run asset db hook engine-extends:afterRefresh ...
  5241. 2025-1-16 17:36:40-debug: Run asset db hook engine-extends:afterRefresh success!
  5242. 2025-1-16 17:36:40-debug: asset-db:refresh-all-database (99ms)
  5243. 2025-1-16 17:36:40-debug: asset-db:worker-effect-data-processing (1ms)
  5244. 2025-1-16 17:36:40-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  5245. 2025-1-16 17:36:41-debug: Query all assets info in project
  5246. 2025-1-16 17:36:41-debug: init custom config: keepNodeUuid: false, useCache: true
  5247. 2025-1-16 17:36:41-debug: 查询 Asset Bundle start, progress: 0%
  5248. 2025-1-16 17:36:41-debug: // ---- build task 查询 Asset Bundle ----
  5249. 2025-1-16 17:36:41-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5250. 2025-1-16 17:36:41-debug: Number of other assets: 986
  5251. 2025-1-16 17:36:41-debug: Number of all scripts: 112
  5252. 2025-1-16 17:36:41-debug: Number of all scenes: 3
  5253. 2025-1-16 17:36:41-debug: // ---- build task 查询 Asset Bundle ---- (11ms)
  5254. 2025-1-16 17:36:41-debug: run build task 查询 Asset Bundle success in 11 ms√, progress: 5%
  5255. 2025-1-16 17:36:41-debug: [Build Memory track]: 查询 Asset Bundle start:224.34MB, end 224.90MB, increase: 574.60KB
  5256. 2025-1-16 17:36:41-debug: 查询 Asset Bundle start, progress: 5%
  5257. 2025-1-16 17:36:41-debug: // ---- build task 查询 Asset Bundle ----
  5258. 2025-1-16 17:36:41-debug: // ---- build task 查询 Asset Bundle ---- (4ms)
  5259. 2025-1-16 17:36:41-debug: run build task 查询 Asset Bundle success in 4 ms√, progress: 10%
  5260. 2025-1-16 17:36:41-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5261. 2025-1-16 17:36:41-debug: [Build Memory track]: 查询 Asset Bundle start:224.93MB, end 223.54MB, increase: -1425.02KB
  5262. 2025-1-16 17:36:41-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  5263. 2025-1-16 17:36:41-debug: run build task 整理部分构建选项内数据到 settings.json success in √, progress: 12%
  5264. 2025-1-16 17:36:41-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:223.57MB, end 223.59MB, increase: 18.88KB
  5265. 2025-1-16 17:36:41-debug: 填充脚本数据到 settings.json start, progress: 12%
  5266. 2025-1-16 17:36:41-debug: // ---- build task 填充脚本数据到 settings.json ----
  5267. 2025-1-16 17:36:41-debug: // ---- build task 填充脚本数据到 settings.json ---- (1ms)
  5268. 2025-1-16 17:36:41-debug: [Build Memory track]: 填充脚本数据到 settings.json start:223.62MB, end 223.65MB, increase: 27.90KB
  5269. 2025-1-16 17:36:41-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5270. 2025-1-16 17:36:41-debug: run build task 填充脚本数据到 settings.json success in 1 ms√, progress: 13%
  5271. 2025-1-16 17:36:41-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  5272. 2025-1-16 17:36:41-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (6ms)
  5273. 2025-1-16 17:36:41-debug: run build task 整理部分构建选项内数据到 settings.json success in 6 ms√, progress: 15%
  5274. 2025-1-16 17:36:41-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:223.68MB, end 223.80MB, increase: 129.02KB
  5275. 2025-1-16 17:36:47-debug: refresh db internal success
  5276. 2025-1-16 17:36:47-debug: refresh db assets success
  5277. 2025-1-16 17:36:47-debug: Run asset db hook engine-extends:afterRefresh ...
  5278. 2025-1-16 17:36:47-debug: Run asset db hook engine-extends:afterRefresh success!
  5279. 2025-1-16 17:36:47-debug: asset-db:refresh-all-database (96ms)
  5280. 2025-1-16 17:36:47-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  5281. 2025-1-16 17:37:29-debug: refresh db internal success
  5282. 2025-1-16 17:37:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\game\PlayerData.ts background: #aaff85; color: #000; color: #000;
  5283. 2025-1-16 17:37:29-debug: refresh db assets success
  5284. 2025-1-16 17:37:29-debug: Run asset db hook engine-extends:afterRefresh ...
  5285. 2025-1-16 17:37:29-debug: Run asset db hook engine-extends:afterRefresh success!
  5286. 2025-1-16 17:37:29-debug: asset-db:refresh-all-database (109ms)
  5287. 2025-1-16 17:37:29-debug: asset-db-hook-engine-extends-afterRefresh (2ms)
  5288. 2025-1-16 17:37:29-debug: asset-db:worker-effect-data-processing (1ms)
  5289. 2025-1-16 17:37:30-debug: Query all assets info in project
  5290. 2025-1-16 17:37:30-debug: init custom config: keepNodeUuid: false, useCache: true
  5291. 2025-1-16 17:37:30-debug: 查询 Asset Bundle start, progress: 0%
  5292. 2025-1-16 17:37:30-debug: // ---- build task 查询 Asset Bundle ----
  5293. 2025-1-16 17:37:30-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5294. 2025-1-16 17:37:30-debug: Number of all scenes: 3
  5295. 2025-1-16 17:37:30-debug: Number of all scripts: 112
  5296. 2025-1-16 17:37:30-debug: Number of other assets: 986
  5297. 2025-1-16 17:37:30-debug: // ---- build task 查询 Asset Bundle ---- (6ms)
  5298. 2025-1-16 17:37:30-debug: run build task 查询 Asset Bundle success in 6 ms√, progress: 5%
  5299. 2025-1-16 17:37:30-debug: 查询 Asset Bundle start, progress: 5%
  5300. 2025-1-16 17:37:30-debug: [Build Memory track]: 查询 Asset Bundle start:201.86MB, end 201.83MB, increase: -34.22KB
  5301. 2025-1-16 17:37:30-debug: // ---- build task 查询 Asset Bundle ----
  5302. 2025-1-16 17:37:30-debug: // ---- build task 查询 Asset Bundle ---- (2ms)
  5303. 2025-1-16 17:37:30-debug: run build task 查询 Asset Bundle success in 2 ms√, progress: 10%
  5304. 2025-1-16 17:37:30-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5305. 2025-1-16 17:37:30-debug: [Build Memory track]: 查询 Asset Bundle start:201.86MB, end 202.05MB, increase: 193.75KB
  5306. 2025-1-16 17:37:30-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  5307. 2025-1-16 17:37:30-debug: run build task 整理部分构建选项内数据到 settings.json success in √, progress: 12%
  5308. 2025-1-16 17:37:30-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:202.08MB, end 202.10MB, increase: 17.65KB
  5309. 2025-1-16 17:37:30-debug: 填充脚本数据到 settings.json start, progress: 12%
  5310. 2025-1-16 17:37:30-debug: // ---- build task 填充脚本数据到 settings.json ----
  5311. 2025-1-16 17:37:30-debug: run build task 填充脚本数据到 settings.json success in 1 ms√, progress: 13%
  5312. 2025-1-16 17:37:30-debug: [Build Memory track]: 填充脚本数据到 settings.json start:202.13MB, end 202.16MB, increase: 30.88KB
  5313. 2025-1-16 17:37:30-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  5314. 2025-1-16 17:37:30-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5315. 2025-1-16 17:37:30-debug: // ---- build task 填充脚本数据到 settings.json ---- (1ms)
  5316. 2025-1-16 17:37:30-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (4ms)
  5317. 2025-1-16 17:37:30-debug: run build task 整理部分构建选项内数据到 settings.json success in 4 ms√, progress: 15%
  5318. 2025-1-16 17:37:30-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:202.19MB, end 202.32MB, increase: 132.62KB
  5319. 2025-1-16 17:37:31-debug: Query all assets info in project
  5320. 2025-1-16 17:37:31-debug: init custom config: keepNodeUuid: false, useCache: true
  5321. 2025-1-16 17:37:31-debug: // ---- build task 查询 Asset Bundle ----
  5322. 2025-1-16 17:37:31-debug: 查询 Asset Bundle start, progress: 0%
  5323. 2025-1-16 17:37:31-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5324. 2025-1-16 17:37:31-debug: Number of all scenes: 3
  5325. 2025-1-16 17:37:31-debug: Number of all scripts: 112
  5326. 2025-1-16 17:37:31-debug: Number of other assets: 986
  5327. 2025-1-16 17:37:31-debug: // ---- build task 查询 Asset Bundle ---- (11ms)
  5328. 2025-1-16 17:37:31-debug: run build task 查询 Asset Bundle success in 11 ms√, progress: 5%
  5329. 2025-1-16 17:37:31-debug: // ---- build task 查询 Asset Bundle ----
  5330. 2025-1-16 17:37:31-debug: [Build Memory track]: 查询 Asset Bundle start:203.10MB, end 202.97MB, increase: -132.27KB
  5331. 2025-1-16 17:37:31-debug: 查询 Asset Bundle start, progress: 5%
  5332. 2025-1-16 17:37:31-debug: // ---- build task 查询 Asset Bundle ---- (6ms)
  5333. 2025-1-16 17:37:31-debug: run build task 查询 Asset Bundle success in 6 ms√, progress: 10%
  5334. 2025-1-16 17:37:31-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5335. 2025-1-16 17:37:31-debug: [Build Memory track]: 查询 Asset Bundle start:203.00MB, end 203.19MB, increase: 191.77KB
  5336. 2025-1-16 17:37:31-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  5337. 2025-1-16 17:37:31-debug: run build task 整理部分构建选项内数据到 settings.json success in √, progress: 12%
  5338. 2025-1-16 17:37:31-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:203.22MB, end 203.24MB, increase: 18.70KB
  5339. 2025-1-16 17:37:31-debug: 填充脚本数据到 settings.json start, progress: 12%
  5340. 2025-1-16 17:37:31-debug: // ---- build task 填充脚本数据到 settings.json ----
  5341. 2025-1-16 17:37:31-debug: run build task 填充脚本数据到 settings.json success in √, progress: 13%
  5342. 2025-1-16 17:37:31-debug: [Build Memory track]: 填充脚本数据到 settings.json start:203.27MB, end 203.28MB, increase: 17.65KB
  5343. 2025-1-16 17:37:31-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5344. 2025-1-16 17:37:31-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  5345. 2025-1-16 17:37:31-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (3ms)
  5346. 2025-1-16 17:37:31-debug: run build task 整理部分构建选项内数据到 settings.json success in 3 ms√, progress: 15%
  5347. 2025-1-16 17:37:31-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:203.32MB, end 203.44MB, increase: 128.67KB
  5348. 2025-1-16 17:37:37-debug: Query all assets info in project
  5349. 2025-1-16 17:37:37-debug: init custom config: keepNodeUuid: false, useCache: true
  5350. 2025-1-16 17:37:37-debug: 查询 Asset Bundle start, progress: 0%
  5351. 2025-1-16 17:37:37-debug: // ---- build task 查询 Asset Bundle ----
  5352. 2025-1-16 17:37:37-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5353. 2025-1-16 17:37:37-debug: Number of all scenes: 3
  5354. 2025-1-16 17:37:37-debug: Number of all scripts: 112
  5355. 2025-1-16 17:37:37-debug: Number of other assets: 986
  5356. 2025-1-16 17:37:37-debug: // ---- build task 查询 Asset Bundle ---- (7ms)
  5357. 2025-1-16 17:37:37-debug: [Build Memory track]: 查询 Asset Bundle start:202.15MB, end 202.12MB, increase: -29.77KB
  5358. 2025-1-16 17:37:37-debug: 查询 Asset Bundle start, progress: 5%
  5359. 2025-1-16 17:37:37-debug: // ---- build task 查询 Asset Bundle ----
  5360. 2025-1-16 17:37:37-debug: run build task 查询 Asset Bundle success in 7 ms√, progress: 5%
  5361. 2025-1-16 17:37:37-debug: // ---- build task 查询 Asset Bundle ---- (2ms)
  5362. 2025-1-16 17:37:37-debug: run build task 查询 Asset Bundle success in 2 ms√, progress: 10%
  5363. 2025-1-16 17:37:37-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5364. 2025-1-16 17:37:37-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  5365. 2025-1-16 17:37:37-debug: [Build Memory track]: 查询 Asset Bundle start:202.15MB, end 202.34MB, increase: 195.93KB
  5366. 2025-1-16 17:37:37-debug: run build task 整理部分构建选项内数据到 settings.json success in √, progress: 12%
  5367. 2025-1-16 17:37:37-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:202.37MB, end 202.39MB, increase: 20.02KB
  5368. 2025-1-16 17:37:37-debug: // ---- build task 填充脚本数据到 settings.json ----
  5369. 2025-1-16 17:37:37-debug: 填充脚本数据到 settings.json start, progress: 12%
  5370. 2025-1-16 17:37:37-debug: run build task 填充脚本数据到 settings.json success in √, progress: 13%
  5371. 2025-1-16 17:37:37-debug: [Build Memory track]: 填充脚本数据到 settings.json start:202.42MB, end 202.44MB, increase: 18.48KB
  5372. 2025-1-16 17:37:37-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5373. 2025-1-16 17:37:37-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  5374. 2025-1-16 17:37:37-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (4ms)
  5375. 2025-1-16 17:37:37-debug: run build task 整理部分构建选项内数据到 settings.json success in 4 ms√, progress: 15%
  5376. 2025-1-16 17:37:37-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:202.47MB, end 202.61MB, increase: 139.40KB
  5377. 2025-1-16 17:37:46-debug: Query all assets info in project
  5378. 2025-1-16 17:37:46-debug: init custom config: keepNodeUuid: false, useCache: true
  5379. 2025-1-16 17:37:46-debug: 查询 Asset Bundle start, progress: 0%
  5380. 2025-1-16 17:37:46-debug: // ---- build task 查询 Asset Bundle ----
  5381. 2025-1-16 17:37:46-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5382. 2025-1-16 17:37:46-debug: Number of all scenes: 3
  5383. 2025-1-16 17:37:46-debug: Number of all scripts: 112
  5384. 2025-1-16 17:37:46-debug: Number of other assets: 986
  5385. 2025-1-16 17:37:46-debug: // ---- build task 查询 Asset Bundle ---- (25ms)
  5386. 2025-1-16 17:37:46-debug: run build task 查询 Asset Bundle success in 25 ms√, progress: 5%
  5387. 2025-1-16 17:37:46-debug: [Build Memory track]: 查询 Asset Bundle start:200.84MB, end 200.85MB, increase: 14.77KB
  5388. 2025-1-16 17:37:46-debug: // ---- build task 查询 Asset Bundle ----
  5389. 2025-1-16 17:37:46-debug: 查询 Asset Bundle start, progress: 5%
  5390. 2025-1-16 17:37:46-debug: // ---- build task 查询 Asset Bundle ---- (5ms)
  5391. 2025-1-16 17:37:46-debug: run build task 查询 Asset Bundle success in 5 ms√, progress: 10%
  5392. 2025-1-16 17:37:46-debug: [Build Memory track]: 查询 Asset Bundle start:200.88MB, end 201.33MB, increase: 459.63KB
  5393. 2025-1-16 17:37:46-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  5394. 2025-1-16 17:37:46-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5395. 2025-1-16 17:37:46-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (1ms)
  5396. 2025-1-16 17:37:46-debug: run build task 整理部分构建选项内数据到 settings.json success in 1 ms√, progress: 12%
  5397. 2025-1-16 17:37:46-debug: 填充脚本数据到 settings.json start, progress: 12%
  5398. 2025-1-16 17:37:46-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:201.36MB, end 201.39MB, increase: 28.89KB
  5399. 2025-1-16 17:37:46-debug: // ---- build task 填充脚本数据到 settings.json ----
  5400. 2025-1-16 17:37:46-debug: run build task 填充脚本数据到 settings.json success in √, progress: 13%
  5401. 2025-1-16 17:37:46-debug: [Build Memory track]: 填充脚本数据到 settings.json start:201.42MB, end 201.44MB, increase: 19.84KB
  5402. 2025-1-16 17:37:46-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  5403. 2025-1-16 17:37:46-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5404. 2025-1-16 17:37:46-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (3ms)
  5405. 2025-1-16 17:37:46-debug: run build task 整理部分构建选项内数据到 settings.json success in 3 ms√, progress: 15%
  5406. 2025-1-16 17:37:46-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:201.48MB, end 201.60MB, increase: 131.25KB
  5407. 2025-1-16 17:37:50-debug: Query all assets info in project
  5408. 2025-1-16 17:37:50-debug: init custom config: keepNodeUuid: false, useCache: true
  5409. 2025-1-16 17:37:50-debug: 查询 Asset Bundle start, progress: 0%
  5410. 2025-1-16 17:37:50-debug: // ---- build task 查询 Asset Bundle ----
  5411. 2025-1-16 17:37:50-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5412. 2025-1-16 17:37:50-debug: Number of all scenes: 3
  5413. 2025-1-16 17:37:50-debug: Number of all scripts: 112
  5414. 2025-1-16 17:37:50-debug: Number of other assets: 986
  5415. 2025-1-16 17:37:50-debug: // ---- build task 查询 Asset Bundle ---- (19ms)
  5416. 2025-1-16 17:37:50-debug: run build task 查询 Asset Bundle success in 19 ms√, progress: 5%
  5417. 2025-1-16 17:37:50-debug: 查询 Asset Bundle start, progress: 5%
  5418. 2025-1-16 17:37:50-debug: [Build Memory track]: 查询 Asset Bundle start:201.45MB, end 201.42MB, increase: -30.41KB
  5419. 2025-1-16 17:37:50-debug: // ---- build task 查询 Asset Bundle ----
  5420. 2025-1-16 17:37:50-debug: // ---- build task 查询 Asset Bundle ---- (6ms)
  5421. 2025-1-16 17:37:50-debug: run build task 查询 Asset Bundle success in 6 ms√, progress: 10%
  5422. 2025-1-16 17:37:50-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  5423. 2025-1-16 17:37:50-debug: [Build Memory track]: 查询 Asset Bundle start:201.45MB, end 201.67MB, increase: 218.23KB
  5424. 2025-1-16 17:37:50-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5425. 2025-1-16 17:37:50-debug: run build task 整理部分构建选项内数据到 settings.json success in √, progress: 12%
  5426. 2025-1-16 17:37:50-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:201.70MB, end 201.72MB, increase: 18.89KB
  5427. 2025-1-16 17:37:50-debug: // ---- build task 填充脚本数据到 settings.json ----
  5428. 2025-1-16 17:37:50-debug: 填充脚本数据到 settings.json start, progress: 12%
  5429. 2025-1-16 17:37:50-debug: // ---- build task 填充脚本数据到 settings.json ---- (1ms)
  5430. 2025-1-16 17:37:50-debug: run build task 填充脚本数据到 settings.json success in 1 ms√, progress: 13%
  5431. 2025-1-16 17:37:50-debug: [Build Memory track]: 填充脚本数据到 settings.json start:201.76MB, end 200.98MB, increase: -799.95KB
  5432. 2025-1-16 17:37:50-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  5433. 2025-1-16 17:37:50-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5434. 2025-1-16 17:37:50-debug: run build task 整理部分构建选项内数据到 settings.json success in 2 ms√, progress: 15%
  5435. 2025-1-16 17:37:50-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:201.01MB, end 201.14MB, increase: 131.61KB
  5436. 2025-1-16 17:37:50-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (2ms)
  5437. 2025-1-16 17:37:53-debug: Query all assets info in project
  5438. 2025-1-16 17:37:53-debug: init custom config: keepNodeUuid: false, useCache: true
  5439. 2025-1-16 17:37:53-debug: 查询 Asset Bundle start, progress: 0%
  5440. 2025-1-16 17:37:53-debug: // ---- build task 查询 Asset Bundle ----
  5441. 2025-1-16 17:37:53-debug: Number of all scenes: 3
  5442. 2025-1-16 17:37:53-debug: Number of other assets: 986
  5443. 2025-1-16 17:37:53-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5444. 2025-1-16 17:37:53-debug: Number of all scripts: 112
  5445. 2025-1-16 17:37:53-debug: // ---- build task 查询 Asset Bundle ---- (17ms)
  5446. 2025-1-16 17:37:53-debug: run build task 查询 Asset Bundle success in 17 ms√, progress: 5%
  5447. 2025-1-16 17:37:53-debug: [Build Memory track]: 查询 Asset Bundle start:201.20MB, end 201.18MB, increase: -18.73KB
  5448. 2025-1-16 17:37:53-debug: 查询 Asset Bundle start, progress: 5%
  5449. 2025-1-16 17:37:53-debug: // ---- build task 查询 Asset Bundle ----
  5450. 2025-1-16 17:37:53-debug: // ---- build task 查询 Asset Bundle ---- (4ms)
  5451. 2025-1-16 17:37:53-debug: run build task 查询 Asset Bundle success in 4 ms√, progress: 10%
  5452. 2025-1-16 17:37:53-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5453. 2025-1-16 17:37:53-debug: [Build Memory track]: 查询 Asset Bundle start:201.21MB, end 201.42MB, increase: 214.86KB
  5454. 2025-1-16 17:37:53-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  5455. 2025-1-16 17:37:53-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (1ms)
  5456. 2025-1-16 17:37:53-debug: run build task 整理部分构建选项内数据到 settings.json success in 1 ms√, progress: 12%
  5457. 2025-1-16 17:37:53-debug: // ---- build task 填充脚本数据到 settings.json ----
  5458. 2025-1-16 17:37:53-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:201.46MB, end 201.48MB, increase: 30.14KB
  5459. 2025-1-16 17:37:53-debug: 填充脚本数据到 settings.json start, progress: 12%
  5460. 2025-1-16 17:37:53-debug: // ---- build task 填充脚本数据到 settings.json ---- (1ms)
  5461. 2025-1-16 17:37:53-debug: [Build Memory track]: 填充脚本数据到 settings.json start:201.52MB, end 201.54MB, increase: 27.42KB
  5462. 2025-1-16 17:37:53-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5463. 2025-1-16 17:37:53-debug: run build task 填充脚本数据到 settings.json success in 1 ms√, progress: 13%
  5464. 2025-1-16 17:37:53-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  5465. 2025-1-16 17:37:53-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (4ms)
  5466. 2025-1-16 17:37:53-debug: run build task 整理部分构建选项内数据到 settings.json success in 4 ms√, progress: 15%
  5467. 2025-1-16 17:37:53-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:201.58MB, end 201.71MB, increase: 135.39KB
  5468. 2025-1-16 17:37:54-debug: Query all assets info in project
  5469. 2025-1-16 17:37:54-debug: init custom config: keepNodeUuid: false, useCache: true
  5470. 2025-1-16 17:37:54-debug: 查询 Asset Bundle start, progress: 0%
  5471. 2025-1-16 17:37:54-debug: // ---- build task 查询 Asset Bundle ----
  5472. 2025-1-16 17:37:54-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5473. 2025-1-16 17:37:54-debug: Number of all scenes: 3
  5474. 2025-1-16 17:37:54-debug: Number of other assets: 986
  5475. 2025-1-16 17:37:54-debug: Number of all scripts: 112
  5476. 2025-1-16 17:37:54-debug: // ---- build task 查询 Asset Bundle ---- (24ms)
  5477. 2025-1-16 17:37:54-debug: run build task 查询 Asset Bundle success in 24 ms√, progress: 5%
  5478. 2025-1-16 17:37:54-debug: [Build Memory track]: 查询 Asset Bundle start:201.48MB, end 201.47MB, increase: -13.70KB
  5479. 2025-1-16 17:37:54-debug: // ---- build task 查询 Asset Bundle ----
  5480. 2025-1-16 17:37:54-debug: 查询 Asset Bundle start, progress: 5%
  5481. 2025-1-16 17:37:54-debug: // ---- build task 查询 Asset Bundle ---- (5ms)
  5482. 2025-1-16 17:37:54-debug: run build task 查询 Asset Bundle success in 5 ms√, progress: 10%
  5483. 2025-1-16 17:37:54-debug: [Build Memory track]: 查询 Asset Bundle start:201.50MB, end 201.71MB, increase: 215.35KB
  5484. 2025-1-16 17:37:54-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  5485. 2025-1-16 17:37:54-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5486. 2025-1-16 17:37:54-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:201.74MB, end 201.77MB, increase: 28.31KB
  5487. 2025-1-16 17:37:54-debug: 填充脚本数据到 settings.json start, progress: 12%
  5488. 2025-1-16 17:37:54-debug: run build task 整理部分构建选项内数据到 settings.json success in 2 ms√, progress: 12%
  5489. 2025-1-16 17:37:54-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (2ms)
  5490. 2025-1-16 17:37:54-debug: // ---- build task 填充脚本数据到 settings.json ----
  5491. 2025-1-16 17:37:54-debug: // ---- build task 填充脚本数据到 settings.json ---- (1ms)
  5492. 2025-1-16 17:37:54-debug: run build task 填充脚本数据到 settings.json success in 1 ms√, progress: 13%
  5493. 2025-1-16 17:37:54-debug: [Build Memory track]: 填充脚本数据到 settings.json start:201.80MB, end 201.83MB, increase: 30.28KB
  5494. 2025-1-16 17:37:54-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5495. 2025-1-16 17:37:54-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  5496. 2025-1-16 17:37:54-debug: run build task 整理部分构建选项内数据到 settings.json success in 8 ms√, progress: 15%
  5497. 2025-1-16 17:37:54-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (8ms)
  5498. 2025-1-16 17:37:54-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:201.86MB, end 202.14MB, increase: 284.50KB
  5499. 2025-1-16 17:38:01-debug: Query all assets info in project
  5500. 2025-1-16 17:38:01-debug: init custom config: keepNodeUuid: false, useCache: true
  5501. 2025-1-16 17:38:01-debug: 查询 Asset Bundle start, progress: 0%
  5502. 2025-1-16 17:38:01-debug: // ---- build task 查询 Asset Bundle ----
  5503. 2025-1-16 17:38:01-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5504. 2025-1-16 17:38:01-debug: Number of other assets: 986
  5505. 2025-1-16 17:38:01-debug: Number of all scripts: 112
  5506. 2025-1-16 17:38:01-debug: Number of all scenes: 3
  5507. 2025-1-16 17:38:01-debug: // ---- build task 查询 Asset Bundle ---- (9ms)
  5508. 2025-1-16 17:38:01-debug: run build task 查询 Asset Bundle success in 9 ms√, progress: 5%
  5509. 2025-1-16 17:38:01-debug: 查询 Asset Bundle start, progress: 5%
  5510. 2025-1-16 17:38:01-debug: // ---- build task 查询 Asset Bundle ----
  5511. 2025-1-16 17:38:01-debug: [Build Memory track]: 查询 Asset Bundle start:201.98MB, end 201.85MB, increase: -126.62KB
  5512. 2025-1-16 17:38:01-debug: // ---- build task 查询 Asset Bundle ---- (10ms)
  5513. 2025-1-16 17:38:01-debug: run build task 查询 Asset Bundle success in 10 ms√, progress: 10%
  5514. 2025-1-16 17:38:01-debug: [Build Memory track]: 查询 Asset Bundle start:201.89MB, end 202.09MB, increase: 212.34KB
  5515. 2025-1-16 17:38:01-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  5516. 2025-1-16 17:38:01-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5517. 2025-1-16 17:38:01-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (3ms)
  5518. 2025-1-16 17:38:01-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:202.13MB, end 202.15MB, increase: 28.89KB
  5519. 2025-1-16 17:38:01-debug: run build task 整理部分构建选项内数据到 settings.json success in 3 ms√, progress: 12%
  5520. 2025-1-16 17:38:01-debug: // ---- build task 填充脚本数据到 settings.json ----
  5521. 2025-1-16 17:38:01-debug: 填充脚本数据到 settings.json start, progress: 12%
  5522. 2025-1-16 17:38:01-debug: // ---- build task 填充脚本数据到 settings.json ---- (1ms)
  5523. 2025-1-16 17:38:01-debug: [Build Memory track]: 填充脚本数据到 settings.json start:202.19MB, end 202.21MB, increase: 28.80KB
  5524. 2025-1-16 17:38:01-debug: run build task 填充脚本数据到 settings.json success in 1 ms√, progress: 13%
  5525. 2025-1-16 17:38:01-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5526. 2025-1-16 17:38:01-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  5527. 2025-1-16 17:38:01-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (2ms)
  5528. 2025-1-16 17:38:01-debug: run build task 整理部分构建选项内数据到 settings.json success in 2 ms√, progress: 15%
  5529. 2025-1-16 17:38:01-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:202.25MB, end 202.38MB, increase: 133.32KB
  5530. 2025-1-16 17:38:05-debug: refresh db internal success
  5531. 2025-1-16 17:38:06-debug: refresh db assets success
  5532. 2025-1-16 17:38:06-debug: Run asset db hook engine-extends:afterRefresh ...
  5533. 2025-1-16 17:38:06-debug: Run asset db hook engine-extends:afterRefresh success!
  5534. 2025-1-16 17:38:06-debug: asset-db:refresh-all-database (120ms)
  5535. 2025-1-16 17:38:06-debug: asset-db:worker-effect-data-processing (1ms)
  5536. 2025-1-16 17:38:06-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  5537. 2025-1-16 17:38:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  5538. 2025-1-16 17:38:07-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (26ms)
  5539. 2025-1-16 17:38:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  5540. 2025-1-16 17:38:07-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (21ms)
  5541. 2025-1-16 17:38:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  5542. 2025-1-16 17:38:07-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (16ms)
  5543. 2025-1-16 17:38:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  5544. 2025-1-16 17:38:07-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (20ms)
  5545. 2025-1-16 17:38:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  5546. 2025-1-16 17:38:07-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (20ms)
  5547. 2025-1-16 17:38:08-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  5548. 2025-1-16 17:38:08-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (20ms)
  5549. 2025-1-16 17:38:08-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  5550. 2025-1-16 17:38:08-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (14ms)
  5551. 2025-1-16 17:38:08-debug: Query all assets info in project
  5552. 2025-1-16 17:38:08-debug: init custom config: keepNodeUuid: false, useCache: true
  5553. 2025-1-16 17:38:08-debug: 查询 Asset Bundle start, progress: 0%
  5554. 2025-1-16 17:38:08-debug: // ---- build task 查询 Asset Bundle ----
  5555. 2025-1-16 17:38:08-debug: Number of other assets: 986
  5556. 2025-1-16 17:38:08-debug: // ---- build task 查询 Asset Bundle ---- (11ms)
  5557. 2025-1-16 17:38:08-debug: run build task 查询 Asset Bundle success in 11 ms√, progress: 5%
  5558. 2025-1-16 17:38:08-debug: [Build Memory track]: 查询 Asset Bundle start:207.28MB, end 208.85MB, increase: 1.57MB
  5559. 2025-1-16 17:38:08-debug: Number of all scenes: 3
  5560. 2025-1-16 17:38:08-debug: Number of all scripts: 112
  5561. 2025-1-16 17:38:08-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5562. 2025-1-16 17:38:08-debug: // ---- build task 查询 Asset Bundle ----
  5563. 2025-1-16 17:38:08-debug: 查询 Asset Bundle start, progress: 5%
  5564. 2025-1-16 17:38:08-debug: run build task 查询 Asset Bundle success in 7 ms√, progress: 10%
  5565. 2025-1-16 17:38:08-debug: [Build Memory track]: 查询 Asset Bundle start:208.88MB, end 209.09MB, increase: 213.46KB
  5566. 2025-1-16 17:38:08-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  5567. 2025-1-16 17:38:08-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5568. 2025-1-16 17:38:08-debug: // ---- build task 查询 Asset Bundle ---- (7ms)
  5569. 2025-1-16 17:38:08-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (2ms)
  5570. 2025-1-16 17:38:08-debug: run build task 整理部分构建选项内数据到 settings.json success in 2 ms√, progress: 12%
  5571. 2025-1-16 17:38:08-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:209.12MB, end 204.42MB, increase: -4820.44KB
  5572. 2025-1-16 17:38:08-debug: // ---- build task 填充脚本数据到 settings.json ----
  5573. 2025-1-16 17:38:08-debug: 填充脚本数据到 settings.json start, progress: 12%
  5574. 2025-1-16 17:38:08-debug: // ---- build task 填充脚本数据到 settings.json ---- (5ms)
  5575. 2025-1-16 17:38:08-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  5576. 2025-1-16 17:38:08-debug: [Build Memory track]: 填充脚本数据到 settings.json start:204.45MB, end 204.48MB, increase: 28.13KB
  5577. 2025-1-16 17:38:08-debug: run build task 填充脚本数据到 settings.json success in 5 ms√, progress: 13%
  5578. 2025-1-16 17:38:08-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5579. 2025-1-16 17:38:08-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (2ms)
  5580. 2025-1-16 17:38:08-debug: run build task 整理部分构建选项内数据到 settings.json success in 2 ms√, progress: 15%
  5581. 2025-1-16 17:38:08-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:204.51MB, end 204.64MB, increase: 132.78KB
  5582. 2025-1-16 17:38:13-debug: refresh db internal success
  5583. 2025-1-16 17:38:13-debug: refresh db assets success
  5584. 2025-1-16 17:38:13-debug: Run asset db hook engine-extends:afterRefresh success!
  5585. 2025-1-16 17:38:13-debug: Run asset db hook engine-extends:afterRefresh ...
  5586. 2025-1-16 17:38:13-debug: asset-db:refresh-all-database (100ms)
  5587. 2025-1-16 17:38:13-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  5588. 2025-1-16 17:38:29-debug: refresh db internal success
  5589. 2025-1-16 17:38:29-debug: refresh db assets success
  5590. 2025-1-16 17:38:29-debug: Run asset db hook engine-extends:afterRefresh success!
  5591. 2025-1-16 17:38:29-debug: Run asset db hook engine-extends:afterRefresh ...
  5592. 2025-1-16 17:38:29-debug: asset-db:refresh-all-database (114ms)
  5593. 2025-1-16 17:38:30-debug: Query all assets info in project
  5594. 2025-1-16 17:38:30-debug: init custom config: keepNodeUuid: false, useCache: true
  5595. 2025-1-16 17:38:30-debug: 查询 Asset Bundle start, progress: 0%
  5596. 2025-1-16 17:38:30-debug: // ---- build task 查询 Asset Bundle ----
  5597. 2025-1-16 17:38:30-debug: Number of all scenes: 3
  5598. 2025-1-16 17:38:30-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5599. 2025-1-16 17:38:30-debug: Number of other assets: 986
  5600. 2025-1-16 17:38:30-debug: Number of all scripts: 112
  5601. 2025-1-16 17:38:30-debug: // ---- build task 查询 Asset Bundle ---- (8ms)
  5602. 2025-1-16 17:38:30-debug: run build task 查询 Asset Bundle success in 8 ms√, progress: 5%
  5603. 2025-1-16 17:38:30-debug: // ---- build task 查询 Asset Bundle ----
  5604. 2025-1-16 17:38:30-debug: [Build Memory track]: 查询 Asset Bundle start:207.44MB, end 207.20MB, increase: -250.79KB
  5605. 2025-1-16 17:38:30-debug: 查询 Asset Bundle start, progress: 5%
  5606. 2025-1-16 17:38:30-debug: // ---- build task 查询 Asset Bundle ---- (5ms)
  5607. 2025-1-16 17:38:30-debug: [Build Memory track]: 查询 Asset Bundle start:207.23MB, end 207.44MB, increase: 214.02KB
  5608. 2025-1-16 17:38:30-debug: run build task 查询 Asset Bundle success in 5 ms√, progress: 10%
  5609. 2025-1-16 17:38:30-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5610. 2025-1-16 17:38:30-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  5611. 2025-1-16 17:38:30-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (5ms)
  5612. 2025-1-16 17:38:30-debug: run build task 整理部分构建选项内数据到 settings.json success in 5 ms√, progress: 12%
  5613. 2025-1-16 17:38:30-debug: // ---- build task 填充脚本数据到 settings.json ----
  5614. 2025-1-16 17:38:30-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:207.47MB, end 207.50MB, increase: 27.46KB
  5615. 2025-1-16 17:38:30-debug: 填充脚本数据到 settings.json start, progress: 12%
  5616. 2025-1-16 17:38:30-debug: // ---- build task 填充脚本数据到 settings.json ---- (1ms)
  5617. 2025-1-16 17:38:30-debug: run build task 填充脚本数据到 settings.json success in 1 ms√, progress: 13%
  5618. 2025-1-16 17:38:30-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5619. 2025-1-16 17:38:30-debug: [Build Memory track]: 填充脚本数据到 settings.json start:207.53MB, end 207.56MB, increase: 35.42KB
  5620. 2025-1-16 17:38:30-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  5621. 2025-1-16 17:38:30-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (6ms)
  5622. 2025-1-16 17:38:30-debug: run build task 整理部分构建选项内数据到 settings.json success in 6 ms√, progress: 15%
  5623. 2025-1-16 17:38:30-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:207.60MB, end 207.72MB, increase: 129.45KB
  5624. 2025-1-16 17:40:05-debug: Query all assets info in project
  5625. 2025-1-16 17:40:05-debug: init custom config: keepNodeUuid: false, useCache: true
  5626. 2025-1-16 17:40:05-debug: 查询 Asset Bundle start, progress: 0%
  5627. 2025-1-16 17:40:05-debug: // ---- build task 查询 Asset Bundle ----
  5628. 2025-1-16 17:40:05-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5629. 2025-1-16 17:40:05-debug: Number of all scenes: 3
  5630. 2025-1-16 17:40:05-debug: Number of all scripts: 112
  5631. 2025-1-16 17:40:05-debug: Number of other assets: 986
  5632. 2025-1-16 17:40:05-debug: // ---- build task 查询 Asset Bundle ---- (8ms)
  5633. 2025-1-16 17:40:05-debug: [Build Memory track]: 查询 Asset Bundle start:207.14MB, end 207.10MB, increase: -41.96KB
  5634. 2025-1-16 17:40:05-debug: run build task 查询 Asset Bundle success in 8 ms√, progress: 5%
  5635. 2025-1-16 17:40:05-debug: // ---- build task 查询 Asset Bundle ----
  5636. 2025-1-16 17:40:05-debug: 查询 Asset Bundle start, progress: 5%
  5637. 2025-1-16 17:40:05-debug: // ---- build task 查询 Asset Bundle ---- (3ms)
  5638. 2025-1-16 17:40:05-debug: run build task 查询 Asset Bundle success in 3 ms√, progress: 10%
  5639. 2025-1-16 17:40:05-debug: [Build Memory track]: 查询 Asset Bundle start:207.13MB, end 207.32MB, increase: 194.18KB
  5640. 2025-1-16 17:40:05-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  5641. 2025-1-16 17:40:05-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5642. 2025-1-16 17:40:05-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (1ms)
  5643. 2025-1-16 17:40:05-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:207.35MB, end 207.38MB, increase: 29.18KB
  5644. 2025-1-16 17:40:05-debug: 填充脚本数据到 settings.json start, progress: 12%
  5645. 2025-1-16 17:40:05-debug: run build task 整理部分构建选项内数据到 settings.json success in 1 ms√, progress: 12%
  5646. 2025-1-16 17:40:05-debug: // ---- build task 填充脚本数据到 settings.json ----
  5647. 2025-1-16 17:40:05-debug: // ---- build task 填充脚本数据到 settings.json ---- (1ms)
  5648. 2025-1-16 17:40:05-debug: run build task 填充脚本数据到 settings.json success in 1 ms√, progress: 13%
  5649. 2025-1-16 17:40:05-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  5650. 2025-1-16 17:40:05-debug: [Build Memory track]: 填充脚本数据到 settings.json start:207.41MB, end 207.44MB, increase: 28.24KB
  5651. 2025-1-16 17:40:05-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5652. 2025-1-16 17:40:05-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (5ms)
  5653. 2025-1-16 17:40:05-debug: run build task 整理部分构建选项内数据到 settings.json success in 5 ms√, progress: 15%
  5654. 2025-1-16 17:40:05-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:207.47MB, end 207.62MB, increase: 149.90KB
  5655. 2025-1-16 17:40:11-debug: Query all assets info in project
  5656. 2025-1-16 17:40:11-debug: init custom config: keepNodeUuid: false, useCache: true
  5657. 2025-1-16 17:40:11-debug: 查询 Asset Bundle start, progress: 0%
  5658. 2025-1-16 17:40:11-debug: // ---- build task 查询 Asset Bundle ----
  5659. 2025-1-16 17:40:11-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5660. 2025-1-16 17:40:11-debug: Number of all scenes: 3
  5661. 2025-1-16 17:40:11-debug: Number of all scripts: 112
  5662. 2025-1-16 17:40:11-debug: Number of other assets: 986
  5663. 2025-1-16 17:40:11-debug: // ---- build task 查询 Asset Bundle ---- (10ms)
  5664. 2025-1-16 17:40:11-debug: run build task 查询 Asset Bundle success in 10 ms√, progress: 5%
  5665. 2025-1-16 17:40:11-debug: [Build Memory track]: 查询 Asset Bundle start:207.43MB, end 207.32MB, increase: -116.01KB
  5666. 2025-1-16 17:40:11-debug: 查询 Asset Bundle start, progress: 5%
  5667. 2025-1-16 17:40:11-debug: // ---- build task 查询 Asset Bundle ----
  5668. 2025-1-16 17:40:11-debug: // ---- build task 查询 Asset Bundle ---- (4ms)
  5669. 2025-1-16 17:40:11-debug: run build task 查询 Asset Bundle success in 4 ms√, progress: 10%
  5670. 2025-1-16 17:40:11-debug: [Build Memory track]: 查询 Asset Bundle start:207.35MB, end 207.54MB, increase: 193.25KB
  5671. 2025-1-16 17:40:11-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5672. 2025-1-16 17:40:11-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  5673. 2025-1-16 17:40:11-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (1ms)
  5674. 2025-1-16 17:40:11-debug: run build task 整理部分构建选项内数据到 settings.json success in 1 ms√, progress: 12%
  5675. 2025-1-16 17:40:11-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:207.57MB, end 207.60MB, increase: 30.05KB
  5676. 2025-1-16 17:40:11-debug: 填充脚本数据到 settings.json start, progress: 12%
  5677. 2025-1-16 17:40:11-debug: // ---- build task 填充脚本数据到 settings.json ----
  5678. 2025-1-16 17:40:11-debug: // ---- build task 填充脚本数据到 settings.json ---- (2ms)
  5679. 2025-1-16 17:40:11-debug: run build task 填充脚本数据到 settings.json success in 2 ms√, progress: 13%
  5680. 2025-1-16 17:40:11-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5681. 2025-1-16 17:40:11-debug: [Build Memory track]: 填充脚本数据到 settings.json start:207.63MB, end 207.66MB, increase: 27.37KB
  5682. 2025-1-16 17:40:11-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  5683. 2025-1-16 17:40:11-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (3ms)
  5684. 2025-1-16 17:40:11-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:207.69MB, end 207.82MB, increase: 130.98KB
  5685. 2025-1-16 17:40:11-debug: run build task 整理部分构建选项内数据到 settings.json success in 3 ms√, progress: 15%
  5686. 2025-1-16 17:40:14-debug: Query all assets info in project
  5687. 2025-1-16 17:40:14-debug: init custom config: keepNodeUuid: false, useCache: true
  5688. 2025-1-16 17:40:14-debug: 查询 Asset Bundle start, progress: 0%
  5689. 2025-1-16 17:40:14-debug: // ---- build task 查询 Asset Bundle ----
  5690. 2025-1-16 17:40:14-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5691. 2025-1-16 17:40:14-debug: Number of all scenes: 3
  5692. 2025-1-16 17:40:14-debug: Number of other assets: 986
  5693. 2025-1-16 17:40:14-debug: Number of all scripts: 112
  5694. 2025-1-16 17:40:14-debug: run build task 查询 Asset Bundle success in 28 ms√, progress: 5%
  5695. 2025-1-16 17:40:14-debug: [Build Memory track]: 查询 Asset Bundle start:207.73MB, end 207.58MB, increase: -158.08KB
  5696. 2025-1-16 17:40:14-debug: // ---- build task 查询 Asset Bundle ---- (28ms)
  5697. 2025-1-16 17:40:14-debug: // ---- build task 查询 Asset Bundle ----
  5698. 2025-1-16 17:40:14-debug: 查询 Asset Bundle start, progress: 5%
  5699. 2025-1-16 17:40:14-debug: // ---- build task 查询 Asset Bundle ---- (4ms)
  5700. 2025-1-16 17:40:14-debug: run build task 查询 Asset Bundle success in 4 ms√, progress: 10%
  5701. 2025-1-16 17:40:14-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5702. 2025-1-16 17:40:14-debug: [Build Memory track]: 查询 Asset Bundle start:207.61MB, end 207.80MB, increase: 193.27KB
  5703. 2025-1-16 17:40:14-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  5704. 2025-1-16 17:40:14-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (1ms)
  5705. 2025-1-16 17:40:14-debug: run build task 整理部分构建选项内数据到 settings.json success in 1 ms√, progress: 12%
  5706. 2025-1-16 17:40:14-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:207.83MB, end 207.86MB, increase: 30.07KB
  5707. 2025-1-16 17:40:14-debug: // ---- build task 填充脚本数据到 settings.json ----
  5708. 2025-1-16 17:40:14-debug: 填充脚本数据到 settings.json start, progress: 12%
  5709. 2025-1-16 17:40:14-debug: run build task 填充脚本数据到 settings.json success in √, progress: 13%
  5710. 2025-1-16 17:40:14-debug: [Build Memory track]: 填充脚本数据到 settings.json start:207.89MB, end 207.91MB, increase: 16.81KB
  5711. 2025-1-16 17:40:14-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5712. 2025-1-16 17:40:14-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  5713. 2025-1-16 17:40:14-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (7ms)
  5714. 2025-1-16 17:40:14-debug: run build task 整理部分构建选项内数据到 settings.json success in 7 ms√, progress: 15%
  5715. 2025-1-16 17:40:14-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:207.94MB, end 208.07MB, increase: 130.34KB
  5716. 2025-1-16 17:40:27-debug: Query all assets info in project
  5717. 2025-1-16 17:40:27-debug: init custom config: keepNodeUuid: false, useCache: true
  5718. 2025-1-16 17:40:27-debug: 查询 Asset Bundle start, progress: 0%
  5719. 2025-1-16 17:40:27-debug: // ---- build task 查询 Asset Bundle ----
  5720. 2025-1-16 17:40:27-debug: Number of all scripts: 112
  5721. 2025-1-16 17:40:27-debug: Number of other assets: 986
  5722. 2025-1-16 17:40:27-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5723. 2025-1-16 17:40:27-debug: Number of all scenes: 3
  5724. 2025-1-16 17:40:27-debug: // ---- build task 查询 Asset Bundle ---- (15ms)
  5725. 2025-1-16 17:40:27-debug: run build task 查询 Asset Bundle success in 15 ms√, progress: 5%
  5726. 2025-1-16 17:40:27-debug: // ---- build task 查询 Asset Bundle ----
  5727. 2025-1-16 17:40:27-debug: [Build Memory track]: 查询 Asset Bundle start:207.71MB, end 207.68MB, increase: -29.55KB
  5728. 2025-1-16 17:40:27-debug: 查询 Asset Bundle start, progress: 5%
  5729. 2025-1-16 17:40:27-debug: // ---- build task 查询 Asset Bundle ---- (4ms)
  5730. 2025-1-16 17:40:27-debug: run build task 查询 Asset Bundle success in 4 ms√, progress: 10%
  5731. 2025-1-16 17:40:27-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5732. 2025-1-16 17:40:27-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  5733. 2025-1-16 17:40:27-debug: [Build Memory track]: 查询 Asset Bundle start:207.71MB, end 207.90MB, increase: 194.21KB
  5734. 2025-1-16 17:40:27-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (1ms)
  5735. 2025-1-16 17:40:27-debug: run build task 整理部分构建选项内数据到 settings.json success in 1 ms√, progress: 12%
  5736. 2025-1-16 17:40:27-debug: // ---- build task 填充脚本数据到 settings.json ----
  5737. 2025-1-16 17:40:27-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:207.94MB, end 207.97MB, increase: 30.13KB
  5738. 2025-1-16 17:40:27-debug: 填充脚本数据到 settings.json start, progress: 12%
  5739. 2025-1-16 17:40:27-debug: run build task 填充脚本数据到 settings.json success in √, progress: 13%
  5740. 2025-1-16 17:40:27-debug: [Build Memory track]: 填充脚本数据到 settings.json start:208.00MB, end 208.02MB, increase: 18.38KB
  5741. 2025-1-16 17:40:27-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5742. 2025-1-16 17:40:27-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  5743. 2025-1-16 17:40:27-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (2ms)
  5744. 2025-1-16 17:40:27-debug: run build task 整理部分构建选项内数据到 settings.json success in 2 ms√, progress: 15%
  5745. 2025-1-16 17:40:27-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:208.05MB, end 208.18MB, increase: 133.23KB
  5746. 2025-1-16 17:42:58-debug: refresh db internal success
  5747. 2025-1-16 17:42:58-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_class\GameData.ts background: #aaff85; color: #000; color: #000;
  5748. 2025-1-16 17:42:58-debug: refresh db assets success
  5749. 2025-1-16 17:42:58-debug: Run asset db hook engine-extends:afterRefresh ...
  5750. 2025-1-16 17:42:58-debug: Run asset db hook engine-extends:afterRefresh success!
  5751. 2025-1-16 17:42:58-debug: asset-db:refresh-all-database (105ms)
  5752. 2025-1-16 17:42:58-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  5753. 2025-1-16 17:42:58-debug: asset-db:worker-effect-data-processing (1ms)
  5754. 2025-1-16 17:42:59-debug: Query all assets info in project
  5755. 2025-1-16 17:42:59-debug: init custom config: keepNodeUuid: false, useCache: true
  5756. 2025-1-16 17:42:59-debug: 查询 Asset Bundle start, progress: 0%
  5757. 2025-1-16 17:42:59-debug: // ---- build task 查询 Asset Bundle ----
  5758. 2025-1-16 17:42:59-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5759. 2025-1-16 17:42:59-debug: Number of all scenes: 3
  5760. 2025-1-16 17:42:59-debug: Number of other assets: 986
  5761. 2025-1-16 17:42:59-debug: Number of all scripts: 112
  5762. 2025-1-16 17:42:59-debug: // ---- build task 查询 Asset Bundle ---- (9ms)
  5763. 2025-1-16 17:42:59-debug: run build task 查询 Asset Bundle success in 9 ms√, progress: 5%
  5764. 2025-1-16 17:42:59-debug: [Build Memory track]: 查询 Asset Bundle start:211.31MB, end 210.72MB, increase: -608.14KB
  5765. 2025-1-16 17:42:59-debug: // ---- build task 查询 Asset Bundle ----
  5766. 2025-1-16 17:42:59-debug: 查询 Asset Bundle start, progress: 5%
  5767. 2025-1-16 17:42:59-debug: // ---- build task 查询 Asset Bundle ---- (2ms)
  5768. 2025-1-16 17:42:59-debug: run build task 查询 Asset Bundle success in 2 ms√, progress: 10%
  5769. 2025-1-16 17:42:59-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  5770. 2025-1-16 17:42:59-debug: [Build Memory track]: 查询 Asset Bundle start:210.75MB, end 210.94MB, increase: 196.53KB
  5771. 2025-1-16 17:42:59-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5772. 2025-1-16 17:42:59-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (1ms)
  5773. 2025-1-16 17:42:59-debug: run build task 整理部分构建选项内数据到 settings.json success in 1 ms√, progress: 12%
  5774. 2025-1-16 17:42:59-debug: // ---- build task 填充脚本数据到 settings.json ----
  5775. 2025-1-16 17:42:59-debug: 填充脚本数据到 settings.json start, progress: 12%
  5776. 2025-1-16 17:42:59-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:210.98MB, end 211.00MB, increase: 29.16KB
  5777. 2025-1-16 17:42:59-debug: run build task 填充脚本数据到 settings.json success in √, progress: 13%
  5778. 2025-1-16 17:42:59-debug: [Build Memory track]: 填充脚本数据到 settings.json start:211.04MB, end 211.05MB, increase: 17.68KB
  5779. 2025-1-16 17:42:59-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5780. 2025-1-16 17:42:59-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  5781. 2025-1-16 17:42:59-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (10ms)
  5782. 2025-1-16 17:42:59-debug: run build task 整理部分构建选项内数据到 settings.json success in 10 ms√, progress: 15%
  5783. 2025-1-16 17:42:59-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:211.09MB, end 211.21MB, increase: 130.39KB
  5784. 2025-1-16 17:43:05-debug: Query all assets info in project
  5785. 2025-1-16 17:43:05-debug: init custom config: keepNodeUuid: false, useCache: true
  5786. 2025-1-16 17:43:05-debug: 查询 Asset Bundle start, progress: 0%
  5787. 2025-1-16 17:43:05-debug: // ---- build task 查询 Asset Bundle ----
  5788. 2025-1-16 17:43:05-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5789. 2025-1-16 17:43:05-debug: Number of all scenes: 3
  5790. 2025-1-16 17:43:05-debug: Number of all scripts: 112
  5791. 2025-1-16 17:43:05-debug: Number of other assets: 986
  5792. 2025-1-16 17:43:05-debug: // ---- build task 查询 Asset Bundle ---- (9ms)
  5793. 2025-1-16 17:43:05-debug: [Build Memory track]: 查询 Asset Bundle start:210.99MB, end 210.85MB, increase: -142.79KB
  5794. 2025-1-16 17:43:05-debug: // ---- build task 查询 Asset Bundle ----
  5795. 2025-1-16 17:43:05-debug: run build task 查询 Asset Bundle success in 9 ms√, progress: 5%
  5796. 2025-1-16 17:43:05-debug: 查询 Asset Bundle start, progress: 5%
  5797. 2025-1-16 17:43:05-debug: // ---- build task 查询 Asset Bundle ---- (3ms)
  5798. 2025-1-16 17:43:05-debug: run build task 查询 Asset Bundle success in 3 ms√, progress: 10%
  5799. 2025-1-16 17:43:05-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5800. 2025-1-16 17:43:05-debug: [Build Memory track]: 查询 Asset Bundle start:210.88MB, end 211.07MB, increase: 193.35KB
  5801. 2025-1-16 17:43:05-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  5802. 2025-1-16 17:43:05-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (1ms)
  5803. 2025-1-16 17:43:05-debug: run build task 整理部分构建选项内数据到 settings.json success in 1 ms√, progress: 12%
  5804. 2025-1-16 17:43:05-debug: // ---- build task 填充脚本数据到 settings.json ----
  5805. 2025-1-16 17:43:05-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:211.10MB, end 211.13MB, increase: 30.05KB
  5806. 2025-1-16 17:43:05-debug: 填充脚本数据到 settings.json start, progress: 12%
  5807. 2025-1-16 17:43:05-debug: // ---- build task 填充脚本数据到 settings.json ---- (1ms)
  5808. 2025-1-16 17:43:05-debug: run build task 填充脚本数据到 settings.json success in 1 ms√, progress: 13%
  5809. 2025-1-16 17:43:05-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5810. 2025-1-16 17:43:05-debug: [Build Memory track]: 填充脚本数据到 settings.json start:211.16MB, end 211.19MB, increase: 28.29KB
  5811. 2025-1-16 17:43:05-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  5812. 2025-1-16 17:43:05-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (4ms)
  5813. 2025-1-16 17:43:05-debug: run build task 整理部分构建选项内数据到 settings.json success in 4 ms√, progress: 15%
  5814. 2025-1-16 17:43:05-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:211.22MB, end 210.57MB, increase: -665.30KB
  5815. 2025-1-16 17:43:14-debug: refresh db internal success
  5816. 2025-1-16 17:43:14-debug: refresh db assets success
  5817. 2025-1-16 17:43:14-debug: Run asset db hook engine-extends:afterRefresh ...
  5818. 2025-1-16 17:43:14-debug: Run asset db hook engine-extends:afterRefresh success!
  5819. 2025-1-16 17:43:14-debug: asset-db:refresh-all-database (102ms)
  5820. 2025-1-16 17:43:14-debug: asset-db:worker-effect-data-processing (2ms)
  5821. 2025-1-16 17:43:14-debug: asset-db-hook-engine-extends-afterRefresh (2ms)
  5822. 2025-1-16 17:43:24-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  5823. 2025-1-16 17:43:24-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (12ms)
  5824. 2025-1-16 17:43:25-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  5825. 2025-1-16 17:43:25-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (14ms)
  5826. 2025-1-16 17:43:25-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  5827. 2025-1-16 17:43:25-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (14ms)
  5828. 2025-1-16 17:43:27-debug: Query all assets info in project
  5829. 2025-1-16 17:43:27-debug: init custom config: keepNodeUuid: false, useCache: true
  5830. 2025-1-16 17:43:27-debug: 查询 Asset Bundle start, progress: 0%
  5831. 2025-1-16 17:43:27-debug: // ---- build task 查询 Asset Bundle ----
  5832. 2025-1-16 17:43:27-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5833. 2025-1-16 17:43:27-debug: Number of all scenes: 3
  5834. 2025-1-16 17:43:27-debug: Number of other assets: 986
  5835. 2025-1-16 17:43:27-debug: Number of all scripts: 112
  5836. 2025-1-16 17:43:27-debug: // ---- build task 查询 Asset Bundle ---- (11ms)
  5837. 2025-1-16 17:43:27-debug: run build task 查询 Asset Bundle success in 11 ms√, progress: 5%
  5838. 2025-1-16 17:43:27-debug: // ---- build task 查询 Asset Bundle ----
  5839. 2025-1-16 17:43:27-debug: [Build Memory track]: 查询 Asset Bundle start:212.79MB, end 212.65MB, increase: -141.28KB
  5840. 2025-1-16 17:43:27-debug: 查询 Asset Bundle start, progress: 5%
  5841. 2025-1-16 17:43:27-debug: // ---- build task 查询 Asset Bundle ---- (4ms)
  5842. 2025-1-16 17:43:27-debug: run build task 查询 Asset Bundle success in 4 ms√, progress: 10%
  5843. 2025-1-16 17:43:27-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5844. 2025-1-16 17:43:27-debug: [Build Memory track]: 查询 Asset Bundle start:212.68MB, end 212.87MB, increase: 192.65KB
  5845. 2025-1-16 17:43:27-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  5846. 2025-1-16 17:43:27-debug: run build task 整理部分构建选项内数据到 settings.json success in √, progress: 12%
  5847. 2025-1-16 17:43:27-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:212.90MB, end 212.92MB, increase: 18.54KB
  5848. 2025-1-16 17:43:27-debug: 填充脚本数据到 settings.json start, progress: 12%
  5849. 2025-1-16 17:43:27-debug: // ---- build task 填充脚本数据到 settings.json ----
  5850. 2025-1-16 17:43:27-debug: run build task 填充脚本数据到 settings.json success in √, progress: 13%
  5851. 2025-1-16 17:43:27-debug: [Build Memory track]: 填充脚本数据到 settings.json start:212.95MB, end 212.97MB, increase: 18.34KB
  5852. 2025-1-16 17:43:27-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5853. 2025-1-16 17:43:27-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  5854. 2025-1-16 17:43:27-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (5ms)
  5855. 2025-1-16 17:43:27-debug: run build task 整理部分构建选项内数据到 settings.json success in 5 ms√, progress: 15%
  5856. 2025-1-16 17:43:27-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:213.00MB, end 213.14MB, increase: 136.36KB
  5857. 2025-1-16 17:43:39-debug: refresh db internal success
  5858. 2025-1-16 17:43:39-debug: refresh db assets success
  5859. 2025-1-16 17:43:39-debug: Run asset db hook engine-extends:afterRefresh ...
  5860. 2025-1-16 17:43:39-debug: Run asset db hook engine-extends:afterRefresh success!
  5861. 2025-1-16 17:43:39-debug: asset-db:refresh-all-database (330ms)
  5862. 2025-1-16 17:43:39-debug: asset-db:worker-effect-data-processing (1ms)
  5863. 2025-1-16 17:43:39-debug: asset-db-hook-engine-extends-afterRefresh (2ms)
  5864. 2025-1-16 17:43:40-debug: Query all assets info in project
  5865. 2025-1-16 17:43:40-debug: init custom config: keepNodeUuid: false, useCache: true
  5866. 2025-1-16 17:43:40-debug: 查询 Asset Bundle start, progress: 0%
  5867. 2025-1-16 17:43:40-debug: // ---- build task 查询 Asset Bundle ----
  5868. 2025-1-16 17:43:40-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5869. 2025-1-16 17:43:40-debug: Number of all scenes: 3
  5870. 2025-1-16 17:43:40-debug: Number of other assets: 986
  5871. 2025-1-16 17:43:40-debug: Number of all scripts: 112
  5872. 2025-1-16 17:43:40-debug: // ---- build task 查询 Asset Bundle ---- (8ms)
  5873. 2025-1-16 17:43:40-debug: run build task 查询 Asset Bundle success in 8 ms√, progress: 5%
  5874. 2025-1-16 17:43:40-debug: // ---- build task 查询 Asset Bundle ----
  5875. 2025-1-16 17:43:40-debug: 查询 Asset Bundle start, progress: 5%
  5876. 2025-1-16 17:43:40-debug: [Build Memory track]: 查询 Asset Bundle start:216.11MB, end 215.88MB, increase: -239.34KB
  5877. 2025-1-16 17:43:40-debug: // ---- build task 查询 Asset Bundle ---- (5ms)
  5878. 2025-1-16 17:43:40-debug: run build task 查询 Asset Bundle success in 5 ms√, progress: 10%
  5879. 2025-1-16 17:43:40-debug: [Build Memory track]: 查询 Asset Bundle start:215.91MB, end 214.51MB, increase: -1430.05KB
  5880. 2025-1-16 17:43:40-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5881. 2025-1-16 17:43:40-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  5882. 2025-1-16 17:43:40-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (1ms)
  5883. 2025-1-16 17:43:40-debug: run build task 整理部分构建选项内数据到 settings.json success in 1 ms√, progress: 12%
  5884. 2025-1-16 17:43:40-debug: // ---- build task 填充脚本数据到 settings.json ----
  5885. 2025-1-16 17:43:40-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:214.54MB, end 214.57MB, increase: 28.63KB
  5886. 2025-1-16 17:43:40-debug: 填充脚本数据到 settings.json start, progress: 12%
  5887. 2025-1-16 17:43:40-debug: run build task 填充脚本数据到 settings.json success in √, progress: 13%
  5888. 2025-1-16 17:43:40-debug: [Build Memory track]: 填充脚本数据到 settings.json start:214.60MB, end 214.62MB, increase: 17.82KB
  5889. 2025-1-16 17:43:40-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5890. 2025-1-16 17:43:40-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  5891. 2025-1-16 17:43:40-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (2ms)
  5892. 2025-1-16 17:43:40-debug: run build task 整理部分构建选项内数据到 settings.json success in 2 ms√, progress: 15%
  5893. 2025-1-16 17:43:40-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:214.66MB, end 214.78MB, increase: 129.87KB
  5894. 2025-1-16 17:43:45-debug: refresh db internal success
  5895. 2025-1-16 17:43:45-debug: refresh db assets success
  5896. 2025-1-16 17:43:45-debug: Run asset db hook engine-extends:afterRefresh ...
  5897. 2025-1-16 17:43:45-debug: Run asset db hook engine-extends:afterRefresh success!
  5898. 2025-1-16 17:43:45-debug: asset-db:refresh-all-database (93ms)
  5899. 2025-1-16 17:43:45-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  5900. 2025-1-16 17:44:11-debug: refresh db internal success
  5901. 2025-1-16 17:44:11-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_class\GameData.ts background: #aaff85; color: #000; color: #000;
  5902. 2025-1-16 17:44:11-debug: refresh db assets success
  5903. 2025-1-16 17:44:11-debug: Run asset db hook engine-extends:afterRefresh ...
  5904. 2025-1-16 17:44:11-debug: Run asset db hook engine-extends:afterRefresh success!
  5905. 2025-1-16 17:44:11-debug: asset-db:refresh-all-database (99ms)
  5906. 2025-1-16 17:44:11-debug: asset-db:worker-effect-data-processing (2ms)
  5907. 2025-1-16 17:44:11-debug: asset-db-hook-engine-extends-afterRefresh (2ms)
  5908. 2025-1-16 17:44:12-debug: Query all assets info in project
  5909. 2025-1-16 17:44:12-debug: init custom config: keepNodeUuid: false, useCache: true
  5910. 2025-1-16 17:44:12-debug: 查询 Asset Bundle start, progress: 0%
  5911. 2025-1-16 17:44:12-debug: // ---- build task 查询 Asset Bundle ----
  5912. 2025-1-16 17:44:12-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5913. 2025-1-16 17:44:12-debug: Number of all scenes: 3
  5914. 2025-1-16 17:44:12-debug: Number of all scripts: 112
  5915. 2025-1-16 17:44:12-debug: Number of other assets: 986
  5916. 2025-1-16 17:44:12-debug: // ---- build task 查询 Asset Bundle ---- (9ms)
  5917. 2025-1-16 17:44:12-debug: run build task 查询 Asset Bundle success in 9 ms√, progress: 5%
  5918. 2025-1-16 17:44:12-debug: [Build Memory track]: 查询 Asset Bundle start:218.23MB, end 218.60MB, increase: 384.46KB
  5919. 2025-1-16 17:44:12-debug: // ---- build task 查询 Asset Bundle ----
  5920. 2025-1-16 17:44:12-debug: 查询 Asset Bundle start, progress: 5%
  5921. 2025-1-16 17:44:12-debug: // ---- build task 查询 Asset Bundle ---- (2ms)
  5922. 2025-1-16 17:44:12-debug: run build task 查询 Asset Bundle success in 2 ms√, progress: 10%
  5923. 2025-1-16 17:44:12-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5924. 2025-1-16 17:44:12-debug: [Build Memory track]: 查询 Asset Bundle start:218.63MB, end 218.82MB, increase: 193.23KB
  5925. 2025-1-16 17:44:12-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  5926. 2025-1-16 17:44:12-debug: run build task 整理部分构建选项内数据到 settings.json success in √, progress: 12%
  5927. 2025-1-16 17:44:12-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:218.85MB, end 218.87MB, increase: 17.81KB
  5928. 2025-1-16 17:44:12-debug: // ---- build task 填充脚本数据到 settings.json ----
  5929. 2025-1-16 17:44:12-debug: 填充脚本数据到 settings.json start, progress: 12%
  5930. 2025-1-16 17:44:12-debug: // ---- build task 填充脚本数据到 settings.json ---- (1ms)
  5931. 2025-1-16 17:44:12-debug: run build task 填充脚本数据到 settings.json success in 1 ms√, progress: 13%
  5932. 2025-1-16 17:44:12-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5933. 2025-1-16 17:44:12-debug: [Build Memory track]: 填充脚本数据到 settings.json start:218.90MB, end 218.93MB, increase: 28.77KB
  5934. 2025-1-16 17:44:12-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  5935. 2025-1-16 17:44:12-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (3ms)
  5936. 2025-1-16 17:44:12-debug: run build task 整理部分构建选项内数据到 settings.json success in 3 ms√, progress: 15%
  5937. 2025-1-16 17:44:12-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:218.96MB, end 217.37MB, increase: -1629.49KB
  5938. 2025-1-16 17:44:22-debug: Query all assets info in project
  5939. 2025-1-16 17:44:22-debug: init custom config: keepNodeUuid: false, useCache: true
  5940. 2025-1-16 17:44:22-debug: 查询 Asset Bundle start, progress: 0%
  5941. 2025-1-16 17:44:22-debug: // ---- build task 查询 Asset Bundle ----
  5942. 2025-1-16 17:44:22-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5943. 2025-1-16 17:44:22-debug: Number of all scripts: 112
  5944. 2025-1-16 17:44:22-debug: Number of other assets: 986
  5945. 2025-1-16 17:44:22-debug: Number of all scenes: 3
  5946. 2025-1-16 17:44:22-debug: // ---- build task 查询 Asset Bundle ---- (8ms)
  5947. 2025-1-16 17:44:22-debug: 查询 Asset Bundle start, progress: 5%
  5948. 2025-1-16 17:44:22-debug: // ---- build task 查询 Asset Bundle ----
  5949. 2025-1-16 17:44:22-debug: [Build Memory track]: 查询 Asset Bundle start:217.47MB, end 217.42MB, increase: -49.45KB
  5950. 2025-1-16 17:44:22-debug: run build task 查询 Asset Bundle success in 8 ms√, progress: 5%
  5951. 2025-1-16 17:44:22-debug: // ---- build task 查询 Asset Bundle ---- (3ms)
  5952. 2025-1-16 17:44:22-debug: [Build Memory track]: 查询 Asset Bundle start:217.45MB, end 217.64MB, increase: 193.80KB
  5953. 2025-1-16 17:44:22-debug: run build task 查询 Asset Bundle success in 3 ms√, progress: 10%
  5954. 2025-1-16 17:44:22-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5955. 2025-1-16 17:44:22-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  5956. 2025-1-16 17:44:22-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (1ms)
  5957. 2025-1-16 17:44:22-debug: run build task 整理部分构建选项内数据到 settings.json success in 1 ms√, progress: 12%
  5958. 2025-1-16 17:44:22-debug: // ---- build task 填充脚本数据到 settings.json ----
  5959. 2025-1-16 17:44:22-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:217.68MB, end 217.70MB, increase: 27.22KB
  5960. 2025-1-16 17:44:22-debug: 填充脚本数据到 settings.json start, progress: 12%
  5961. 2025-1-16 17:44:22-debug: // ---- build task 填充脚本数据到 settings.json ---- (1ms)
  5962. 2025-1-16 17:44:22-debug: run build task 填充脚本数据到 settings.json success in 1 ms√, progress: 13%
  5963. 2025-1-16 17:44:22-debug: [Build Memory track]: 填充脚本数据到 settings.json start:217.74MB, end 217.77MB, increase: 31.16KB
  5964. 2025-1-16 17:44:22-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  5965. 2025-1-16 17:44:22-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  5966. 2025-1-16 17:44:22-debug: run build task 整理部分构建选项内数据到 settings.json success in 4 ms√, progress: 15%
  5967. 2025-1-16 17:44:22-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:217.80MB, end 217.92MB, increase: 129.23KB
  5968. 2025-1-16 17:44:22-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (4ms)
  5969. 2025-1-16 17:44:28-debug: refresh db internal success
  5970. 2025-1-16 17:44:28-debug: refresh db assets success
  5971. 2025-1-16 17:44:28-debug: Run asset db hook engine-extends:afterRefresh ...
  5972. 2025-1-16 17:44:28-debug: Run asset db hook engine-extends:afterRefresh success!
  5973. 2025-1-16 17:44:28-debug: asset-db:refresh-all-database (99ms)
  5974. 2025-1-16 17:44:28-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  5975. 2025-1-16 17:44:28-debug: asset-db:worker-effect-data-processing (1ms)
  5976. 2025-1-16 17:44:59-debug: refresh db internal success
  5977. 2025-1-16 17:44:59-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_class\GameData.ts background: #aaff85; color: #000; color: #000;
  5978. 2025-1-16 17:44:59-debug: refresh db assets success
  5979. 2025-1-16 17:44:59-debug: Run asset db hook engine-extends:afterRefresh ...
  5980. 2025-1-16 17:44:59-debug: Run asset db hook engine-extends:afterRefresh success!
  5981. 2025-1-16 17:44:59-debug: asset-db:refresh-all-database (137ms)
  5982. 2025-1-16 17:44:59-debug: asset-db:worker-effect-data-processing (1ms)
  5983. 2025-1-16 17:44:59-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  5984. 2025-1-16 17:45:00-debug: Query all assets info in project
  5985. 2025-1-16 17:45:00-debug: init custom config: keepNodeUuid: false, useCache: true
  5986. 2025-1-16 17:45:00-debug: // ---- build task 查询 Asset Bundle ----
  5987. 2025-1-16 17:45:00-debug: 查询 Asset Bundle start, progress: 0%
  5988. 2025-1-16 17:45:00-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  5989. 2025-1-16 17:45:00-debug: Number of all scripts: 112
  5990. 2025-1-16 17:45:00-debug: Number of other assets: 986
  5991. 2025-1-16 17:45:00-debug: Number of all scenes: 3
  5992. 2025-1-16 17:45:00-debug: // ---- build task 查询 Asset Bundle ---- (14ms)
  5993. 2025-1-16 17:45:00-debug: run build task 查询 Asset Bundle success in 14 ms√, progress: 5%
  5994. 2025-1-16 17:45:00-debug: // ---- build task 查询 Asset Bundle ----
  5995. 2025-1-16 17:45:00-debug: [Build Memory track]: 查询 Asset Bundle start:203.59MB, end 202.70MB, increase: -912.93KB
  5996. 2025-1-16 17:45:00-debug: 查询 Asset Bundle start, progress: 5%
  5997. 2025-1-16 17:45:00-debug: // ---- build task 查询 Asset Bundle ---- (4ms)
  5998. 2025-1-16 17:45:00-debug: run build task 查询 Asset Bundle success in 4 ms√, progress: 10%
  5999. 2025-1-16 17:45:00-debug: [Build Memory track]: 查询 Asset Bundle start:202.73MB, end 202.92MB, increase: 191.97KB
  6000. 2025-1-16 17:45:00-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  6001. 2025-1-16 17:45:00-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  6002. 2025-1-16 17:45:00-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (1ms)
  6003. 2025-1-16 17:45:00-debug: run build task 整理部分构建选项内数据到 settings.json success in 1 ms√, progress: 12%
  6004. 2025-1-16 17:45:00-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:202.95MB, end 202.98MB, increase: 29.84KB
  6005. 2025-1-16 17:45:00-debug: 填充脚本数据到 settings.json start, progress: 12%
  6006. 2025-1-16 17:45:00-debug: // ---- build task 填充脚本数据到 settings.json ----
  6007. 2025-1-16 17:45:00-debug: // ---- build task 填充脚本数据到 settings.json ---- (1ms)
  6008. 2025-1-16 17:45:00-debug: run build task 填充脚本数据到 settings.json success in 1 ms√, progress: 13%
  6009. 2025-1-16 17:45:00-debug: [Build Memory track]: 填充脚本数据到 settings.json start:203.01MB, end 203.04MB, increase: 28.74KB
  6010. 2025-1-16 17:45:00-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  6011. 2025-1-16 17:45:00-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  6012. 2025-1-16 17:45:00-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (5ms)
  6013. 2025-1-16 17:45:00-debug: run build task 整理部分构建选项内数据到 settings.json success in 5 ms√, progress: 15%
  6014. 2025-1-16 17:45:00-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:203.07MB, end 203.20MB, increase: 134.27KB
  6015. 2025-1-16 17:45:06-debug: refresh db internal success
  6016. 2025-1-16 17:45:06-debug: refresh db assets success
  6017. 2025-1-16 17:45:06-debug: Run asset db hook engine-extends:afterRefresh success!
  6018. 2025-1-16 17:45:06-debug: Run asset db hook engine-extends:afterRefresh ...
  6019. 2025-1-16 17:45:06-debug: asset-db:refresh-all-database (102ms)
  6020. 2025-1-16 17:45:06-debug: asset-db:worker-effect-data-processing (7ms)
  6021. 2025-1-16 17:45:06-debug: asset-db-hook-engine-extends-afterRefresh (8ms)
  6022. 2025-1-16 17:49:32-debug: refresh db internal success
  6023. 2025-1-16 17:49:32-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\core\util_class\GameData.ts background: #aaff85; color: #000; color: #000;
  6024. 2025-1-16 17:49:32-debug: refresh db assets success
  6025. 2025-1-16 17:49:32-debug: Run asset db hook engine-extends:afterRefresh ...
  6026. 2025-1-16 17:49:32-debug: Run asset db hook engine-extends:afterRefresh success!
  6027. 2025-1-16 17:49:32-debug: asset-db:refresh-all-database (117ms)
  6028. 2025-1-16 17:49:32-debug: asset-db:worker-effect-data-processing (6ms)
  6029. 2025-1-16 17:49:32-debug: asset-db-hook-engine-extends-afterRefresh (6ms)
  6030. 2025-1-16 17:49:37-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  6031. 2025-1-16 17:49:37-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (15ms)
  6032. 2025-1-16 17:49:37-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  6033. 2025-1-16 17:49:37-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (14ms)
  6034. 2025-1-16 17:49:37-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  6035. 2025-1-16 17:49:37-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (17ms)
  6036. 2025-1-16 17:49:38-debug: Query all assets info in project
  6037. 2025-1-16 17:49:38-debug: init custom config: keepNodeUuid: false, useCache: true
  6038. 2025-1-16 17:49:38-debug: 查询 Asset Bundle start, progress: 0%
  6039. 2025-1-16 17:49:38-debug: // ---- build task 查询 Asset Bundle ----
  6040. 2025-1-16 17:49:38-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  6041. 2025-1-16 17:49:38-debug: Number of other assets: 986
  6042. 2025-1-16 17:49:38-debug: Number of all scenes: 3
  6043. 2025-1-16 17:49:38-debug: Number of all scripts: 112
  6044. 2025-1-16 17:49:38-debug: // ---- build task 查询 Asset Bundle ---- (21ms)
  6045. 2025-1-16 17:49:38-debug: run build task 查询 Asset Bundle success in 21 ms√, progress: 5%
  6046. 2025-1-16 17:49:38-debug: [Build Memory track]: 查询 Asset Bundle start:205.83MB, end 205.67MB, increase: -159.74KB
  6047. 2025-1-16 17:49:38-debug: 查询 Asset Bundle start, progress: 5%
  6048. 2025-1-16 17:49:38-debug: // ---- build task 查询 Asset Bundle ----
  6049. 2025-1-16 17:49:38-debug: // ---- build task 查询 Asset Bundle ---- (11ms)
  6050. 2025-1-16 17:49:38-debug: run build task 查询 Asset Bundle success in 11 ms√, progress: 10%
  6051. 2025-1-16 17:49:38-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  6052. 2025-1-16 17:49:38-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  6053. 2025-1-16 17:49:38-debug: [Build Memory track]: 查询 Asset Bundle start:205.70MB, end 205.90MB, increase: 200.05KB
  6054. 2025-1-16 17:49:38-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (1ms)
  6055. 2025-1-16 17:49:38-debug: run build task 整理部分构建选项内数据到 settings.json success in 1 ms√, progress: 12%
  6056. 2025-1-16 17:49:38-debug: // ---- build task 填充脚本数据到 settings.json ----
  6057. 2025-1-16 17:49:38-debug: 填充脚本数据到 settings.json start, progress: 12%
  6058. 2025-1-16 17:49:38-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:206.00MB, end 206.03MB, increase: 28.98KB
  6059. 2025-1-16 17:49:38-debug: // ---- build task 填充脚本数据到 settings.json ---- (1ms)
  6060. 2025-1-16 17:49:38-debug: run build task 填充脚本数据到 settings.json success in 1 ms√, progress: 13%
  6061. 2025-1-16 17:49:38-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  6062. 2025-1-16 17:49:38-debug: [Build Memory track]: 填充脚本数据到 settings.json start:206.06MB, end 206.09MB, increase: 27.93KB
  6063. 2025-1-16 17:49:38-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  6064. 2025-1-16 17:49:38-debug: run build task 整理部分构建选项内数据到 settings.json success in 5 ms√, progress: 15%
  6065. 2025-1-16 17:49:38-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:206.12MB, end 206.25MB, increase: 130.73KB
  6066. 2025-1-16 17:49:38-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (5ms)
  6067. 2025-1-16 17:49:44-debug: refresh db internal success
  6068. 2025-1-16 17:49:45-debug: refresh db assets success
  6069. 2025-1-16 17:49:45-debug: Run asset db hook engine-extends:afterRefresh ...
  6070. 2025-1-16 17:49:45-debug: Run asset db hook engine-extends:afterRefresh success!
  6071. 2025-1-16 17:49:45-debug: asset-db:refresh-all-database (308ms)
  6072. 2025-1-16 17:49:45-debug: asset-db-hook-engine-extends-afterRefresh (4ms)
  6073. 2025-1-16 17:49:45-debug: asset-db:worker-effect-data-processing (3ms)
  6074. 2025-1-16 17:49:46-debug: Query all assets info in project
  6075. 2025-1-16 17:49:46-debug: init custom config: keepNodeUuid: false, useCache: true
  6076. 2025-1-16 17:49:46-debug: 查询 Asset Bundle start, progress: 0%
  6077. 2025-1-16 17:49:46-debug: // ---- build task 查询 Asset Bundle ----
  6078. 2025-1-16 17:49:46-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  6079. 2025-1-16 17:49:46-debug: Number of all scenes: 3
  6080. 2025-1-16 17:49:46-debug: Number of all scripts: 112
  6081. 2025-1-16 17:49:46-debug: Number of other assets: 986
  6082. 2025-1-16 17:49:46-debug: // ---- build task 查询 Asset Bundle ---- (11ms)
  6083. 2025-1-16 17:49:46-debug: run build task 查询 Asset Bundle success in 11 ms√, progress: 5%
  6084. 2025-1-16 17:49:46-debug: [Build Memory track]: 查询 Asset Bundle start:208.50MB, end 208.35MB, increase: -146.06KB
  6085. 2025-1-16 17:49:46-debug: // ---- build task 查询 Asset Bundle ----
  6086. 2025-1-16 17:49:46-debug: 查询 Asset Bundle start, progress: 5%
  6087. 2025-1-16 17:49:46-debug: // ---- build task 查询 Asset Bundle ---- (10ms)
  6088. 2025-1-16 17:49:46-debug: run build task 查询 Asset Bundle success in 10 ms√, progress: 10%
  6089. 2025-1-16 17:49:46-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  6090. 2025-1-16 17:49:46-debug: [Build Memory track]: 查询 Asset Bundle start:208.39MB, end 208.58MB, increase: 196.77KB
  6091. 2025-1-16 17:49:46-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  6092. 2025-1-16 17:49:46-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (2ms)
  6093. 2025-1-16 17:49:46-debug: run build task 整理部分构建选项内数据到 settings.json success in 2 ms√, progress: 12%
  6094. 2025-1-16 17:49:46-debug: // ---- build task 填充脚本数据到 settings.json ----
  6095. 2025-1-16 17:49:46-debug: 填充脚本数据到 settings.json start, progress: 12%
  6096. 2025-1-16 17:49:46-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:208.61MB, end 208.64MB, increase: 29.86KB
  6097. 2025-1-16 17:49:46-debug: // ---- build task 填充脚本数据到 settings.json ---- (1ms)
  6098. 2025-1-16 17:49:46-debug: run build task 填充脚本数据到 settings.json success in 1 ms√, progress: 13%
  6099. 2025-1-16 17:49:46-debug: [Build Memory track]: 填充脚本数据到 settings.json start:208.67MB, end 208.70MB, increase: 28.66KB
  6100. 2025-1-16 17:49:46-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  6101. 2025-1-16 17:49:46-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  6102. 2025-1-16 17:49:46-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (6ms)
  6103. 2025-1-16 17:49:46-debug: run build task 整理部分构建选项内数据到 settings.json success in 6 ms√, progress: 15%
  6104. 2025-1-16 17:49:46-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:208.73MB, end 208.88MB, increase: 146.88KB
  6105. 2025-1-16 17:49:53-debug: Query all assets info in project
  6106. 2025-1-16 17:49:53-debug: init custom config: keepNodeUuid: false, useCache: true
  6107. 2025-1-16 17:49:53-debug: 查询 Asset Bundle start, progress: 0%
  6108. 2025-1-16 17:49:53-debug: // ---- build task 查询 Asset Bundle ----
  6109. 2025-1-16 17:49:53-debug: Number of all scenes: 3
  6110. 2025-1-16 17:49:53-debug: Number of all scripts: 112
  6111. 2025-1-16 17:49:53-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  6112. 2025-1-16 17:49:53-debug: Number of other assets: 986
  6113. 2025-1-16 17:49:53-debug: // ---- build task 查询 Asset Bundle ---- (6ms)
  6114. 2025-1-16 17:49:53-debug: run build task 查询 Asset Bundle success in 6 ms√, progress: 5%
  6115. 2025-1-16 17:49:53-debug: // ---- build task 查询 Asset Bundle ----
  6116. 2025-1-16 17:49:53-debug: [Build Memory track]: 查询 Asset Bundle start:208.81MB, end 210.41MB, increase: 1.60MB
  6117. 2025-1-16 17:49:53-debug: 查询 Asset Bundle start, progress: 5%
  6118. 2025-1-16 17:49:53-debug: // ---- build task 查询 Asset Bundle ---- (3ms)
  6119. 2025-1-16 17:49:53-debug: run build task 查询 Asset Bundle success in 3 ms√, progress: 10%
  6120. 2025-1-16 17:49:53-debug: [Build Memory track]: 查询 Asset Bundle start:210.44MB, end 210.63MB, increase: 196.31KB
  6121. 2025-1-16 17:49:53-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  6122. 2025-1-16 17:49:53-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  6123. 2025-1-16 17:49:53-debug: run build task 整理部分构建选项内数据到 settings.json success in √, progress: 12%
  6124. 2025-1-16 17:49:53-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:210.66MB, end 210.68MB, increase: 17.78KB
  6125. 2025-1-16 17:49:53-debug: // ---- build task 填充脚本数据到 settings.json ----
  6126. 2025-1-16 17:49:53-debug: 填充脚本数据到 settings.json start, progress: 12%
  6127. 2025-1-16 17:49:53-debug: // ---- build task 填充脚本数据到 settings.json ---- (1ms)
  6128. 2025-1-16 17:49:53-debug: run build task 填充脚本数据到 settings.json success in 1 ms√, progress: 13%
  6129. 2025-1-16 17:49:53-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  6130. 2025-1-16 17:49:53-debug: [Build Memory track]: 填充脚本数据到 settings.json start:210.71MB, end 210.74MB, increase: 28.17KB
  6131. 2025-1-16 17:49:53-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  6132. 2025-1-16 17:49:53-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (4ms)
  6133. 2025-1-16 17:49:53-debug: run build task 整理部分构建选项内数据到 settings.json success in 4 ms√, progress: 15%
  6134. 2025-1-16 17:49:53-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:210.77MB, end 207.60MB, increase: -3254.14KB
  6135. 2025-1-16 17:50:09-debug: Query all assets info in project
  6136. 2025-1-16 17:50:09-debug: init custom config: keepNodeUuid: false, useCache: true
  6137. 2025-1-16 17:50:09-debug: 查询 Asset Bundle start, progress: 0%
  6138. 2025-1-16 17:50:09-debug: // ---- build task 查询 Asset Bundle ----
  6139. 2025-1-16 17:50:09-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  6140. 2025-1-16 17:50:09-debug: Number of all scenes: 3
  6141. 2025-1-16 17:50:09-debug: Number of all scripts: 112
  6142. 2025-1-16 17:50:09-debug: Number of other assets: 986
  6143. 2025-1-16 17:50:09-debug: // ---- build task 查询 Asset Bundle ---- (11ms)
  6144. 2025-1-16 17:50:09-debug: run build task 查询 Asset Bundle success in 11 ms√, progress: 5%
  6145. 2025-1-16 17:50:09-debug: // ---- build task 查询 Asset Bundle ----
  6146. 2025-1-16 17:50:09-debug: [Build Memory track]: 查询 Asset Bundle start:208.32MB, end 208.24MB, increase: -87.41KB
  6147. 2025-1-16 17:50:09-debug: 查询 Asset Bundle start, progress: 5%
  6148. 2025-1-16 17:50:09-debug: // ---- build task 查询 Asset Bundle ---- (4ms)
  6149. 2025-1-16 17:50:09-debug: run build task 查询 Asset Bundle success in 4 ms√, progress: 10%
  6150. 2025-1-16 17:50:09-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  6151. 2025-1-16 17:50:09-debug: [Build Memory track]: 查询 Asset Bundle start:208.27MB, end 208.45MB, increase: 189.84KB
  6152. 2025-1-16 17:50:09-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  6153. 2025-1-16 17:50:09-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (1ms)
  6154. 2025-1-16 17:50:09-debug: run build task 整理部分构建选项内数据到 settings.json success in 1 ms√, progress: 12%
  6155. 2025-1-16 17:50:09-debug: 填充脚本数据到 settings.json start, progress: 12%
  6156. 2025-1-16 17:50:09-debug: // ---- build task 填充脚本数据到 settings.json ----
  6157. 2025-1-16 17:50:09-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:207.62MB, end 207.64MB, increase: 28.34KB
  6158. 2025-1-16 17:50:09-debug: // ---- build task 填充脚本数据到 settings.json ---- (1ms)
  6159. 2025-1-16 17:50:09-debug: run build task 填充脚本数据到 settings.json success in 1 ms√, progress: 13%
  6160. 2025-1-16 17:50:09-debug: [Build Memory track]: 填充脚本数据到 settings.json start:207.68MB, end 207.70MB, increase: 30.09KB
  6161. 2025-1-16 17:50:09-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  6162. 2025-1-16 17:50:09-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  6163. 2025-1-16 17:50:09-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (4ms)
  6164. 2025-1-16 17:50:09-debug: run build task 整理部分构建选项内数据到 settings.json success in 4 ms√, progress: 15%
  6165. 2025-1-16 17:50:09-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:207.74MB, end 207.87MB, increase: 133.70KB
  6166. 2025-1-16 17:50:26-debug: refresh db internal success
  6167. 2025-1-16 17:50:26-debug: refresh db assets success
  6168. 2025-1-16 17:50:26-debug: Run asset db hook engine-extends:afterRefresh ...
  6169. 2025-1-16 17:50:26-debug: Run asset db hook engine-extends:afterRefresh success!
  6170. 2025-1-16 17:50:26-debug: asset-db:refresh-all-database (101ms)
  6171. 2025-1-16 17:50:26-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  6172. 2025-1-16 17:50:26-debug: asset-db:worker-effect-data-processing (1ms)
  6173. 2025-1-16 17:51:38-debug: refresh db internal success
  6174. 2025-1-16 17:51:38-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\game\PlayerData.ts background: #aaff85; color: #000; color: #000;
  6175. 2025-1-16 17:51:38-debug: refresh db assets success
  6176. 2025-1-16 17:51:38-debug: Run asset db hook engine-extends:afterRefresh ...
  6177. 2025-1-16 17:51:38-debug: Run asset db hook engine-extends:afterRefresh success!
  6178. 2025-1-16 17:51:38-debug: asset-db:refresh-all-database (105ms)
  6179. 2025-1-16 17:51:39-debug: Query all assets info in project
  6180. 2025-1-16 17:51:39-debug: init custom config: keepNodeUuid: false, useCache: true
  6181. 2025-1-16 17:51:39-debug: 查询 Asset Bundle start, progress: 0%
  6182. 2025-1-16 17:51:39-debug: // ---- build task 查询 Asset Bundle ----
  6183. 2025-1-16 17:51:39-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  6184. 2025-1-16 17:51:39-debug: Number of all scenes: 3
  6185. 2025-1-16 17:51:39-debug: Number of all scripts: 112
  6186. 2025-1-16 17:51:39-debug: Number of other assets: 986
  6187. 2025-1-16 17:51:39-debug: // ---- build task 查询 Asset Bundle ---- (10ms)
  6188. 2025-1-16 17:51:39-debug: run build task 查询 Asset Bundle success in 10 ms√, progress: 5%
  6189. 2025-1-16 17:51:39-debug: [Build Memory track]: 查询 Asset Bundle start:213.80MB, end 212.63MB, increase: -1196.18KB
  6190. 2025-1-16 17:51:39-debug: 查询 Asset Bundle start, progress: 5%
  6191. 2025-1-16 17:51:39-debug: // ---- build task 查询 Asset Bundle ----
  6192. 2025-1-16 17:51:39-debug: // ---- build task 查询 Asset Bundle ---- (5ms)
  6193. 2025-1-16 17:51:39-debug: run build task 查询 Asset Bundle success in 5 ms√, progress: 10%
  6194. 2025-1-16 17:51:39-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  6195. 2025-1-16 17:51:39-debug: [Build Memory track]: 查询 Asset Bundle start:212.67MB, end 212.86MB, increase: 196.15KB
  6196. 2025-1-16 17:51:39-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  6197. 2025-1-16 17:51:39-debug: run build task 整理部分构建选项内数据到 settings.json success in √, progress: 12%
  6198. 2025-1-16 17:51:39-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:212.89MB, end 212.91MB, increase: 17.84KB
  6199. 2025-1-16 17:51:39-debug: 填充脚本数据到 settings.json start, progress: 12%
  6200. 2025-1-16 17:51:39-debug: // ---- build task 填充脚本数据到 settings.json ----
  6201. 2025-1-16 17:51:39-debug: // ---- build task 填充脚本数据到 settings.json ---- (1ms)
  6202. 2025-1-16 17:51:39-debug: run build task 填充脚本数据到 settings.json success in 1 ms√, progress: 13%
  6203. 2025-1-16 17:51:39-debug: [Build Memory track]: 填充脚本数据到 settings.json start:212.94MB, end 212.97MB, increase: 28.20KB
  6204. 2025-1-16 17:51:39-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  6205. 2025-1-16 17:51:39-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  6206. 2025-1-16 17:51:39-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (5ms)
  6207. 2025-1-16 17:51:39-debug: run build task 整理部分构建选项内数据到 settings.json success in 5 ms√, progress: 15%
  6208. 2025-1-16 17:51:39-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:213.00MB, end 213.13MB, increase: 130.27KB
  6209. 2025-1-16 17:51:48-debug: refresh db internal success
  6210. 2025-1-16 17:51:48-debug: refresh db assets success
  6211. 2025-1-16 17:51:48-debug: Run asset db hook engine-extends:afterRefresh ...
  6212. 2025-1-16 17:51:48-debug: Run asset db hook engine-extends:afterRefresh success!
  6213. 2025-1-16 17:51:48-debug: asset-db:refresh-all-database (96ms)
  6214. 2025-1-16 17:51:48-debug: asset-db-hook-engine-extends-afterRefresh (2ms)
  6215. 2025-1-16 17:51:48-debug: asset-db:worker-effect-data-processing (2ms)
  6216. 2025-1-16 17:52:01-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  6217. 2025-1-16 17:52:01-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (22ms)
  6218. 2025-1-16 17:52:01-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\start\start.scene background: #aaff85; color: #000; color: #000;
  6219. 2025-1-16 17:52:01-debug: asset-db:reimport-asset155e7964-9abb-4942-be64-ececa65865a5 (17ms)
  6220. 2025-1-16 17:52:02-debug: Query all assets info in project
  6221. 2025-1-16 17:52:02-debug: init custom config: keepNodeUuid: false, useCache: true
  6222. 2025-1-16 17:52:02-debug: 查询 Asset Bundle start, progress: 0%
  6223. 2025-1-16 17:52:02-debug: // ---- build task 查询 Asset Bundle ----
  6224. 2025-1-16 17:52:02-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  6225. 2025-1-16 17:52:02-debug: Number of all scenes: 3
  6226. 2025-1-16 17:52:02-debug: Number of all scripts: 112
  6227. 2025-1-16 17:52:02-debug: Number of other assets: 986
  6228. 2025-1-16 17:52:02-debug: // ---- build task 查询 Asset Bundle ---- (12ms)
  6229. 2025-1-16 17:52:02-debug: [Build Memory track]: 查询 Asset Bundle start:214.86MB, end 214.20MB, increase: -678.04KB
  6230. 2025-1-16 17:52:02-debug: run build task 查询 Asset Bundle success in 12 ms√, progress: 5%
  6231. 2025-1-16 17:52:02-debug: // ---- build task 查询 Asset Bundle ----
  6232. 2025-1-16 17:52:02-debug: 查询 Asset Bundle start, progress: 5%
  6233. 2025-1-16 17:52:02-debug: // ---- build task 查询 Asset Bundle ---- (2ms)
  6234. 2025-1-16 17:52:02-debug: run build task 查询 Asset Bundle success in 2 ms√, progress: 10%
  6235. 2025-1-16 17:52:02-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  6236. 2025-1-16 17:52:02-debug: [Build Memory track]: 查询 Asset Bundle start:214.23MB, end 214.41MB, increase: 190.10KB
  6237. 2025-1-16 17:52:02-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  6238. 2025-1-16 17:52:02-debug: run build task 整理部分构建选项内数据到 settings.json success in √, progress: 12%
  6239. 2025-1-16 17:52:02-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:214.45MB, end 214.46MB, increase: 17.97KB
  6240. 2025-1-16 17:52:02-debug: // ---- build task 填充脚本数据到 settings.json ----
  6241. 2025-1-16 17:52:02-debug: 填充脚本数据到 settings.json start, progress: 12%
  6242. 2025-1-16 17:52:02-debug: // ---- build task 填充脚本数据到 settings.json ---- (2ms)
  6243. 2025-1-16 17:52:02-debug: run build task 填充脚本数据到 settings.json success in 2 ms√, progress: 13%
  6244. 2025-1-16 17:52:02-debug: [Build Memory track]: 填充脚本数据到 settings.json start:213.60MB, end 213.63MB, increase: 28.92KB
  6245. 2025-1-16 17:52:02-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  6246. 2025-1-16 17:52:02-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  6247. 2025-1-16 17:52:02-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (5ms)
  6248. 2025-1-16 17:52:02-debug: run build task 整理部分构建选项内数据到 settings.json success in 5 ms√, progress: 15%
  6249. 2025-1-16 17:52:02-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:213.66MB, end 213.79MB, increase: 128.95KB
  6250. 2025-1-16 17:52:09-debug: Query all assets info in project
  6251. 2025-1-16 17:52:09-debug: init custom config: keepNodeUuid: false, useCache: true
  6252. 2025-1-16 17:52:09-debug: 查询 Asset Bundle start, progress: 0%
  6253. 2025-1-16 17:52:09-debug: // ---- build task 查询 Asset Bundle ----
  6254. 2025-1-16 17:52:09-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  6255. 2025-1-16 17:52:09-debug: Number of all scenes: 3
  6256. 2025-1-16 17:52:09-debug: Number of other assets: 986
  6257. 2025-1-16 17:52:09-debug: Number of all scripts: 112
  6258. 2025-1-16 17:52:09-debug: // ---- build task 查询 Asset Bundle ---- (11ms)
  6259. 2025-1-16 17:52:09-debug: run build task 查询 Asset Bundle success in 11 ms√, progress: 5%
  6260. 2025-1-16 17:52:09-debug: 查询 Asset Bundle start, progress: 5%
  6261. 2025-1-16 17:52:09-debug: [Build Memory track]: 查询 Asset Bundle start:214.55MB, end 214.51MB, increase: -41.50KB
  6262. 2025-1-16 17:52:09-debug: // ---- build task 查询 Asset Bundle ----
  6263. 2025-1-16 17:52:09-debug: // ---- build task 查询 Asset Bundle ---- (4ms)
  6264. 2025-1-16 17:52:09-debug: run build task 查询 Asset Bundle success in 4 ms√, progress: 10%
  6265. 2025-1-16 17:52:09-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  6266. 2025-1-16 17:52:09-debug: [Build Memory track]: 查询 Asset Bundle start:214.54MB, end 214.73MB, increase: 190.12KB
  6267. 2025-1-16 17:52:09-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  6268. 2025-1-16 17:52:09-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (2ms)
  6269. 2025-1-16 17:52:09-debug: run build task 整理部分构建选项内数据到 settings.json success in 2 ms√, progress: 12%
  6270. 2025-1-16 17:52:09-debug: // ---- build task 填充脚本数据到 settings.json ----
  6271. 2025-1-16 17:52:09-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:213.87MB, end 213.90MB, increase: 28.59KB
  6272. 2025-1-16 17:52:09-debug: 填充脚本数据到 settings.json start, progress: 12%
  6273. 2025-1-16 17:52:09-debug: run build task 填充脚本数据到 settings.json success in √, progress: 13%
  6274. 2025-1-16 17:52:09-debug: [Build Memory track]: 填充脚本数据到 settings.json start:213.93MB, end 213.95MB, increase: 18.90KB
  6275. 2025-1-16 17:52:09-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  6276. 2025-1-16 17:52:09-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  6277. 2025-1-16 17:52:09-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (4ms)
  6278. 2025-1-16 17:52:09-debug: run build task 整理部分构建选项内数据到 settings.json success in 4 ms√, progress: 15%
  6279. 2025-1-16 17:52:09-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:213.98MB, end 214.12MB, increase: 146.94KB
  6280. 2025-1-16 17:52:14-debug: Query all assets info in project
  6281. 2025-1-16 17:52:14-debug: init custom config: keepNodeUuid: false, useCache: true
  6282. 2025-1-16 17:52:14-debug: 查询 Asset Bundle start, progress: 0%
  6283. 2025-1-16 17:52:14-debug: // ---- build task 查询 Asset Bundle ----
  6284. 2025-1-16 17:52:14-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  6285. 2025-1-16 17:52:14-debug: Number of all scenes: 3
  6286. 2025-1-16 17:52:14-debug: Number of all scripts: 112
  6287. 2025-1-16 17:52:14-debug: Number of other assets: 986
  6288. 2025-1-16 17:52:14-debug: // ---- build task 查询 Asset Bundle ---- (14ms)
  6289. 2025-1-16 17:52:14-debug: run build task 查询 Asset Bundle success in 14 ms√, progress: 5%
  6290. 2025-1-16 17:52:14-debug: // ---- build task 查询 Asset Bundle ----
  6291. 2025-1-16 17:52:14-debug: [Build Memory track]: 查询 Asset Bundle start:214.78MB, end 214.69MB, increase: -93.29KB
  6292. 2025-1-16 17:52:14-debug: 查询 Asset Bundle start, progress: 5%
  6293. 2025-1-16 17:52:14-debug: // ---- build task 查询 Asset Bundle ---- (5ms)
  6294. 2025-1-16 17:52:14-debug: run build task 查询 Asset Bundle success in 5 ms√, progress: 10%
  6295. 2025-1-16 17:52:14-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  6296. 2025-1-16 17:52:14-debug: [Build Memory track]: 查询 Asset Bundle start:214.72MB, end 214.91MB, increase: 189.32KB
  6297. 2025-1-16 17:52:14-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  6298. 2025-1-16 17:52:14-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (2ms)
  6299. 2025-1-16 17:52:14-debug: run build task 整理部分构建选项内数据到 settings.json success in 2 ms√, progress: 12%
  6300. 2025-1-16 17:52:14-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:214.05MB, end 214.08MB, increase: 27.95KB
  6301. 2025-1-16 17:52:14-debug: // ---- build task 填充脚本数据到 settings.json ----
  6302. 2025-1-16 17:52:14-debug: 填充脚本数据到 settings.json start, progress: 12%
  6303. 2025-1-16 17:52:14-debug: run build task 填充脚本数据到 settings.json success in √, progress: 13%
  6304. 2025-1-16 17:52:14-debug: [Build Memory track]: 填充脚本数据到 settings.json start:214.11MB, end 214.13MB, increase: 17.92KB
  6305. 2025-1-16 17:52:14-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  6306. 2025-1-16 17:52:14-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  6307. 2025-1-16 17:52:14-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (6ms)
  6308. 2025-1-16 17:52:14-debug: run build task 整理部分构建选项内数据到 settings.json success in 6 ms√, progress: 15%
  6309. 2025-1-16 17:52:14-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:214.16MB, end 214.29MB, increase: 136.55KB
  6310. 2025-1-16 17:52:20-debug: refresh db internal success
  6311. 2025-1-16 17:52:21-debug: refresh db assets success
  6312. 2025-1-16 17:52:21-debug: Run asset db hook engine-extends:afterRefresh ...
  6313. 2025-1-16 17:52:21-debug: Run asset db hook engine-extends:afterRefresh success!
  6314. 2025-1-16 17:52:21-debug: asset-db:refresh-all-database (269ms)
  6315. 2025-1-16 17:52:21-debug: asset-db:worker-effect-data-processing (1ms)
  6316. 2025-1-16 17:52:21-debug: asset-db-hook-engine-extends-afterRefresh (2ms)
  6317. 2025-1-16 17:52:42-debug: refresh db internal success
  6318. 2025-1-16 17:52:42-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\hall\Hall.ts background: #aaff85; color: #000; color: #000;
  6319. 2025-1-16 17:52:42-debug: refresh db assets success
  6320. 2025-1-16 17:52:42-debug: Run asset db hook engine-extends:afterRefresh ...
  6321. 2025-1-16 17:52:42-debug: Run asset db hook engine-extends:afterRefresh success!
  6322. 2025-1-16 17:52:42-debug: asset-db:refresh-all-database (102ms)
  6323. 2025-1-16 17:53:14-debug: Start record console... {file(D:\CocosCreatorProject\Idioms\idiom\temp\builder\log\wechatgame2025-1-16 17-15.log)}
  6324. 2025-1-16 17:53:14-debug: Build with Cocos Creator 3.8.4
  6325. 2025-1-16 17:53:14-debug: =================================== build Task (wechatgame-001) Start ================================
  6326. 2025-1-16 17:53:14-debug: Start build task, options: {"name":"看你多厉害","server":"","platform":"wechatgame","buildPath":"project://build","debug":false,"md5Cache":false,"skipCompressTexture":false,"sourceMaps":false,"overwriteProjectSettings":{"macroConfig":{"cleanupImageCache":"on"},"includeModules":{"physics":"inherit-project-setting","physics-2d":"inherit-project-setting","gfx-webgl2":"off"}},"nativeCodeBundleMode":"wasm","polyfills":{"asyncFunctions":false},"experimentalEraseModules":false,"startSceneAssetBundle":true,"bundleConfigs":[],"useBuiltinServer":false,"md5CacheOptions":{"excludes":[],"includes":[],"replaceOnly":[],"handleTemplateMd5Link":true},"mainBundleIsRemote":false,"mainBundleCompressionType":"subpackage","useSplashScreen":true,"bundleCommonChunk":false,"packAutoAtlas":true,"startScene":"155e7964-9abb-4942-be64-ececa65865a5","outputName":"wechatgame-001","taskName":"wechatgame-001","scenes":[{"url":"db://assets/start/start.scene","uuid":"155e7964-9abb-4942-be64-ececa65865a5"},{"url":"db://assets/module_game/game/game.scene","uuid":"2d0d9d79-af76-426f-8abd-3eeff0d4e1c3","bundle":"db://assets/module_game"},{"url":"db://assets/module_game/hall/hall.scene","uuid":"f9516261-6f5e-4b79-9676-880b100e9a8d","bundle":"db://assets/module_game"}],"wasmCompressionMode":"brotli","packages":{"cocos-service":{"configID":"678dc5","services":[]},"wechatgame":{"orientation":"portrait","appid":"wx7d17bc8ef8255490","buildOpenDataContextTemplate":"","separateEngine":false,"highPerformanceMode":false,"__version__":"1.0.4","wasmSubpackage":true}},"__version__":"1.3.8","logDest":"project://temp/builder/log/wechatgame2025-1-16 17-15.log"}
  6327. 2025-1-16 17:53:14-debug: cocos-service:(onBeforeBuild) start..., progress: 0%
  6328. 2025-1-16 17:53:14-debug: // ---- build task cocos-service:onBeforeBuild ----
  6329. 2025-1-16 17:53:14-debug: // ---- build task cocos-service:onBeforeBuild ---- (167ms)
  6330. 2025-1-16 17:53:14-debug: cocos-service:(onBeforeBuild) in 167 ms ✓, progress: 2%
  6331. 2025-1-16 17:53:14-debug: scene:(onBeforeBuild) start..., progress: 2%
  6332. 2025-1-16 17:53:14-debug: // ---- build task scene:onBeforeBuild ----
  6333. 2025-1-16 17:53:14-debug: // ---- build task scene:onBeforeBuild ---- (18ms)
  6334. 2025-1-16 17:53:14-debug: scene:(onBeforeBuild) in 18 ms ✓, progress: 4%
  6335. 2025-1-16 17:53:15-debug: Start lock asset db..., progress: 4%
  6336. 2025-1-16 17:53:15-log: Asset DB is paused with build!
  6337. 2025-1-16 17:53:15-debug: Query all assets info in project
  6338. 2025-1-16 17:53:15-debug: init custom config: keepNodeUuid: false, useCache: true
  6339. 2025-1-16 17:53:15-debug: wechatgame:(onAfterInit) start..., progress: 4%
  6340. 2025-1-16 17:53:15-debug: // ---- build task wechatgame:onAfterInit ----
  6341. 2025-1-16 17:53:15-debug: // ---- build task wechatgame:onAfterInit ---- (7ms)
  6342. 2025-1-16 17:53:15-debug: wechatgame:(onAfterInit) in 7 ms ✓, progress: 5%
  6343. 2025-1-16 17:53:15-debug: // ---- build task cocos-service:onAfterInit ----
  6344. 2025-1-16 17:53:15-debug: cocos-service:(onAfterInit) start..., progress: 5%
  6345. 2025-1-16 17:53:15-debug: // ---- build task cocos-service:onAfterInit ---- (68ms)
  6346. 2025-1-16 17:53:15-debug: engine:(onAfterInit) start..., progress: 7%
  6347. 2025-1-16 17:53:15-debug: // ---- build task engine:onAfterInit ----
  6348. 2025-1-16 17:53:15-debug: cocos-service:(onAfterInit) in 68 ms ✓, progress: 7%
  6349. 2025-1-16 17:53:15-debug: // ---- build task engine:onAfterInit ---- (19ms)
  6350. 2025-1-16 17:53:15-debug: wechatgame:(onBeforeBundleInit) start..., progress: 9%
  6351. 2025-1-16 17:53:15-debug: // ---- build task wechatgame:onBeforeBundleInit ----
  6352. 2025-1-16 17:53:15-debug: engine:(onAfterInit) in 19 ms ✓, progress: 9%
  6353. 2025-1-16 17:53:15-debug: // ---- build task wechatgame:onBeforeBundleInit ---- (21ms)
  6354. 2025-1-16 17:53:15-debug: // ---- build task adsense-h5g-plugin:onBeforeBundleInit ----
  6355. 2025-1-16 17:53:15-debug: [adsense-h5g-plugin] remove script success
  6356. 2025-1-16 17:53:15-debug: adsense-h5g-plugin:(onBeforeBundleInit) start..., progress: 9%
  6357. 2025-1-16 17:53:15-debug: wechatgame:(onBeforeBundleInit) in 21 ms ✓, progress: 9%
  6358. 2025-1-16 17:53:15-debug: // ---- build task adsense-h5g-plugin:onBeforeBundleInit ---- (26ms)
  6359. 2025-1-16 17:53:15-debug: adsense-h5g-plugin:(onBeforeBundleInit) in 26 ms ✓, progress: 9%
  6360. 2025-1-16 17:53:15-debug: Init all bundles start..., progress: 9%
  6361. 2025-1-16 17:53:15-debug: // ---- build task 查询 Asset Bundle ----
  6362. 2025-1-16 17:53:15-debug: Init bundle root assets start..., progress: 9%
  6363. 2025-1-16 17:53:15-debug: Num of bundles: 6..., progress: 9%
  6364. 2025-1-16 17:53:15-debug: 查询 Asset Bundle start, progress: 9%
  6365. 2025-1-16 17:53:15-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  6366. 2025-1-16 17:53:15-debug: Number of all scripts: 112
  6367. 2025-1-16 17:53:15-debug: Number of other assets: 986
  6368. 2025-1-16 17:53:15-debug: Init bundle root assets success..., progress: 9%
  6369. 2025-1-16 17:53:15-debug: Number of all scenes: 3
  6370. 2025-1-16 17:53:15-debug: reload all scripts.
  6371. 2025-1-16 17:53:15-debug: Set detail map pack:///resolution-detail-map.json: {}
  6372. 2025-1-16 17:53:15-debug: Unregister BuiltinPipelineSettings
  6373. 2025-1-16 17:53:15-debug: Unregister ch_start_pack
  6374. 2025-1-16 17:53:15-debug: Unregister DebugViewRuntimeControl
  6375. 2025-1-16 17:53:15-debug: Unregister ch_sdk_comp
  6376. 2025-1-16 17:53:15-debug: Unregister __NodeEventAgent__
  6377. 2025-1-16 17:53:15-debug: Unregister ui_updater
  6378. 2025-1-16 17:53:15-debug: Unregister ResolutionAutoFit
  6379. 2025-1-16 17:53:15-debug: Unregister ClickPenetrate
  6380. 2025-1-16 17:53:15-debug: Unregister List
  6381. 2025-1-16 17:53:15-debug: Unregister ListItem
  6382. 2025-1-16 17:53:15-debug: Unregister MovieClip
  6383. 2025-1-16 17:53:15-debug: Unregister MotionTrail
  6384. 2025-1-16 17:53:15-debug: Unregister UISpineMovie
  6385. 2025-1-16 17:53:15-debug: Unregister Layout_UIAlert
  6386. 2025-1-16 17:53:15-debug: Unregister RewardFly
  6387. 2025-1-16 17:53:15-debug: Unregister SpineView
  6388. 2025-1-16 17:53:15-debug: Unregister Layout_UIWaiting
  6389. 2025-1-16 17:53:15-debug: Unregister table_level
  6390. 2025-1-16 17:53:15-debug: Unregister Layout_UI_Notify
  6391. 2025-1-16 17:53:15-debug: Unregister table_idiom
  6392. 2025-1-16 17:53:15-debug: Unregister Layout_Hall
  6393. 2025-1-16 17:53:15-debug: Unregister UI_Head_Icon
  6394. 2025-1-16 17:53:15-debug: Unregister UI_Rank_Item
  6395. 2025-1-16 17:53:15-debug: Unregister Start
  6396. 2025-1-16 17:53:15-debug: Unregister Layout_Fail
  6397. 2025-1-16 17:53:15-debug: Unregister Layout_Settings
  6398. 2025-1-16 17:53:15-debug: Unregister Layout_Rank
  6399. 2025-1-16 17:53:15-debug: Unregister Sign_Reward
  6400. 2025-1-16 17:53:15-debug: Unregister UI_Rank
  6401. 2025-1-16 17:53:15-debug: Unregister UI_Settings
  6402. 2025-1-16 17:53:15-debug: Unregister Layout_Invite
  6403. 2025-1-16 17:53:15-debug: Unregister Layout_Sign
  6404. 2025-1-16 17:53:15-debug: Unregister Layout_Store
  6405. 2025-1-16 17:53:15-debug: Unregister UI_Invite
  6406. 2025-1-16 17:53:15-debug: Unregister UI_Sign
  6407. 2025-1-16 17:53:15-debug: Unregister Layout_SideBar
  6408. 2025-1-16 17:53:15-debug: Unregister UI_Store
  6409. 2025-1-16 17:53:15-debug: Unregister UI_Task_Item
  6410. 2025-1-16 17:53:15-debug: Unregister UI_SideBar
  6411. 2025-1-16 17:53:15-debug: Unregister Layout_Task
  6412. 2025-1-16 17:53:15-debug: Unregister UI_Fail
  6413. 2025-1-16 17:53:15-debug: Unregister UI_Task
  6414. 2025-1-16 17:53:15-debug: Unregister Layout_GameRules
  6415. 2025-1-16 17:53:15-debug: Unregister UI_GameRules
  6416. 2025-1-16 17:53:15-debug: Unregister Layout_Idioms
  6417. 2025-1-16 17:53:15-debug: Unregister UI_Idiom
  6418. 2025-1-16 17:53:15-debug: Unregister UI_Hall
  6419. 2025-1-16 17:53:15-debug: Unregister UI_Idioms
  6420. 2025-1-16 17:53:15-debug: Unregister Layout_Win
  6421. 2025-1-16 17:53:15-debug: Unregister UI_Main
  6422. 2025-1-16 17:53:15-debug: Unregister Layout_Main
  6423. 2025-1-16 17:53:15-debug: Unregister Hall
  6424. 2025-1-16 17:53:15-debug: Unregister Cube_Infor
  6425. 2025-1-16 17:53:15-debug: Unregister CreateIdiom
  6426. 2025-1-16 17:53:15-debug: Unregister GameCtl
  6427. 2025-1-16 17:53:15-debug: Unregister UI_Item
  6428. 2025-1-16 17:53:15-debug: Unregister UI_Win
  6429. 2025-1-16 17:53:15-debug: Unregister Container_Manager
  6430. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js'
  6431. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/6a/6a5019a719a9014c047e67aa1cf34453ab8392ce.js'
  6432. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/d6/d6137fe08bf966a053351bb405928e5a6390befd.js'
  6433. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js'
  6434. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/59/59b7958b47eec6168615a6469581f8f48e26cb00.js'
  6435. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/97/9758c8bdbb4fd247ebce274d105abb8265561b82.js'
  6436. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/ba/bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js'
  6437. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/3c/3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js'
  6438. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/b3/b349769b96cc4c1dff92d5d6f941366e27a02c6b.js'
  6439. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/1c/1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js'
  6440. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/e6/e671bb16456ad253c126408d753c04295ea07129.js'
  6441. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/e9/e908646c1435d653de6447e2ae846c959ac29b33.js'
  6442. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/08/08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js'
  6443. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/a6/a62597dd07a24c3714ad095eedbfc8f76f2d165c.js'
  6444. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/3f/3f8dff31feda7b51e2d0428361dac48e18834ed8.js'
  6445. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/5a/5ad9214371678a1d97027b6cf28752dcbab25e0f.js'
  6446. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/41/41d16e1f8113566bf1c111c20aceca9e4a6626d6.js'
  6447. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/87/879eb4b2cb07a55807079158fde54421bac04056.js'
  6448. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/d7/d72ce35042ce99e7f64ae289f73e61427ebc5661.js'
  6449. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/39/3975fe5ce64c51324369e49e8afd9c685ef1036d.js'
  6450. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/72/72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js'
  6451. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/31/31f21e9610b2e754c9705fb8b4947b7629eba3ec.js'
  6452. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/1c/1c6623815813aae756c57cca6f89a3182c222719.js'
  6453. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/e2/e2c07fd606d93eb79afeed6ef4de521f2be03414.js'
  6454. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/33/33d6d868e05219070a908e953bde210e54f92e26.js'
  6455. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/6b/6b45817391fda8032e9c3052f72099ae80b977e5.js'
  6456. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/9b/9b4abce15a8c07b4b00096caaa35df726664c0eb.js'
  6457. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/79/79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js'
  6458. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/73/73c6533bf475cf801676942513edca165a6ed07f.js'
  6459. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/bd/bd8a015d9f05319ae091f7383c093a5f26a12133.js'
  6460. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/2d/2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js'
  6461. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/51/518c777b9b184349470f0a8548bfc02a3ac13b12.js'
  6462. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/47/47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js'
  6463. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/53/5355f477731c1aa517e29e27c45ac35bf99fe727.js'
  6464. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/e5/e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js'
  6465. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/5f/5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js'
  6466. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/d8/d8ea009be5644c7164c4b5ae51cd349e5525e465.js'
  6467. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/c9/c969313d23703c6a3fcc53d5e71bae664ed7849e.js'
  6468. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/f7/f780142056b451af1186d982a8e16130bfd276a2.js'
  6469. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/b6/b601769373047d5119da5c4cb4b3a4bba6a651af.js'
  6470. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/17/1787d8e2147a43214097b7b6fea81022fa7297b5.js'
  6471. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/4e/4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js'
  6472. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/69/69708f163aeb7f1d3d93c5d9454dca6576ef2581.js'
  6473. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/81/815a8e3b66559b0d1265c7b789166062c8861bd5.js'
  6474. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/8e/8e81d067c8870d70331d8b9656a976c1f558e5de.js'
  6475. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/cf/cf9c45e29398b29856527964dd8d734c5d4fdec4.js'
  6476. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/e0/e08485787ba9b2ad7c98e435102c966d3f5c64ae.js'
  6477. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/1d/1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js'
  6478. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/df/df48ec67964f126550b0d5d71bec2b4cfc027d50.js'
  6479. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/74/7404a8ee135932a387eac99bfb33951576fe8b67.js'
  6480. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/34/34df8999c17a8450e101699bd789ccbd57ce24ce.js'
  6481. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/c0/c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js'
  6482. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/d5/d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js'
  6483. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/31/3166d186d5cd2eca604e02fdebeb727752294da4.js'
  6484. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/5f/5f91b0c989c2a479c1da04fdb508bd586eba443c.js'
  6485. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/5d/5d8144768428205eb83d54c7574071768f6c1b5b.js'
  6486. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/12/122ae41024fa99aa4949a176919256851ded60b7.js'
  6487. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/a8/a89b293907eed8bf35922b74df584b59608173f2.js'
  6488. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/71/71b930d6142312f684efd1718dfcd7bfd1e95eaa.js'
  6489. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/59/5908d1524fdbf33b63c9c924078b09b63cc7fc89.js'
  6490. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/38/38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js'
  6491. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/20/20712297188dd3bbe9fb3acc1799edea45dda86b.js'
  6492. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/a4/a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js'
  6493. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/cb/cb13e961bcd8d7069545036fc45d02908c0eee94.js'
  6494. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/b3/b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js'
  6495. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/97/974d5e18287f52413bf4aef79e6b1b43e2db1119.js'
  6496. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/b7/b71ec6998eef381fede6b5fd1614855829fc2f22.js'
  6497. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/13/137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js'
  6498. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/c3/c307a58b694cc824581802a8099e6d62860adb91.js'
  6499. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/7a/7a060cba1d5a032475d6578a562fb8df8171eb0b.js'
  6500. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/09/09a6fd4930dfcb5968a1b01550a6275640cfa703.js'
  6501. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/cb/cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js'
  6502. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/82/82914e241315735457587bc37563ed7db8183cd0.js'
  6503. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/9d/9d6b2307e211bf7d71fb96955f3a221662b8b975.js'
  6504. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/90/90cb08bdd2589bd4780881bf755dafe0306918a1.js'
  6505. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/0a/0a4102a464059398e43bc26dd3fe1faf79989cb3.js'
  6506. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/78/789715a9ff1e6669695bc6f37f849347673e7936.js'
  6507. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/07/07873864f2752ebebcdaae9cbb27e5477e565642.js'
  6508. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/67/67f356369ce567fe1898b7ae72038ee83758a446.js'
  6509. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/b0/b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js'
  6510. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/f0/f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js'
  6511. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/63/635d373e206601884c96847cb1eeeefae856f2ab.js'
  6512. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/46/4669e191907a2a708fa7ba923dc04da98435f165.js'
  6513. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/50/50dd8b1c328a686f05e0ea16e0613e3558f0f915.js'
  6514. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/fd/fd567b6cff2bda101ea5067e96a8431f92b55a12.js'
  6515. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/d4/d4808bb291a6c1906241b46a992fa068602b87c7.js'
  6516. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/4a/4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js'
  6517. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/6a/6a163e5eb12e84fcff92e09679473d95caa7ce42.js'
  6518. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/b9/b968f7f08649c00a45a730a74c55b98d374e1ea3.js'
  6519. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/99/99b535d8a2435b17b7a999d87ff3be42be0d89f6.js'
  6520. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/a0/a0c4f651e5297607ee62681e54a78e7903383828.js'
  6521. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/2c/2cb4568cc17fc880801c649b7e09213445038932.js'
  6522. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/69/69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js'
  6523. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/4f/4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js'
  6524. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/73/73e6dc2a8fc59081071dcebb82927640ef5a7f21.js'
  6525. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/28/28edf65eb8d20daf82fac5a67080212e26e054c8.js'
  6526. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/4b/4b62ba828bd2568fd07a8c27879bd9e102538148.js'
  6527. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/2d/2d7e3424c179d135dc59489a147ede15a8748562.js'
  6528. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/30/30148fb61fef14f86e2cda463a167887dbf8cde4.js'
  6529. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/6a/6a8af0f15958f7b90e4c55917282aae8bec7ce55.js'
  6530. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/d7/d7e846ac7b691e2f62cb6f2e257f758a25829039.js'
  6531. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/64/648fcac29cbf9485ceab7e7d1359724ae2b1b196.js'
  6532. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/7e/7e7ab0c417629d8b4decc7970b158f69484ca3a0.js'
  6533. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/1a/1a017ea1d38c47616789b41b9b3ceca6cb903e59.js'
  6534. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/a5/a59d8099545685d191f1183a0f3bc7f3602b80cf.js'
  6535. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/96/96e2fcee174623dab28594a5fc60dc89148d32de.js'
  6536. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/41/41297756668c0510f828032e1d12f96a4d1a9194.js'
  6537. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/aa/aa522899127047b80d0893406f275d7a7aa74d2c.js'
  6538. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/47/47c8e77781a159f10d589db5916314688580bc33.js'
  6539. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/4b/4b736ecb9c777512e2deca84bf06782f772c5a85.js'
  6540. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/39/394eb72f0b5be6799d0045482477175eb4563bad.js'
  6541. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/9f/9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js'
  6542. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/c2/c28f184f0d05e5d5976de9f0de294b88d5de4347.js'
  6543. 2025-1-16 17:53:15-debug: Invalidating 'pack:///chunks/5c/5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js'
  6544. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js" loaded.
  6545. 2025-1-16 17:53:15-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6d\6d8fd2b0177941b032ddc0733af48a561fb60657.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6d\6d8fd2b0177941b032ddc0733af48a561fb60657.js is not in module cache!
  6546. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js" loaded.
  6547. 2025-1-16 17:53:15-debug: [[Executor]] Register BuiltinPipelineSettings
  6548. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/6a/6a5019a719a9014c047e67aa1cf34453ab8392ce.js" loaded.
  6549. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/59/59b7958b47eec6168615a6469581f8f48e26cb00.js" loaded.
  6550. 2025-1-16 17:53:15-debug: [[Executor]] Register DebugViewRuntimeControl
  6551. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/b3/b349769b96cc4c1dff92d5d6f941366e27a02c6b.js" loaded.
  6552. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/d6/d6137fe08bf966a053351bb405928e5a6390befd.js" loaded.
  6553. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/97/9758c8bdbb4fd247ebce274d105abb8265561b82.js" loaded.
  6554. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/3c/3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js" loaded.
  6555. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/5a/5ad9214371678a1d97027b6cf28752dcbab25e0f.js" loaded.
  6556. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/ba/bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js" loaded.
  6557. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/a6/a62597dd07a24c3714ad095eedbfc8f76f2d165c.js" loaded.
  6558. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/e9/e908646c1435d653de6447e2ae846c959ac29b33.js" loaded.
  6559. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/87/879eb4b2cb07a55807079158fde54421bac04056.js" loaded.
  6560. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/41/41d16e1f8113566bf1c111c20aceca9e4a6626d6.js" loaded.
  6561. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/3f/3f8dff31feda7b51e2d0428361dac48e18834ed8.js" loaded.
  6562. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/39/3975fe5ce64c51324369e49e8afd9c685ef1036d.js" loaded.
  6563. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/08/08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js" loaded.
  6564. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/72/72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js" loaded.
  6565. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/e6/e671bb16456ad253c126408d753c04295ea07129.js" loaded.
  6566. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/1c/1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js" loaded.
  6567. 2025-1-16 17:53:15-debug: [[Executor]] Register ch_sdk_comp
  6568. 2025-1-16 17:53:15-debug: [[Executor]] Register ch_start_pack
  6569. 2025-1-16 17:53:15-debug: [[Executor]] Register __NodeEventAgent__
  6570. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/31/31f21e9610b2e754c9705fb8b4947b7629eba3ec.js" loaded.
  6571. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/1c/1c6623815813aae756c57cca6f89a3182c222719.js" loaded.
  6572. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/d7/d72ce35042ce99e7f64ae289f73e61427ebc5661.js" loaded.
  6573. 2025-1-16 17:53:15-debug: [[Executor]] Register ResolutionAutoFit
  6574. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/33/33d6d868e05219070a908e953bde210e54f92e26.js" loaded.
  6575. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/e2/e2c07fd606d93eb79afeed6ef4de521f2be03414.js" loaded.
  6576. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/9b/9b4abce15a8c07b4b00096caaa35df726664c0eb.js" loaded.
  6577. 2025-1-16 17:53:15-debug: [[Executor]] Register ui_updater
  6578. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/6b/6b45817391fda8032e9c3052f72099ae80b977e5.js" loaded.
  6579. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/79/79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js" loaded.
  6580. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/51/518c777b9b184349470f0a8548bfc02a3ac13b12.js" loaded.
  6581. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/2d/2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js" loaded.
  6582. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/73/73c6533bf475cf801676942513edca165a6ed07f.js" loaded.
  6583. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/c9/c969313d23703c6a3fcc53d5e71bae664ed7849e.js" loaded.
  6584. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/bd/bd8a015d9f05319ae091f7383c093a5f26a12133.js" loaded.
  6585. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/53/5355f477731c1aa517e29e27c45ac35bf99fe727.js" loaded.
  6586. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/5f/5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js" loaded.
  6587. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/d8/d8ea009be5644c7164c4b5ae51cd349e5525e465.js" loaded.
  6588. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/4e/4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js" loaded.
  6589. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/17/1787d8e2147a43214097b7b6fea81022fa7297b5.js" loaded.
  6590. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/47/47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js" loaded.
  6591. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/f7/f780142056b451af1186d982a8e16130bfd276a2.js" loaded.
  6592. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/b6/b601769373047d5119da5c4cb4b3a4bba6a651af.js" loaded.
  6593. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/e5/e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js" loaded.
  6594. 2025-1-16 17:53:15-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\69\69708f163aeb7f1d3d93c5d9454dca6576ef2581.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\69\69708f163aeb7f1d3d93c5d9454dca6576ef2581.js is not in module cache!
  6595. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/69/69708f163aeb7f1d3d93c5d9454dca6576ef2581.js" loaded.
  6596. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/81/815a8e3b66559b0d1265c7b789166062c8861bd5.js" loaded.
  6597. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/cf/cf9c45e29398b29856527964dd8d734c5d4fdec4.js" loaded.
  6598. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/8e/8e81d067c8870d70331d8b9656a976c1f558e5de.js" loaded.
  6599. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/c0/c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js" loaded.
  6600. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/df/df48ec67964f126550b0d5d71bec2b4cfc027d50.js" loaded.
  6601. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/e0/e08485787ba9b2ad7c98e435102c966d3f5c64ae.js" loaded.
  6602. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/5f/5f91b0c989c2a479c1da04fdb508bd586eba443c.js" loaded.
  6603. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/1d/1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js" loaded.
  6604. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/34/34df8999c17a8450e101699bd789ccbd57ce24ce.js" loaded.
  6605. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/d5/d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js" loaded.
  6606. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/5d/5d8144768428205eb83d54c7574071768f6c1b5b.js" loaded.
  6607. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/74/7404a8ee135932a387eac99bfb33951576fe8b67.js" loaded.
  6608. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/31/3166d186d5cd2eca604e02fdebeb727752294da4.js" loaded.
  6609. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/a8/a89b293907eed8bf35922b74df584b59608173f2.js" loaded.
  6610. 2025-1-16 17:53:15-debug: [[Executor]] Register ListItem
  6611. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/59/5908d1524fdbf33b63c9c924078b09b63cc7fc89.js" loaded.
  6612. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/38/38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js" loaded.
  6613. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/12/122ae41024fa99aa4949a176919256851ded60b7.js" loaded.
  6614. 2025-1-16 17:53:15-debug: [[Executor]] Register MotionTrail
  6615. 2025-1-16 17:53:15-debug: [[Executor]] Register ClickPenetrate
  6616. 2025-1-16 17:53:15-warn: 'MotionTrail.color' hides inherited property 'cc.UIRenderer.color'. To make the current property override that implementation, add the `override: true` attribute please.
  6617. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/71/71b930d6142312f684efd1718dfcd7bfd1e95eaa.js" loaded.
  6618. 2025-1-16 17:53:15-debug: [[Executor]] Register List
  6619. 2025-1-16 17:53:15-debug: [[Executor]] Register MovieClip
  6620. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/a4/a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js" loaded.
  6621. 2025-1-16 17:53:15-debug: [[Executor]] Register SpineView
  6622. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/cb/cb13e961bcd8d7069545036fc45d02908c0eee94.js" loaded.
  6623. 2025-1-16 17:53:15-debug: [[Executor]] Register UISpineMovie
  6624. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/20/20712297188dd3bbe9fb3acc1799edea45dda86b.js" loaded.
  6625. 2025-1-16 17:53:15-debug: [[Executor]] Register Layout_UIAlert
  6626. 2025-1-16 17:53:15-debug: [[Executor]] Register RewardFly
  6627. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/cb/cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js" loaded.
  6628. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/b7/b71ec6998eef381fede6b5fd1614855829fc2f22.js" loaded.
  6629. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/97/974d5e18287f52413bf4aef79e6b1b43e2db1119.js" loaded.
  6630. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/b3/b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js" loaded.
  6631. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/7a/7a060cba1d5a032475d6578a562fb8df8171eb0b.js" loaded.
  6632. 2025-1-16 17:53:15-debug: [[Executor]] Register Layout_UIWaiting
  6633. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/13/137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js" loaded.
  6634. 2025-1-16 17:53:15-debug: [[Executor]] Register Layout_UI_Notify
  6635. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/9d/9d6b2307e211bf7d71fb96955f3a221662b8b975.js" loaded.
  6636. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/09/09a6fd4930dfcb5968a1b01550a6275640cfa703.js" loaded.
  6637. 2025-1-16 17:53:15-debug: [[Executor]] Register table_idiom
  6638. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/82/82914e241315735457587bc37563ed7db8183cd0.js" loaded.
  6639. 2025-1-16 17:53:15-debug: [[Executor]] Register table_level
  6640. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/c3/c307a58b694cc824581802a8099e6d62860adb91.js" loaded.
  6641. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/b0/b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js" loaded.
  6642. 2025-1-16 17:53:15-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c2\c28f184f0d05e5d5976de9f0de294b88d5de4347.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c2\c28f184f0d05e5d5976de9f0de294b88d5de4347.js is not in module cache!
  6643. 2025-1-16 17:53:15-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9f\9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9f\9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js is not in module cache!
  6644. 2025-1-16 17:53:15-debug: [[Executor]] Register Layout_Fail
  6645. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/4a/4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js" loaded.
  6646. 2025-1-16 17:53:15-debug: [[Executor]] Register UI_Head_Icon
  6647. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/4f/4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js" loaded.
  6648. 2025-1-16 17:53:15-debug: [[Executor]] Register Layout_Hall
  6649. 2025-1-16 17:53:15-debug: [[Executor]] Register UI_Rank_Item
  6650. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/aa/aa522899127047b80d0893406f275d7a7aa74d2c.js" loaded.
  6651. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/30/30148fb61fef14f86e2cda463a167887dbf8cde4.js" loaded.
  6652. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/47/47c8e77781a159f10d589db5916314688580bc33.js" loaded.
  6653. 2025-1-16 17:53:15-debug: [[Executor]] Register Layout_Rank
  6654. 2025-1-16 17:53:15-debug: [[Executor]] Register Layout_Settings
  6655. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/a0/a0c4f651e5297607ee62681e54a78e7903383828.js" loaded.
  6656. 2025-1-16 17:53:15-debug: [[Executor]] Register UI_Settings
  6657. 2025-1-16 17:53:15-debug: [[Executor]] Register UI_Rank
  6658. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/50/50dd8b1c328a686f05e0ea16e0613e3558f0f915.js" loaded.
  6659. 2025-1-16 17:53:15-debug: [[Executor]] Register Sign_Reward
  6660. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/2d/2d7e3424c179d135dc59489a147ede15a8748562.js" loaded.
  6661. 2025-1-16 17:53:15-warn: The type of "Sign_Reward.type" must be CCFloat or CCInteger, not Number.
  6662. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/4b/4b736ecb9c777512e2deca84bf06782f772c5a85.js" loaded.
  6663. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/7e/7e7ab0c417629d8b4decc7970b158f69484ca3a0.js" loaded.
  6664. 2025-1-16 17:53:15-debug: [[Executor]] Register Layout_Sign
  6665. 2025-1-16 17:53:15-warn: The type of "Sign_Reward.num" must be CCFloat or CCInteger, not Number.
  6666. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/28/28edf65eb8d20daf82fac5a67080212e26e054c8.js" loaded.
  6667. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/64/648fcac29cbf9485ceab7e7d1359724ae2b1b196.js" loaded.
  6668. 2025-1-16 17:53:15-debug: [[Executor]] Register Layout_Invite
  6669. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/73/73e6dc2a8fc59081071dcebb82927640ef5a7f21.js" loaded.
  6670. 2025-1-16 17:53:15-debug: [[Executor]] Register UI_Sign
  6671. 2025-1-16 17:53:15-debug: [[Executor]] Register UI_Invite
  6672. 2025-1-16 17:53:15-debug: [[Executor]] Register Layout_Store
  6673. 2025-1-16 17:53:15-warn: The type of "Layout_Store.Value" must be CCFloat or CCInteger, not Number.
  6674. 2025-1-16 17:53:15-warn: The type of "Layout_Store.Type" must be CCFloat or CCInteger, not Number.
  6675. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/1a/1a017ea1d38c47616789b41b9b3ceca6cb903e59.js" loaded.
  6676. 2025-1-16 17:53:15-debug: [[Executor]] Register Layout_SideBar
  6677. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/6a/6a8af0f15958f7b90e4c55917282aae8bec7ce55.js" loaded.
  6678. 2025-1-16 17:53:15-debug: [[Executor]] Register UI_Store
  6679. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/a5/a59d8099545685d191f1183a0f3bc7f3602b80cf.js" loaded.
  6680. 2025-1-16 17:53:15-debug: [[Executor]] Register UI_SideBar
  6681. 2025-1-16 17:53:15-debug: [[Executor]] Register Start
  6682. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/4b/4b62ba828bd2568fd07a8c27879bd9e102538148.js" loaded.
  6683. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/41/41297756668c0510f828032e1d12f96a4d1a9194.js" loaded.
  6684. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/39/394eb72f0b5be6799d0045482477175eb4563bad.js" loaded.
  6685. 2025-1-16 17:53:15-debug: [[Executor]] Register UI_Task_Item
  6686. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/96/96e2fcee174623dab28594a5fc60dc89148d32de.js" loaded.
  6687. 2025-1-16 17:53:15-debug: [[Executor]] Register UI_Task
  6688. 2025-1-16 17:53:15-debug: [[Executor]] Register UI_Hall
  6689. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/d7/d7e846ac7b691e2f62cb6f2e257f758a25829039.js" loaded.
  6690. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/2c/2cb4568cc17fc880801c649b7e09213445038932.js" loaded.
  6691. 2025-1-16 17:53:15-debug: [[Executor]] Register UI_Fail
  6692. 2025-1-16 17:53:15-debug: [[Executor]] Register Layout_Task
  6693. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/fd/fd567b6cff2bda101ea5067e96a8431f92b55a12.js" loaded.
  6694. 2025-1-16 17:53:15-debug: [[Executor]] Register Layout_GameRules
  6695. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/b9/b968f7f08649c00a45a730a74c55b98d374e1ea3.js" loaded.
  6696. 2025-1-16 17:53:15-debug: [[Executor]] Register UI_GameRules
  6697. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/d4/d4808bb291a6c1906241b46a992fa068602b87c7.js" loaded.
  6698. 2025-1-16 17:53:15-debug: [[Executor]] Register UI_Idiom
  6699. 2025-1-16 17:53:15-debug: [[Executor]] Register Layout_Idioms
  6700. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/46/4669e191907a2a708fa7ba923dc04da98435f165.js" loaded.
  6701. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/78/789715a9ff1e6669695bc6f37f849347673e7936.js" loaded.
  6702. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/f0/f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js" loaded.
  6703. 2025-1-16 17:53:15-debug: [[Executor]] Register Layout_Win
  6704. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/69/69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js" loaded.
  6705. 2025-1-16 17:53:15-debug: [[Executor]] Register UI_Win
  6706. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/99/99b535d8a2435b17b7a999d87ff3be42be0d89f6.js" loaded.
  6707. 2025-1-16 17:53:15-debug: [[Executor]] Register Layout_Main
  6708. 2025-1-16 17:53:15-debug: [[Executor]] Register UI_Idioms
  6709. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/6a/6a163e5eb12e84fcff92e09679473d95caa7ce42.js" loaded.
  6710. 2025-1-16 17:53:15-debug: [[Executor]] Register UI_Main
  6711. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/0a/0a4102a464059398e43bc26dd3fe1faf79989cb3.js" loaded.
  6712. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/9f/9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js" loaded.
  6713. 2025-1-16 17:53:15-debug: [[Executor]] Register Cube_Infor
  6714. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/c2/c28f184f0d05e5d5976de9f0de294b88d5de4347.js" loaded.
  6715. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/07/07873864f2752ebebcdaae9cbb27e5477e565642.js" loaded.
  6716. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/63/635d373e206601884c96847cb1eeeefae856f2ab.js" loaded.
  6717. 2025-1-16 17:53:15-debug: [[Executor]] Register Hall
  6718. 2025-1-16 17:53:15-debug: [[Executor]] Register CreateIdiom
  6719. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/67/67f356369ce567fe1898b7ae72038ee83758a446.js" loaded.
  6720. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/90/90cb08bdd2589bd4780881bf755dafe0306918a1.js" loaded.
  6721. 2025-1-16 17:53:15-debug: [[Executor]] Register Container_Manager
  6722. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/5c/5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js" loaded.
  6723. 2025-1-16 17:53:15-debug: [[Executor]] Register GameCtl
  6724. 2025-1-16 17:53:15-debug: [[Executor]] Module "pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js" loaded.
  6725. 2025-1-16 17:53:15-debug: Init bundle share assets start..., progress: 9%
  6726. 2025-1-16 17:53:15-debug: Incremental keys: chSdk,chsdk
  6727. 2025-1-16 17:53:15-debug: [[Executor]] Register UI_Item
  6728. 2025-1-16 17:53:15-debug: Init bundle share assets success..., progress: 9%
  6729. 2025-1-16 17:53:15-debug: handle json group in bundle internal
  6730. 2025-1-16 17:53:15-debug: handle json group in bundle internal success
  6731. 2025-1-16 17:53:15-debug: handle json group in bundle start-scene
  6732. 2025-1-16 17:53:15-debug: handle json group in bundle main
  6733. 2025-1-16 17:53:15-debug: handle json group in bundle start-scene success
  6734. 2025-1-16 17:53:15-debug: handle json group in bundle module_basic
  6735. 2025-1-16 17:53:15-debug: handle json group in bundle main success
  6736. 2025-1-16 17:53:15-debug: init image compress task 0 in bundle internal
  6737. 2025-1-16 17:53:15-debug: init image compress task 0 in bundle start-scene
  6738. 2025-1-16 17:53:15-debug: init image compress task 0 in bundle main
  6739. 2025-1-16 17:53:15-debug: handle json group in bundle module_game
  6740. 2025-1-16 17:53:15-debug: handle json group in bundle module_extra success
  6741. 2025-1-16 17:53:15-debug: handle json group in bundle module_extra
  6742. 2025-1-16 17:53:15-debug: handle json group in bundle module_basic success
  6743. 2025-1-16 17:53:15-debug: init image compress task 0 in bundle module_extra
  6744. 2025-1-16 17:53:15-debug: handle json group in bundle module_game success
  6745. 2025-1-16 17:53:15-debug: init image compress task 0 in bundle module_game
  6746. 2025-1-16 17:53:15-debug: init image compress task 0 in bundle module_basic
  6747. 2025-1-16 17:53:15-debug: // ---- build task 查询 Asset Bundle ---- (299ms)
  6748. 2025-1-16 17:53:15-debug: run build task 查询 Asset Bundle success in 299 ms√, progress: 14%
  6749. 2025-1-16 17:53:15-debug: // ---- build task 查询 Asset Bundle ----
  6750. 2025-1-16 17:53:15-debug: [Build Memory track]: 查询 Asset Bundle start:218.37MB, end 204.05MB, increase: -14667.11KB
  6751. 2025-1-16 17:53:15-debug: 查询 Asset Bundle start, progress: 14%
  6752. 2025-1-16 17:53:15-debug: // ---- build task 查询 Asset Bundle ---- (21ms)
  6753. 2025-1-16 17:53:15-debug: run build task 查询 Asset Bundle success in 21 ms√, progress: 19%
  6754. 2025-1-16 17:53:15-debug: 打包脚本 start, progress: 19%
  6755. 2025-1-16 17:53:15-debug: // ---- build task 打包脚本 ----
  6756. 2025-1-16 17:53:15-log: Run build task(build-script) in child, see: chrome://inspect/#devices
  6757. 2025-1-16 17:53:15-debug: [Build Memory track]: 查询 Asset Bundle start:204.08MB, end 204.31MB, increase: 235.14KB
  6758. 2025-1-16 17:53:16-log: [build-script]enter sub process 13676, C:\ProgramData\cocos\editors\Creator\3.8.4\CocosCreator.exe,C:\ProgramData\cocos\editors\Creator\3.8.4\resources\app.asar\builtin\builder\static\sub-process-index
  6759. 2025-1-16 17:53:19-debug: excute-script over with build-script 3439ms
  6760. 2025-1-16 17:53:19-debug: Generate systemJs..., progress: 19%
  6761. 2025-1-16 17:53:19-log: Run build task(build-script) in child, see: chrome://inspect/#devices
  6762. 2025-1-16 17:53:21-debug: excute-script over with build-script 2656ms
  6763. 2025-1-16 17:53:21-debug: 构建项目脚本 start..., progress: 19%
  6764. 2025-1-16 17:53:21-debug: Build script in bundle start, progress: 19%
  6765. 2025-1-16 17:53:21-log: Run build task(build-script) in child, see: chrome://inspect/#devices
  6766. 2025-1-16 17:53:21-log: 资源数据库已锁定,资源操作(refresh)将会延迟响应,请稍侯
  6767. 2025-1-16 17:53:23-log: 资源数据库已锁定,资源操作(refresh)将会延迟响应,请稍侯
  6768. 2025-1-16 17:53:24-log: 资源数据库已锁定,资源操作(refresh)将会延迟响应,请稍侯
  6769. 2025-1-16 17:53:26-warn: [build-script][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/Layout_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI/UI_Head_Icon.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts
  6770. 2025-1-16 17:53:26-warn: [build-script][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/Layout_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/Sign_Reward.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Invite/UI_Invite.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Store/UI_Store.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Store/UI_Store.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_SideBar/UI_SideBar.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/Layout_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/Layout_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_GameRules/UI_GameRules.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/Layout_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/CreateIdiom.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts
  6771. 2025-1-16 17:53:29-debug: excute-script over with build-script 7729ms
  6772. 2025-1-16 17:53:29-debug: Copy externalScripts success!
  6773. 2025-1-16 17:53:29-debug: Build script in bundle success, progress: 19%
  6774. 2025-1-16 17:53:29-debug: 构建项目脚本 in (7775 ms) √, progress: 19%
  6775. 2025-1-16 17:53:29-debug: 构建引擎脚本 start..., progress: 19%
  6776. 2025-1-16 17:53:29-debug: Use cache engine: {link(C:\Users\NINGMEI\AppData\Local\Temp\CocosCreator\3.8.4\builder\engine\5653dcd598ac5adc25da0caeb40ce0c0)}
  6777. 2025-1-16 17:53:29-debug: {"debug":false,"sourceMaps":false,"includeModules":["2d","3d","animation","audio","base","custom-pipeline","gfx-webgl","meshopt","occlusion-query","physics-ammo","primitive","profiler","spine","tween","ui","websocket","webview","custom-pipeline-builtin-scripts"],"engineVersion":"3.8.4","md5Map":[],"engineName":"cocos-js","platform":"WECHAT","useCache":true,"nativeCodeBundleMode":"wasm","wasmCompressionMode":"brotli","split":false,"skip":false,"assetURLFormat":"relative-from-out","output":"D:\\CocosCreatorProject\\Idioms\\idiom\\build\\wechatgame-001\\cocos-js","flags":{"DEBUG":false,"WASM_SUBPACKAGE":true},"entry":"C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine"}
  6778. 2025-1-16 17:53:29-debug: 构建引擎脚本 in (512 ms) √, progress: 19%
  6779. 2025-1-16 17:53:29-debug: Copy plugin script ..., progress: 19%
  6780. 2025-1-16 17:53:29-debug: Generate import-map..., progress: 19%
  6781. 2025-1-16 17:53:30-debug: // ---- build task 打包脚本 ---- (14459ms)
  6782. 2025-1-16 17:53:30-debug: run build task 打包脚本 success in 14 s√, progress: 24%
  6783. 2025-1-16 17:53:30-debug: [Build Memory track]: 打包脚本 start:204.47MB, end 203.69MB, increase: -805.17KB
  6784. 2025-1-16 17:53:30-debug: Build Assets start, progress: 24%
  6785. 2025-1-16 17:53:30-debug: // ---- build task Build Assets ----
  6786. 2025-1-16 17:53:30-debug: Pack Images start, progress: 24%
  6787. 2025-1-16 17:53:30-debug: Build bundles..., progress: 24%
  6788. 2025-1-16 17:53:30-debug: Get Cache info of pac success {asset(fc529dad-0a7c-4618-ab26-353d7d900ec2)}
  6789. 2025-1-16 17:53:30-debug: Get Cache info of pac success {asset(04d9d3cd-db4c-4846-9449-173b61558e12)}
  6790. 2025-1-16 17:53:30-debug: Get Cache info of pac success {asset(43520f95-106c-478d-ae58-25f251ecc0fb)}
  6791. 2025-1-16 17:53:30-debug: Get Cache info of pac success {asset(c5e80781-d3aa-48f0-97a5-f09946f760a2)}
  6792. 2025-1-16 17:53:30-debug: Get Cache info of pac success {asset(77de5a33-df72-4127-b60c-72b45aa6acb0)}
  6793. 2025-1-16 17:53:30-debug: Get Cache info of pac success {asset(a63114f7-5b8e-4198-b75a-922458c1a293)}
  6794. 2025-1-16 17:53:30-debug: remove spriteAtlas._uuid : {asset(fc529dad-0a7c-4618-ab26-353d7d900ec2)}
  6795. 2025-1-16 17:53:30-debug: Get Cache info of pac success {asset(8924cf2d-a7a0-4ce7-9fa7-f89dadbdf4f4)}
  6796. 2025-1-16 17:53:30-debug: remove spriteAtlas._uuid : {asset(77de5a33-df72-4127-b60c-72b45aa6acb0)}
  6797. 2025-1-16 17:53:30-debug: remove spriteAtlas._uuid : {asset(43520f95-106c-478d-ae58-25f251ecc0fb)}
  6798. 2025-1-16 17:53:30-debug: remove spriteAtlas._uuid : {asset(c5e80781-d3aa-48f0-97a5-f09946f760a2)}
  6799. 2025-1-16 17:53:30-debug: remove spriteAtlas._uuid : {asset(c5e80781-d3aa-48f0-97a5-f09946f760a2)}
  6800. 2025-1-16 17:53:30-debug: remove spriteAtlas._uuid : {asset(8924cf2d-a7a0-4ce7-9fa7-f89dadbdf4f4)}
  6801. 2025-1-16 17:53:30-debug: remove spriteAtlas._uuid : {asset(a63114f7-5b8e-4198-b75a-922458c1a293)}
  6802. 2025-1-16 17:53:30-debug: remove spriteAtlas._uuid : {asset(04d9d3cd-db4c-4846-9449-173b61558e12)}
  6803. 2025-1-16 17:53:30-debug: builder:pack-auto-atlas-image (415ms)
  6804. 2025-1-16 17:53:30-debug: Pack Images success, progress: 24%
  6805. 2025-1-16 17:53:30-debug: Compress image start..., progress: 24%
  6806. 2025-1-16 17:53:30-debug: Num of all image compress task 0, really: 0, configTasks: 0
  6807. 2025-1-16 17:53:30-debug: No image need to compress
  6808. 2025-1-16 17:53:30-debug: Compress image success..., progress: 24%
  6809. 2025-1-16 17:53:30-debug: Handle all json groups in bundle internal
  6810. 2025-1-16 17:53:30-debug: Output asset in bundles start, progress: 24%
  6811. 2025-1-16 17:53:30-debug: handle json group
  6812. 2025-1-16 17:53:30-debug: sort compress task {}
  6813. 2025-1-16 17:53:30-debug: Handle all json groups in bundle start-scene
  6814. 2025-1-16 17:53:30-debug: handle json group
  6815. 2025-1-16 17:53:30-debug: Handle all json groups in bundle main
  6816. 2025-1-16 17:53:30-debug: handle single json
  6817. 2025-1-16 17:53:30-debug: Handle all json groups in bundle module_extra
  6818. 2025-1-16 17:53:30-debug: handle json group
  6819. 2025-1-16 17:53:30-debug: handle single json
  6820. 2025-1-16 17:53:30-debug: handle json group
  6821. 2025-1-16 17:53:30-debug: Handle all json groups in bundle module_basic
  6822. 2025-1-16 17:53:30-debug: handle json group
  6823. 2025-1-16 17:53:30-debug: Handle all json groups in bundle module_game
  6824. 2025-1-16 17:53:30-debug: handle json group
  6825. 2025-1-16 17:53:30-debug: Json group(07325bfaa) compile success,json number: 6
  6826. 2025-1-16 17:53:30-debug: Json group(02ccb67e9) compile success,json number: 6
  6827. 2025-1-16 17:53:30-debug: Json group(0ba471961) compile success,json number: 6
  6828. 2025-1-16 17:53:30-debug: handle single json
  6829. 2025-1-16 17:53:30-debug: Json group(04ade8c9e) compile success,json number: 6
  6830. 2025-1-16 17:53:30-debug: handle single json
  6831. 2025-1-16 17:53:30-debug: Json group(0a54f6860) compile success,json number: 6
  6832. 2025-1-16 17:53:30-debug: handle single json
  6833. 2025-1-16 17:53:30-debug: Json group(014a917e9) compile success,json number: 6
  6834. 2025-1-16 17:53:30-debug: Json group(0f283b26e) compile success,json number: 6
  6835. 2025-1-16 17:53:30-debug: Json group(0a1731415) compile success,json number: 6
  6836. 2025-1-16 17:53:30-debug: Json group(093f10e90) compile success,json number: 6
  6837. 2025-1-16 17:53:30-debug: Json group(02c882590) compile success,json number: 6
  6838. 2025-1-16 17:53:30-debug: Json group(042b497f3) compile success,json number: 6
  6839. 2025-1-16 17:53:30-debug: Json group(0310e8848) compile success,json number: 6
  6840. 2025-1-16 17:53:30-debug: Json group(0e8f971ab) compile success,json number: 6
  6841. 2025-1-16 17:53:30-debug: Json group(0670cc77a) compile success,json number: 6
  6842. 2025-1-16 17:53:30-debug: Json group(05eeba194) compile success,json number: 6
  6843. 2025-1-16 17:53:30-debug: Json group(0f272fc25) compile success,json number: 6
  6844. 2025-1-16 17:53:30-debug: Json group(03c9cd961) compile success,json number: 6
  6845. 2025-1-16 17:53:30-debug: Json group(0329651a2) compile success,json number: 6
  6846. 2025-1-16 17:53:30-debug: Json group(0c5a2fc7e) compile success,json number: 6
  6847. 2025-1-16 17:53:30-debug: Json group(04644b2f0) compile success,json number: 6
  6848. 2025-1-16 17:53:30-debug: Json group(0332e55a0) compile success,json number: 6
  6849. 2025-1-16 17:53:30-debug: Json group(022fd81fe) compile success,json number: 6
  6850. 2025-1-16 17:53:30-debug: handle single json
  6851. 2025-1-16 17:53:30-debug: Output asset in bundles success, progress: 24%
  6852. 2025-1-16 17:53:30-debug: Output asset in bundles start, progress: 24%
  6853. 2025-1-16 17:53:30-debug: compress config of bundle internal...
  6854. 2025-1-16 17:53:30-debug: compress config of bundle internal success
  6855. 2025-1-16 17:53:30-debug: compress config of bundle start-scene...
  6856. 2025-1-16 17:53:30-debug: compress config of bundle start-scene success
  6857. 2025-1-16 17:53:30-debug: compress config of bundle main...
  6858. 2025-1-16 17:53:30-debug: compress config of bundle main success
  6859. 2025-1-16 17:53:30-debug: compress config of bundle module_extra...
  6860. 2025-1-16 17:53:30-debug: compress config of bundle module_extra success
  6861. 2025-1-16 17:53:30-debug: compress config of bundle module_basic...
  6862. 2025-1-16 17:53:30-debug: compress config of bundle module_basic success
  6863. 2025-1-16 17:53:30-debug: compress config of bundle module_game...
  6864. 2025-1-16 17:53:30-debug: compress config of bundle module_game success
  6865. 2025-1-16 17:53:30-debug: output config of bundle internal
  6866. 2025-1-16 17:53:30-debug: output config of bundle internal success
  6867. 2025-1-16 17:53:30-debug: output config of bundle start-scene
  6868. 2025-1-16 17:53:30-debug: output config of bundle start-scene success
  6869. 2025-1-16 17:53:30-debug: output config of bundle main
  6870. 2025-1-16 17:53:30-debug: output config of bundle main success
  6871. 2025-1-16 17:53:30-debug: output config of bundle module_extra
  6872. 2025-1-16 17:53:30-debug: output config of bundle module_extra success
  6873. 2025-1-16 17:53:30-debug: output config of bundle module_basic
  6874. 2025-1-16 17:53:30-debug: output config of bundle module_basic success
  6875. 2025-1-16 17:53:30-debug: output config of bundle module_game
  6876. 2025-1-16 17:53:30-debug: output config of bundle module_game success
  6877. 2025-1-16 17:53:30-debug: Output asset in bundles success, progress: 24%
  6878. 2025-1-16 17:53:30-debug: // ---- build task Build Assets ---- (970ms)
  6879. 2025-1-16 17:53:30-debug: run build task Build Assets success in 970 ms√, progress: 29%
  6880. 2025-1-16 17:53:30-debug: [Build Memory track]: Build Assets start:203.72MB, end 218.98MB, increase: 15.26MB
  6881. 2025-1-16 17:53:30-debug: wechatgame:(onAfterBundleBuildTask) start..., progress: 29%
  6882. 2025-1-16 17:53:30-debug: // ---- build task wechatgame:onAfterBundleBuildTask ----
  6883. 2025-1-16 17:53:31-debug: // ---- build task wechatgame:onAfterBundleBuildTask ---- (32ms)
  6884. 2025-1-16 17:53:31-debug: wechatgame:(onAfterBundleBuildTask) in 32 ms ✓, progress: 29%
  6885. 2025-1-16 17:53:31-debug: wechatgame:(onAfterBuildAssets) start..., progress: 29%
  6886. 2025-1-16 17:53:31-debug: // ---- build task wechatgame:onAfterBuildAssets ----
  6887. 2025-1-16 17:53:31-debug: // ---- build task wechatgame:onAfterBuildAssets ---- (22ms)
  6888. 2025-1-16 17:53:31-debug: 整理部分构建选项内数据到 settings.json start, progress: 31%
  6889. 2025-1-16 17:53:31-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  6890. 2025-1-16 17:53:31-debug: wechatgame:(onAfterBuildAssets) in 22 ms ✓, progress: 31%
  6891. 2025-1-16 17:53:31-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (21ms)
  6892. 2025-1-16 17:53:31-debug: run build task 整理部分构建选项内数据到 settings.json success in 21 ms√, progress: 33%
  6893. 2025-1-16 17:53:31-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:202.67MB, end 202.74MB, increase: 66.91KB
  6894. 2025-1-16 17:53:31-debug: // ---- build task 填充脚本数据到 settings.json ----
  6895. 2025-1-16 17:53:31-debug: 填充脚本数据到 settings.json start, progress: 33%
  6896. 2025-1-16 17:53:31-debug: // ---- build task 填充脚本数据到 settings.json ---- (27ms)
  6897. 2025-1-16 17:53:31-debug: run build task 填充脚本数据到 settings.json success in 27 ms√, progress: 34%
  6898. 2025-1-16 17:53:31-debug: [Build Memory track]: 填充脚本数据到 settings.json start:202.77MB, end 202.85MB, increase: 87.63KB
  6899. 2025-1-16 17:53:31-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  6900. 2025-1-16 17:53:31-debug: 整理部分构建选项内数据到 settings.json start, progress: 34%
  6901. 2025-1-16 17:53:31-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (29ms)
  6902. 2025-1-16 17:53:31-debug: run build task 整理部分构建选项内数据到 settings.json success in 29 ms√, progress: 36%
  6903. 2025-1-16 17:53:31-debug: // ---- build task wechatgame:onBeforeCompressSettings ----
  6904. 2025-1-16 17:53:31-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:202.89MB, end 203.05MB, increase: 170.68KB
  6905. 2025-1-16 17:53:31-debug: wechatgame:(onBeforeCompressSettings) start..., progress: 36%
  6906. 2025-1-16 17:53:31-debug: // ---- build task wechatgame:onBeforeCompressSettings ---- (21ms)
  6907. 2025-1-16 17:53:31-debug: cocos-service:(onBeforeCompressSettings) start..., progress: 38%
  6908. 2025-1-16 17:53:31-debug: wechatgame:(onBeforeCompressSettings) in 21 ms ✓, progress: 38%
  6909. 2025-1-16 17:53:31-debug: // ---- build task cocos-service:onBeforeCompressSettings ----
  6910. 2025-1-16 17:53:31-debug: // ---- build task cocos-service:onBeforeCompressSettings ---- (175ms)
  6911. 2025-1-16 17:53:31-debug: cocos-service:(onBeforeCompressSettings) in 175 ms ✓, progress: 40%
  6912. 2025-1-16 17:53:31-debug: 整理静态模板文件 start, progress: 40%
  6913. 2025-1-16 17:53:31-debug: // ---- build task 整理静态模板文件 ----
  6914. 2025-1-16 17:53:31-debug: // ---- build task 整理静态模板文件 ---- (93ms)
  6915. 2025-1-16 17:53:31-debug: [Build Memory track]: 整理静态模板文件 start:203.33MB, end 207.61MB, increase: 4.28MB
  6916. 2025-1-16 17:53:31-debug: run build task 整理静态模板文件 success in 93 ms√, progress: 45%
  6917. 2025-1-16 17:53:31-debug: cocos-service:(onAfterCompressSettings) start..., progress: 45%
  6918. 2025-1-16 17:53:31-debug: // ---- build task cocos-service:onAfterCompressSettings ----
  6919. 2025-1-16 17:53:31-debug: // ---- build task cocos-service:onAfterCompressSettings ---- (66ms)
  6920. 2025-1-16 17:53:31-debug: cocos-service:(onAfterCompressSettings) in 66 ms ✓, progress: 46%
  6921. 2025-1-16 17:53:31-debug: wechatgame:(onBeforeCopyBuildTemplate) start..., progress: 46%
  6922. 2025-1-16 17:53:31-debug: // ---- build task wechatgame:onBeforeCopyBuildTemplate ----
  6923. 2025-1-16 17:53:31-debug: // ---- build task wechatgame:onBeforeCopyBuildTemplate ---- (31ms)
  6924. 2025-1-16 17:53:31-debug: wechatgame:(onBeforeCopyBuildTemplate) in 31 ms ✓, progress: 48%
  6925. 2025-1-16 17:53:31-debug: wechatgame:(onAfterCopyBuildTemplate) start..., progress: 48%
  6926. 2025-1-16 17:53:31-debug: // ---- build task wechatgame:onAfterCopyBuildTemplate ----
  6927. 2025-1-16 17:53:31-debug: // ---- build task wechatgame:onAfterCopyBuildTemplate ---- (20ms)
  6928. 2025-1-16 17:53:31-debug: // ---- build task 给所有的资源加上 MD5 后缀 ----
  6929. 2025-1-16 17:53:31-debug: wechatgame:(onAfterCopyBuildTemplate) in 20 ms ✓, progress: 50%
  6930. 2025-1-16 17:53:31-debug: 给所有的资源加上 MD5 后缀 start, progress: 50%
  6931. 2025-1-16 17:53:31-debug: // ---- build task 给所有的资源加上 MD5 后缀 ---- (30ms)
  6932. 2025-1-16 17:53:31-debug: run build task 给所有的资源加上 MD5 后缀 success in 30 ms√, progress: 60%
  6933. 2025-1-16 17:53:31-debug: [Build Memory track]: 给所有的资源加上 MD5 后缀 start:208.20MB, end 208.26MB, increase: 65.59KB
  6934. 2025-1-16 17:53:31-debug: wechatgame:(onAfterBuild) start..., progress: 60%
  6935. 2025-1-16 17:53:31-debug: // ---- build task wechatgame:onAfterBuild ----
  6936. 2025-1-16 17:53:31-debug: // ---- build task wechatgame:onAfterBuild ---- (258ms)
  6937. 2025-1-16 17:53:31-debug: wechatgame:(onAfterBuild) in 258 ms ✓, progress: 62%
  6938. 2025-1-16 17:53:31-debug: cocos-service:(onAfterBuild) start..., progress: 62%
  6939. 2025-1-16 17:53:31-debug: // ---- build task cocos-service:onAfterBuild ----
  6940. 2025-1-16 17:53:32-debug: // ---- build task cocos-service:onAfterBuild ---- (515ms)
  6941. 2025-1-16 17:53:32-debug: cocos-service:(onAfterBuild) in 515 ms ✓, progress: 64%
  6942. 2025-1-16 17:53:32-debug: adsense-h5g-plugin:(onAfterBuild) start..., progress: 64%
  6943. 2025-1-16 17:53:32-debug: // ---- build task adsense-h5g-plugin:onAfterBuild ----
  6944. 2025-1-16 17:53:32-debug: // ---- build task adsense-h5g-plugin:onAfterBuild ---- (17ms)
  6945. 2025-1-16 17:53:32-log: Asset DB is resume!
  6946. 2025-1-16 17:53:32-debug: adsense-h5g-plugin:(onAfterBuild) in 17 ms ✓, progress: 65%
  6947. 2025-1-16 17:53:32-debug: builder:build-project-total (17627ms)
  6948. 2025-1-16 17:53:32-debug: build success in 17627!
  6949. 2025-1-16 17:53:32-debug: ================================ build Task (wechatgame-001) Finished in (17 s)ms ================================
  6950. 2025-1-16 17:53:32-debug: [Build Memory track]: builder:build-project-total start:217.79MB, end 206.80MB, increase: -11250.00KB
  6951. 2025-1-16 17:53:32-debug: Stop record console. {file(D:\CocosCreatorProject\Idioms\idiom\temp\builder\log\wechatgame2025-1-16 17-15.log)}
  6952. 2025-1-16 17:53:32-debug: refresh db internal success
  6953. 2025-1-16 17:53:32-debug: refresh db assets success
  6954. 2025-1-16 17:53:32-debug: Run asset db hook engine-extends:afterRefresh ...
  6955. 2025-1-16 17:53:32-debug: Run asset db hook engine-extends:afterRefresh success!
  6956. 2025-1-16 17:53:32-debug: asset-db:refresh-all-database (283ms)
  6957. 2025-1-16 17:53:32-debug: asset-db:worker-effect-data-processing (1ms)
  6958. 2025-1-16 17:53:32-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  6959. 2025-1-16 17:53:33-debug: refresh db internal success
  6960. 2025-1-16 17:53:33-debug: refresh db assets success
  6961. 2025-1-16 17:53:33-debug: Run asset db hook engine-extends:afterRefresh ...
  6962. 2025-1-16 17:53:33-debug: Run asset db hook engine-extends:afterRefresh success!
  6963. 2025-1-16 17:53:33-debug: asset-db:refresh-all-database (96ms)
  6964. 2025-1-16 17:53:34-debug: refresh db internal success
  6965. 2025-1-16 17:53:34-debug: refresh db assets success
  6966. 2025-1-16 17:53:34-debug: Run asset db hook engine-extends:afterRefresh ...
  6967. 2025-1-16 17:53:34-debug: Run asset db hook engine-extends:afterRefresh success!
  6968. 2025-1-16 17:53:34-debug: asset-db:refresh-all-database (183ms)
  6969. 2025-1-16 17:53:34-debug: asset-db:worker-effect-data-processing (1ms)
  6970. 2025-1-16 17:53:34-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  6971. 2025-1-16 17:55:55-debug: Query all assets info in project
  6972. 2025-1-16 17:55:55-debug: init custom config: keepNodeUuid: false, useCache: true
  6973. 2025-1-16 17:55:55-debug: 查询 Asset Bundle start, progress: 0%
  6974. 2025-1-16 17:55:55-debug: // ---- build task 查询 Asset Bundle ----
  6975. 2025-1-16 17:55:55-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  6976. 2025-1-16 17:55:55-debug: Number of other assets: 986
  6977. 2025-1-16 17:55:55-debug: Number of all scripts: 112
  6978. 2025-1-16 17:55:55-debug: Number of all scenes: 3
  6979. 2025-1-16 17:55:55-debug: // ---- build task 查询 Asset Bundle ---- (7ms)
  6980. 2025-1-16 17:55:55-debug: run build task 查询 Asset Bundle success in 7 ms√, progress: 5%
  6981. 2025-1-16 17:55:55-debug: // ---- build task 查询 Asset Bundle ----
  6982. 2025-1-16 17:55:55-debug: [Build Memory track]: 查询 Asset Bundle start:209.02MB, end 210.68MB, increase: 1.66MB
  6983. 2025-1-16 17:55:55-debug: 查询 Asset Bundle start, progress: 5%
  6984. 2025-1-16 17:55:55-debug: // ---- build task 查询 Asset Bundle ---- (2ms)
  6985. 2025-1-16 17:55:55-debug: run build task 查询 Asset Bundle success in 2 ms√, progress: 10%
  6986. 2025-1-16 17:55:55-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  6987. 2025-1-16 17:55:55-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  6988. 2025-1-16 17:55:55-debug: [Build Memory track]: 查询 Asset Bundle start:210.71MB, end 204.63MB, increase: -6227.96KB
  6989. 2025-1-16 17:55:55-debug: run build task 整理部分构建选项内数据到 settings.json success in √, progress: 12%
  6990. 2025-1-16 17:55:55-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:204.66MB, end 204.68MB, increase: 17.91KB
  6991. 2025-1-16 17:55:55-debug: 填充脚本数据到 settings.json start, progress: 12%
  6992. 2025-1-16 17:55:55-debug: // ---- build task 填充脚本数据到 settings.json ----
  6993. 2025-1-16 17:55:55-debug: run build task 填充脚本数据到 settings.json success in √, progress: 13%
  6994. 2025-1-16 17:55:55-debug: [Build Memory track]: 填充脚本数据到 settings.json start:204.71MB, end 204.73MB, increase: 17.90KB
  6995. 2025-1-16 17:55:55-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  6996. 2025-1-16 17:55:55-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  6997. 2025-1-16 17:55:55-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (1ms)
  6998. 2025-1-16 17:55:55-debug: run build task 整理部分构建选项内数据到 settings.json success in 1 ms√, progress: 15%
  6999. 2025-1-16 17:55:55-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:204.76MB, end 204.89MB, increase: 129.03KB
  7000. 2025-1-16 17:59:56-debug: refresh db internal success
  7001. 2025-1-16 17:59:56-debug: refresh db assets success
  7002. 2025-1-16 17:59:56-debug: Run asset db hook engine-extends:afterRefresh success!
  7003. 2025-1-16 17:59:56-debug: Run asset db hook engine-extends:afterRefresh ...
  7004. 2025-1-16 17:59:56-debug: asset-db:refresh-all-database (96ms)
  7005. 2025-1-16 17:59:56-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  7006. 2025-1-16 17:59:56-debug: asset-db:worker-effect-data-processing (1ms)
  7007. 2025-1-16 18:12:07-debug: refresh db internal success
  7008. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了 background: #aaff85; color: #000; color: #000;
  7009. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了 background: #aaff85; color: #000; color: #000;
  7010. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\+120s@2x.png background: #aaff85; color: #000; color: #000;
  7011. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\37f97d167cd50a13d26ceafe87258d78e4128f973975-O6dq1m拷贝2@2x.png background: #aaff85; color: #000; color: #000;
  7012. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\37f97d167cd50a13d26ceafe87258d78e4128f973975-O6dq1m拷贝@2x.png background: #aaff85; color: #000; color: #000;
  7013. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\67b98ae0df30a64186e3f5175c79e1c74aba092917872-mc8uBB@2x.png background: #aaff85; color: #000; color: #000;
  7014. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\96bc665b03b6475706153389ebd263b93c96010ece6-xqd2Y1拷贝5@2x.png background: #aaff85; color: #000; color: #000;
  7015. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\+120s@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7016. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\96bc665b03b6475706153389ebd263b93c96010ece6-xqd2Y1拷贝5@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7017. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\37f97d167cd50a13d26ceafe87258d78e4128f973975-O6dq1m拷贝2@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7018. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\beij1拷贝@2x.png background: #aaff85; color: #000; color: #000;
  7019. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\67b98ae0df30a64186e3f5175c79e1c74aba092917872-mc8uBB@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7020. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\x按钮@2x.png background: #aaff85; color: #000; color: #000;
  7021. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\使用加时@2x.png background: #aaff85; color: #000; color: #000;
  7022. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\加时2.png background: #aaff85; color: #000; color: #000;
  7023. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\37f97d167cd50a13d26ceafe87258d78e4128f973975-O6dq1m拷贝@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7024. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\图层7@2x.png background: #aaff85; color: #000; color: #000;
  7025. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\使用加时@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7026. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\图层7拷贝@2x.png background: #aaff85; color: #000; color: #000;
  7027. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\x按钮@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7028. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\加时2.png@6c48a background: #aaff85; color: #000; color: #000;
  7029. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\复活@2x.png background: #aaff85; color: #000; color: #000;
  7030. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\当前进度@2x.png background: #aaff85; color: #000; color: #000;
  7031. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\图层7@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7032. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\时间到了@2x.png background: #aaff85; color: #000; color: #000;
  7033. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\beij1拷贝@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7034. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\图层7拷贝@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7035. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\矩形1@2x.png background: #aaff85; color: #000; color: #000;
  7036. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\复活@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7037. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\矩形1拷贝@2x.png background: #aaff85; color: #000; color: #000;
  7038. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\组8@2x.png background: #aaff85; color: #000; color: #000;
  7039. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\时间到了@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7040. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\当前进度@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7041. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\67b98ae0df30a64186e3f5175c79e1c74aba092917872-mc8uBB拷贝@2x.png background: #aaff85; color: #000; color: #000;
  7042. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\96bc665b03b6475706153389ebd263b93c96010ece6-xqd2Y1拷贝3@2x.png background: #aaff85; color: #000; color: #000;
  7043. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\矩形1@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7044. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\组8@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7045. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\beij1@2x.png background: #aaff85; color: #000; color: #000;
  7046. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\x按钮@2x.png background: #aaff85; color: #000; color: #000;
  7047. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\矩形1拷贝@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7048. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\使用道具,挽救此局!@2x.png background: #aaff85; color: #000; color: #000;
  7049. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\96bc665b03b6475706153389ebd263b93c96010ece6-xqd2Y1拷贝3@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7050. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\67b98ae0df30a64186e3f5175c79e1c74aba092917872-mc8uBB拷贝@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7051. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\图层27拷贝2@2x拷贝2@2x.png background: #aaff85; color: #000; color: #000;
  7052. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\图层7@2x.png background: #aaff85; color: #000; color: #000;
  7053. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\x按钮@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7054. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\图层7拷贝@2x.png background: #aaff85; color: #000; color: #000;
  7055. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\使用道具,挽救此局!@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7056. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\格子满了@2x.png background: #aaff85; color: #000; color: #000;
  7057. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\图层27拷贝2@2x拷贝2@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7058. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\椭圆5拷贝@2x.png background: #aaff85; color: #000; color: #000;
  7059. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\图层7@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7060. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\消除1组@2x.png background: #aaff85; color: #000; color: #000;
  7061. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\beij1@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7062. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\格子满了@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7063. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\清空格子@2x.png background: #aaff85; color: #000; color: #000;
  7064. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\点击放弃本局@2x.png background: #aaff85; color: #000; color: #000;
  7065. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\图层7拷贝@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7066. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\椭圆5拷贝@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7067. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\组10@2x.png background: #aaff85; color: #000; color: #000;
  7068. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\组30拷贝3@2x.png background: #aaff85; color: #000; color: #000;
  7069. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\清空格子@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7070. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\消除1组@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7071. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\道具.png background: #aaff85; color: #000; color: #000;
  7072. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\点击放弃本局@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7073. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res background: #aaff85; color: #000; color: #000;
  7074. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\组30拷贝3@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7075. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\组10@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7076. 2025-1-16 18:12:07-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\道具.png@6c48a background: #aaff85; color: #000; color: #000;
  7077. 2025-1-16 18:12:08-debug: refresh db assets success
  7078. 2025-1-16 18:12:08-debug: Run asset db hook engine-extends:afterRefresh ...
  7079. 2025-1-16 18:12:08-debug: Run asset db hook engine-extends:afterRefresh success!
  7080. 2025-1-16 18:12:08-debug: asset-db:refresh-all-database (421ms)
  7081. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\+120s@2x.png background: #aaff85; color: #000; color: #000;
  7082. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\96bc665b03b6475706153389ebd263b93c96010ece6-xqd2Y1拷贝5@2x.png background: #aaff85; color: #000; color: #000;
  7083. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\37f97d167cd50a13d26ceafe87258d78e4128f973975-O6dq1m拷贝@2x.png background: #aaff85; color: #000; color: #000;
  7084. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\37f97d167cd50a13d26ceafe87258d78e4128f973975-O6dq1m拷贝2@2x.png background: #aaff85; color: #000; color: #000;
  7085. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\67b98ae0df30a64186e3f5175c79e1c74aba092917872-mc8uBB@2x.png background: #aaff85; color: #000; color: #000;
  7086. 2025-1-16 18:12:22-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\+120s@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7087. 2025-1-16 18:12:22-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\96bc665b03b6475706153389ebd263b93c96010ece6-xqd2Y1拷贝5@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7088. 2025-1-16 18:12:22-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\37f97d167cd50a13d26ceafe87258d78e4128f973975-O6dq1m拷贝2@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7089. 2025-1-16 18:12:22-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\67b98ae0df30a64186e3f5175c79e1c74aba092917872-mc8uBB@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7090. 2025-1-16 18:12:22-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\37f97d167cd50a13d26ceafe87258d78e4128f973975-O6dq1m拷贝@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7091. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\96bc665b03b6475706153389ebd263b93c96010ece6-xqd2Y1拷贝5@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7092. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\+120s@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7093. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\67b98ae0df30a64186e3f5175c79e1c74aba092917872-mc8uBB@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7094. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\37f97d167cd50a13d26ceafe87258d78e4128f973975-O6dq1m拷贝2@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7095. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\37f97d167cd50a13d26ceafe87258d78e4128f973975-O6dq1m拷贝@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7096. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\beij1拷贝@2x.png background: #aaff85; color: #000; color: #000;
  7097. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\x按钮@2x.png background: #aaff85; color: #000; color: #000;
  7098. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\使用加时@2x.png background: #aaff85; color: #000; color: #000;
  7099. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\加时2.png background: #aaff85; color: #000; color: #000;
  7100. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\图层7@2x.png background: #aaff85; color: #000; color: #000;
  7101. 2025-1-16 18:12:22-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\x按钮@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7102. 2025-1-16 18:12:22-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\beij1拷贝@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7103. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\beij1拷贝@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7104. 2025-1-16 18:12:22-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\使用加时@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7105. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\x按钮@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7106. 2025-1-16 18:12:22-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\加时2.png@6c48a background: #aaff85; color: #000; color: #000;
  7107. 2025-1-16 18:12:22-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\图层7@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7108. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\使用加时@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7109. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\加时2.png@f9941 background: #aaff85; color: #000; color: #000;
  7110. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\图层7@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7111. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\图层7拷贝@2x.png background: #aaff85; color: #000; color: #000;
  7112. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\复活@2x.png background: #aaff85; color: #000; color: #000;
  7113. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\当前进度@2x.png background: #aaff85; color: #000; color: #000;
  7114. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\时间到了@2x.png background: #aaff85; color: #000; color: #000;
  7115. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\矩形1@2x.png background: #aaff85; color: #000; color: #000;
  7116. 2025-1-16 18:12:22-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\图层7拷贝@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7117. 2025-1-16 18:12:22-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\复活@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7118. 2025-1-16 18:12:22-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\时间到了@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7119. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\图层7拷贝@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7120. 2025-1-16 18:12:22-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\当前进度@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7121. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\复活@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7122. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\时间到了@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7123. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\当前进度@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7124. 2025-1-16 18:12:22-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\矩形1@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7125. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\矩形1@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7126. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\矩形1拷贝@2x.png background: #aaff85; color: #000; color: #000;
  7127. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\组8@2x.png background: #aaff85; color: #000; color: #000;
  7128. 2025-1-16 18:12:22-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\组8@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7129. 2025-1-16 18:12:22-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\矩形1拷贝@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7130. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\组8@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7131. 2025-1-16 18:12:22-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了\矩形1拷贝@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7132. 2025-1-16 18:12:22-debug: asset-db:reimport-asset4047da8c-f687-49ca-95a2-85dd3718771b (369ms)
  7133. 2025-1-16 18:12:22-debug: asset-db:reimport-asset2e95b01b-d724-4c12-91e7-27cf43f83a1b (359ms)
  7134. 2025-1-16 18:12:22-debug: asset-db:reimport-asset80b6f89b-13f0-4167-83e8-6fa6e16d1b8f (349ms)
  7135. 2025-1-16 18:12:22-debug: asset-db:reimport-assetdbfdebd4-dc36-4437-b9ca-508081afcab0 (338ms)
  7136. 2025-1-16 18:12:22-debug: asset-db:reimport-asset2d347b93-0908-4eb8-ad89-ab97826bbdd7 (309ms)
  7137. 2025-1-16 18:12:22-debug: asset-db:reimport-asset71b430c2-4d08-43ae-aac6-d02b8d4d5bb8 (319ms)
  7138. 2025-1-16 18:12:22-debug: asset-db:reimport-asset7dc9a42d-a53a-41d3-91e7-055195c43e36 (329ms)
  7139. 2025-1-16 18:12:22-debug: asset-db:reimport-asset8bc52f47-b575-4538-a07b-f52d1f117784 (294ms)
  7140. 2025-1-16 18:12:22-debug: asset-db:reimport-asset88c19ce1-d876-4ff6-8ab6-d83252c3c1d0 (281ms)
  7141. 2025-1-16 18:12:22-debug: asset-db:reimport-asset18fb2f6d-f6ad-4fb2-8cea-7236539f85ae (267ms)
  7142. 2025-1-16 18:12:22-debug: asset-db:reimport-assetaed5733e-482b-4054-b3da-f17ea5258322 (255ms)
  7143. 2025-1-16 18:12:22-debug: asset-db:reimport-asset1b1c0951-8286-4a7b-a85c-08b72f0c7406 (242ms)
  7144. 2025-1-16 18:12:22-debug: asset-db:reimport-assetdb1492f6-84de-4a57-946d-e1e2da4e4bdb (233ms)
  7145. 2025-1-16 18:12:22-debug: asset-db:reimport-assetc8641455-787c-494d-bec7-0b67d7f982fc (227ms)
  7146. 2025-1-16 18:12:22-debug: asset-db:reimport-asset9c7958cc-cec4-4a11-84ba-4049f1e5921c (219ms)
  7147. 2025-1-16 18:12:22-debug: asset-db:reimport-asset0aa17a89-b59c-4168-b2f6-0dc2938b59e0 (207ms)
  7148. 2025-1-16 18:12:22-debug: asset-db:reimport-assetc068a1a9-188a-42c0-8ef2-dba2ccc90021 (200ms)
  7149. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\x按钮@2x.png background: #aaff85; color: #000; color: #000;
  7150. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\67b98ae0df30a64186e3f5175c79e1c74aba092917872-mc8uBB拷贝@2x.png background: #aaff85; color: #000; color: #000;
  7151. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\beij1@2x.png background: #aaff85; color: #000; color: #000;
  7152. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\96bc665b03b6475706153389ebd263b93c96010ece6-xqd2Y1拷贝3@2x.png background: #aaff85; color: #000; color: #000;
  7153. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\使用道具,挽救此局!@2x.png background: #aaff85; color: #000; color: #000;
  7154. 2025-1-16 18:12:36-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\67b98ae0df30a64186e3f5175c79e1c74aba092917872-mc8uBB拷贝@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7155. 2025-1-16 18:12:36-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\96bc665b03b6475706153389ebd263b93c96010ece6-xqd2Y1拷贝3@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7156. 2025-1-16 18:12:36-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\x按钮@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7157. 2025-1-16 18:12:36-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\使用道具,挽救此局!@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7158. 2025-1-16 18:12:36-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\beij1@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7159. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\67b98ae0df30a64186e3f5175c79e1c74aba092917872-mc8uBB拷贝@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7160. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\96bc665b03b6475706153389ebd263b93c96010ece6-xqd2Y1拷贝3@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7161. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\x按钮@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7162. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\使用道具,挽救此局!@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7163. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\beij1@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7164. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\图层7@2x.png background: #aaff85; color: #000; color: #000;
  7165. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\图层7拷贝@2x.png background: #aaff85; color: #000; color: #000;
  7166. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\图层27拷贝2@2x拷贝2@2x.png background: #aaff85; color: #000; color: #000;
  7167. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\格子满了@2x.png background: #aaff85; color: #000; color: #000;
  7168. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\椭圆5拷贝@2x.png background: #aaff85; color: #000; color: #000;
  7169. 2025-1-16 18:12:36-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\图层7拷贝@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7170. 2025-1-16 18:12:36-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\图层27拷贝2@2x拷贝2@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7171. 2025-1-16 18:12:36-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\格子满了@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7172. 2025-1-16 18:12:36-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\图层7@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7173. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\图层7拷贝@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7174. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\图层27拷贝2@2x拷贝2@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7175. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\格子满了@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7176. 2025-1-16 18:12:36-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\椭圆5拷贝@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7177. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\图层7@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7178. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\椭圆5拷贝@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7179. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\消除1组@2x.png background: #aaff85; color: #000; color: #000;
  7180. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\点击放弃本局@2x.png background: #aaff85; color: #000; color: #000;
  7181. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\清空格子@2x.png background: #aaff85; color: #000; color: #000;
  7182. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\组10@2x.png background: #aaff85; color: #000; color: #000;
  7183. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\组30拷贝3@2x.png background: #aaff85; color: #000; color: #000;
  7184. 2025-1-16 18:12:36-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\消除1组@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7185. 2025-1-16 18:12:36-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\组10@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7186. 2025-1-16 18:12:36-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\点击放弃本局@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7187. 2025-1-16 18:12:36-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\清空格子@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7188. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\点击放弃本局@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7189. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\清空格子@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7190. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\组10@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7191. 2025-1-16 18:12:36-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\组30拷贝3@2x.png@6c48a background: #aaff85; color: #000; color: #000;
  7192. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\消除1组@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7193. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\组30拷贝3@2x.png@f9941 background: #aaff85; color: #000; color: #000;
  7194. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\道具.png background: #aaff85; color: #000; color: #000;
  7195. 2025-1-16 18:12:36-debug: %cReImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\道具.png@6c48a background: #aaff85; color: #000; color: #000;
  7196. 2025-1-16 18:12:36-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了\道具.png@f9941 background: #aaff85; color: #000; color: #000;
  7197. 2025-1-16 18:12:36-debug: asset-db:reimport-assetfa345814-1e3e-4041-a375-77c6a6076396 (350ms)
  7198. 2025-1-16 18:12:36-debug: asset-db:reimport-asset5d5f64a7-1255-4b84-852b-df6f89932687 (339ms)
  7199. 2025-1-16 18:12:36-debug: asset-db:reimport-asset29f84a23-af4a-4a65-87c6-475e8f6b7d9f (313ms)
  7200. 2025-1-16 18:12:36-debug: asset-db:reimport-assetc455814f-6b71-4f49-9e4f-086dab077410 (329ms)
  7201. 2025-1-16 18:12:36-debug: asset-db:reimport-asset0d9cd2e3-cb88-4aea-b041-d95e3fa1cbc2 (320ms)
  7202. 2025-1-16 18:12:36-debug: asset-db:reimport-asset10946266-cd24-423c-b740-6ef7287f5769 (304ms)
  7203. 2025-1-16 18:12:36-debug: asset-db:reimport-asset6e153bb7-6fa2-4482-bfd9-a814f82419e0 (264ms)
  7204. 2025-1-16 18:12:36-debug: asset-db:reimport-assetfa9a22ec-15e3-4dd0-b698-9ba546554739 (278ms)
  7205. 2025-1-16 18:12:36-debug: asset-db:reimport-asset25bce9e9-6d01-4359-b464-433257f136e0 (291ms)
  7206. 2025-1-16 18:12:36-debug: asset-db:reimport-asset08df2b86-22e3-498c-a26b-38f4d10c620b (236ms)
  7207. 2025-1-16 18:12:36-debug: asset-db:reimport-assetc0440009-4f67-4969-9f3f-c8c46e89457d (254ms)
  7208. 2025-1-16 18:12:36-debug: asset-db:reimport-asset11da22af-2829-4169-a238-e591f7744c73 (192ms)
  7209. 2025-1-16 18:12:36-debug: asset-db:reimport-asset27fd687f-aa1c-4eb2-b302-56a8d63e2ee8 (223ms)
  7210. 2025-1-16 18:12:36-debug: asset-db:reimport-asset2d538923-af65-45ba-bf46-212f08f9ca85 (177ms)
  7211. 2025-1-16 18:12:36-debug: asset-db:reimport-assetb89bcdcd-a737-4817-a327-5f98aa015d62 (161ms)
  7212. 2025-1-16 18:12:36-debug: asset-db:reimport-asset0bcbbcb8-bb2a-4d75-943b-1f23503d5f16 (208ms)
  7213. 2025-1-16 18:20:53-debug: refresh db internal success
  7214. 2025-1-16 18:20:53-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\时间到了 background: #aaff85; color: #000; color: #000;
  7215. 2025-1-16 18:20:53-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\res\格子满了 background: #aaff85; color: #000; color: #000;
  7216. 2025-1-16 18:20:53-debug: refresh db assets success
  7217. 2025-1-16 18:20:53-debug: Run asset db hook engine-extends:afterRefresh ...
  7218. 2025-1-16 18:20:53-debug: Run asset db hook engine-extends:afterRefresh success!
  7219. 2025-1-16 18:20:53-debug: asset-db:refresh-all-database (401ms)
  7220. 2025-1-16 18:20:53-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  7221. 2025-1-16 18:20:53-debug: asset-db:worker-effect-data-processing (1ms)
  7222. 2025-1-16 18:26:06-debug: refresh db internal success
  7223. 2025-1-16 18:26:06-debug: refresh db assets success
  7224. 2025-1-16 18:26:06-debug: Run asset db hook engine-extends:afterRefresh ...
  7225. 2025-1-16 18:26:06-debug: Run asset db hook engine-extends:afterRefresh success!
  7226. 2025-1-16 18:26:06-debug: asset-db:refresh-all-database (125ms)
  7227. 2025-1-16 18:26:06-debug: asset-db:worker-effect-data-processing (1ms)
  7228. 2025-1-16 18:26:06-debug: asset-db-hook-engine-extends-afterRefresh (2ms)
  7229. 2025-1-16 18:32:09-debug: refresh db internal success
  7230. 2025-1-16 18:32:10-debug: refresh db assets success
  7231. 2025-1-16 18:32:10-debug: Run asset db hook engine-extends:afterRefresh ...
  7232. 2025-1-16 18:32:10-debug: Run asset db hook engine-extends:afterRefresh success!
  7233. 2025-1-16 18:32:10-debug: asset-db:refresh-all-database (302ms)
  7234. 2025-1-16 18:32:10-debug: asset-db:worker-effect-data-processing (2ms)
  7235. 2025-1-16 18:32:10-debug: asset-db-hook-engine-extends-afterRefresh (2ms)
  7236. 2025-1-16 18:32:34-debug: refresh db internal success
  7237. 2025-1-16 18:32:34-debug: refresh db assets success
  7238. 2025-1-16 18:32:34-debug: Run asset db hook engine-extends:afterRefresh ...
  7239. 2025-1-16 18:32:34-debug: Run asset db hook engine-extends:afterRefresh success!
  7240. 2025-1-16 18:32:34-debug: asset-db:refresh-all-database (107ms)
  7241. 2025-1-16 18:32:34-debug: asset-db:worker-effect-data-processing (1ms)
  7242. 2025-1-16 18:32:34-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  7243. 2025-1-16 18:32:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\game\game.scene background: #aaff85; color: #000; color: #000;
  7244. 2025-1-16 18:32:48-debug: asset-db:reimport-asset2d0d9d79-af76-426f-8abd-3eeff0d4e1c3 (20ms)
  7245. 2025-1-16 18:32:48-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\game\game.scene background: #aaff85; color: #000; color: #000;
  7246. 2025-1-16 18:32:48-debug: asset-db:reimport-asset2d0d9d79-af76-426f-8abd-3eeff0d4e1c3 (19ms)
  7247. 2025-1-16 18:32:49-debug: Query all assets info in project
  7248. 2025-1-16 18:32:49-debug: init custom config: keepNodeUuid: false, useCache: true
  7249. 2025-1-16 18:32:49-debug: 查询 Asset Bundle start, progress: 0%
  7250. 2025-1-16 18:32:49-debug: // ---- build task 查询 Asset Bundle ----
  7251. 2025-1-16 18:32:49-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  7252. 2025-1-16 18:32:49-debug: Number of all scenes: 3
  7253. 2025-1-16 18:32:49-debug: Number of other assets: 1085
  7254. 2025-1-16 18:32:49-debug: Number of all scripts: 112
  7255. 2025-1-16 18:32:49-debug: // ---- build task 查询 Asset Bundle ---- (9ms)
  7256. 2025-1-16 18:32:49-debug: run build task 查询 Asset Bundle success in 9 ms√, progress: 5%
  7257. 2025-1-16 18:32:49-debug: // ---- build task 查询 Asset Bundle ----
  7258. 2025-1-16 18:32:49-debug: [Build Memory track]: 查询 Asset Bundle start:220.53MB, end 219.23MB, increase: -1332.57KB
  7259. 2025-1-16 18:32:49-debug: 查询 Asset Bundle start, progress: 5%
  7260. 2025-1-16 18:32:49-debug: // ---- build task 查询 Asset Bundle ---- (2ms)
  7261. 2025-1-16 18:32:49-debug: run build task 查询 Asset Bundle success in 2 ms√, progress: 10%
  7262. 2025-1-16 18:32:49-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  7263. 2025-1-16 18:32:49-debug: [Build Memory track]: 查询 Asset Bundle start:219.26MB, end 219.48MB, increase: 228.21KB
  7264. 2025-1-16 18:32:49-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  7265. 2025-1-16 18:32:49-debug: run build task 整理部分构建选项内数据到 settings.json success in √, progress: 12%
  7266. 2025-1-16 18:32:49-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:219.51MB, end 219.53MB, increase: 19.23KB
  7267. 2025-1-16 18:32:49-debug: // ---- build task 填充脚本数据到 settings.json ----
  7268. 2025-1-16 18:32:49-debug: 填充脚本数据到 settings.json start, progress: 12%
  7269. 2025-1-16 18:32:49-debug: [Build Memory track]: 填充脚本数据到 settings.json start:219.56MB, end 219.58MB, increase: 16.48KB
  7270. 2025-1-16 18:32:49-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  7271. 2025-1-16 18:32:49-debug: run build task 填充脚本数据到 settings.json success in √, progress: 13%
  7272. 2025-1-16 18:32:49-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  7273. 2025-1-16 18:32:49-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (2ms)
  7274. 2025-1-16 18:32:49-debug: run build task 整理部分构建选项内数据到 settings.json success in 2 ms√, progress: 15%
  7275. 2025-1-16 18:32:49-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:219.61MB, end 219.75MB, increase: 140.50KB
  7276. 2025-1-16 18:33:04-debug: refresh db internal success
  7277. 2025-1-16 18:33:04-debug: refresh db assets success
  7278. 2025-1-16 18:33:04-debug: Run asset db hook engine-extends:afterRefresh success!
  7279. 2025-1-16 18:33:04-debug: Run asset db hook engine-extends:afterRefresh ...
  7280. 2025-1-16 18:33:04-debug: asset-db:refresh-all-database (290ms)
  7281. 2025-1-16 18:33:04-debug: asset-db:worker-effect-data-processing (2ms)
  7282. 2025-1-16 18:33:04-debug: asset-db-hook-engine-extends-afterRefresh (2ms)
  7283. 2025-1-16 18:33:09-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\game\game.scene background: #aaff85; color: #000; color: #000;
  7284. 2025-1-16 18:33:09-debug: asset-db:reimport-asset2d0d9d79-af76-426f-8abd-3eeff0d4e1c3 (25ms)
  7285. 2025-1-16 18:33:10-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\game\game.scene background: #aaff85; color: #000; color: #000;
  7286. 2025-1-16 18:33:10-debug: asset-db:reimport-asset2d0d9d79-af76-426f-8abd-3eeff0d4e1c3 (11ms)
  7287. 2025-1-16 18:33:10-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\game\game.scene background: #aaff85; color: #000; color: #000;
  7288. 2025-1-16 18:33:10-debug: asset-db:reimport-asset2d0d9d79-af76-426f-8abd-3eeff0d4e1c3 (17ms)
  7289. 2025-1-16 18:34:18-debug: refresh db internal success
  7290. 2025-1-16 18:34:18-debug: refresh db assets success
  7291. 2025-1-16 18:34:18-debug: Run asset db hook engine-extends:afterRefresh ...
  7292. 2025-1-16 18:34:18-debug: Run asset db hook engine-extends:afterRefresh success!
  7293. 2025-1-16 18:34:18-debug: asset-db:refresh-all-database (126ms)
  7294. 2025-1-16 18:34:18-debug: asset-db:worker-effect-data-processing (2ms)
  7295. 2025-1-16 18:34:18-debug: asset-db-hook-engine-extends-afterRefresh (2ms)
  7296. 2025-1-16 18:34:23-debug: refresh db internal success
  7297. 2025-1-16 18:34:23-debug: refresh db assets success
  7298. 2025-1-16 18:34:23-debug: Run asset db hook engine-extends:afterRefresh ...
  7299. 2025-1-16 18:34:23-debug: Run asset db hook engine-extends:afterRefresh success!
  7300. 2025-1-16 18:34:23-debug: asset-db:refresh-all-database (100ms)
  7301. 2025-1-16 18:34:23-debug: asset-db:worker-effect-data-processing (1ms)
  7302. 2025-1-16 18:34:23-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  7303. 2025-1-16 18:34:51-debug: refresh db internal success
  7304. 2025-1-16 18:34:51-debug: refresh db assets success
  7305. 2025-1-16 18:34:51-debug: Run asset db hook engine-extends:afterRefresh ...
  7306. 2025-1-16 18:34:51-debug: Run asset db hook engine-extends:afterRefresh success!
  7307. 2025-1-16 18:34:51-debug: asset-db:refresh-all-database (98ms)
  7308. 2025-1-16 18:35:45-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms\idiom.prefab background: #aaff85; color: #000; color: #000;
  7309. 2025-1-16 18:35:45-debug: asset-db:reimport-assetd94f48a4-21d3-46e3-ac92-61afb06e88cc (17ms)
  7310. 2025-1-16 18:35:45-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms\idiom.prefab background: #aaff85; color: #000; color: #000;
  7311. 2025-1-16 18:35:45-debug: asset-db:reimport-assetd94f48a4-21d3-46e3-ac92-61afb06e88cc (26ms)
  7312. 2025-1-16 18:35:45-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms\idiom.prefab background: #aaff85; color: #000; color: #000;
  7313. 2025-1-16 18:35:45-debug: asset-db:reimport-assetd94f48a4-21d3-46e3-ac92-61afb06e88cc (23ms)
  7314. 2025-1-16 18:35:46-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms\idiom.prefab background: #aaff85; color: #000; color: #000;
  7315. 2025-1-16 18:35:46-debug: asset-db:reimport-assetd94f48a4-21d3-46e3-ac92-61afb06e88cc (15ms)
  7316. 2025-1-16 18:35:52-warn: 为更好地打开脚本,请在 {preferences} -> {program} -> {scriptEditor} 里配置打开脚本的应用程序
  7317. 2025-1-16 18:35:56-debug: refresh db internal success
  7318. 2025-1-16 18:35:56-debug: refresh db assets success
  7319. 2025-1-16 18:35:56-debug: Run asset db hook engine-extends:afterRefresh ...
  7320. 2025-1-16 18:35:56-debug: Run asset db hook engine-extends:afterRefresh success!
  7321. 2025-1-16 18:35:56-debug: asset-db:refresh-all-database (107ms)
  7322. 2025-1-16 18:35:56-debug: asset-db:worker-effect-data-processing (3ms)
  7323. 2025-1-16 18:35:56-debug: asset-db-hook-engine-extends-afterRefresh (3ms)
  7324. 2025-1-16 18:35:59-warn: 为更好地打开脚本,请在 {preferences} -> {program} -> {scriptEditor} 里配置打开脚本的应用程序
  7325. 2025-1-16 18:36:05-debug: refresh db internal success
  7326. 2025-1-16 18:36:05-debug: Run asset db hook engine-extends:afterRefresh ...
  7327. 2025-1-16 18:36:05-debug: Run asset db hook engine-extends:afterRefresh success!
  7328. 2025-1-16 18:36:05-debug: refresh db assets success
  7329. 2025-1-16 18:36:05-debug: asset-db:refresh-all-database (324ms)
  7330. 2025-1-16 18:36:05-debug: asset-db:worker-effect-data-processing (3ms)
  7331. 2025-1-16 18:36:05-debug: asset-db-hook-engine-extends-afterRefresh (4ms)
  7332. 2025-1-16 18:36:16-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms\idiom.prefab background: #aaff85; color: #000; color: #000;
  7333. 2025-1-16 18:36:16-debug: asset-db:reimport-assetd94f48a4-21d3-46e3-ac92-61afb06e88cc (25ms)
  7334. 2025-1-16 18:36:16-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms\idiom.prefab background: #aaff85; color: #000; color: #000;
  7335. 2025-1-16 18:36:16-debug: asset-db:reimport-assetd94f48a4-21d3-46e3-ac92-61afb06e88cc (16ms)
  7336. 2025-1-16 18:36:17-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms\idiom.prefab background: #aaff85; color: #000; color: #000;
  7337. 2025-1-16 18:36:17-debug: asset-db:reimport-assetd94f48a4-21d3-46e3-ac92-61afb06e88cc (24ms)
  7338. 2025-1-16 18:36:23-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms\idiom.prefab background: #aaff85; color: #000; color: #000;
  7339. 2025-1-16 18:36:23-debug: asset-db:reimport-assetd94f48a4-21d3-46e3-ac92-61afb06e88cc (19ms)
  7340. 2025-1-16 18:36:23-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms\idiom.prefab background: #aaff85; color: #000; color: #000;
  7341. 2025-1-16 18:36:23-debug: asset-db:reimport-assetd94f48a4-21d3-46e3-ac92-61afb06e88cc (16ms)
  7342. 2025-1-16 18:36:23-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms\idiom.prefab background: #aaff85; color: #000; color: #000;
  7343. 2025-1-16 18:36:23-debug: asset-db:reimport-assetd94f48a4-21d3-46e3-ac92-61afb06e88cc (20ms)
  7344. 2025-1-16 18:36:42-debug: refresh db internal success
  7345. 2025-1-16 18:36:42-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms\UI_Idioms.ts background: #aaff85; color: #000; color: #000;
  7346. 2025-1-16 18:36:42-debug: refresh db assets success
  7347. 2025-1-16 18:36:42-debug: Run asset db hook engine-extends:afterRefresh success!
  7348. 2025-1-16 18:36:42-debug: Run asset db hook engine-extends:afterRefresh ...
  7349. 2025-1-16 18:36:42-debug: asset-db:refresh-all-database (334ms)
  7350. 2025-1-16 18:36:42-debug: asset-db:worker-effect-data-processing (3ms)
  7351. 2025-1-16 18:36:42-debug: asset-db-hook-engine-extends-afterRefresh (3ms)
  7352. 2025-1-16 18:36:51-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms\idiom.prefab background: #aaff85; color: #000; color: #000;
  7353. 2025-1-16 18:36:51-debug: asset-db:reimport-assetd94f48a4-21d3-46e3-ac92-61afb06e88cc (29ms)
  7354. 2025-1-16 18:36:52-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms\idiom.prefab background: #aaff85; color: #000; color: #000;
  7355. 2025-1-16 18:36:52-debug: asset-db:reimport-assetd94f48a4-21d3-46e3-ac92-61afb06e88cc (19ms)
  7356. 2025-1-16 18:37:02-debug: refresh db internal success
  7357. 2025-1-16 18:37:02-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms\UI_Idioms.ts background: #aaff85; color: #000; color: #000;
  7358. 2025-1-16 18:37:02-debug: refresh db assets success
  7359. 2025-1-16 18:37:02-debug: Run asset db hook engine-extends:afterRefresh ...
  7360. 2025-1-16 18:37:02-debug: Run asset db hook engine-extends:afterRefresh success!
  7361. 2025-1-16 18:37:02-debug: asset-db:refresh-all-database (316ms)
  7362. 2025-1-16 18:37:02-debug: asset-db:worker-effect-data-processing (1ms)
  7363. 2025-1-16 18:37:02-debug: asset-db-hook-engine-extends-afterRefresh (2ms)
  7364. 2025-1-16 18:37:03-debug: Query all assets info in project
  7365. 2025-1-16 18:37:03-debug: init custom config: keepNodeUuid: false, useCache: true
  7366. 2025-1-16 18:37:03-debug: 查询 Asset Bundle start, progress: 0%
  7367. 2025-1-16 18:37:03-debug: // ---- build task 查询 Asset Bundle ----
  7368. 2025-1-16 18:37:03-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  7369. 2025-1-16 18:37:03-debug: Number of all scripts: 112
  7370. 2025-1-16 18:37:03-debug: Number of other assets: 1085
  7371. 2025-1-16 18:37:03-debug: Number of all scenes: 3
  7372. 2025-1-16 18:37:03-debug: // ---- build task 查询 Asset Bundle ---- (23ms)
  7373. 2025-1-16 18:37:03-debug: run build task 查询 Asset Bundle success in 23 ms√, progress: 5%
  7374. 2025-1-16 18:37:03-debug: // ---- build task 查询 Asset Bundle ----
  7375. 2025-1-16 18:37:03-debug: 查询 Asset Bundle start, progress: 5%
  7376. 2025-1-16 18:37:03-debug: [Build Memory track]: 查询 Asset Bundle start:218.84MB, end 217.76MB, increase: -1108.05KB
  7377. 2025-1-16 18:37:03-debug: // ---- build task 查询 Asset Bundle ---- (5ms)
  7378. 2025-1-16 18:37:03-debug: run build task 查询 Asset Bundle success in 5 ms√, progress: 10%
  7379. 2025-1-16 18:37:03-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  7380. 2025-1-16 18:37:03-debug: [Build Memory track]: 查询 Asset Bundle start:217.79MB, end 217.99MB, increase: 203.55KB
  7381. 2025-1-16 18:37:03-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  7382. 2025-1-16 18:37:03-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (2ms)
  7383. 2025-1-16 18:37:03-debug: run build task 整理部分构建选项内数据到 settings.json success in 2 ms√, progress: 12%
  7384. 2025-1-16 18:37:03-debug: // ---- build task 填充脚本数据到 settings.json ----
  7385. 2025-1-16 18:37:03-debug: 填充脚本数据到 settings.json start, progress: 12%
  7386. 2025-1-16 18:37:03-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:218.02MB, end 218.05MB, increase: 29.79KB
  7387. 2025-1-16 18:37:03-debug: run build task 填充脚本数据到 settings.json success in √, progress: 13%
  7388. 2025-1-16 18:37:03-debug: [Build Memory track]: 填充脚本数据到 settings.json start:218.09MB, end 218.10MB, increase: 18.09KB
  7389. 2025-1-16 18:37:03-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  7390. 2025-1-16 18:37:03-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  7391. 2025-1-16 18:37:03-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (6ms)
  7392. 2025-1-16 18:37:03-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:218.14MB, end 216.55MB, increase: -1627.78KB
  7393. 2025-1-16 18:37:03-debug: run build task 整理部分构建选项内数据到 settings.json success in 6 ms√, progress: 15%
  7394. 2025-1-16 18:37:04-debug: Query all assets info in project
  7395. 2025-1-16 18:37:04-debug: init custom config: keepNodeUuid: false, useCache: true
  7396. 2025-1-16 18:37:04-debug: 查询 Asset Bundle start, progress: 0%
  7397. 2025-1-16 18:37:04-debug: // ---- build task 查询 Asset Bundle ----
  7398. 2025-1-16 18:37:04-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  7399. 2025-1-16 18:37:04-debug: Number of all scenes: 3
  7400. 2025-1-16 18:37:04-debug: Number of all scripts: 112
  7401. 2025-1-16 18:37:04-debug: Number of other assets: 1085
  7402. 2025-1-16 18:37:04-debug: // ---- build task 查询 Asset Bundle ---- (16ms)
  7403. 2025-1-16 18:37:04-debug: [Build Memory track]: 查询 Asset Bundle start:217.18MB, end 217.22MB, increase: 45.28KB
  7404. 2025-1-16 18:37:04-debug: run build task 查询 Asset Bundle success in 16 ms√, progress: 5%
  7405. 2025-1-16 18:37:04-debug: 查询 Asset Bundle start, progress: 5%
  7406. 2025-1-16 18:37:04-debug: // ---- build task 查询 Asset Bundle ----
  7407. 2025-1-16 18:37:04-debug: // ---- build task 查询 Asset Bundle ---- (2ms)
  7408. 2025-1-16 18:37:04-debug: run build task 查询 Asset Bundle success in 2 ms√, progress: 10%
  7409. 2025-1-16 18:37:04-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  7410. 2025-1-16 18:37:04-debug: [Build Memory track]: 查询 Asset Bundle start:217.25MB, end 217.45MB, increase: 204.38KB
  7411. 2025-1-16 18:37:04-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  7412. 2025-1-16 18:37:04-debug: run build task 整理部分构建选项内数据到 settings.json success in √, progress: 12%
  7413. 2025-1-16 18:37:04-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:217.48MB, end 217.50MB, increase: 17.77KB
  7414. 2025-1-16 18:37:04-debug: 填充脚本数据到 settings.json start, progress: 12%
  7415. 2025-1-16 18:37:04-debug: // ---- build task 填充脚本数据到 settings.json ----
  7416. 2025-1-16 18:37:04-debug: run build task 填充脚本数据到 settings.json success in √, progress: 13%
  7417. 2025-1-16 18:37:04-debug: [Build Memory track]: 填充脚本数据到 settings.json start:217.53MB, end 217.55MB, increase: 17.59KB
  7418. 2025-1-16 18:37:04-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  7419. 2025-1-16 18:37:04-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  7420. 2025-1-16 18:37:04-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (1ms)
  7421. 2025-1-16 18:37:04-debug: run build task 整理部分构建选项内数据到 settings.json success in 1 ms√, progress: 15%
  7422. 2025-1-16 18:37:04-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:217.58MB, end 217.71MB, increase: 129.62KB
  7423. 2025-1-16 18:37:10-debug: refresh db internal success
  7424. 2025-1-16 18:37:10-debug: refresh db assets success
  7425. 2025-1-16 18:37:10-debug: Run asset db hook engine-extends:afterRefresh ...
  7426. 2025-1-16 18:37:10-debug: Run asset db hook engine-extends:afterRefresh success!
  7427. 2025-1-16 18:37:10-debug: asset-db:refresh-all-database (94ms)
  7428. 2025-1-16 18:37:10-debug: asset-db:worker-effect-data-processing (1ms)
  7429. 2025-1-16 18:37:10-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  7430. 2025-1-16 18:37:12-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms\idiom.prefab background: #aaff85; color: #000; color: #000;
  7431. 2025-1-16 18:37:12-debug: asset-db:reimport-assetd94f48a4-21d3-46e3-ac92-61afb06e88cc (29ms)
  7432. 2025-1-16 18:37:12-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms\idiom.prefab background: #aaff85; color: #000; color: #000;
  7433. 2025-1-16 18:37:12-debug: asset-db:reimport-assetd94f48a4-21d3-46e3-ac92-61afb06e88cc (18ms)
  7434. 2025-1-16 18:37:12-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms\idiom.prefab background: #aaff85; color: #000; color: #000;
  7435. 2025-1-16 18:37:12-debug: asset-db:reimport-assetd94f48a4-21d3-46e3-ac92-61afb06e88cc (24ms)
  7436. 2025-1-16 18:37:13-debug: Query all assets info in project
  7437. 2025-1-16 18:37:13-debug: init custom config: keepNodeUuid: false, useCache: true
  7438. 2025-1-16 18:37:13-debug: 查询 Asset Bundle start, progress: 0%
  7439. 2025-1-16 18:37:13-debug: // ---- build task 查询 Asset Bundle ----
  7440. 2025-1-16 18:37:13-debug: Number of all scenes: 3
  7441. 2025-1-16 18:37:13-debug: Number of all scripts: 112
  7442. 2025-1-16 18:37:13-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  7443. 2025-1-16 18:37:13-debug: Number of other assets: 1085
  7444. 2025-1-16 18:37:13-debug: // ---- build task 查询 Asset Bundle ---- (8ms)
  7445. 2025-1-16 18:37:13-debug: run build task 查询 Asset Bundle success in 8 ms√, progress: 5%
  7446. 2025-1-16 18:37:13-debug: 查询 Asset Bundle start, progress: 5%
  7447. 2025-1-16 18:37:13-debug: [Build Memory track]: 查询 Asset Bundle start:220.51MB, end 219.52MB, increase: -1008.46KB
  7448. 2025-1-16 18:37:13-debug: // ---- build task 查询 Asset Bundle ----
  7449. 2025-1-16 18:37:13-debug: // ---- build task 查询 Asset Bundle ---- (3ms)
  7450. 2025-1-16 18:37:13-debug: [Build Memory track]: 查询 Asset Bundle start:219.55MB, end 219.75MB, increase: 203.57KB
  7451. 2025-1-16 18:37:13-debug: run build task 查询 Asset Bundle success in 3 ms√, progress: 10%
  7452. 2025-1-16 18:37:13-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  7453. 2025-1-16 18:37:13-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  7454. 2025-1-16 18:37:13-debug: run build task 整理部分构建选项内数据到 settings.json success in √, progress: 12%
  7455. 2025-1-16 18:37:13-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:219.78MB, end 219.80MB, increase: 18.16KB
  7456. 2025-1-16 18:37:13-debug: 填充脚本数据到 settings.json start, progress: 12%
  7457. 2025-1-16 18:37:13-debug: // ---- build task 填充脚本数据到 settings.json ----
  7458. 2025-1-16 18:37:13-debug: run build task 填充脚本数据到 settings.json success in √, progress: 13%
  7459. 2025-1-16 18:37:13-debug: [Build Memory track]: 填充脚本数据到 settings.json start:219.83MB, end 219.85MB, increase: 18.34KB
  7460. 2025-1-16 18:37:13-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  7461. 2025-1-16 18:37:13-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  7462. 2025-1-16 18:37:13-debug: run build task 整理部分构建选项内数据到 settings.json success in 3 ms√, progress: 15%
  7463. 2025-1-16 18:37:13-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:219.88MB, end 220.01MB, increase: 128.52KB
  7464. 2025-1-16 18:37:13-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (3ms)
  7465. 2025-1-16 18:37:23-debug: refresh db internal success
  7466. 2025-1-16 18:37:24-debug: refresh db assets success
  7467. 2025-1-16 18:37:24-debug: Run asset db hook engine-extends:afterRefresh ...
  7468. 2025-1-16 18:37:24-debug: Run asset db hook engine-extends:afterRefresh success!
  7469. 2025-1-16 18:37:24-debug: asset-db:refresh-all-database (288ms)
  7470. 2025-1-16 18:37:24-debug: asset-db:worker-effect-data-processing (1ms)
  7471. 2025-1-16 18:37:24-debug: asset-db-hook-engine-extends-afterRefresh (2ms)
  7472. 2025-1-16 18:37:28-log: 资源数据库已锁定,资源操作(bound _reimportAsset)将会延迟响应,请稍侯
  7473. 2025-1-16 18:37:29-debug: refresh db internal success
  7474. 2025-1-16 18:37:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms\idiom.prefab background: #aaff85; color: #000; color: #000;
  7475. 2025-1-16 18:37:29-debug: refresh db assets success
  7476. 2025-1-16 18:37:29-debug: Run asset db hook engine-extends:afterRefresh ...
  7477. 2025-1-16 18:37:29-debug: Run asset db hook engine-extends:afterRefresh success!
  7478. 2025-1-16 18:37:29-debug: asset-db:refresh-all-database (126ms)
  7479. 2025-1-16 18:37:29-debug: asset-db:worker-effect-data-processing (1ms)
  7480. 2025-1-16 18:37:29-debug: asset-db-hook-engine-extends-afterRefresh (1ms)
  7481. 2025-1-16 18:37:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms\idiom.prefab background: #aaff85; color: #000; color: #000;
  7482. 2025-1-16 18:37:29-debug: asset-db:reimport-assetd94f48a4-21d3-46e3-ac92-61afb06e88cc (6ms)
  7483. 2025-1-16 18:37:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms\idiom.prefab background: #aaff85; color: #000; color: #000;
  7484. 2025-1-16 18:37:29-debug: asset-db:reimport-assetd94f48a4-21d3-46e3-ac92-61afb06e88cc (53ms)
  7485. 2025-1-16 18:37:29-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms\idiom.prefab background: #aaff85; color: #000; color: #000;
  7486. 2025-1-16 18:37:29-debug: asset-db:reimport-assetd94f48a4-21d3-46e3-ac92-61afb06e88cc (12ms)
  7487. 2025-1-16 18:37:56-debug: refresh db internal success
  7488. 2025-1-16 18:37:56-debug: %cImport%c: D:\CocosCreatorProject\Idioms\idiom\assets\module_game\ui\UI_Idioms\UI_Idioms.ts background: #aaff85; color: #000; color: #000;
  7489. 2025-1-16 18:37:56-debug: refresh db assets success
  7490. 2025-1-16 18:37:56-debug: Run asset db hook engine-extends:afterRefresh ...
  7491. 2025-1-16 18:37:56-debug: Run asset db hook engine-extends:afterRefresh success!
  7492. 2025-1-16 18:37:56-debug: asset-db:refresh-all-database (297ms)
  7493. 2025-1-16 18:37:57-debug: Query all assets info in project
  7494. 2025-1-16 18:37:57-debug: init custom config: keepNodeUuid: false, useCache: true
  7495. 2025-1-16 18:37:57-debug: 查询 Asset Bundle start, progress: 0%
  7496. 2025-1-16 18:37:57-debug: // ---- build task 查询 Asset Bundle ----
  7497. 2025-1-16 18:37:57-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  7498. 2025-1-16 18:37:57-debug: Number of other assets: 1085
  7499. 2025-1-16 18:37:57-debug: Number of all scenes: 3
  7500. 2025-1-16 18:37:57-debug: Number of all scripts: 112
  7501. 2025-1-16 18:37:57-debug: // ---- build task 查询 Asset Bundle ---- (21ms)
  7502. 2025-1-16 18:37:57-debug: run build task 查询 Asset Bundle success in 21 ms√, progress: 5%
  7503. 2025-1-16 18:37:57-debug: [Build Memory track]: 查询 Asset Bundle start:204.95MB, end 205.00MB, increase: 52.00KB
  7504. 2025-1-16 18:37:57-debug: 查询 Asset Bundle start, progress: 5%
  7505. 2025-1-16 18:37:57-debug: // ---- build task 查询 Asset Bundle ----
  7506. 2025-1-16 18:37:57-debug: // ---- build task 查询 Asset Bundle ---- (5ms)
  7507. 2025-1-16 18:37:57-debug: run build task 查询 Asset Bundle success in 5 ms√, progress: 10%
  7508. 2025-1-16 18:37:57-debug: [Build Memory track]: 查询 Asset Bundle start:205.03MB, end 205.23MB, increase: 204.26KB
  7509. 2025-1-16 18:37:57-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  7510. 2025-1-16 18:37:57-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  7511. 2025-1-16 18:37:57-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (1ms)
  7512. 2025-1-16 18:37:57-debug: run build task 整理部分构建选项内数据到 settings.json success in 1 ms√, progress: 12%
  7513. 2025-1-16 18:37:57-debug: 填充脚本数据到 settings.json start, progress: 12%
  7514. 2025-1-16 18:37:57-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:205.27MB, end 205.30MB, increase: 29.77KB
  7515. 2025-1-16 18:37:57-debug: // ---- build task 填充脚本数据到 settings.json ----
  7516. 2025-1-16 18:37:57-debug: // ---- build task 填充脚本数据到 settings.json ---- (2ms)
  7517. 2025-1-16 18:37:57-debug: run build task 填充脚本数据到 settings.json success in 2 ms√, progress: 13%
  7518. 2025-1-16 18:37:57-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  7519. 2025-1-16 18:37:57-debug: [Build Memory track]: 填充脚本数据到 settings.json start:205.33MB, end 205.36MB, increase: 28.73KB
  7520. 2025-1-16 18:37:57-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  7521. 2025-1-16 18:37:57-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (5ms)
  7522. 2025-1-16 18:37:57-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:205.39MB, end 205.52MB, increase: 134.20KB
  7523. 2025-1-16 18:37:57-debug: run build task 整理部分构建选项内数据到 settings.json success in 5 ms√, progress: 15%
  7524. 2025-1-16 18:37:58-debug: Query all assets info in project
  7525. 2025-1-16 18:37:58-debug: init custom config: keepNodeUuid: false, useCache: true
  7526. 2025-1-16 18:37:58-debug: 查询 Asset Bundle start, progress: 0%
  7527. 2025-1-16 18:37:58-debug: // ---- build task 查询 Asset Bundle ----
  7528. 2025-1-16 18:37:58-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  7529. 2025-1-16 18:37:58-debug: Number of all scenes: 3
  7530. 2025-1-16 18:37:58-debug: Number of all scripts: 112
  7531. 2025-1-16 18:37:58-debug: Number of other assets: 1085
  7532. 2025-1-16 18:37:58-debug: // ---- build task 查询 Asset Bundle ---- (12ms)
  7533. 2025-1-16 18:37:58-debug: run build task 查询 Asset Bundle success in 12 ms√, progress: 5%
  7534. 2025-1-16 18:37:58-debug: // ---- build task 查询 Asset Bundle ----
  7535. 2025-1-16 18:37:58-debug: [Build Memory track]: 查询 Asset Bundle start:206.33MB, end 206.40MB, increase: 64.25KB
  7536. 2025-1-16 18:37:58-debug: 查询 Asset Bundle start, progress: 5%
  7537. 2025-1-16 18:37:58-debug: // ---- build task 查询 Asset Bundle ---- (2ms)
  7538. 2025-1-16 18:37:58-debug: run build task 查询 Asset Bundle success in 2 ms√, progress: 10%
  7539. 2025-1-16 18:37:58-debug: [Build Memory track]: 查询 Asset Bundle start:206.43MB, end 206.63MB, increase: 210.62KB
  7540. 2025-1-16 18:37:58-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  7541. 2025-1-16 18:37:58-debug: 整理部分构建选项内数据到 settings.json start, progress: 10%
  7542. 2025-1-16 18:37:58-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (-1ms)
  7543. 2025-1-16 18:37:58-debug: run build task 整理部分构建选项内数据到 settings.json success in -1 h -1 min -1 s√, progress: 12%
  7544. 2025-1-16 18:37:58-debug: // ---- build task 填充脚本数据到 settings.json ----
  7545. 2025-1-16 18:37:58-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:206.67MB, end 204.98MB, increase: -1730.34KB
  7546. 2025-1-16 18:37:58-debug: 填充脚本数据到 settings.json start, progress: 12%
  7547. 2025-1-16 18:37:58-debug: run build task 填充脚本数据到 settings.json success in √, progress: 13%
  7548. 2025-1-16 18:37:58-debug: [Build Memory track]: 填充脚本数据到 settings.json start:205.01MB, end 205.03MB, increase: 17.97KB
  7549. 2025-1-16 18:37:58-debug: 整理部分构建选项内数据到 settings.json start, progress: 13%
  7550. 2025-1-16 18:37:58-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  7551. 2025-1-16 18:37:58-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (2ms)
  7552. 2025-1-16 18:37:58-debug: run build task 整理部分构建选项内数据到 settings.json success in 2 ms√, progress: 15%
  7553. 2025-1-16 18:37:58-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:205.06MB, end 205.20MB, increase: 143.41KB
  7554. 2025-1-16 18:38:06-debug: refresh db internal success
  7555. 2025-1-16 18:38:06-debug: Run asset db hook engine-extends:afterRefresh ...
  7556. 2025-1-16 18:38:06-debug: Run asset db hook engine-extends:afterRefresh success!
  7557. 2025-1-16 18:38:06-debug: refresh db assets success
  7558. 2025-1-16 18:38:06-debug: asset-db:refresh-all-database (94ms)
  7559. 2025-1-16 18:38:10-debug: =================================== build Task (wechatgame-001) Start ================================
  7560. 2025-1-16 18:38:10-debug: Start record console... {file(D:\CocosCreatorProject\Idioms\idiom\temp\builder\log\wechatgame2025-1-16 17-15.log)}
  7561. 2025-1-16 18:38:10-debug: Start build task, options: {"name":"看你多厉害","server":"","platform":"wechatgame","buildPath":"project://build","debug":false,"md5Cache":false,"skipCompressTexture":false,"sourceMaps":false,"overwriteProjectSettings":{"macroConfig":{"cleanupImageCache":"on"},"includeModules":{"physics":"inherit-project-setting","physics-2d":"inherit-project-setting","gfx-webgl2":"off"}},"nativeCodeBundleMode":"wasm","polyfills":{"asyncFunctions":false},"experimentalEraseModules":false,"startSceneAssetBundle":true,"bundleConfigs":[],"useBuiltinServer":false,"md5CacheOptions":{"excludes":[],"includes":[],"replaceOnly":[],"handleTemplateMd5Link":true},"mainBundleIsRemote":false,"mainBundleCompressionType":"subpackage","useSplashScreen":true,"bundleCommonChunk":false,"packAutoAtlas":true,"startScene":"155e7964-9abb-4942-be64-ececa65865a5","outputName":"wechatgame-001","taskName":"wechatgame-001","scenes":[{"url":"db://assets/start/start.scene","uuid":"155e7964-9abb-4942-be64-ececa65865a5"},{"url":"db://assets/module_game/game/game.scene","uuid":"2d0d9d79-af76-426f-8abd-3eeff0d4e1c3","bundle":"db://assets/module_game"},{"url":"db://assets/module_game/hall/hall.scene","uuid":"f9516261-6f5e-4b79-9676-880b100e9a8d","bundle":"db://assets/module_game"}],"wasmCompressionMode":"brotli","packages":{"cocos-service":{"configID":"678dc5","services":[]},"wechatgame":{"orientation":"portrait","appid":"wx7d17bc8ef8255490","buildOpenDataContextTemplate":"","separateEngine":false,"highPerformanceMode":false,"__version__":"1.0.4","wasmSubpackage":true}},"__version__":"1.3.8","logDest":"project://temp/builder/log/wechatgame2025-1-16 17-15.log"}
  7562. 2025-1-16 18:38:10-debug: Build with Cocos Creator 3.8.4
  7563. 2025-1-16 18:38:10-debug: cocos-service:(onBeforeBuild) start..., progress: 0%
  7564. 2025-1-16 18:38:10-debug: // ---- build task cocos-service:onBeforeBuild ----
  7565. 2025-1-16 18:38:10-debug: // ---- build task cocos-service:onBeforeBuild ---- (170ms)
  7566. 2025-1-16 18:38:10-debug: // ---- build task scene:onBeforeBuild ----
  7567. 2025-1-16 18:38:10-debug: cocos-service:(onBeforeBuild) in 170 ms ✓, progress: 2%
  7568. 2025-1-16 18:38:10-debug: scene:(onBeforeBuild) start..., progress: 2%
  7569. 2025-1-16 18:38:10-debug: // ---- build task scene:onBeforeBuild ---- (16ms)
  7570. 2025-1-16 18:38:10-log: Asset DB is paused with build!
  7571. 2025-1-16 18:38:10-debug: scene:(onBeforeBuild) in 16 ms ✓, progress: 4%
  7572. 2025-1-16 18:38:10-debug: Start lock asset db..., progress: 4%
  7573. 2025-1-16 18:38:10-debug: Query all assets info in project
  7574. 2025-1-16 18:38:10-debug: init custom config: keepNodeUuid: false, useCache: true
  7575. 2025-1-16 18:38:10-debug: wechatgame:(onAfterInit) start..., progress: 4%
  7576. 2025-1-16 18:38:10-debug: // ---- build task wechatgame:onAfterInit ----
  7577. 2025-1-16 18:38:10-debug: // ---- build task wechatgame:onAfterInit ---- (6ms)
  7578. 2025-1-16 18:38:10-debug: wechatgame:(onAfterInit) in 6 ms ✓, progress: 5%
  7579. 2025-1-16 18:38:10-debug: // ---- build task cocos-service:onAfterInit ----
  7580. 2025-1-16 18:38:10-debug: cocos-service:(onAfterInit) start..., progress: 5%
  7581. 2025-1-16 18:38:10-debug: // ---- build task cocos-service:onAfterInit ---- (65ms)
  7582. 2025-1-16 18:38:10-debug: cocos-service:(onAfterInit) in 65 ms ✓, progress: 7%
  7583. 2025-1-16 18:38:10-debug: engine:(onAfterInit) start..., progress: 7%
  7584. 2025-1-16 18:38:10-debug: // ---- build task engine:onAfterInit ----
  7585. 2025-1-16 18:38:10-debug: // ---- build task engine:onAfterInit ---- (19ms)
  7586. 2025-1-16 18:38:10-debug: // ---- build task wechatgame:onBeforeBundleInit ----
  7587. 2025-1-16 18:38:10-debug: engine:(onAfterInit) in 19 ms ✓, progress: 9%
  7588. 2025-1-16 18:38:10-debug: wechatgame:(onBeforeBundleInit) start..., progress: 9%
  7589. 2025-1-16 18:38:10-debug: // ---- build task wechatgame:onBeforeBundleInit ---- (15ms)
  7590. 2025-1-16 18:38:10-debug: // ---- build task adsense-h5g-plugin:onBeforeBundleInit ----
  7591. 2025-1-16 18:38:10-debug: [adsense-h5g-plugin] remove script success
  7592. 2025-1-16 18:38:10-debug: wechatgame:(onBeforeBundleInit) in 15 ms ✓, progress: 9%
  7593. 2025-1-16 18:38:10-debug: adsense-h5g-plugin:(onBeforeBundleInit) start..., progress: 9%
  7594. 2025-1-16 18:38:10-debug: // ---- build task adsense-h5g-plugin:onBeforeBundleInit ---- (24ms)
  7595. 2025-1-16 18:38:10-debug: adsense-h5g-plugin:(onBeforeBundleInit) in 24 ms ✓, progress: 9%
  7596. 2025-1-16 18:38:10-debug: Init all bundles start..., progress: 9%
  7597. 2025-1-16 18:38:10-debug: // ---- build task 查询 Asset Bundle ----
  7598. 2025-1-16 18:38:10-debug: Init bundle root assets start..., progress: 9%
  7599. 2025-1-16 18:38:10-debug: Num of bundles: 6..., progress: 9%
  7600. 2025-1-16 18:38:10-debug: 查询 Asset Bundle start, progress: 9%
  7601. 2025-1-16 18:38:10-debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  7602. 2025-1-16 18:38:10-debug: Number of all scenes: 3
  7603. 2025-1-16 18:38:10-debug: Number of all scripts: 112
  7604. 2025-1-16 18:38:10-debug: reload all scripts.
  7605. 2025-1-16 18:38:10-debug: Number of other assets: 1085
  7606. 2025-1-16 18:38:10-debug: Init bundle root assets success..., progress: 9%
  7607. 2025-1-16 18:38:10-debug: Set detail map pack:///resolution-detail-map.json: {}
  7608. 2025-1-16 18:38:10-debug: Unregister DebugViewRuntimeControl
  7609. 2025-1-16 18:38:10-debug: Unregister ch_start_pack
  7610. 2025-1-16 18:38:10-debug: Unregister ch_sdk_comp
  7611. 2025-1-16 18:38:10-debug: Unregister __NodeEventAgent__
  7612. 2025-1-16 18:38:10-debug: Unregister BuiltinPipelineSettings
  7613. 2025-1-16 18:38:10-debug: Unregister ResolutionAutoFit
  7614. 2025-1-16 18:38:10-debug: Unregister ListItem
  7615. 2025-1-16 18:38:10-debug: Unregister ClickPenetrate
  7616. 2025-1-16 18:38:10-debug: Unregister ui_updater
  7617. 2025-1-16 18:38:10-debug: Unregister MotionTrail
  7618. 2025-1-16 18:38:10-debug: Unregister List
  7619. 2025-1-16 18:38:10-debug: Unregister RewardFly
  7620. 2025-1-16 18:38:10-debug: Unregister SpineView
  7621. 2025-1-16 18:38:10-debug: Unregister UISpineMovie
  7622. 2025-1-16 18:38:10-debug: Unregister Layout_UIAlert
  7623. 2025-1-16 18:38:10-debug: Unregister Layout_UI_Notify
  7624. 2025-1-16 18:38:10-debug: Unregister Layout_UIWaiting
  7625. 2025-1-16 18:38:10-debug: Unregister table_level
  7626. 2025-1-16 18:38:10-debug: Unregister table_idiom
  7627. 2025-1-16 18:38:10-debug: Unregister MovieClip
  7628. 2025-1-16 18:38:10-debug: Unregister Layout_Fail
  7629. 2025-1-16 18:38:10-debug: Unregister UI_Head_Icon
  7630. 2025-1-16 18:38:10-debug: Unregister UI_Rank_Item
  7631. 2025-1-16 18:38:10-debug: Unregister UI_Rank
  7632. 2025-1-16 18:38:10-debug: Unregister Layout_Hall
  7633. 2025-1-16 18:38:10-debug: Unregister Layout_Settings
  7634. 2025-1-16 18:38:10-debug: Unregister Sign_Reward
  7635. 2025-1-16 18:38:10-debug: Unregister Layout_Rank
  7636. 2025-1-16 18:38:10-debug: Unregister UI_Sign
  7637. 2025-1-16 18:38:10-debug: Unregister Layout_Sign
  7638. 2025-1-16 18:38:10-debug: Unregister Layout_Invite
  7639. 2025-1-16 18:38:10-debug: Unregister Layout_Store
  7640. 2025-1-16 18:38:10-debug: Unregister UI_Settings
  7641. 2025-1-16 18:38:10-debug: Unregister UI_Store
  7642. 2025-1-16 18:38:10-debug: Unregister Layout_SideBar
  7643. 2025-1-16 18:38:10-debug: Unregister Start
  7644. 2025-1-16 18:38:10-debug: Unregister UI_SideBar
  7645. 2025-1-16 18:38:10-debug: Unregister UI_Task_Item
  7646. 2025-1-16 18:38:10-debug: Unregister Layout_Task
  7647. 2025-1-16 18:38:10-debug: Unregister UI_Task
  7648. 2025-1-16 18:38:10-debug: Unregister UI_Invite
  7649. 2025-1-16 18:38:10-debug: Unregister UI_Fail
  7650. 2025-1-16 18:38:10-debug: Unregister Layout_GameRules
  7651. 2025-1-16 18:38:10-debug: Unregister UI_Idiom
  7652. 2025-1-16 18:38:10-debug: Unregister UI_Hall
  7653. 2025-1-16 18:38:10-debug: Unregister UI_GameRules
  7654. 2025-1-16 18:38:10-debug: Unregister Layout_Win
  7655. 2025-1-16 18:38:10-debug: Unregister Layout_Idioms
  7656. 2025-1-16 18:38:10-debug: Unregister Layout_Main
  7657. 2025-1-16 18:38:10-debug: Unregister UI_Idioms
  7658. 2025-1-16 18:38:10-debug: Unregister UI_Win
  7659. 2025-1-16 18:38:10-debug: Unregister UI_Main
  7660. 2025-1-16 18:38:10-debug: Unregister Cube_Infor
  7661. 2025-1-16 18:38:10-debug: Unregister GameCtl
  7662. 2025-1-16 18:38:10-debug: Unregister CreateIdiom
  7663. 2025-1-16 18:38:10-debug: Unregister Container_Manager
  7664. 2025-1-16 18:38:10-debug: Unregister Hall
  7665. 2025-1-16 18:38:10-debug: Unregister UI_Item
  7666. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js'
  7667. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js'
  7668. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/b3/b349769b96cc4c1dff92d5d6f941366e27a02c6b.js'
  7669. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/d6/d6137fe08bf966a053351bb405928e5a6390befd.js'
  7670. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/6a/6a5019a719a9014c047e67aa1cf34453ab8392ce.js'
  7671. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/ba/bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js'
  7672. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/59/59b7958b47eec6168615a6469581f8f48e26cb00.js'
  7673. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/e9/e908646c1435d653de6447e2ae846c959ac29b33.js'
  7674. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/3c/3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js'
  7675. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/e6/e671bb16456ad253c126408d753c04295ea07129.js'
  7676. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/1c/1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js'
  7677. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/5a/5ad9214371678a1d97027b6cf28752dcbab25e0f.js'
  7678. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/08/08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js'
  7679. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/97/9758c8bdbb4fd247ebce274d105abb8265561b82.js'
  7680. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/3f/3f8dff31feda7b51e2d0428361dac48e18834ed8.js'
  7681. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/41/41d16e1f8113566bf1c111c20aceca9e4a6626d6.js'
  7682. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/a6/a62597dd07a24c3714ad095eedbfc8f76f2d165c.js'
  7683. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/72/72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js'
  7684. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/39/3975fe5ce64c51324369e49e8afd9c685ef1036d.js'
  7685. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/d7/d72ce35042ce99e7f64ae289f73e61427ebc5661.js'
  7686. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/87/879eb4b2cb07a55807079158fde54421bac04056.js'
  7687. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/31/31f21e9610b2e754c9705fb8b4947b7629eba3ec.js'
  7688. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/33/33d6d868e05219070a908e953bde210e54f92e26.js'
  7689. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/1c/1c6623815813aae756c57cca6f89a3182c222719.js'
  7690. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/6b/6b45817391fda8032e9c3052f72099ae80b977e5.js'
  7691. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/51/518c777b9b184349470f0a8548bfc02a3ac13b12.js'
  7692. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/e2/e2c07fd606d93eb79afeed6ef4de521f2be03414.js'
  7693. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/73/73c6533bf475cf801676942513edca165a6ed07f.js'
  7694. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/79/79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js'
  7695. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/2d/2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js'
  7696. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/47/47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js'
  7697. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/bd/bd8a015d9f05319ae091f7383c093a5f26a12133.js'
  7698. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/c9/c969313d23703c6a3fcc53d5e71bae664ed7849e.js'
  7699. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/53/5355f477731c1aa517e29e27c45ac35bf99fe727.js'
  7700. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/e5/e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js'
  7701. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/9b/9b4abce15a8c07b4b00096caaa35df726664c0eb.js'
  7702. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/d8/d8ea009be5644c7164c4b5ae51cd349e5525e465.js'
  7703. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/4e/4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js'
  7704. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/17/1787d8e2147a43214097b7b6fea81022fa7297b5.js'
  7705. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/f7/f780142056b451af1186d982a8e16130bfd276a2.js'
  7706. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/69/69708f163aeb7f1d3d93c5d9454dca6576ef2581.js'
  7707. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/b6/b601769373047d5119da5c4cb4b3a4bba6a651af.js'
  7708. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/81/815a8e3b66559b0d1265c7b789166062c8861bd5.js'
  7709. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/c0/c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js'
  7710. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/8e/8e81d067c8870d70331d8b9656a976c1f558e5de.js'
  7711. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/cf/cf9c45e29398b29856527964dd8d734c5d4fdec4.js'
  7712. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/df/df48ec67964f126550b0d5d71bec2b4cfc027d50.js'
  7713. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/e0/e08485787ba9b2ad7c98e435102c966d3f5c64ae.js'
  7714. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/74/7404a8ee135932a387eac99bfb33951576fe8b67.js'
  7715. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/1d/1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js'
  7716. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/5f/5f91b0c989c2a479c1da04fdb508bd586eba443c.js'
  7717. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/5f/5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js'
  7718. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/5d/5d8144768428205eb83d54c7574071768f6c1b5b.js'
  7719. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/d5/d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js'
  7720. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/a8/a89b293907eed8bf35922b74df584b59608173f2.js'
  7721. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/34/34df8999c17a8450e101699bd789ccbd57ce24ce.js'
  7722. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/59/5908d1524fdbf33b63c9c924078b09b63cc7fc89.js'
  7723. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/12/122ae41024fa99aa4949a176919256851ded60b7.js'
  7724. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/31/3166d186d5cd2eca604e02fdebeb727752294da4.js'
  7725. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/38/38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js'
  7726. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/a4/a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js'
  7727. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/20/20712297188dd3bbe9fb3acc1799edea45dda86b.js'
  7728. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/71/71b930d6142312f684efd1718dfcd7bfd1e95eaa.js'
  7729. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/cb/cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js'
  7730. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/cb/cb13e961bcd8d7069545036fc45d02908c0eee94.js'
  7731. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/97/974d5e18287f52413bf4aef79e6b1b43e2db1119.js'
  7732. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/b7/b71ec6998eef381fede6b5fd1614855829fc2f22.js'
  7733. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/7a/7a060cba1d5a032475d6578a562fb8df8171eb0b.js'
  7734. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/13/137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js'
  7735. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/c3/c307a58b694cc824581802a8099e6d62860adb91.js'
  7736. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/b3/b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js'
  7737. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/82/82914e241315735457587bc37563ed7db8183cd0.js'
  7738. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/9d/9d6b2307e211bf7d71fb96955f3a221662b8b975.js'
  7739. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/b0/b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js'
  7740. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/09/09a6fd4930dfcb5968a1b01550a6275640cfa703.js'
  7741. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/78/789715a9ff1e6669695bc6f37f849347673e7936.js'
  7742. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/0a/0a4102a464059398e43bc26dd3fe1faf79989cb3.js'
  7743. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/63/635d373e206601884c96847cb1eeeefae856f2ab.js'
  7744. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/90/90cb08bdd2589bd4780881bf755dafe0306918a1.js'
  7745. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/67/67f356369ce567fe1898b7ae72038ee83758a446.js'
  7746. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/46/4669e191907a2a708fa7ba923dc04da98435f165.js'
  7747. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/f0/f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js'
  7748. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/fd/fd567b6cff2bda101ea5067e96a8431f92b55a12.js'
  7749. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/d4/d4808bb291a6c1906241b46a992fa068602b87c7.js'
  7750. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/07/07873864f2752ebebcdaae9cbb27e5477e565642.js'
  7751. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/50/50dd8b1c328a686f05e0ea16e0613e3558f0f915.js'
  7752. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/4a/4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js'
  7753. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/99/99b535d8a2435b17b7a999d87ff3be42be0d89f6.js'
  7754. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/b9/b968f7f08649c00a45a730a74c55b98d374e1ea3.js'
  7755. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/6a/6a163e5eb12e84fcff92e09679473d95caa7ce42.js'
  7756. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/2c/2cb4568cc17fc880801c649b7e09213445038932.js'
  7757. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/a0/a0c4f651e5297607ee62681e54a78e7903383828.js'
  7758. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/4f/4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js'
  7759. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/28/28edf65eb8d20daf82fac5a67080212e26e054c8.js'
  7760. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/2d/2d7e3424c179d135dc59489a147ede15a8748562.js'
  7761. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/73/73e6dc2a8fc59081071dcebb82927640ef5a7f21.js'
  7762. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/4b/4b62ba828bd2568fd07a8c27879bd9e102538148.js'
  7763. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/6a/6a8af0f15958f7b90e4c55917282aae8bec7ce55.js'
  7764. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/69/69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js'
  7765. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/30/30148fb61fef14f86e2cda463a167887dbf8cde4.js'
  7766. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/d7/d7e846ac7b691e2f62cb6f2e257f758a25829039.js'
  7767. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/aa/aa522899127047b80d0893406f275d7a7aa74d2c.js'
  7768. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/1a/1a017ea1d38c47616789b41b9b3ceca6cb903e59.js'
  7769. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/a5/a59d8099545685d191f1183a0f3bc7f3602b80cf.js'
  7770. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/7e/7e7ab0c417629d8b4decc7970b158f69484ca3a0.js'
  7771. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/41/41297756668c0510f828032e1d12f96a4d1a9194.js'
  7772. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/96/96e2fcee174623dab28594a5fc60dc89148d32de.js'
  7773. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/4b/4b736ecb9c777512e2deca84bf06782f772c5a85.js'
  7774. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/64/648fcac29cbf9485ceab7e7d1359724ae2b1b196.js'
  7775. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/c2/c28f184f0d05e5d5976de9f0de294b88d5de4347.js'
  7776. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/47/47c8e77781a159f10d589db5916314688580bc33.js'
  7777. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/9f/9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js'
  7778. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/39/394eb72f0b5be6799d0045482477175eb4563bad.js'
  7779. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js" loaded.
  7780. 2025-1-16 18:38:10-debug: Invalidating 'pack:///chunks/5c/5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js'
  7781. 2025-1-16 18:38:10-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6d\6d8fd2b0177941b032ddc0733af48a561fb60657.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6d\6d8fd2b0177941b032ddc0733af48a561fb60657.js is not in module cache!
  7782. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js" loaded.
  7783. 2025-1-16 18:38:10-debug: [[Executor]] Register BuiltinPipelineSettings
  7784. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/6a/6a5019a719a9014c047e67aa1cf34453ab8392ce.js" loaded.
  7785. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/b3/b349769b96cc4c1dff92d5d6f941366e27a02c6b.js" loaded.
  7786. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/d6/d6137fe08bf966a053351bb405928e5a6390befd.js" loaded.
  7787. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/59/59b7958b47eec6168615a6469581f8f48e26cb00.js" loaded.
  7788. 2025-1-16 18:38:10-debug: [[Executor]] Register DebugViewRuntimeControl
  7789. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/97/9758c8bdbb4fd247ebce274d105abb8265561b82.js" loaded.
  7790. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/ba/bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js" loaded.
  7791. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/e9/e908646c1435d653de6447e2ae846c959ac29b33.js" loaded.
  7792. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/3c/3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js" loaded.
  7793. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/a6/a62597dd07a24c3714ad095eedbfc8f76f2d165c.js" loaded.
  7794. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/5a/5ad9214371678a1d97027b6cf28752dcbab25e0f.js" loaded.
  7795. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/1c/1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js" loaded.
  7796. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/87/879eb4b2cb07a55807079158fde54421bac04056.js" loaded.
  7797. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/41/41d16e1f8113566bf1c111c20aceca9e4a6626d6.js" loaded.
  7798. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/39/3975fe5ce64c51324369e49e8afd9c685ef1036d.js" loaded.
  7799. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/08/08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js" loaded.
  7800. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/3f/3f8dff31feda7b51e2d0428361dac48e18834ed8.js" loaded.
  7801. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/72/72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js" loaded.
  7802. 2025-1-16 18:38:10-debug: [[Executor]] Register ch_sdk_comp
  7803. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/e6/e671bb16456ad253c126408d753c04295ea07129.js" loaded.
  7804. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/d7/d72ce35042ce99e7f64ae289f73e61427ebc5661.js" loaded.
  7805. 2025-1-16 18:38:10-debug: [[Executor]] Register ch_start_pack
  7806. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/31/31f21e9610b2e754c9705fb8b4947b7629eba3ec.js" loaded.
  7807. 2025-1-16 18:38:10-debug: [[Executor]] Register ResolutionAutoFit
  7808. 2025-1-16 18:38:10-debug: [[Executor]] Register __NodeEventAgent__
  7809. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/1c/1c6623815813aae756c57cca6f89a3182c222719.js" loaded.
  7810. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/33/33d6d868e05219070a908e953bde210e54f92e26.js" loaded.
  7811. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/e2/e2c07fd606d93eb79afeed6ef4de521f2be03414.js" loaded.
  7812. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/9b/9b4abce15a8c07b4b00096caaa35df726664c0eb.js" loaded.
  7813. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/6b/6b45817391fda8032e9c3052f72099ae80b977e5.js" loaded.
  7814. 2025-1-16 18:38:10-debug: [[Executor]] Register ui_updater
  7815. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/73/73c6533bf475cf801676942513edca165a6ed07f.js" loaded.
  7816. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/2d/2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js" loaded.
  7817. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/bd/bd8a015d9f05319ae091f7383c093a5f26a12133.js" loaded.
  7818. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/79/79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js" loaded.
  7819. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/47/47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js" loaded.
  7820. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/c9/c969313d23703c6a3fcc53d5e71bae664ed7849e.js" loaded.
  7821. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/51/518c777b9b184349470f0a8548bfc02a3ac13b12.js" loaded.
  7822. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/e5/e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js" loaded.
  7823. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/53/5355f477731c1aa517e29e27c45ac35bf99fe727.js" loaded.
  7824. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/5f/5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js" loaded.
  7825. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/d8/d8ea009be5644c7164c4b5ae51cd349e5525e465.js" loaded.
  7826. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/4e/4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js" loaded.
  7827. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/17/1787d8e2147a43214097b7b6fea81022fa7297b5.js" loaded.
  7828. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/f7/f780142056b451af1186d982a8e16130bfd276a2.js" loaded.
  7829. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/c0/c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js" loaded.
  7830. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/81/815a8e3b66559b0d1265c7b789166062c8861bd5.js" loaded.
  7831. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/69/69708f163aeb7f1d3d93c5d9454dca6576ef2581.js" loaded.
  7832. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/cf/cf9c45e29398b29856527964dd8d734c5d4fdec4.js" loaded.
  7833. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/b6/b601769373047d5119da5c4cb4b3a4bba6a651af.js" loaded.
  7834. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/e0/e08485787ba9b2ad7c98e435102c966d3f5c64ae.js" loaded.
  7835. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/df/df48ec67964f126550b0d5d71bec2b4cfc027d50.js" loaded.
  7836. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/1d/1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js" loaded.
  7837. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/8e/8e81d067c8870d70331d8b9656a976c1f558e5de.js" loaded.
  7838. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/74/7404a8ee135932a387eac99bfb33951576fe8b67.js" loaded.
  7839. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/5f/5f91b0c989c2a479c1da04fdb508bd586eba443c.js" loaded.
  7840. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/5d/5d8144768428205eb83d54c7574071768f6c1b5b.js" loaded.
  7841. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/34/34df8999c17a8450e101699bd789ccbd57ce24ce.js" loaded.
  7842. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/d5/d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js" loaded.
  7843. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/a8/a89b293907eed8bf35922b74df584b59608173f2.js" loaded.
  7844. 2025-1-16 18:38:10-debug: [[Executor]] Register ClickPenetrate
  7845. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/31/3166d186d5cd2eca604e02fdebeb727752294da4.js" loaded.
  7846. 2025-1-16 18:38:10-debug: [[Executor]] Register ListItem
  7847. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/59/5908d1524fdbf33b63c9c924078b09b63cc7fc89.js" loaded.
  7848. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/12/122ae41024fa99aa4949a176919256851ded60b7.js" loaded.
  7849. 2025-1-16 18:38:10-debug: [[Executor]] Register List
  7850. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/38/38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js" loaded.
  7851. 2025-1-16 18:38:10-warn: 'MotionTrail.color' hides inherited property 'cc.UIRenderer.color'. To make the current property override that implementation, add the `override: true` attribute please.
  7852. 2025-1-16 18:38:10-debug: [[Executor]] Register MovieClip
  7853. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/71/71b930d6142312f684efd1718dfcd7bfd1e95eaa.js" loaded.
  7854. 2025-1-16 18:38:10-debug: [[Executor]] Register RewardFly
  7855. 2025-1-16 18:38:10-debug: [[Executor]] Register MotionTrail
  7856. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/cb/cb13e961bcd8d7069545036fc45d02908c0eee94.js" loaded.
  7857. 2025-1-16 18:38:10-debug: [[Executor]] Register SpineView
  7858. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/20/20712297188dd3bbe9fb3acc1799edea45dda86b.js" loaded.
  7859. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/a4/a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js" loaded.
  7860. 2025-1-16 18:38:10-debug: [[Executor]] Register UISpineMovie
  7861. 2025-1-16 18:38:10-debug: [[Executor]] Register Layout_UIAlert
  7862. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/b7/b71ec6998eef381fede6b5fd1614855829fc2f22.js" loaded.
  7863. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/97/974d5e18287f52413bf4aef79e6b1b43e2db1119.js" loaded.
  7864. 2025-1-16 18:38:10-debug: [[Executor]] Register Layout_UI_Notify
  7865. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/cb/cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js" loaded.
  7866. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/7a/7a060cba1d5a032475d6578a562fb8df8171eb0b.js" loaded.
  7867. 2025-1-16 18:38:10-debug: [[Executor]] Register Layout_UIWaiting
  7868. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/b3/b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js" loaded.
  7869. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/13/137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js" loaded.
  7870. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/09/09a6fd4930dfcb5968a1b01550a6275640cfa703.js" loaded.
  7871. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/c3/c307a58b694cc824581802a8099e6d62860adb91.js" loaded.
  7872. 2025-1-16 18:38:10-debug: [[Executor]] Register table_idiom
  7873. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/9d/9d6b2307e211bf7d71fb96955f3a221662b8b975.js" loaded.
  7874. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/82/82914e241315735457587bc37563ed7db8183cd0.js" loaded.
  7875. 2025-1-16 18:38:10-debug: [[Executor]] Register table_level
  7876. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/b0/b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js" loaded.
  7877. 2025-1-16 18:38:10-debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\78\789715a9ff1e6669695bc6f37f849347673e7936.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\78\789715a9ff1e6669695bc6f37f849347673e7936.js is not in module cache!
  7878. 2025-1-16 18:38:10-debug: [[Executor]] Register Layout_Fail
  7879. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/4a/4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js" loaded.
  7880. 2025-1-16 18:38:10-debug: [[Executor]] Register UI_Head_Icon
  7881. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/4f/4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js" loaded.
  7882. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/47/47c8e77781a159f10d589db5916314688580bc33.js" loaded.
  7883. 2025-1-16 18:38:10-debug: [[Executor]] Register UI_Rank_Item
  7884. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/aa/aa522899127047b80d0893406f275d7a7aa74d2c.js" loaded.
  7885. 2025-1-16 18:38:10-debug: [[Executor]] Register Layout_Rank
  7886. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/30/30148fb61fef14f86e2cda463a167887dbf8cde4.js" loaded.
  7887. 2025-1-16 18:38:10-debug: [[Executor]] Register Layout_Hall
  7888. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/2d/2d7e3424c179d135dc59489a147ede15a8748562.js" loaded.
  7889. 2025-1-16 18:38:10-debug: [[Executor]] Register UI_Rank
  7890. 2025-1-16 18:38:10-debug: [[Executor]] Register UI_Settings
  7891. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/a0/a0c4f651e5297607ee62681e54a78e7903383828.js" loaded.
  7892. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/50/50dd8b1c328a686f05e0ea16e0613e3558f0f915.js" loaded.
  7893. 2025-1-16 18:38:10-debug: [[Executor]] Register Layout_Settings
  7894. 2025-1-16 18:38:10-warn: The type of "Sign_Reward.num" must be CCFloat or CCInteger, not Number.
  7895. 2025-1-16 18:38:10-warn: The type of "Sign_Reward.type" must be CCFloat or CCInteger, not Number.
  7896. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/4b/4b736ecb9c777512e2deca84bf06782f772c5a85.js" loaded.
  7897. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/7e/7e7ab0c417629d8b4decc7970b158f69484ca3a0.js" loaded.
  7898. 2025-1-16 18:38:10-debug: [[Executor]] Register UI_Sign
  7899. 2025-1-16 18:38:10-debug: [[Executor]] Register Sign_Reward
  7900. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/28/28edf65eb8d20daf82fac5a67080212e26e054c8.js" loaded.
  7901. 2025-1-16 18:38:10-debug: [[Executor]] Register Layout_Invite
  7902. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/64/648fcac29cbf9485ceab7e7d1359724ae2b1b196.js" loaded.
  7903. 2025-1-16 18:38:10-debug: [[Executor]] Register UI_Invite
  7904. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/73/73e6dc2a8fc59081071dcebb82927640ef5a7f21.js" loaded.
  7905. 2025-1-16 18:38:10-debug: [[Executor]] Register Layout_Store
  7906. 2025-1-16 18:38:10-debug: [[Executor]] Register Layout_Sign
  7907. 2025-1-16 18:38:10-warn: The type of "Layout_Store.Type" must be CCFloat or CCInteger, not Number.
  7908. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/1a/1a017ea1d38c47616789b41b9b3ceca6cb903e59.js" loaded.
  7909. 2025-1-16 18:38:10-warn: The type of "Layout_Store.Value" must be CCFloat or CCInteger, not Number.
  7910. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/6a/6a8af0f15958f7b90e4c55917282aae8bec7ce55.js" loaded.
  7911. 2025-1-16 18:38:10-debug: [[Executor]] Register Layout_SideBar
  7912. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/a5/a59d8099545685d191f1183a0f3bc7f3602b80cf.js" loaded.
  7913. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/41/41297756668c0510f828032e1d12f96a4d1a9194.js" loaded.
  7914. 2025-1-16 18:38:10-debug: [[Executor]] Register Start
  7915. 2025-1-16 18:38:10-debug: [[Executor]] Register UI_Store
  7916. 2025-1-16 18:38:10-debug: [[Executor]] Register UI_Task_Item
  7917. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/39/394eb72f0b5be6799d0045482477175eb4563bad.js" loaded.
  7918. 2025-1-16 18:38:10-debug: [[Executor]] Register UI_SideBar
  7919. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/4b/4b62ba828bd2568fd07a8c27879bd9e102538148.js" loaded.
  7920. 2025-1-16 18:38:10-debug: [[Executor]] Register UI_Task
  7921. 2025-1-16 18:38:10-debug: [[Executor]] Register Layout_Task
  7922. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/96/96e2fcee174623dab28594a5fc60dc89148d32de.js" loaded.
  7923. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/d7/d7e846ac7b691e2f62cb6f2e257f758a25829039.js" loaded.
  7924. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/2c/2cb4568cc17fc880801c649b7e09213445038932.js" loaded.
  7925. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/fd/fd567b6cff2bda101ea5067e96a8431f92b55a12.js" loaded.
  7926. 2025-1-16 18:38:10-debug: [[Executor]] Register UI_Hall
  7927. 2025-1-16 18:38:10-debug: [[Executor]] Register Layout_GameRules
  7928. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/b9/b968f7f08649c00a45a730a74c55b98d374e1ea3.js" loaded.
  7929. 2025-1-16 18:38:10-debug: [[Executor]] Register UI_GameRules
  7930. 2025-1-16 18:38:10-debug: [[Executor]] Register UI_Idiom
  7931. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/d4/d4808bb291a6c1906241b46a992fa068602b87c7.js" loaded.
  7932. 2025-1-16 18:38:10-debug: [[Executor]] Register UI_Fail
  7933. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/f0/f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js" loaded.
  7934. 2025-1-16 18:38:10-debug: [[Executor]] Register UI_Idioms
  7935. 2025-1-16 18:38:10-debug: [[Executor]] Register Layout_Idioms
  7936. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/46/4669e191907a2a708fa7ba923dc04da98435f165.js" loaded.
  7937. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/78/789715a9ff1e6669695bc6f37f849347673e7936.js" loaded.
  7938. 2025-1-16 18:38:10-debug: [[Executor]] Register UI_Win
  7939. 2025-1-16 18:38:10-debug: [[Executor]] Register Layout_Win
  7940. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/69/69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js" loaded.
  7941. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/6a/6a163e5eb12e84fcff92e09679473d95caa7ce42.js" loaded.
  7942. 2025-1-16 18:38:10-debug: [[Executor]] Register UI_Main
  7943. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/99/99b535d8a2435b17b7a999d87ff3be42be0d89f6.js" loaded.
  7944. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/0a/0a4102a464059398e43bc26dd3fe1faf79989cb3.js" loaded.
  7945. 2025-1-16 18:38:10-debug: [[Executor]] Register Layout_Main
  7946. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/9f/9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js" loaded.
  7947. 2025-1-16 18:38:10-debug: [[Executor]] Register Cube_Infor
  7948. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/c2/c28f184f0d05e5d5976de9f0de294b88d5de4347.js" loaded.
  7949. 2025-1-16 18:38:10-debug: [[Executor]] Register Hall
  7950. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/07/07873864f2752ebebcdaae9cbb27e5477e565642.js" loaded.
  7951. 2025-1-16 18:38:10-debug: [[Executor]] Register GameCtl
  7952. 2025-1-16 18:38:10-debug: [[Executor]] Register CreateIdiom
  7953. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/63/635d373e206601884c96847cb1eeeefae856f2ab.js" loaded.
  7954. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/90/90cb08bdd2589bd4780881bf755dafe0306918a1.js" loaded.
  7955. 2025-1-16 18:38:10-debug: [[Executor]] Register UI_Item
  7956. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/67/67f356369ce567fe1898b7ae72038ee83758a446.js" loaded.
  7957. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/5c/5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js" loaded.
  7958. 2025-1-16 18:38:10-debug: [[Executor]] Register Container_Manager
  7959. 2025-1-16 18:38:10-debug: [[Executor]] Module "pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js" loaded.
  7960. 2025-1-16 18:38:10-debug: Incremental keys: chSdk,chsdk
  7961. 2025-1-16 18:38:10-debug: Init bundle share assets start..., progress: 9%
  7962. 2025-1-16 18:38:10-debug: Init bundle share assets success..., progress: 9%
  7963. 2025-1-16 18:38:10-debug: handle json group in bundle internal
  7964. 2025-1-16 18:38:10-debug: handle json group in bundle internal success
  7965. 2025-1-16 18:38:10-debug: handle json group in bundle main
  7966. 2025-1-16 18:38:10-debug: handle json group in bundle start-scene
  7967. 2025-1-16 18:38:10-debug: handle json group in bundle start-scene success
  7968. 2025-1-16 18:38:10-debug: handle json group in bundle main success
  7969. 2025-1-16 18:38:10-debug: handle json group in bundle module_basic
  7970. 2025-1-16 18:38:10-debug: init image compress task 0 in bundle internal
  7971. 2025-1-16 18:38:10-debug: init image compress task 0 in bundle start-scene
  7972. 2025-1-16 18:38:10-debug: init image compress task 0 in bundle main
  7973. 2025-1-16 18:38:10-debug: handle json group in bundle module_extra success
  7974. 2025-1-16 18:38:10-debug: handle json group in bundle module_extra
  7975. 2025-1-16 18:38:10-debug: handle json group in bundle module_basic success
  7976. 2025-1-16 18:38:10-debug: init image compress task 0 in bundle module_basic
  7977. 2025-1-16 18:38:10-debug: init image compress task 0 in bundle module_extra
  7978. 2025-1-16 18:38:10-debug: handle json group in bundle module_game success
  7979. 2025-1-16 18:38:10-debug: init image compress task 0 in bundle module_game
  7980. 2025-1-16 18:38:10-debug: handle json group in bundle module_game
  7981. 2025-1-16 18:38:10-debug: // ---- build task 查询 Asset Bundle ---- (219ms)
  7982. 2025-1-16 18:38:10-debug: run build task 查询 Asset Bundle success in 219 ms√, progress: 14%
  7983. 2025-1-16 18:38:10-debug: // ---- build task 查询 Asset Bundle ----
  7984. 2025-1-16 18:38:10-debug: [Build Memory track]: 查询 Asset Bundle start:207.34MB, end 212.43MB, increase: 5.09MB
  7985. 2025-1-16 18:38:10-debug: 查询 Asset Bundle start, progress: 14%
  7986. 2025-1-16 18:38:10-debug: // ---- build task 查询 Asset Bundle ---- (63ms)
  7987. 2025-1-16 18:38:10-debug: run build task 查询 Asset Bundle success in 63 ms√, progress: 19%
  7988. 2025-1-16 18:38:10-debug: [Build Memory track]: 查询 Asset Bundle start:212.46MB, end 212.71MB, increase: 250.24KB
  7989. 2025-1-16 18:38:10-debug: // ---- build task 打包脚本 ----
  7990. 2025-1-16 18:38:10-debug: 打包脚本 start, progress: 19%
  7991. 2025-1-16 18:38:10-log: Run build task(build-script) in child, see: chrome://inspect/#devices
  7992. 2025-1-16 18:38:11-log: [build-script]enter sub process 7212, C:\ProgramData\cocos\editors\Creator\3.8.4\CocosCreator.exe,C:\ProgramData\cocos\editors\Creator\3.8.4\resources\app.asar\builtin\builder\static\sub-process-index
  7993. 2025-1-16 18:38:14-debug: excute-script over with build-script 3310ms
  7994. 2025-1-16 18:38:14-debug: Generate systemJs..., progress: 19%
  7995. 2025-1-16 18:38:14-log: Run build task(build-script) in child, see: chrome://inspect/#devices
  7996. 2025-1-16 18:38:16-debug: excute-script over with build-script 2570ms
  7997. 2025-1-16 18:38:16-debug: 构建项目脚本 start..., progress: 19%
  7998. 2025-1-16 18:38:16-debug: Build script in bundle start, progress: 19%
  7999. 2025-1-16 18:38:16-log: Run build task(build-script) in child, see: chrome://inspect/#devices
  8000. 2025-1-16 18:38:20-warn: [build-script][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/Layout_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI/UI_Head_Icon.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts
  8001. 2025-1-16 18:38:20-warn: [build-script][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/Layout_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/Sign_Reward.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Invite/UI_Invite.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Store/UI_Store.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Store/UI_Store.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_SideBar/UI_SideBar.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/Layout_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/Layout_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_GameRules/UI_GameRules.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/Layout_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/CreateIdiom.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts
  8002. 2025-1-16 18:38:23-debug: excute-script over with build-script 7070ms
  8003. 2025-1-16 18:38:23-debug: Copy externalScripts success!
  8004. 2025-1-16 18:38:23-debug: Build script in bundle success, progress: 19%
  8005. 2025-1-16 18:38:23-debug: 构建项目脚本 in (7131 ms) √, progress: 19%
  8006. 2025-1-16 18:38:23-debug: 构建引擎脚本 start..., progress: 19%
  8007. 2025-1-16 18:38:24-debug: Use cache engine: {link(C:\Users\NINGMEI\AppData\Local\Temp\CocosCreator\3.8.4\builder\engine\5653dcd598ac5adc25da0caeb40ce0c0)}
  8008. 2025-1-16 18:38:24-debug: {"debug":false,"sourceMaps":false,"includeModules":["2d","3d","animation","audio","base","custom-pipeline","gfx-webgl","meshopt","occlusion-query","physics-ammo","primitive","profiler","spine","tween","ui","websocket","webview","custom-pipeline-builtin-scripts"],"engineVersion":"3.8.4","md5Map":[],"engineName":"cocos-js","platform":"WECHAT","useCache":true,"nativeCodeBundleMode":"wasm","wasmCompressionMode":"brotli","split":false,"skip":false,"assetURLFormat":"relative-from-out","output":"D:\\CocosCreatorProject\\Idioms\\idiom\\build\\wechatgame-001\\cocos-js","flags":{"DEBUG":false,"WASM_SUBPACKAGE":true},"entry":"C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine"}
  8009. 2025-1-16 18:38:24-debug: 构建引擎脚本 in (108 ms) √, progress: 19%
  8010. 2025-1-16 18:38:24-debug: Copy plugin script ..., progress: 19%
  8011. 2025-1-16 18:38:24-debug: Generate import-map..., progress: 19%
  8012. 2025-1-16 18:38:24-debug: // ---- build task 打包脚本 ---- (13221ms)
  8013. 2025-1-16 18:38:24-debug: run build task 打包脚本 success in 13 s√, progress: 24%
  8014. 2025-1-16 18:38:24-debug: [Build Memory track]: 打包脚本 start:212.87MB, end 211.05MB, increase: -1863.41KB
  8015. 2025-1-16 18:38:24-debug: Build Assets start, progress: 24%
  8016. 2025-1-16 18:38:24-debug: // ---- build task Build Assets ----
  8017. 2025-1-16 18:38:24-debug: Build bundles..., progress: 24%
  8018. 2025-1-16 18:38:24-debug: Pack Images start, progress: 24%
  8019. 2025-1-16 18:38:24-debug: Get Cache info of pac success {asset(fc529dad-0a7c-4618-ab26-353d7d900ec2)}
  8020. 2025-1-16 18:38:24-debug: Get Cache info of pac success {asset(43520f95-106c-478d-ae58-25f251ecc0fb)}
  8021. 2025-1-16 18:38:24-debug: Get Cache info of pac success {asset(c5e80781-d3aa-48f0-97a5-f09946f760a2)}
  8022. 2025-1-16 18:38:24-debug: Get Cache info of pac success {asset(04d9d3cd-db4c-4846-9449-173b61558e12)}
  8023. 2025-1-16 18:38:24-debug: Get Cache info of pac success {asset(a63114f7-5b8e-4198-b75a-922458c1a293)}
  8024. 2025-1-16 18:38:24-debug: Get Cache info of pac success {asset(77de5a33-df72-4127-b60c-72b45aa6acb0)}
  8025. 2025-1-16 18:38:24-debug: remove spriteAtlas._uuid : {asset(a63114f7-5b8e-4198-b75a-922458c1a293)}
  8026. 2025-1-16 18:38:24-debug: Get Cache info of pac success {asset(8924cf2d-a7a0-4ce7-9fa7-f89dadbdf4f4)}
  8027. 2025-1-16 18:38:24-debug: remove spriteAtlas._uuid : {asset(fc529dad-0a7c-4618-ab26-353d7d900ec2)}
  8028. 2025-1-16 18:38:24-debug: remove spriteAtlas._uuid : {asset(43520f95-106c-478d-ae58-25f251ecc0fb)}
  8029. 2025-1-16 18:38:24-debug: remove spriteAtlas._uuid : {asset(77de5a33-df72-4127-b60c-72b45aa6acb0)}
  8030. 2025-1-16 18:38:24-debug: remove spriteAtlas._uuid : {asset(c5e80781-d3aa-48f0-97a5-f09946f760a2)}
  8031. 2025-1-16 18:38:24-debug: remove spriteAtlas._uuid : {asset(04d9d3cd-db4c-4846-9449-173b61558e12)}
  8032. 2025-1-16 18:38:24-debug: remove spriteAtlas._uuid : {asset(c5e80781-d3aa-48f0-97a5-f09946f760a2)}
  8033. 2025-1-16 18:38:24-debug: remove spriteAtlas._uuid : {asset(8924cf2d-a7a0-4ce7-9fa7-f89dadbdf4f4)}
  8034. 2025-1-16 18:38:24-debug: builder:pack-auto-atlas-image (368ms)
  8035. 2025-1-16 18:38:24-debug: sort compress task {}
  8036. 2025-1-16 18:38:24-debug: Compress image start..., progress: 24%
  8037. 2025-1-16 18:38:24-debug: Num of all image compress task 0, really: 0, configTasks: 0
  8038. 2025-1-16 18:38:24-debug: Compress image success..., progress: 24%
  8039. 2025-1-16 18:38:24-debug: Output asset in bundles start, progress: 24%
  8040. 2025-1-16 18:38:24-debug: No image need to compress
  8041. 2025-1-16 18:38:24-debug: Pack Images success, progress: 24%
  8042. 2025-1-16 18:38:24-debug: Handle all json groups in bundle internal
  8043. 2025-1-16 18:38:24-debug: Handle all json groups in bundle start-scene
  8044. 2025-1-16 18:38:24-debug: handle json group
  8045. 2025-1-16 18:38:24-debug: handle json group
  8046. 2025-1-16 18:38:24-debug: Handle all json groups in bundle main
  8047. 2025-1-16 18:38:24-debug: handle json group
  8048. 2025-1-16 18:38:24-debug: handle single json
  8049. 2025-1-16 18:38:24-debug: handle json group
  8050. 2025-1-16 18:38:24-debug: Handle all json groups in bundle module_extra
  8051. 2025-1-16 18:38:24-debug: handle single json
  8052. 2025-1-16 18:38:24-debug: handle json group
  8053. 2025-1-16 18:38:24-debug: Handle all json groups in bundle module_basic
  8054. 2025-1-16 18:38:24-debug: Handle all json groups in bundle module_game
  8055. 2025-1-16 18:38:24-debug: handle json group
  8056. 2025-1-16 18:38:24-debug: Json group(07325bfaa) compile success,json number: 6
  8057. 2025-1-16 18:38:24-debug: Json group(02ccb67e9) compile success,json number: 6
  8058. 2025-1-16 18:38:24-debug: Json group(0ba471961) compile success,json number: 6
  8059. 2025-1-16 18:38:24-debug: handle single json
  8060. 2025-1-16 18:38:24-debug: Json group(04ade8c9e) compile success,json number: 6
  8061. 2025-1-16 18:38:24-debug: handle single json
  8062. 2025-1-16 18:38:24-debug: Json group(014a917e9) compile success,json number: 6
  8063. 2025-1-16 18:38:24-debug: Json group(0a54f6860) compile success,json number: 6
  8064. 2025-1-16 18:38:24-debug: handle single json
  8065. 2025-1-16 18:38:24-debug: Json group(0f283b26e) compile success,json number: 6
  8066. 2025-1-16 18:38:24-debug: Json group(0a1731415) compile success,json number: 6
  8067. 2025-1-16 18:38:24-debug: Json group(093f10e90) compile success,json number: 6
  8068. 2025-1-16 18:38:24-debug: Json group(02c882590) compile success,json number: 6
  8069. 2025-1-16 18:38:24-debug: Json group(042b497f3) compile success,json number: 6
  8070. 2025-1-16 18:38:24-debug: Json group(0310e8848) compile success,json number: 6
  8071. 2025-1-16 18:38:24-debug: Json group(0e8f971ab) compile success,json number: 6
  8072. 2025-1-16 18:38:24-debug: Json group(0670cc77a) compile success,json number: 6
  8073. 2025-1-16 18:38:24-debug: Json group(05eeba194) compile success,json number: 6
  8074. 2025-1-16 18:38:24-debug: Json group(0f272fc25) compile success,json number: 6
  8075. 2025-1-16 18:38:24-debug: Json group(03c9cd961) compile success,json number: 6
  8076. 2025-1-16 18:38:24-debug: Json group(0329651a2) compile success,json number: 6
  8077. 2025-1-16 18:38:24-debug: Json group(0c5a2fc7e) compile success,json number: 6
  8078. 2025-1-16 18:38:24-debug: Json group(04644b2f0) compile success,json number: 6
  8079. 2025-1-16 18:38:24-debug: Json group(0332e55a0) compile success,json number: 6
  8080. 2025-1-16 18:38:24-debug: handle single json
  8081. 2025-1-16 18:38:24-debug: Json group(022fd81fe) compile success,json number: 6
  8082. 2025-1-16 18:38:24-debug: Output asset in bundles success, progress: 24%
  8083. 2025-1-16 18:38:24-debug: Output asset in bundles start, progress: 24%
  8084. 2025-1-16 18:38:24-debug: compress config of bundle internal...
  8085. 2025-1-16 18:38:24-debug: compress config of bundle internal success
  8086. 2025-1-16 18:38:24-debug: compress config of bundle start-scene success
  8087. 2025-1-16 18:38:24-debug: compress config of bundle main...
  8088. 2025-1-16 18:38:24-debug: compress config of bundle main success
  8089. 2025-1-16 18:38:24-debug: compress config of bundle start-scene...
  8090. 2025-1-16 18:38:24-debug: compress config of bundle module_extra...
  8091. 2025-1-16 18:38:24-debug: compress config of bundle module_extra success
  8092. 2025-1-16 18:38:24-debug: compress config of bundle module_basic...
  8093. 2025-1-16 18:38:24-debug: compress config of bundle module_basic success
  8094. 2025-1-16 18:38:24-debug: compress config of bundle module_game...
  8095. 2025-1-16 18:38:24-debug: compress config of bundle module_game success
  8096. 2025-1-16 18:38:24-debug: output config of bundle internal
  8097. 2025-1-16 18:38:24-debug: output config of bundle internal success
  8098. 2025-1-16 18:38:25-debug: output config of bundle start-scene
  8099. 2025-1-16 18:38:25-debug: output config of bundle start-scene success
  8100. 2025-1-16 18:38:25-debug: output config of bundle main
  8101. 2025-1-16 18:38:25-debug: output config of bundle main success
  8102. 2025-1-16 18:38:25-debug: output config of bundle module_extra
  8103. 2025-1-16 18:38:25-debug: output config of bundle module_extra success
  8104. 2025-1-16 18:38:25-debug: output config of bundle module_basic
  8105. 2025-1-16 18:38:25-debug: output config of bundle module_basic success
  8106. 2025-1-16 18:38:25-debug: output config of bundle module_game
  8107. 2025-1-16 18:38:25-debug: output config of bundle module_game success
  8108. 2025-1-16 18:38:25-debug: Output asset in bundles success, progress: 24%
  8109. 2025-1-16 18:38:25-debug: // ---- build task Build Assets ---- (893ms)
  8110. 2025-1-16 18:38:25-debug: run build task Build Assets success in 893 ms√, progress: 29%
  8111. 2025-1-16 18:38:25-debug: [Build Memory track]: Build Assets start:211.09MB, end 208.60MB, increase: -2546.72KB
  8112. 2025-1-16 18:38:25-debug: wechatgame:(onAfterBundleBuildTask) start..., progress: 29%
  8113. 2025-1-16 18:38:25-debug: // ---- build task wechatgame:onAfterBundleBuildTask ----
  8114. 2025-1-16 18:38:25-debug: // ---- build task wechatgame:onAfterBundleBuildTask ---- (18ms)
  8115. 2025-1-16 18:38:25-debug: wechatgame:(onAfterBuildAssets) start..., progress: 29%
  8116. 2025-1-16 18:38:25-debug: wechatgame:(onAfterBundleBuildTask) in 18 ms ✓, progress: 29%
  8117. 2025-1-16 18:38:25-debug: // ---- build task wechatgame:onAfterBuildAssets ----
  8118. 2025-1-16 18:38:25-debug: // ---- build task wechatgame:onAfterBuildAssets ---- (28ms)
  8119. 2025-1-16 18:38:25-debug: 整理部分构建选项内数据到 settings.json start, progress: 31%
  8120. 2025-1-16 18:38:25-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  8121. 2025-1-16 18:38:25-debug: wechatgame:(onAfterBuildAssets) in 28 ms ✓, progress: 31%
  8122. 2025-1-16 18:38:25-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (16ms)
  8123. 2025-1-16 18:38:25-debug: run build task 整理部分构建选项内数据到 settings.json success in 16 ms√, progress: 33%
  8124. 2025-1-16 18:38:25-debug: // ---- build task 填充脚本数据到 settings.json ----
  8125. 2025-1-16 18:38:25-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:208.88MB, end 208.95MB, increase: 69.62KB
  8126. 2025-1-16 18:38:25-debug: 填充脚本数据到 settings.json start, progress: 33%
  8127. 2025-1-16 18:38:25-debug: // ---- build task 填充脚本数据到 settings.json ---- (24ms)
  8128. 2025-1-16 18:38:25-debug: run build task 填充脚本数据到 settings.json success in 24 ms√, progress: 34%
  8129. 2025-1-16 18:38:25-debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  8130. 2025-1-16 18:38:25-debug: [Build Memory track]: 填充脚本数据到 settings.json start:208.99MB, end 209.05MB, increase: 69.45KB
  8131. 2025-1-16 18:38:25-debug: 整理部分构建选项内数据到 settings.json start, progress: 34%
  8132. 2025-1-16 18:38:25-debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (24ms)
  8133. 2025-1-16 18:38:25-debug: run build task 整理部分构建选项内数据到 settings.json success in 24 ms√, progress: 36%
  8134. 2025-1-16 18:38:25-debug: // ---- build task wechatgame:onBeforeCompressSettings ----
  8135. 2025-1-16 18:38:25-debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:209.09MB, end 209.26MB, increase: 174.53KB
  8136. 2025-1-16 18:38:25-debug: wechatgame:(onBeforeCompressSettings) start..., progress: 36%
  8137. 2025-1-16 18:38:25-debug: // ---- build task wechatgame:onBeforeCompressSettings ---- (24ms)
  8138. 2025-1-16 18:38:25-debug: cocos-service:(onBeforeCompressSettings) start..., progress: 38%
  8139. 2025-1-16 18:38:25-debug: wechatgame:(onBeforeCompressSettings) in 24 ms ✓, progress: 38%
  8140. 2025-1-16 18:38:25-debug: // ---- build task cocos-service:onBeforeCompressSettings ----
  8141. 2025-1-16 18:38:25-debug: // ---- build task cocos-service:onBeforeCompressSettings ---- (163ms)
  8142. 2025-1-16 18:38:25-debug: // ---- build task 整理静态模板文件 ----
  8143. 2025-1-16 18:38:25-debug: cocos-service:(onBeforeCompressSettings) in 163 ms ✓, progress: 40%
  8144. 2025-1-16 18:38:25-debug: 整理静态模板文件 start, progress: 40%
  8145. 2025-1-16 18:38:25-debug: // ---- build task 整理静态模板文件 ---- (52ms)
  8146. 2025-1-16 18:38:25-debug: run build task 整理静态模板文件 success in 52 ms√, progress: 45%
  8147. 2025-1-16 18:38:25-debug: // ---- build task cocos-service:onAfterCompressSettings ----
  8148. 2025-1-16 18:38:25-debug: [Build Memory track]: 整理静态模板文件 start:209.54MB, end 213.19MB, increase: 3.65MB
  8149. 2025-1-16 18:38:25-debug: cocos-service:(onAfterCompressSettings) start..., progress: 45%
  8150. 2025-1-16 18:38:25-debug: // ---- build task cocos-service:onAfterCompressSettings ---- (123ms)
  8151. 2025-1-16 18:38:25-debug: cocos-service:(onAfterCompressSettings) in 123 ms ✓, progress: 46%
  8152. 2025-1-16 18:38:25-debug: wechatgame:(onBeforeCopyBuildTemplate) start..., progress: 46%
  8153. 2025-1-16 18:38:25-debug: // ---- build task wechatgame:onBeforeCopyBuildTemplate ----
  8154. 2025-1-16 18:38:25-debug: // ---- build task wechatgame:onBeforeCopyBuildTemplate ---- (16ms)
  8155. 2025-1-16 18:38:25-debug: wechatgame:(onBeforeCopyBuildTemplate) in 16 ms ✓, progress: 48%
  8156. 2025-1-16 18:38:25-debug: wechatgame:(onAfterCopyBuildTemplate) start..., progress: 48%
  8157. 2025-1-16 18:38:25-debug: // ---- build task wechatgame:onAfterCopyBuildTemplate ----
  8158. 2025-1-16 18:38:25-debug: // ---- build task wechatgame:onAfterCopyBuildTemplate ---- (27ms)
  8159. 2025-1-16 18:38:25-debug: wechatgame:(onAfterCopyBuildTemplate) in 27 ms ✓, progress: 50%
  8160. 2025-1-16 18:38:25-debug: // ---- build task 给所有的资源加上 MD5 后缀 ----
  8161. 2025-1-16 18:38:25-debug: 给所有的资源加上 MD5 后缀 start, progress: 50%
  8162. 2025-1-16 18:38:25-debug: // ---- build task 给所有的资源加上 MD5 后缀 ---- (17ms)
  8163. 2025-1-16 18:38:25-debug: run build task 给所有的资源加上 MD5 后缀 success in 17 ms√, progress: 60%
  8164. 2025-1-16 18:38:25-debug: // ---- build task wechatgame:onAfterBuild ----
  8165. 2025-1-16 18:38:25-debug: [Build Memory track]: 给所有的资源加上 MD5 后缀 start:213.79MB, end 213.86MB, increase: 68.23KB
  8166. 2025-1-16 18:38:25-debug: wechatgame:(onAfterBuild) start..., progress: 60%
  8167. 2025-1-16 18:38:25-debug: // ---- build task wechatgame:onAfterBuild ---- (269ms)
  8168. 2025-1-16 18:38:25-debug: wechatgame:(onAfterBuild) in 269 ms ✓, progress: 62%
  8169. 2025-1-16 18:38:25-debug: cocos-service:(onAfterBuild) start..., progress: 62%
  8170. 2025-1-16 18:38:25-debug: // ---- build task cocos-service:onAfterBuild ----
  8171. 2025-1-16 18:38:25-debug: // ---- build task cocos-service:onAfterBuild ---- (67ms)
  8172. 2025-1-16 18:38:25-debug: cocos-service:(onAfterBuild) in 67 ms ✓, progress: 64%
  8173. 2025-1-16 18:38:25-debug: adsense-h5g-plugin:(onAfterBuild) start..., progress: 64%
  8174. 2025-1-16 18:38:25-debug: // ---- build task adsense-h5g-plugin:onAfterBuild ----
  8175. 2025-1-16 18:38:25-debug: // ---- build task adsense-h5g-plugin:onAfterBuild ---- (18ms)
  8176. 2025-1-16 18:38:25-debug: adsense-h5g-plugin:(onAfterBuild) in 18 ms ✓, progress: 65%
  8177. 2025-1-16 18:38:25-log: Asset DB is resume!
  8178. 2025-1-16 18:38:25-debug: builder:build-project-total (15739ms)
  8179. 2025-1-16 18:38:26-debug: build success in 15739!
  8180. 2025-1-16 18:38:26-debug: [Build Memory track]: builder:build-project-total start:206.75MB, end 215.59MB, increase: 8.84MB
  8181. 2025-1-16 18:38:26-debug: ================================ build Task (wechatgame-001) Finished in (15 s)ms ================================
  8182. 2025-1-16 18:38:26-debug: Stop record console. {file(D:\CocosCreatorProject\Idioms\idiom\temp\builder\log\wechatgame2025-1-16 17-15.log)}
  8183. 2025-1-16 18:40:57-debug: refresh db internal success
  8184. 2025-1-16 18:40:58-debug: refresh db assets success
  8185. 2025-1-16 18:40:58-debug: Run asset db hook engine-extends:afterRefresh ...
  8186. 2025-1-16 18:40:58-debug: Run asset db hook engine-extends:afterRefresh success!
  8187. 2025-1-16 18:40:58-debug: asset-db:refresh-all-database (243ms)
  8188. 2025-1-16 18:40:58-debug: asset-db:worker-effect-data-processing (2ms)
  8189. 2025-1-16 18:40:58-debug: asset-db-hook-engine-extends-afterRefresh (3ms)