Ariver
2026-08-25 f82d5d731f7c1439a95dda6e1a14d40d58881d69
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<svg viewBox="0 0 680 440" width="100%" role="img">
  <title>标签生命周期:A 收件箱到 B 已整理</title>
  <desc>A 收件箱中的未整理标签经用户拖拽进入 B 标签聚合,规则2 使其永不回 A,A 渐归零</desc>
  <defs>
    <marker id="arrow2" viewBox="0 0 10 10" refX="8" refY="5" markerWidth="6" markerHeight="6" orient="auto-start-reverse">
      <path d="M2 1L8 5L2 9" fill="none" stroke="context-stroke" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
    </marker>
  </defs>
 
  <text x="340" y="26" text-anchor="middle" font-size="16" font-weight="500" fill="#1f2937">标签生命周期:A 收件箱 → B 已整理</text>
 
  <g class="node c-blue">
    <rect x="60" y="48" width="560" height="40" rx="8" stroke-width="0.5"/>
    <text class="ts" x="340" y="68" text-anchor="middle" dominant-baseline="central" fill="#0C447C">规则1:笔记出现新 #tag(且不在排除目录)→ 约 15s 内自动在 A 生成 tagfeed 页</text>
  </g>
 
  <g class="node c-amber">
    <rect x="40" y="110" width="255" height="230" rx="12" stroke-width="0.5"/>
    <text class="th" x="167" y="136" text-anchor="middle" dominant-baseline="central" fill="#633806">A · 00index/0inbox</text>
    <text class="ts" x="167" y="156" text-anchor="middle" dominant-baseline="central" fill="#854F0B">未整理 · 待你归类</text>
    <line x1="60" y1="168" x2="275" y2="168" stroke="#BA7517" stroke-width="0.5"/>
    <text class="ts" x="72" y="192" fill="#712F0B">• UI</text>
    <text class="ts" x="72" y="214" fill="#712F0B">• 电影</text>
    <text class="ts" x="72" y="236" fill="#712F0B">• 写作点子</text>
    <text class="ts" x="72" y="258" fill="#712F0B">• 密码</text>
    <text class="ts" x="72" y="280" fill="#712F0B">• 需求</text>
    <text class="ts" x="72" y="320" fill="#854F0B">随整理推进 → 渐归 0</text>
  </g>
 
  <path d="M298 225 L388 225" stroke="#3B6D11" stroke-width="2.5" fill="none" marker-end="url(#arrow2)"/>
  <text class="th" x="343" y="212" text-anchor="middle" dominant-baseline="central" fill="#27500A">你拖拽整理</text>
 
  <g class="node c-green">
    <rect x="385" y="110" width="255" height="230" rx="12" stroke-width="0.5"/>
    <text class="th" x="512" y="136" text-anchor="middle" dominant-baseline="central" fill="#27500A">B · 00index/标签聚合</text>
    <text class="ts" x="512" y="156" text-anchor="middle" dominant-baseline="central" fill="#3B6D11">已整理 · 你的管理秩序</text>
    <line x1="405" y1="168" x2="620" y2="168" stroke="#639922" stroke-width="0.5"/>
    <text class="ts" x="408" y="192" fill="#173404">📁 1.5技能/UI.md</text>
    <text class="ts" x="408" y="214" fill="#173404">📁 1.6玩软件/obsidian.md</text>
    <text class="ts" x="408" y="236" fill="#173404">📁 5.人/谢大宝.md</text>
    <text class="ts" x="408" y="258" fill="#173404">📁 2.2作品-软件/P-Aligner.md</text>
    <text class="ts" x="408" y="280" fill="#173404">📁 …(57 个整理页)</text>
    <text class="ts" x="408" y="320" fill="#3B6D11">只认「在不在 B」不认位置</text>
  </g>
 
  <g class="node c-green">
    <rect x="60" y="372" width="560" height="40" rx="8" stroke-width="0.5"/>
    <text class="ts" x="340" y="392" text-anchor="middle" dominant-baseline="central" fill="#27500A">规则2:进入 B 即「已覆盖」→ 永不回 A;A 越小 B 越全,最终 A 归 0</text>
  </g>
</svg>