graph TD
A[内容创作] --> B(选题策划);
B --> C(脚本创作);
C --> D(拍摄剪辑);
D --> E(发布优化);
F[算法推荐] --> G(流量池机制);
G --> H(核心数据指标: 完播/点赞/评论/分享);
H --> I(叠加推荐);
J[用户互动] --> K(评论区互动);
K --> L(引导分享与转发);
L --> M(关注与私信);
E --> G;
I --> J;
J --> G;
E -->|提升| H;
H -->|决定| I;
I -->|带来| F;
J -->|增强| H;
style A fill:#fff3e0,stroke:#f39c12,stroke-width:2px;
style F fill:#e8f0fe,stroke:#4285f4,stroke-width:2px;
style J fill:#ffebee,stroke:#ea4335,stroke-width:2px;
style B fill:#fff,stroke:#ccc,stroke-width:1px;
style C fill:#fff,stroke:#ccc,stroke-width:1px;
style D fill:#fff,stroke:#ccc,stroke-width:1px;
style E fill:#fff,stroke:#ccc,stroke-width:1px;
style G fill:#fff,stroke:#ccc,stroke-width:1px;
style H fill:#fff,stroke:#ccc,stroke-width:1px;
style I fill:#fff,stroke:#ccc,stroke-width:1px;
style K fill:#fff,stroke:#ccc,stroke-width:1px;
style L fill:#fff,stroke:#ccc,stroke-width:1px;
style M fill:#fff,stroke:#ccc,stroke-width:1px;