refactor(server): 调整签到奖励配置和掉落表配置

- 将签到奖励配置中的物品 ID 从 826 修改为 380- 更新掉落表配置,增加武器和衣服的掉落项
- 修改服务器路径,将 yfbx_server 重命名为 server
This commit is contained in:
aixianling
2024-12-13 15:14:04 +08:00
parent b0670fbfbe
commit 33b4b2e8d9
62 changed files with 48 additions and 1122 deletions

View File

@@ -1,13 +0,0 @@
--P-平台福利贪玩.xlsx Sheet1
PlatformTanwanConfig={
host = "www.tanwan.com",
port = "80",
api = "/api/check_bind_idcard",
PhoneReward = {{type=0,id=351,count=1},{type=0,id=421,count=5},{type=0,id=302,count=1},{type=2,id=2,count=30000},},
IdentityReward = {{type=0,id=365,count=1},{type=0,id=261,count=10},{type=0,id=300,count=1},{type=2,id=2,count=50000},},
ClientReward = {{type=0,id=247,count=10},{type=7,id=7,count=5},{type=0,id=261,count=10},{type=2,id=2,count=20000},},
WechatReward = 2,
SVIPReward = 3,
QQReward = 4,
SPID = "27",
}