This commit is contained in:
dashan 2022-12-31 16:53:34 +08:00
parent 7a893de23b
commit 97ee55a2e5
6 changed files with 209 additions and 0 deletions

1
.obsidian/app.json vendored Normal file
View File

@ -0,0 +1 @@
{}

3
.obsidian/appearance.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"accentColor": ""
}

29
.obsidian/core-plugins-migration.json vendored Normal file
View File

@ -0,0 +1,29 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"starred": 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": false
}

20
.obsidian/core-plugins.json vendored Normal file
View File

@ -0,0 +1,20 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"canvas",
"outgoing-link",
"tag-pane",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"editor-status",
"starred",
"outline",
"word-count",
"file-recovery"
]

1
.obsidian/hotkeys.json vendored Normal file
View File

@ -0,0 +1 @@
{}

155
.obsidian/workspace.json vendored Normal file
View File

@ -0,0 +1,155 @@
{
"main": {
"id": "a371b6afaecba143",
"type": "split",
"children": [
{
"id": "757eb5fbf7d6059f",
"type": "tabs",
"children": [
{
"id": "c30ea651bf2352fb",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "spring-cloud/eureka/Eureka 自我保护机制、健康检查的作用、actuator 模块监控.md",
"mode": "source",
"source": false
}
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "12aa18521940b7dd",
"type": "split",
"children": [
{
"id": "d909980b075f25d0",
"type": "tabs",
"children": [
{
"id": "ffec8bb6df6f0ff9",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "30583d06cfc91daa",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "5372f22aec283f75",
"type": "leaf",
"state": {
"type": "starred",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "06d4cfd366da218b",
"type": "split",
"children": [
{
"id": "66e138da96242c6b",
"type": "tabs",
"children": [
{
"id": "8fa61edb70c98b53",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "spring-cloud/eureka/Eureka 自我保护机制、健康检查的作用、actuator 模块监控.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "668d3e07a162695e",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "spring-cloud/eureka/Eureka 自我保护机制、健康检查的作用、actuator 模块监控.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "7649f372e62d3cb9",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "6373eeb3529ab5ab",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "spring-cloud/eureka/Eureka 自我保护机制、健康检查的作用、actuator 模块监控.md"
}
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"switcher:打开快速切换": false,
"graph:查看关系图谱": false,
"canvas:Create new canvas": false,
"daily-notes:打开/创建今天的日记": false,
"templates:插入模板": false,
"command-palette:打开命令面板": false
}
},
"active": "c30ea651bf2352fb",
"lastOpenFiles": [
"spring-cloud/eureka/Eureka注册中心.md",
"vm/virtualbox/VirtualBox 搭建Ubuntu20.04.md",
"web/docker-compose一键部署蘑菇博客设置SSL证书.md"
]
}