From a5352617523e07498595c217100c4249ecd5e75a Mon Sep 17 00:00:00 2001 From: by <123456@qq.com> Date: Thu, 2 Jan 2025 16:35:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B4=E5=85=BD=E6=B4=BB=E5=8A=A8=20?= =?UTF-8?q?=E6=8E=92=E8=A1=8C=E6=A6=9C=E5=A5=96=E5=8A=B1=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/model/config.go b/model/config.go index ac5c00d..3085c48 100644 --- a/model/config.go +++ b/model/config.go @@ -170,6 +170,7 @@ type AllConfig struct { *webapi.GamePigBankPropConfig //年兽配置 *webapi.ActivityNianConfig + *webapi.NianRankReward // 红包配置 *webapi.RedPacketConfig }