bill 9 months ago
parent
commit
4ad7947c0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/tagging/edit.vue

+ 1 - 1
src/views/tagging/edit.vue

@@ -75,7 +75,7 @@
         accept=".jpg, .png"
         :disable="true"
         :multiple="true"
-        :maxSize="5 * 1024 * 1024"
+        :maxSize="2 * 1024 * 1024 * 1024"
         :maxLen="9"
         :modelValue="tagging.images"
         @update:modelValue="fileChange"