From 248fc2cca7d32e18b41161d5eedf06bc90f9ec78 Mon Sep 17 00:00:00 2001 From: MoeHero Date: Wed, 5 Oct 2022 15:45:16 +0800 Subject: [PATCH] [chore(Lottery)]: Modify the default lottery mode --- profile/example/config/user.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/example/config/user.ini b/profile/example/config/user.ini index 259d77d..c8c3b3c 100644 --- a/profile/example/config/user.ini +++ b/profile/example/config/user.ini @@ -107,7 +107,7 @@ enable = false [lottery] enable = true ; 抽奖模式 0.从最新Id开始抽奖 1.从最新Id的前2400个开始抽奖 -lottery_mode = 1 +lottery_mode = 0 ; 直播预约抽奖 live_enable = true