yyl
2025-12-09 bddf4df7cbb292011a974b705d6f6d94c0ac6cc1
Main/Config/Configs/FuncOpenLVConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           Thursday, November 27, 2025
//    [  Date ]:           2025年12月8日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -25,7 +25,8 @@
   public string Name;
   public string Desc;
   public string Icon;
   public Dictionary<int, int[][]> Award;
   public int PreviewIndex;
   public int[][] AwardList;
    public override int LoadKey(string _key)
    {
@@ -55,7 +56,9 @@
         Icon = tables[8];
         Award = ConfigParse.ParseIntArray2Dict(tables[9].Replace("(", "[").Replace(")", "]"));
         int.TryParse(tables[9],out PreviewIndex);
         AwardList = JsonMapper.ToObject<int[][]>(tables[10].Replace("(", "[").Replace(")", "]"));
        }
        catch (Exception exception)
        {