| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: 2025年8月4日
|
| | | // [ Date ]: 2025年11月4日
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | {
|
| | | static GetItemWaysConfig()
|
| | | {
|
| | | if (isInit)
|
| | | {
|
| | | return;
|
| | | }
|
| | | LazyInit();
|
| | | // 访问过静态构造函数
|
| | | visit = true; |
| | | }
|
| | |
|
| | | public int ID;
|
| | | public string name;
|
| | | public string Icon;
|
| | | public string Name;
|
| | | public string Text;
|
| | | public int OpenpanelId;
|
| | | public int FuncOpenId;
|
| | | public int ActiveType;
|
| | | public int customize;
|
| | | public int WinJumpID;
|
| | | public int FuncID;
|
| | | public int GuideID;
|
| | | public int Type;
|
| | | public string CustomValue;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | | {
|
| | |
| | | string[] tables = input.Split('\t');
|
| | | int.TryParse(tables[0],out ID);
|
| | |
|
| | | name = tables[1];
|
| | | Name = tables[1];
|
| | |
|
| | | Icon = tables[2];
|
| | | Text = tables[2];
|
| | |
|
| | | Text = tables[3];
|
| | | int.TryParse(tables[3],out WinJumpID); |
| | |
|
| | | int.TryParse(tables[4],out OpenpanelId); |
| | | int.TryParse(tables[4],out FuncID); |
| | |
|
| | | int.TryParse(tables[5],out FuncOpenId); |
| | | int.TryParse(tables[5],out GuideID); |
| | |
|
| | | int.TryParse(tables[6],out ActiveType); |
| | | int.TryParse(tables[6],out Type); |
| | |
|
| | | int.TryParse(tables[7],out customize); |
| | | CustomValue = tables[7];
|
| | | }
|
| | | catch (Exception exception)
|
| | | {
|