From fb336f319c71291fa09de3e7f67f1ccfab3cb7c8 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Sat, 23 Sep 2023 15:58:40 +0800
Subject: [PATCH] 媒体搜索框

---
 src/types/drone-control.ts |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/types/drone-control.ts b/src/types/drone-control.ts
index 4c16619..be48bb4 100644
--- a/src/types/drone-control.ts
+++ b/src/types/drone-control.ts
@@ -42,14 +42,14 @@
 }
 
 export const WaylineLostControlActionInCommandFlightOptions = [
-  { label: 'Continue', value: WaylineLostControlActionInCommandFlight.CONTINUE },
-  { label: 'Execute Lost Action', value: WaylineLostControlActionInCommandFlight.EXEC_LOST_ACTION }
+  { label: '持续', value: WaylineLostControlActionInCommandFlight.CONTINUE },
+  { label: '执行失控操作', value: WaylineLostControlActionInCommandFlight.EXEC_LOST_ACTION }
 ]
 
 export const LostControlActionInCommandFLightOptions = [
-  { label: 'Return Home', value: LostControlActionInCommandFLight.RETURN_HOME },
-  { label: 'Hover', value: LostControlActionInCommandFLight.HOVER },
-  { label: 'Landing', value: LostControlActionInCommandFLight.Land }
+  { label: '返航', value: LostControlActionInCommandFLight.RETURN_HOME },
+  { label: '悬停', value: LostControlActionInCommandFLight.HOVER },
+  { label: '着陆', value: LostControlActionInCommandFLight.Land }
 ]
 
 // 云台重置模式

--
Gitblit v1.9.3