资源目录调整

This commit is contained in:
2025-11-23 10:46:34 +08:00
parent 4ac44848aa
commit 523c9550fe
60 changed files with 2449 additions and 408 deletions

View File

@@ -129,9 +129,9 @@ namespace NBF
{
var itemData = _listData[index];
if (itemData is ShopGearData)
if (itemData is ShopItemInfo)
{
return ShopGearItem.URL;
return ShopItem.URL;
}
if (itemData is ItemInfo itemInfo)