From f4ac971ffcf2fb63541f18dddf4abeca0fc101b7 Mon Sep 17 00:00:00 2001 From: AxiBright Date: Sat, 24 Jan 2026 09:39:59 +0800 Subject: [PATCH] vault backup: 2026-01-24 09:39:59 --- .obsidian/plugins/obsidian-git/data.json | 6 ++-- .obsidian/workspace.json | 31 ++++++++++++++----- YueQian/Homework/{1.23.md => 1-23-5题存疑.md} | 7 ----- 3 files changed, 26 insertions(+), 18 deletions(-) rename YueQian/Homework/{1.23.md => 1-23-5题存疑.md} (99%) diff --git a/.obsidian/plugins/obsidian-git/data.json b/.obsidian/plugins/obsidian-git/data.json index 1cc1cfd..627e1fa 100644 --- a/.obsidian/plugins/obsidian-git/data.json +++ b/.obsidian/plugins/obsidian-git/data.json @@ -3,9 +3,9 @@ "autoCommitMessage": "vault backup: {{date}}", "commitMessageScript": "", "commitDateFormat": "YYYY-MM-DD HH:mm:ss", - "autoSaveInterval": 5, - "autoPushInterval": 12, - "autoPullInterval": 5, + "autoSaveInterval": 30, + "autoPushInterval": 45, + "autoPullInterval": 15, "autoPullOnBoot": true, "autoCommitOnlyStaged": false, "disablePush": false, diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 50eda8f..860fb70 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,13 +13,28 @@ "state": { "type": "markdown", "state": { - "file": "Diary/2026-1/2026-1-23 周五.md", + "file": "YueQian/相关网站.md", "mode": "source", "source": false, "backlinks": false }, "icon": "lucide-file", - "title": "2026-1-23 周五" + "title": "相关网站" + } + }, + { + "id": "c5ff54685ec36ad6", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "YueQian/Homework/1-23-5题存疑.md", + "mode": "preview", + "source": false, + "backlinks": false + }, + "icon": "lucide-file", + "title": "1-23-5题存疑" } }, { @@ -65,7 +80,8 @@ "title": "CQ2605" } } - ] + ], + "currentTab": 4 } ], "direction": "vertical" @@ -132,13 +148,12 @@ "state": { "type": "outline", "state": { - "file": "Diary/2026-1/2026-1-23 周五.md", "followCursor": true, "showSearch": false, "searchQuery": "" }, "icon": "lucide-list", - "title": "2026-1-23 周五 的大纲" + "title": "大纲" } }, { @@ -290,13 +305,13 @@ "remotely-save:Remotely Save": false } }, - "active": "fc295192ba96dde5", + "active": "1fec176bb492eafb", "lastOpenFiles": [ + "YueQian/Homework/1-23-5题存疑.md", + "YueQian/相关网站.md", "Collection/连~都忘记了的小知识.md", "Diary/2026-1/2026-1-23 周五.md", "Diary/2026-1/2026-1-24 周六.md", - "YueQian/相关网站.md", - "YueQian/Homework/1.23.md", "Collection/YoudaoyunNotes/01Linux基础/02_Linux概述.md", "BlogWebsite/Article/MarkdownTest.md", "Diary/2026-1/2026-1-22 周四.md", diff --git a/YueQian/Homework/1.23.md b/YueQian/Homework/1-23-5题存疑.md similarity index 99% rename from YueQian/Homework/1.23.md rename to YueQian/Homework/1-23-5题存疑.md index 5cee749..6845e42 100644 --- a/YueQian/Homework/1.23.md +++ b/YueQian/Homework/1-23-5题存疑.md @@ -14,19 +14,12 @@ int main(int argc, char const *argv[])     int num = 255;     printf("%d\n",num); -     printf("%u\n",num); -     printf("%#o\n",num); -     printf("%o\n",num); -     printf("%#x\n",num); -     printf("%x\n",num); -     printf("%#X\n",num); -     printf("%X\n",num);     return 0;