panqiuyao 8 months ago
parent
commit
32a5b627bd
1 changed files with 1 additions and 1 deletions
  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' },