This commit is contained in:
Lightczx
2024-05-07 16:04:46 +08:00
parent 0b90bdaa42
commit b3d75f9fa5
2 changed files with 1 additions and 3 deletions

View File

@@ -34,8 +34,6 @@ internal sealed class Material : DisplayItem
/// <returns>是否为物品栏物品</returns>
public bool IsInventoryItem()
{
// TODO: Add a pre-filtered metadata set to check if it's an inventory item
// 原质
if (Id == 112001U)
{

View File

@@ -46,7 +46,7 @@ internal sealed class CultivateItemView : ObservableObject, IEntityWithMetadata<
/// <summary>
/// 是否为今日物品
/// </summary>
public bool IsToday { get => Inner.IsTodaysItem(); }
public bool IsToday { get => Inner.IsTodaysItem(true); }
/// <summary>
/// 星期中的日期