From c28833e6d33128083c9a4d3c98806ac22cd4936f Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 25 Dec 2024 15:24:45 +0800 Subject: [PATCH] =?UTF-8?q?feat(CommonCdkey.config):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=20weliowork=20CDKey=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 weliowork CDKey 配置项 - 设置 CDKey 为 "weliowork" - 配置奖励内容:1151 x1, 1166 x1 --- LogicServer/data/config/cdkey/CommonCdkey.config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/LogicServer/data/config/cdkey/CommonCdkey.config b/LogicServer/data/config/cdkey/CommonCdkey.config index cfbf878..a589da5 100755 --- a/LogicServer/data/config/cdkey/CommonCdkey.config +++ b/LogicServer/data/config/cdkey/CommonCdkey.config @@ -28,4 +28,11 @@ CommonCDKeyConf={ mailcontent = "尊敬的玩家:感谢您的支持,请查收您的礼包奖励。", switch = 1, }, +["weliowork"] = { + cdkey = "weliowork", + awards = {{type=0,id=1151,count=1},{type=0,id=1166,count=10},{type=0,id=1250,count=1}}, + mailtitle = "致敬论坛的黑白佬!", + mailcontent = "尊敬的玩家:感谢您的支持,请查收您的礼包奖励。", + switch = 1, +}, }