This commit is contained in:
2025-08-29 11:01:03 +08:00
parent deb4a1b5fe
commit 863f70d16f
3 changed files with 40 additions and 20 deletions

View File

@@ -10,6 +10,10 @@ namespace Stary.Evo.UIFarme
{
public interface IBasePanel : IController
{
/// <summary>
/// UI信息
/// </summary>
string UIName { get; set; }
/// <summary>
/// 绑定这个面板的实例
/// </summary>
@@ -68,7 +72,7 @@ namespace Stary.Evo.UIFarme
/// <summary>
/// UI信息
/// </summary>
public string UIPath { get; set; }
public string UIName { get; set; }
/// <summary>
/// 面板管理器