Compare commits
2 Commits
305a2fb3b8
...
eeb0f6cca1
| Author | SHA1 | Date | |
|---|---|---|---|
| eeb0f6cca1 | |||
| 9c8d90f23e |
4
.obsidian/app.json
vendored
4
.obsidian/app.json
vendored
@ -1 +1,3 @@
|
|||||||
{}
|
{
|
||||||
|
"promptDelete": false
|
||||||
|
}
|
||||||
18
.obsidian/workspace.json
vendored
18
.obsidian/workspace.json
vendored
@ -4,21 +4,21 @@
|
|||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "4689b6e08aa00358",
|
"id": "54e511c9a7002c9f",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "3bb084def04b55a6",
|
"id": "ba3bcb2cb95894ab",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "test.md",
|
"file": "实时更新.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "test"
|
"title": "实时更新"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -177,10 +177,14 @@
|
|||||||
"obsidian-git:Open Git source control": false
|
"obsidian-git:Open Git source control": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "579b4b31c7cf4ebf",
|
"active": "ba3bcb2cb95894ab",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"未命名.base",
|
||||||
|
"实时更新.md",
|
||||||
|
"未命名 2.base",
|
||||||
|
"未命名 1.base",
|
||||||
|
"test.md",
|
||||||
"README.md",
|
"README.md",
|
||||||
"实时更新?",
|
"实时更新?"
|
||||||
"test.md"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
16
.openmcp/connection.json
Normal file
16
.openmcp/connection.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"items": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"connectionType": "STDIO",
|
||||||
|
"name": "STDIO-1756707174154",
|
||||||
|
"command": "npx",
|
||||||
|
"args": [
|
||||||
|
"-y",
|
||||||
|
"drawio-mcp-server"
|
||||||
|
],
|
||||||
|
"cwd": ""
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
4
.openmcp/tabs.untitle.json
Normal file
4
.openmcp/tabs.untitle.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"tabs": [],
|
||||||
|
"currentIndex": -1
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user