快速使用相关

This commit is contained in:
2025-11-19 00:08:25 +08:00
parent d18c32211c
commit dcd61c1a88
130 changed files with 687 additions and 58 deletions

View File

@@ -40,7 +40,8 @@ namespace NBF.Utils
public static string GetIcon(this uint id)
{
//Assets/Resources/Icons/baitfrog.png
return $"Icons/{id}";
////$"Icons/{id}";
return UIPackage.GetItemURL(UIDef.Pack.CommonIcon, id.ToString());
}
public static void SetIcon(this GLoader loader, uint id)