panqiuyao 8 달 전
부모
커밋
32a5b627bd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/src/views/Setting/index.vue

+ 1 - 1
frontend/src/views/Setting/index.vue

@@ -435,7 +435,7 @@ const productTypeList = ref([
 ]);
 const defaultCutoutModeList = ref([
   { label: '普通抠图', value: '普通抠图' },
-  { label: '智能抠图', value: '智能抠图' },
+  { label: '精细化抠图', value: '精细化抠图' },
 ]);
 const deviceSpeedList = ref([
   { label: '一档', value: '1' },