fix:1、修复bug。2、删除json表,改为配置加载

This commit is contained in:
barry
2026-06-30 22:15:06 +08:00
parent 1354dfbc34
commit 776d63928d
1086 changed files with 49845 additions and 533285 deletions
@@ -10,6 +10,7 @@ namespace FGUI.Common_01
{
UIObjectFactory.SetPackageItemExtension(com_money.URL, typeof(com_money));
UIObjectFactory.SetPackageItemExtension(btn_task_pass.URL, typeof(btn_task_pass));
UIObjectFactory.SetPackageItemExtension(com_open_tips.URL, typeof(com_open_tips));
UIObjectFactory.SetPackageItemExtension(btn_watchAd.URL, typeof(btn_watchAd));
UIObjectFactory.SetPackageItemExtension(com_broadcast_text1.URL, typeof(com_broadcast_text1));
UIObjectFactory.SetPackageItemExtension(btn_noads.URL, typeof(btn_noads));
@@ -0,0 +1,29 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.Common_01
{
public partial class com_open_tips : GComponent
{
public GTextField text_level_limit;
public GGroup panel;
public Transition t0;
public const string URL = "ui://o9974uc5arocdc";
public static com_open_tips CreateInstance()
{
return (com_open_tips)UIPackage.CreateObject("Common_01", "com_open_tips");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
text_level_limit = (GTextField)GetChildAt(2);
panel = (GGroup)GetChildAt(3);
t0 = GetTransitionAt(0);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 39f9cfc14b5aa4b2e9e3d36817f63e57
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -21,9 +21,9 @@ namespace FGUI.Common_01
{
base.ConstructFromXML(xml);
title = (GTextField)GetChildAt(1);
btn_relog = (btn_yellow)GetChildAt(2);
content = (GTextField)GetChildAt(3);
title = (GTextField)GetChildAt(2);
btn_relog = (btn_yellow)GetChildAt(3);
content = (GTextField)GetChildAt(4);
}
}
}