新增平台奖励默认图标

This commit is contained in:
2025-07-08 20:06:08 +08:00
parent f6b4377662
commit 081881ab4a

View File

@ -6,9 +6,9 @@ const (
) )
var PlatformRewards = map[int]string{ var PlatformRewards = map[int]string{
12: "https://api-test.nes.smoba.qq.com/pvpesport.sgamenes.commcgi.commcgi/GetExplatSecret", // Q币 12: "https://arenaxx.oss-cn-chengdu.aliyuncs.com/reward/Q%E5%B8%81.png", // Q币
16: "https://api.nes.smoba.qq.com/pvpesport.sgamenes.commcgi.commcgi/GetExplatSecret", // 虚拟道具 16: "https://api.nes.smoba.qq.com/pvpesport.sgamenes.commcgi.commcgi/GetExplatSecret", // 虚拟道具
31: "https://api.nes.smoba.qq.com/pvpesport.sgamenes.commcgi.commcgi/GetExplatSecret", // 宝箱 31: "https://arenaxx.oss-cn-chengdu.aliyuncs.com/reward/%E5%AE%9D%E8%97%8F%E5%AE%9D%E7%AE%B1.png", // 宝箱
22: "https://api.nes.smoba.qq.com/pvpesport.sgamenes.commcgi.commcgi/GetExplatSecret", // 红包 22: "https://arenaxx.oss-cn-chengdu.aliyuncs.com/reward/%E7%BA%A2%E5%8C%85.png", // 红包
11: "https://api.nes.smoba.qq.com/pvpesport.sgamenes.commcgi.commcgi/GetExplatSecret", // 实物 11: "https://arenaxx.oss-cn-chengdu.aliyuncs.com/reward/%E5%AE%9E%E7%89%A9.png", // 实物
} }