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' },