143 lines
7.3 KiB
HTML
143 lines
7.3 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="zh-CN">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
<title>对话流程 · 群晖1TB备份盘挂载</title>
|
||
<style>
|
||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||
body {
|
||
font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", sans-serif;
|
||
background: #f5f5f7;
|
||
padding: 24px;
|
||
min-height: 100vh;
|
||
}
|
||
h1 {
|
||
font-size: 18px;
|
||
color: #1d1d1f;
|
||
margin-bottom: 16px;
|
||
font-weight: 600;
|
||
}
|
||
.chart-wrap {
|
||
background: #fff;
|
||
border-radius: 12px;
|
||
padding: 24px;
|
||
box-shadow: 0 2px 12px rgba(0,0,0,.06);
|
||
}
|
||
.chart-wrap svg {
|
||
display: block;
|
||
max-width: 100%;
|
||
height: auto;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<h1>对话流程 · 群晖 1TB 备份盘 → Mac 挂载与边栏</h1>
|
||
<div class="chart-wrap">
|
||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 720 520" width="720" height="520">
|
||
<defs>
|
||
<marker id="arrow" markerWidth="8" markerHeight="8" refX="7" refY="4" orient="auto">
|
||
<path d="M0 0 L8 4 L0 8 Z" fill="#666" />
|
||
</marker>
|
||
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
|
||
<feDropShadow dx="0" dy="2" stdDeviation="2" flood-opacity=".12"/>
|
||
</filter>
|
||
</defs>
|
||
<!-- 标题区 -->
|
||
<rect x="260" y="8" width="200" height="32" rx="6" fill="#1d1d1f" filter="url(#shadow)"/>
|
||
<text x="360" y="28" text-anchor="middle" fill="#fff" font-size="13" font-weight="600">用户 · 助手 对话流程</text>
|
||
|
||
<!-- 流程节点 -->
|
||
<g font-size="12" fill="#1d1d1f">
|
||
<!-- 第一列:用户 -->
|
||
<rect x="24" y="56" width="120" height="36" rx="8" fill="#e8f4fd" stroke="#0a84ff" stroke-width="1.5"/>
|
||
<text x="84" y="78" text-anchor="middle">用户:开辟1TB</text>
|
||
<text x="84" y="92" text-anchor="middle">备份盘+时间机器</text>
|
||
|
||
<rect x="24" y="108" width="120" height="28" rx="6" fill="#e8f4fd" stroke="#0a84ff"/>
|
||
<text x="84" y="126" text-anchor="middle">用户:命令行操作</text>
|
||
|
||
<rect x="24" y="152" width="120" height="28" rx="6" fill="#e8f4fd" stroke="#0a84ff"/>
|
||
<text x="84" y="170" text-anchor="middle">用户:打开挂载目录</text>
|
||
|
||
<rect x="24" y="196" width="120" height="28" rx="6" fill="#e8f4fd" stroke="#0a84ff"/>
|
||
<text x="84" y="214" text-anchor="middle">用户:放左侧边栏</text>
|
||
|
||
<rect x="24" y="240" width="120" height="28" rx="6" fill="#e8f4fd" stroke="#0a84ff"/>
|
||
<text x="84" y="258" text-anchor="middle">用户:生成流程PNG</text>
|
||
|
||
<!-- 第二列:助手 -->
|
||
<rect x="200" y="56" width="140" height="52" rx="8" fill="#f0fdf4" stroke="#22c55e" stroke-width="1.5"/>
|
||
<text x="270" y="76" text-anchor="middle">助手:写操作指南</text>
|
||
<text x="270" y="92" text-anchor="middle">挂载脚本(内网优先)</text>
|
||
<text x="270" y="108" text-anchor="middle">LaunchAgent plist</text>
|
||
|
||
<rect x="200" y="124" width="140" height="56" rx="8" fill="#fef3c7" stroke="#f59e0b"/>
|
||
<text x="270" y="144" text-anchor="middle">执行挂载脚本</text>
|
||
<text x="270" y="160" text-anchor="middle">→ 失败(URL解析)</text>
|
||
<text x="270" y="176" text-anchor="middle">→ 中文共享名编码</text>
|
||
|
||
<rect x="200" y="196" width="140" height="44" rx="8" fill="#f0fdf4" stroke="#22c55e"/>
|
||
<text x="270" y="216" text-anchor="middle">挂载成功</text>
|
||
<text x="270" y="232" text-anchor="middle">安装 LaunchAgent</text>
|
||
|
||
<rect x="200" y="256" width="140" height="28" rx="6" fill="#f0fdf4" stroke="#22c55e"/>
|
||
<text x="270" y="274" text-anchor="middle">open ~/DiskStation-1TB</text>
|
||
|
||
<rect x="200" y="300" width="140" height="40" rx="6" fill="#f0fdf4" stroke="#22c55e"/>
|
||
<text x="270" y="318" text-anchor="middle">open -R + 说明</text>
|
||
<text x="270" y="334" text-anchor="middle">手动拖到边栏</text>
|
||
|
||
<rect x="200" y="356" width="140" height="40" rx="6" fill="#f0fdf4" stroke="#22c55e"/>
|
||
<text x="270" y="374" text-anchor="middle">本流程图 HTML</text>
|
||
<text x="270" y="390" text-anchor="middle">→ 截图 → PNG</text>
|
||
|
||
<!-- 第三列:结果/脚本 -->
|
||
<rect x="396" y="68" width="160" height="36" rx="6" fill="#f5f5f7" stroke="#888"/>
|
||
<text x="476" y="88" text-anchor="middle">参考资料.md</text>
|
||
<text x="476" y="102" text-anchor="middle">mount_diskstation_1tb.sh</text>
|
||
|
||
<rect x="396" y="132" width="160" height="28" rx="6" fill="#f5f5f7" stroke="#888"/>
|
||
<text x="476" y="150" text-anchor="middle">脚本增加 URL 编码</text>
|
||
|
||
<rect x="396" y="204" width="160" height="36" rx="6" fill="#f5f5f7" stroke="#888"/>
|
||
<text x="476" y="222" text-anchor="middle">~/DiskStation-1TB</text>
|
||
<text x="476" y="236" text-anchor="middle">登录自动挂载</text>
|
||
|
||
<rect x="396" y="264" width="160" height="28" rx="6" fill="#f5f5f7" stroke="#888"/>
|
||
<text x="476" y="282" text-anchor="middle">Finder 打开目录</text>
|
||
|
||
<rect x="396" y="308" width="160" height="28" rx="6" fill="#f5f5f7" stroke="#888"/>
|
||
<text x="476" y="326" text-anchor="middle">边栏需手动拖一次</text>
|
||
|
||
<rect x="396" y="364" width="160" height="28" rx="6" fill="#0a84ff" stroke="#0a84ff"/>
|
||
<text x="476" y="382" text-anchor="middle" fill="#fff">对话流程_xxx.png</text>
|
||
</g>
|
||
|
||
<!-- 箭头:用户→助手 -->
|
||
<line x1="144" y1="74" x2="198" y2="82" stroke="#666" stroke-width="1.5" marker-end="url(#arrow)"/>
|
||
<line x1="144" y1="122" x2="198" y2="152" stroke="#666" stroke-width="1.5" marker-end="url(#arrow)"/>
|
||
<line x1="144" y1="166" x2="198" y2="218" stroke="#666" stroke-width="1.5" marker-end="url(#arrow)"/>
|
||
<line x1="144" y1="210" x2="198" y2="320" stroke="#666" stroke-width="1.5" marker-end="url(#arrow)"/>
|
||
<line x1="144" y1="254" x2="198" y2="376" stroke="#666" stroke-width="1.5" marker-end="url(#arrow)"/>
|
||
|
||
<!-- 箭头:助手→结果 -->
|
||
<line x1="340" y1="82" x2="394" y2="86" stroke="#666" stroke-width="1.5" marker-end="url(#arrow)"/>
|
||
<line x1="340" y1="152" x2="394" y2="146" stroke="#666" stroke-width="1.5" marker-end="url(#arrow)"/>
|
||
<line x1="340" y1="218" x2="394" y2="222" stroke="#666" stroke-width="1.5" marker-end="url(#arrow)"/>
|
||
<line x1="340" y1="278" x2="394" y2="278" stroke="#666" stroke-width="1.5" marker-end="url(#arrow)"/>
|
||
<line x1="340" y1="320" x2="394" y2="322" stroke="#666" stroke-width="1.5" marker-end="url(#arrow)"/>
|
||
<line x1="340" y1="376" x2="394" y2="378" stroke="#666" stroke-width="1.5" marker-end="url(#arrow)"/>
|
||
|
||
<!-- 图例 -->
|
||
<rect x="24" y="450" width="14" height="14" rx="3" fill="#e8f4fd" stroke="#0a84ff"/>
|
||
<text x="44" y="461" font-size="11" fill="#666">用户</text>
|
||
<rect x="100" y="450" width="14" height="14" rx="3" fill="#f0fdf4" stroke="#22c55e"/>
|
||
<text x="120" y="461" font-size="11" fill="#666">助手</text>
|
||
<rect x="176" y="450" width="14" height="14" rx="3" fill="#f5f5f7" stroke="#888"/>
|
||
<text x="196" y="461" font-size="11" fill="#666">产出/结果</text>
|
||
</svg>
|
||
</div>
|
||
</body>
|
||
</html>
|