feat: increase files limit for note

#8062
This commit is contained in:
syuilo
2022-01-21 18:27:33 +09:00
parent 8d502eba59
commit e3a5584d0a
3 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@
</div>
</template>
</XDraggable>
<p class="remain">{{ 4 - files.length }}/4</p>
<p class="remain">{{ 16 - files.length }}/16</p>
</div>
</template>
@ -41,7 +41,6 @@ export default defineComponent({
data() {
return {
menu: null as Promise<null> | null,
};
},