Skip to content

Commit bbda6cc

Browse files
committed
✨ 新增功能所需字段
1 parent e040546 commit bbda6cc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/stores/storage-config.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,15 @@ const useStorageConfigStore = defineStore('storageConfigStore', {
2929
layout: 'full',
3030
showAnnouncement: false,
3131
searchEnable: false,
32-
showLogin: false
32+
showLogin: false,
33+
siteHomeName: '首页',
34+
siteHomeLogo: '',
35+
siteHomeLogoLink: '',
36+
siteHomeLogoTargetMode: '',
37+
maxShowSize: 1000,
38+
loadMoreSize: 50,
39+
defaultSortField: 'name',
40+
defaultSortOrder: 'asc',
3341
},
3442
folderConfig: {
3543
readmeText: null,

0 commit comments

Comments
 (0)