fix:1、更换项目,使用winter来创建

This commit is contained in:
2026-04-22 11:13:16 +08:00
parent 173cfb2dc9
commit 83ff9f71ad
7375 changed files with 209752 additions and 157557 deletions
@@ -0,0 +1,19 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.ZM_store_17
{
public class ZM_store_17Binder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(btn_get.URL, typeof(btn_get));
UIObjectFactory.SetPackageItemExtension(btn_buy.URL, typeof(btn_buy));
UIObjectFactory.SetPackageItemExtension(buygold_item.URL, typeof(buygold_item));
UIObjectFactory.SetPackageItemExtension(com_buygold.URL, typeof(com_buygold));
UIObjectFactory.SetPackageItemExtension(btn_watchAd1.URL, typeof(btn_watchAd1));
UIObjectFactory.SetPackageItemExtension(btn_close.URL, typeof(btn_close));
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: b26f9d2dc8083495daf732c4977de7b1
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,27 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.ZM_store_17
{
public partial class btn_buy : GButton
{
public Controller can_buy;
public GTextField btn_text;
public const string URL = "ui://5crzgdh6d3a90";
public static btn_buy CreateInstance()
{
return (btn_buy)UIPackage.CreateObject("ZM_store_17", "btn_buy");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
can_buy = GetControllerAt(0);
btn_text = (GTextField)GetChildAt(2);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: c2aa4215af5104e16a316f17863e0b8a
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,25 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.ZM_store_17
{
public partial class btn_close : GButton
{
public Controller can_buy;
public const string URL = "ui://5crzgdh6wgo41q";
public static btn_close CreateInstance()
{
return (btn_close)UIPackage.CreateObject("ZM_store_17", "btn_close");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
can_buy = GetControllerAt(0);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 3b61d0e12945e0f44aa3825351686544
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,25 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.ZM_store_17
{
public partial class btn_get : GButton
{
public Controller state;
public const string URL = "ui://5crzgdh69aez2i";
public static btn_get CreateInstance()
{
return (btn_get)UIPackage.CreateObject("ZM_store_17", "btn_get");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
state = GetControllerAt(0);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 11e562194f2f6fa46812f2d5a4656ce8
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,29 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.ZM_store_17
{
public partial class btn_watchAd1 : GButton
{
public Controller can_buy;
public GTextField btn_text;
public GTextField watch;
public const string URL = "ui://5crzgdh6re5l1o";
public static btn_watchAd1 CreateInstance()
{
return (btn_watchAd1)UIPackage.CreateObject("ZM_store_17", "btn_watchAd1");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
can_buy = GetControllerAt(0);
btn_text = (GTextField)GetChildAt(1);
watch = (GTextField)GetChildAt(2);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 44c58c839d8dc428780970f5590200e7
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,39 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.ZM_store_17
{
public partial class buygold_item : GComponent
{
public Controller index;
public GTextField coin_text;
public GTextField off_text;
public GTextField content_text;
public GGroup discount;
public GTextField text_tips;
public btn_buy btn_buy;
public GTextField text_ads;
public const string URL = "ui://5crzgdh6d3a91";
public static buygold_item CreateInstance()
{
return (buygold_item)UIPackage.CreateObject("ZM_store_17", "buygold_item");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
index = GetControllerAt(0);
coin_text = (GTextField)GetChildAt(1);
off_text = (GTextField)GetChildAt(4);
content_text = (GTextField)GetChildAt(5);
discount = (GGroup)GetChildAt(6);
text_tips = (GTextField)GetChildAt(7);
btn_buy = (btn_buy)GetChildAt(8);
text_ads = (GTextField)GetChildAt(9);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: a18c13747f5814409af44a80de97ebc9
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,39 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.ZM_store_17
{
public partial class com_buygold : GComponent
{
public Controller pay_type;
public GButton com_head;
public GList gold_list;
public GButton top_gold;
public GTextField text_my_ads;
public btn_watchAd1 btn_watch;
public GGroup panel_ad;
public GButton btn_close;
public const string URL = "ui://5crzgdh6d3a92";
public static com_buygold CreateInstance()
{
return (com_buygold)UIPackage.CreateObject("ZM_store_17", "com_buygold");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
pay_type = GetControllerAt(0);
com_head = (GButton)GetChildAt(3);
gold_list = (GList)GetChildAt(4);
top_gold = (GButton)GetChildAt(6);
text_my_ads = (GTextField)GetChildAt(8);
btn_watch = (btn_watchAd1)GetChildAt(9);
panel_ad = (GGroup)GetChildAt(11);
btn_close = (GButton)GetChildAt(13);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: c5483053719d443ac9492b8daa71c2ac
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: