From 8ad55fee0b71064450c0e483310c1829d4c86ff5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=B5=E5=A4=A9=E6=B5=A9?=
Date: Thu, 14 May 2026 15:38:23 +0800
Subject: [PATCH] vault backup: 2026-05-14 15:38:23
---
.obsidian/plugins/obsidian-git/data.json | 68 ++++++++++++++++++++++++
1 file changed, 68 insertions(+)
create mode 100644 .obsidian/plugins/obsidian-git/data.json
diff --git a/.obsidian/plugins/obsidian-git/data.json b/.obsidian/plugins/obsidian-git/data.json
new file mode 100644
index 0000000..4031f51
--- /dev/null
+++ b/.obsidian/plugins/obsidian-git/data.json
@@ -0,0 +1,68 @@
+{
+ "commitMessage": "vault backup: {{date}}",
+ "autoCommitMessage": "vault backup: {{date}}",
+ "commitMessageScript": "",
+ "commitDateFormat": "YYYY-MM-DD HH:mm:ss",
+ "autoSaveInterval": 0,
+ "autoPushInterval": 0,
+ "autoPullInterval": 0,
+ "autoPullOnBoot": false,
+ "autoCommitOnlyStaged": false,
+ "disablePush": false,
+ "pullBeforePush": true,
+ "disablePopups": false,
+ "showErrorNotices": true,
+ "disablePopupsForNoChanges": false,
+ "listChangedFilesInMessageBody": false,
+ "showStatusBar": true,
+ "updateSubmodules": false,
+ "syncMethod": "merge",
+ "mergeStrategy": "none",
+ "customMessageOnAutoBackup": false,
+ "autoBackupAfterFileChange": false,
+ "treeStructure": true,
+ "refreshSourceControl": true,
+ "basePath": "",
+ "differentIntervalCommitAndPush": false,
+ "changedFilesInStatusBar": false,
+ "showedMobileNotice": true,
+ "refreshSourceControlTimer": 7000,
+ "showBranchStatusBar": true,
+ "setLastSaveToLastCommit": false,
+ "submoduleRecurseCheckout": false,
+ "gitDir": "",
+ "showFileMenu": true,
+ "authorInHistoryView": "hide",
+ "dateInHistoryView": false,
+ "diffStyle": "split",
+ "hunks": {
+ "showSigns": false,
+ "hunkCommands": false,
+ "statusBar": "disabled"
+ },
+ "lineAuthor": {
+ "show": false,
+ "followMovement": "inactive",
+ "authorDisplay": "initials",
+ "showCommitHash": false,
+ "dateTimeFormatOptions": "date",
+ "dateTimeFormatCustomString": "YYYY-MM-DD HH:mm",
+ "dateTimeTimezone": "viewer-local",
+ "coloringMaxAge": "1y",
+ "colorNew": {
+ "r": 255,
+ "g": 150,
+ "b": 150
+ },
+ "colorOld": {
+ "r": 120,
+ "g": 160,
+ "b": 255
+ },
+ "textColorCss": "var(--text-muted)",
+ "ignoreWhitespace": false,
+ "gutterSpacingFallbackLength": 5,
+ "lastShownAuthorDisplay": "initials",
+ "lastShownDateTimeFormatOptions": "date"
+ }
+}
\ No newline at end of file