| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: 2025年8月5日
|
| | | // [ Date ]: 2025年8月10日
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | |
|
| | | public int ID;
|
| | | public string name;
|
| | | public string Icon;
|
| | | public string Text;
|
| | | public int OpenpanelId;
|
| | | public int FuncOpenId;
|
| | | public int ActiveType;
|
| | | public int customize;
|
| | | public int WinJumpID;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | | {
|
| | |
| | |
|
| | | name = tables[1];
|
| | |
|
| | | Icon = tables[2];
|
| | | Text = tables[2];
|
| | |
|
| | | Text = tables[3];
|
| | |
|
| | | int.TryParse(tables[4],out OpenpanelId); |
| | |
|
| | | int.TryParse(tables[5],out FuncOpenId); |
| | |
|
| | | int.TryParse(tables[6],out ActiveType); |
| | |
|
| | | int.TryParse(tables[7],out customize); |
| | | int.TryParse(tables[3],out WinJumpID); |
| | | }
|
| | | catch (Exception exception)
|
| | | {
|