/// <summary>
 /// 退出机器人
 /// </summary>
 public void Action_ExitRobot()
 {
     ApiPlugin.ExitRobot();
 }