Merge branch 'master' into LouDi_Quan

This commit is contained in:
shenjianxing 2025-01-08 11:13:55 +08:00
commit 17fdafccb6
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ using QFramework;
namespace QFramework.Example
{
// Generate Id:56300545-9a16-4363-94bb-73919dd6d4f0
// Generate Id:81782f84-21db-40cc-8f07-78023c95d54e
public partial class UIHint
{
public const string Name = "UIHint";

View File

@ -61,6 +61,7 @@ namespace QFramework.Example
{
ItemPrefab.DOFade(alph, 0.5f);
Label.DOFade(alph, 0.5f);
Icon.gameObject.SetActive(alph == 1);
}
protected override void OnShow()