Test 思维导图: Difference between revisions
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 Tag: Manual revert |
||
(4 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
// 定义节点,URL 指定要跳转的页面 | // 定义节点,URL 指定要跳转的页面 | ||
"中心主题" [URL="{{fullurl:中心主题页面}}", tooltip="点击进入“中心主题”页面"]; | "中心主题" [URL="{{fullurl:中心主题页面}}", tooltip="点击进入“中心主题”页面"]; | ||
"分支一" [URL=" | "分支一" [URL="Excel_macro_to_extract_comments"]; | ||
"分支二" [URL=" | "分支二" [URL="How_to_disable_windows_10_desktop_ads"]; | ||
// 定义连线 | // 定义连线 |
Latest revision as of 09:52, 7 July 2025
