Browse Source

mod:抠图模式 调整

panqiuyao 8 months ago
parent
commit
515b0853f5
1 changed files with 2 additions and 3 deletions
  1. 2 3
      frontend/src/views/Setting/index.vue

+ 2 - 3
frontend/src/views/Setting/index.vue

@@ -433,9 +433,8 @@ const deviceSpeedList = ref([
   { label: '三档', value: '3' },
 ]);
 const runModeList = ref([
-  { label: '普通模式', value: '1' },
-  { label: '自动模式', value: '2' },
-  { label: '手动模式', value: '3' },
+  { label: '普通抠图', value: '普通抠图' },
+  { label: '精细化抠图', value: '精细化抠图' }
 ]);
 const receiverList = ref([
   { label: '蓝牙', value: '1' },