{# ===== AI 对话助手组件 ===== #} {# 需要模板传入: chat_config = { api_key_encoded, api_base_url, model, school_name } #} {# 以及: report_data_json (完整 report_data 的 JSON 字符串) #} {% if chat_config %}
🤖
{{ t.chat_title }}
{{ t.chat_subtitle_prefix }} {{ chat_config.school_name }} {{ t.chat_subtitle_suffix }}
🤖

{{ t.chat_welcome_p1_a }}{{ chat_config.school_name }}{{ t.chat_welcome_p1_b }}

{{ t.chat_welcome_p2 }}

  • {{ t.chat_welcome_li1 }}
  • {{ t.chat_welcome_li2 }}
  • {{ t.chat_welcome_li3 }}
  • {{ t.chat_welcome_li4 }}

{{ t.chat_welcome_p3 }}

{% endif %}