Explorar el Código

mod:新增 1200*1020

panqiuyao hace 6 meses
padre
commit
bef97e15c3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      frontend/src/views/Setting/index.vue

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

@@ -188,6 +188,7 @@ const mainImageSizeList = ref([
   { label: '768*768', value: 768 },
   { label: '800*800', value: 800 },
   { label: '1024*1024', value: 1024 },
+  { label: '1200*1200', value: 1200 },
   { label: '1400*1400', value: 1400 },
   { label: '1600*1600', value: 1600 },
 ]);