{# ── 代码片段(技术教程专用)── #} {% if code_snippets %}

💻 核心代码 / 提示词

{% for snippet in code_snippets %}
{% if snippet.context %}
{{ snippet.context }}
{% endif %}
{{ snippet.code }}
{% endfor %}
{% endif %}