feat(settings): up to 16 fields for glitch edition

This commit is contained in:
三咲智子 2023-01-10 16:33:20 +08:00
parent 88731ee18d
commit 217f1ea567
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
6 changed files with 61 additions and 47 deletions

View file

@ -0,0 +1 @@
export const maxAccountFieldCount = computed(() => isGlitchEdition.value ? 16 : 4)