From 1898a5f28dfffa7bbecf5d2bf024f20b8d0490e7 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 26 三月 2026 15:08:56 +0800
Subject: [PATCH] Merge branch 'master' of http://mobile.secondworld.net.cn:10010/r/Project_SG_scripts
---
Main/Config/Configs/ActHeroAppearArtConfig.cs | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/Main/Config/Configs/ActHeroAppearArtConfig.cs b/Main/Config/Configs/ActHeroAppearArtConfig.cs
index 952bfd3..8e1ef2d 100644
--- a/Main/Config/Configs/ActHeroAppearArtConfig.cs
+++ b/Main/Config/Configs/ActHeroAppearArtConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: YYL
-// [ Date ]: 2026骞�3鏈�13鏃�
+// [ Date ]: 2026骞�3鏈�26鏃�
//--------------------------------------------------------
using System.Collections.Generic;
@@ -32,8 +32,10 @@
public string MainTitleImage;
public int MainSkinID;
public string StarUpHeroImage;
+ public string GiftBgImage;
public string GiftHeroImage;
public string RankAwardHeroImage;
+ public string CheckInBgImage;
public override int LoadKey(string _key)
{
@@ -89,9 +91,13 @@
StarUpHeroImage = tables[15];
- GiftHeroImage = tables[16];
+ GiftBgImage = tables[16];
- RankAwardHeroImage = tables[17];
+ GiftHeroImage = tables[17];
+
+ RankAwardHeroImage = tables[18];
+
+ CheckInBgImage = tables[19];
}
catch (Exception exception)
{
--
Gitblit v1.8.0