commit f81d73d5e538d4ab1dda9391489392948927049d Author: JayWP <2316468683@qq.com> Date: Mon Apr 13 17:03:22 2026 +0800 测试 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..412404a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.obsidian/workspace.json +.obsidian/workspace-mobile.json \ No newline at end of file diff --git a/.obsidian/app.json b/.obsidian/app.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.obsidian/app.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.obsidian/appearance.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json new file mode 100644 index 0000000..639b90d --- /dev/null +++ b/.obsidian/core-plugins.json @@ -0,0 +1,33 @@ +{ + "file-explorer": true, + "global-search": true, + "switcher": true, + "graph": true, + "backlink": true, + "canvas": true, + "outgoing-link": true, + "tag-pane": true, + "footnotes": false, + "properties": true, + "page-preview": true, + "daily-notes": true, + "templates": true, + "note-composer": true, + "command-palette": true, + "slash-command": false, + "editor-status": true, + "bookmarks": true, + "markdown-importer": false, + "zk-prefixer": false, + "random-note": false, + "outline": true, + "word-count": true, + "slides": false, + "audio-recorder": false, + "workspaces": false, + "file-recovery": true, + "publish": false, + "sync": true, + "bases": true, + "webviewer": false +} \ No newline at end of file diff --git a/测试.md b/测试.md new file mode 100644 index 0000000..e965a6a --- /dev/null +++ b/测试.md @@ -0,0 +1,3 @@ +1、测试1 +2、测试2 +3、测试3 \ No newline at end of file