打包测试修改

This commit is contained in:
2025-08-15 09:41:24 +08:00
parent ef02eedac6
commit ac650d7b39
6 changed files with 25 additions and 23 deletions
+3 -2
View File
@@ -2,6 +2,7 @@ import {
_decorator,
AssetManager,
AudioClip,
BufferAsset,
Button,
Component,
ImageAsset,
@@ -55,7 +56,7 @@ export class PreloadUI extends Component {
this.jinduFilled.fillRange = 0;
//this.btnLogin.node.active = false;
this.preloadFiles();
LanguageUtils.setLanguage(LanguageType.CN);
@@ -114,7 +115,7 @@ export class PreloadUI extends Component {
// {path:"mohu", bundleName: "Materials", ftype: Material},
// {path:"UI/Cross/Cross_UI", bundleName: "PB", ftype: Prefab},
// {path:"UI/StartUI/Start_UI", bundleName: "PB", ftype: Prefab},
// {path:"commonGlobal", bundleName: "DataTable", ftype: JsonAsset},
{ path: "tblanguage", bundleName: "DataTable", ftype: BufferAsset },
];
let num_prefab = 0; //已加载数量
let num_succeed = 0; //加载成功数量