从这里开始
疗愈框架
根据 CBT(认知行为疗法) 和 ACT(接纳承诺疗法)原理,事无巨细,持续的觉察—认知重构—行动,不断的循环这套框架,直到收获无数令人欣喜的改变。
flowchart LR
%%{init: {'theme': 'base', 'themeVariables': {'fontSize': '48px', 'fontFamily': 'system-ui, sans-serif', 'subgraphPadding': 90}, 'flowchart': {'nodeSpacing': 160, 'rankSpacing': 160, 'subGraphTitleMargin': {'top': 56, 'bottom': 56}, 'padding': 48, 'wrappingWidth': 320, 'diagramPadding': 50}}}%%
subgraph P1 ["发现问题"]
direction TB
IW(["✍️ 内在工程"])
Tests(["🔍 测评"])
IW --> Tests
end
subgraph P2 ["解决问题"]
direction TB
Know(["📚 知识库"])
Tools(["🛠️ 工具/行动"])
Know --> Tools
end
Tests --> Know
Tools -.->|"反馈"| IW
classDef phase1 fill:#dbeafe,stroke:#2563eb,stroke-width:3px,color:#1e40af
classDef phase2 fill:#d1fae5,stroke:#059669,stroke-width:3px,color:#047857
class IW,Tests phase1
class Know,Tools phase2
linkStyle default stroke-width:4px