From 999fa9d9a6f71a723e7af49ce8acb6690134a8ad Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 29 Jun 2025 11:21:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E5=AD=98=E5=82=A8?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E6=B7=BB=E5=8A=A0=E7=B4=A2=E5=BC=95=E4=BB=A5?= =?UTF-8?q?=E5=8C=BA=E5=88=86=E4=B8=8D=E5=90=8C=E7=9A=84=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E5=AD=98=E5=82=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/setting/AccountSettingDirectory.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/setting/AccountSettingDirectory.vue b/src/views/setting/AccountSettingDirectory.vue index b923da47..6e48b79e 100644 --- a/src/views/setting/AccountSettingDirectory.vue +++ b/src/views/setting/AccountSettingDirectory.vue @@ -159,7 +159,7 @@ async function loadMediaCategories() { function addStorage() { storages.value.push({ name: `${t('storage.custom')} ${storages.value.length + 1}`, - type: 'custom', + type: `custom${storages.value.length + 1}`, config: {}, }) }