mirror of
https://github.com/devon22/obsidian-gridexplorer.git
synced 2026-07-22 12:00:25 +00:00
1.9.8
This commit is contained in:
parent
bc545be2ae
commit
8389bf04fc
1 changed files with 2 additions and 2 deletions
|
|
@ -57,8 +57,8 @@ export const DEFAULT_SETTINGS: GallerySettings = {
|
|||
showRecentFilesMode: true, // 預設不顯示最近筆記模式
|
||||
customDocumentExtensions: '', // 自訂文件副檔名(用逗號分隔)
|
||||
recentSources: [], // 預設最近的瀏覽記錄
|
||||
modifiedDateField: 'date',
|
||||
createdDateField: 'created'
|
||||
modifiedDateField: '',
|
||||
createdDateField: ''
|
||||
};
|
||||
|
||||
// 設定頁面類別
|
||||
|
|
|
|||
Loading…
Reference in a new issue