Skip to content

Commit 4da6469

Browse files
authored
Add files via upload
1 parent 2b65235 commit 4da6469

File tree

4 files changed

+1153
-186
lines changed

4 files changed

+1153
-186
lines changed

data.json

Lines changed: 36 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,18 @@
1313
"enableZoom": true,
1414
"zoomOnClick": true,
1515
"globalDebugMode": false,
16-
"mindmapTheme": "dopamine-ruby",
16+
"mindmapTheme": "dopamine-purple",
1717
"mindmapCanvasSize": 8000,
18-
"mindmapBackground": "transparent",
18+
"mindmapBackground": "#fffaf0",
1919
"mindmapFontSize": 16,
2020
"mindmapHeadLevel": 3,
21-
"mindmapLayoutDirect": "mind map",
22-
"mindmapColor": "pure-colors",
21+
"mindmapLayoutDirect": "right",
22+
"mindmapColor": "theme-auto",
2323
"mindmapStrokeArray": [
24-
"#FF0000",
25-
"#00FF00",
26-
"#0000FF",
27-
"#FFFF00",
28-
"#FF00FF",
29-
"#00FFFF"
24+
"#9B5DE5",
25+
"#F15BB5",
26+
"#C77DFF",
27+
"#E0AAFF"
3028
],
3129
"mindmapFocusOnMove": true,
3230
"requireFrontMatter": false,
@@ -52,14 +50,17 @@
5250
},
5351
"anthropic": {
5452
"apiKey": "",
55-
"model": "",
56-
"isCustomModel": true
53+
"model": "claude-sonnet-4.5",
54+
"isCustomModel": true,
55+
"apiAddress": "",
56+
"lastCustomModel": "claude-sonnet-4.5"
5757
},
5858
"deepseek": {
5959
"apiKey": "",
6060
"model": "deepseek-chat",
61-
"isCustomModel": false,
62-
"lastCustomModel": ""
61+
"isCustomModel": true,
62+
"lastCustomModel": "deepseek-chat",
63+
"apiAddress": ""
6364
},
6465
"siliconflow": {
6566
"apiKey": "",
@@ -77,7 +78,23 @@
7778
"isCustomModel": true,
7879
"lastCustomModel": "free:Qwen3-30B-A3B"
7980
},
80-
"savePath": "pages"
81+
"savePath": "pages",
82+
"linkResolve": {
83+
"menuAI": {
84+
"enabled": true,
85+
"resolveWikiLinks": true,
86+
"resolveEmbeds": true,
87+
"resolveBlockRefs": true,
88+
"maxDepth": 2
89+
},
90+
"nodeAI": {
91+
"enabled": false,
92+
"resolveWikiLinks": true,
93+
"resolveEmbeds": true,
94+
"resolveBlockRefs": true,
95+
"maxDepth": 2
96+
}
97+
}
8198
},
8299
"mindmapLayout": "mindmap",
83100
"mindmapRequireFrontMatter": false,
@@ -89,5 +106,9 @@
89106
"debugMode": true,
90107
"licenseData": {
91108
"licenseKey": ""
109+
},
110+
"collapseState": {
111+
"enabled": true,
112+
"marker": "c"
92113
}
93114
}

main.js

Lines changed: 210 additions & 169 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-xmind-plugin",
33
"name": "XMind Integration",
4-
"version": "1.6.0",
4+
"version": "1.8.0",
55
"minAppVersion": "1.0.0",
66
"description": "在Obsidian中查看XMind文件,支持Markdown和XMind格式转换,并提供增强的思维导图编辑功能",
77
"author": "springrain",

0 commit comments

Comments
 (0)