配置商品icon

main
zhengziyue 2026-03-11 14:01:41 +08:00
parent 86d269adee
commit 8197acd6ff
5 changed files with 34 additions and 22 deletions

View File

@ -23,25 +23,25 @@ namespace cfg.ActorCfg
/// </summary>
Exchange = 2,
/// <summary>
/// 服装商店
/// </summary>
Clothes = 3,
/// <summary>
/// 礼包商店
/// </summary>
GiftBag = 4,
GiftBag = 3,
/// <summary>
/// 服装商店
/// </summary>
Clothes = 4,
/// <summary>
/// 充值商店
/// </summary>
Recharge = 5,
/// <summary>
/// 活动商店
/// </summary>
ActivityShop = 6,
/// <summary>
/// 高级账号商店
/// </summary>
PremiumShop = 7,
PremiumShop = 6,
/// <summary>
/// 活动商店
/// </summary>
ActivityShop = 7,
}
}

File diff suppressed because one or more lines are too long

View File

@ -1012,6 +1012,10 @@ public partial class GlobalConfig
/// 货币栏支持加号跳转
/// </summary>
public System.Collections.Generic.List<int> CoinAddShow => _data.CoinAddShow;
/// <summary>
/// 商店类型icon
/// </summary>
public string ShopIconPath => _data.ShopIconPath;
public void ResolveRef(Tables tables)
{

View File

@ -195,7 +195,7 @@
"Name": "限定礼包",
"Unlocks": "",
"ActivityID": 0,
"ShopType": 4,
"ShopType": 3,
"ShopLogicType": 1,
"ShopBIType": 11,
"MonthlyPassID": 0,
@ -220,7 +220,7 @@
"Name": "动员礼包",
"Unlocks": "",
"ActivityID": 0,
"ShopType": 4,
"ShopType": 3,
"ShopLogicType": 1,
"ShopBIType": 12,
"MonthlyPassID": 0,
@ -246,7 +246,7 @@
"Name": "作战礼包",
"Unlocks": "",
"ActivityID": 0,
"ShopType": 4,
"ShopType": 3,
"ShopLogicType": 1,
"ShopBIType": 13,
"MonthlyPassID": 0,
@ -272,7 +272,7 @@
"Name": "成长礼包",
"Unlocks": "",
"ActivityID": 0,
"ShopType": 4,
"ShopType": 3,
"ShopLogicType": 1,
"ShopBIType": 14,
"MonthlyPassID": 0,
@ -323,7 +323,7 @@
"Name": "高账激活商店",
"Unlocks": "",
"ActivityID": 0,
"ShopType": 7,
"ShopType": 6,
"ShopLogicType": 2,
"ShopBIType": 16,
"MonthlyPassID": 0,
@ -340,15 +340,15 @@
"NameLocal": "shop_name_90601",
"PrefabPath": "",
"ShopChooseBgPath": "",
"ShopChooseIconPath": "",
"ShopNoChooseIconPath": ""
"ShopChooseIconPath": "Assets/Art_Out/UI/Texture/Icon/Shop/Icon_ShopTab_06.png",
"ShopNoChooseIconPath": "Assets/Art_Out/UI/Texture/Icon/Shop/Icon_ShopTab_06.png"
},
{
"ID": 90003,
"Name": "高账专属商店",
"Unlocks": "",
"ActivityID": 0,
"ShopType": 7,
"ShopType": 6,
"ShopLogicType": 1,
"ShopBIType": 17,
"MonthlyPassID": 0,
@ -365,7 +365,7 @@
"NameLocal": "shop_name_90602",
"PrefabPath": "",
"ShopChooseBgPath": "",
"ShopChooseIconPath": "",
"ShopNoChooseIconPath": ""
"ShopChooseIconPath": "Assets/Art_Out/UI/Texture/Icon/Shop/Icon_ShopTab_03.png",
"ShopNoChooseIconPath": "Assets/Art_Out/UI/Texture/Icon/Shop/Icon_ShopTab_03.png"
}
]

View File

@ -436,6 +436,7 @@
4,
11,
118
]
],
"Shop_Icon_Path": "Assets/Art_Out/UI/Texture/Icon/Shop/Icon_ShopTab_0{0}.png"
}
]