From bbda6cca9ad92596a4550051d8bdde9dd7a87576 Mon Sep 17 00:00:00 2001 From: zhaojun <873019219@qq.com> Date: Sun, 5 Mar 2023 16:40:51 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=96=B0=E5=A2=9E=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E6=89=80=E9=9C=80=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/storage-config.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/stores/storage-config.ts b/src/stores/storage-config.ts index 1c3971f..f1505bd 100644 --- a/src/stores/storage-config.ts +++ b/src/stores/storage-config.ts @@ -29,7 +29,15 @@ const useStorageConfigStore = defineStore('storageConfigStore', { layout: 'full', showAnnouncement: false, searchEnable: false, - showLogin: false + showLogin: false, + siteHomeName: '首页', + siteHomeLogo: '', + siteHomeLogoLink: '', + siteHomeLogoTargetMode: '', + maxShowSize: 1000, + loadMoreSize: 50, + defaultSortField: 'name', + defaultSortOrder: 'asc', }, folderConfig: { readmeText: null,