Test 思维导图: Difference between revisions

From 清冽之泉
Jump to navigation Jump to search
Created page with "<graphviz> digraph MindMap { rankdir=LR; // 横向布局 node [shape=box, style=filled, fillcolor="#EFEFEF"]; // 定义节点,URL 指定要跳转的页面 "中心主题" [URL="{{fullurl:中心主题页面}}", tooltip="点击进入“中心主题”页面"]; "分支一" [URL="{{fullurl:分支一页面}}"]; "分支二" [URL="{{fullurl:分支二页面}}"]; // 定义连线 "中心主题" -> "分支一"; "中心主题" -> "分支二"; } </grap..."
 
No edit summary
Line 6: Line 6:
   // 定义节点,URL 指定要跳转的页面
   // 定义节点,URL 指定要跳转的页面
   "中心主题" [URL="{{fullurl:中心主题页面}}", tooltip="点击进入“中心主题”页面"];
   "中心主题" [URL="{{fullurl:中心主题页面}}", tooltip="点击进入“中心主题”页面"];
   "分支一" [URL="{{fullurl:分支一页面}}"];
   "分支一" [URL="{{https://qingliezhiquan.com/blog/What_basic_knowledge_should_you_know_before_using_a_computer}}"];
   "分支二" [URL="{{fullurl:分支二页面}}"];
   "分支二" [URL="{{https://qingliezhiquan.com/blog/How_to_disable_windows_10_desktop_ads}}"];


   // 定义连线
   // 定义连线

Revision as of 09:49, 7 July 2025