This commit is contained in:
zpc 2026-02-04 02:17:48 +08:00
parent 289821fc7f
commit abc4818e91
3 changed files with 18 additions and 3 deletions

View File

@ -27,7 +27,12 @@ public class GoodsService : IGoodsService
{ 6, "幸运赏" },
{ 8, "盲盒" },
{ 9, "扭蛋" },
{ 15, "福利屋" }
{ 10, "积分商城" },
{ 11, "转转赏" },
{ 12, "连击赏" },
{ 15, "福利屋" },
{ 16, "连抽赏" },
{ 17, "大乱斗" }
};
public GoodsService(

View File

@ -26,7 +26,12 @@ public class StatisticsService : IStatisticsService
{ 6, "幸运赏" },
{ 8, "盲盒" },
{ 9, "扭蛋" },
{ 15, "福利屋" }
{ 10, "积分商城" },
{ 11, "转转赏" },
{ 12, "连击赏" },
{ 15, "福利屋" },
{ 16, "连抽赏" },
{ 17, "大乱斗" }
};
public StatisticsService(HoneyBoxDbContext dbContext, ILogger<StatisticsService> logger)

View File

@ -190,7 +190,12 @@ const boxTypes = [
{ value: 6, label: '幸运赏' },
{ value: 8, label: '盲盒' },
{ value: 9, label: '扭蛋' },
{ value: 15, label: '福利屋' }
{ value: 10, label: '积分商城' },
{ value: 11, label: '转转赏' },
{ value: 12, label: '连击赏' },
{ value: 15, label: '福利屋' },
{ value: 16, label: '连抽赏' },
{ value: 17, label: '大乱斗' }
]
//