vault backup: 2022-06-14 23:36:02

This commit is contained in:
juan 2022-06-14 23:36:02 +08:00
parent df2431a87a
commit 6f9861049a
3 changed files with 3 additions and 4 deletions

View file

@ -2,7 +2,7 @@
"commitMessage": "vault backup: {{date}}", "commitMessage": "vault backup: {{date}}",
"autoCommitMessage": "vault backup: {{date}}", "autoCommitMessage": "vault backup: {{date}}",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss", "commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 0, "autoSaveInterval": 5,
"autoPushInterval": 0, "autoPushInterval": 0,
"autoPullInterval": 0, "autoPullInterval": 0,
"autoPullOnBoot": false, "autoPullOnBoot": false,
@ -15,7 +15,7 @@
"syncMethod": "merge", "syncMethod": "merge",
"gitPath": "", "gitPath": "",
"customMessageOnAutoBackup": false, "customMessageOnAutoBackup": false,
"autoBackupAfterFileChange": false, "autoBackupAfterFileChange": true,
"treeStructure": false, "treeStructure": false,
"refreshSourceControl": true, "refreshSourceControl": true,
"basePath": "", "basePath": "",

2
.obsidian/workspace vendored
View file

@ -146,9 +146,9 @@
"active": "cf977333cff98c94", "active": "cf977333cff98c94",
"lastOpenFiles": [ "lastOpenFiles": [
"CS notes/pages/Leetcode Merge-Two-Sorted-Lists.md", "CS notes/pages/Leetcode Merge-Two-Sorted-Lists.md",
"Untitled.md",
"CS notes/pages/Two pointers approach.md", "CS notes/pages/Two pointers approach.md",
"CS notes/CS-index.md", "CS notes/CS-index.md",
"Untitled.md",
"CS notes/pages/cpp_std_multiset.md", "CS notes/pages/cpp_std_multiset.md",
"CS notes/pages/Leetcode Linked-List-Cycle.md", "CS notes/pages/Leetcode Linked-List-Cycle.md",
"CS notes/pages/Floyd's Cycle Finding Algorithm.md", "CS notes/pages/Floyd's Cycle Finding Algorithm.md",

View file

@ -103,5 +103,4 @@ public:
return dummyHead->next; return dummyHead->next;
} }
}; };
``` ```