{{ title }}

{{ generated_at }} · 智能算法生成
省份{{ profile.province or '—' }}
选科{{ subjects_display }}
成绩{{ score_display }}
批次{{ profile.batch or '—' }}
志愿类型{{ volunteer_type_label }}
调剂{{ is_adjust_label }}
{% if has_analysis %}

一、 综合测评与建议

{{ analysis.intro | safe }}

1. 核心定位与策略

{{ analysis.strategy | safe }}

2. 推荐专业方向解析

    {% for d in analysis.major_directions %}
  • {{ d.icon }} {{ d.title }}
    {{ d.description | safe }}
  • {% endfor %}

3. 院校梯度布局建议

{{ analysis.school_strategy | safe }}

{% endif %}

{% if has_analysis %}二、 {% endif %}具体志愿推荐列表

{% for section in sections %}

{{ section.label }}档志愿 ({{ section.count }}所)

{% for uni in section.universities %}

{{ uni.index }}. {{ uni.university_name }} {% if uni.group_subtitle %}{{ uni.group_subtitle }}{% endif %} {% if uni.rec_id %} 👍🏻 推荐学校 {% endif %}

{% if uni.tag_list %}
{% for tag in uni.tag_list %}{{ tag }}{% endfor %}
{% endif %}
{% if uni.prob_display %}
{{ uni.prob_display | replace('%', '%') | safe }}
{% if uni.prob_min != uni.prob_max %}预测录取率区间{% else %}预测录取率{% endif %}
{% endif %}
{% if uni.has_details %}
{% if uni.has_major_group %} {% if uni.group_count > 1 %}展开查看 {{ uni.group_count }} 个专业组的历年投档与专业详情{% else %}展开查看历年投档与专业详情{% endif %} {% else %} 展开查看专业详情({{ uni.flat_major_count }} 个专业) {% endif %}
{% if not uni.has_major_group %} {% for m in uni.flat_majors %} {% endfor %}
专业名称选科要求学制/学费计划 历年投档(分/位次)专业录取率
{{ m.major_name }} {% if m.rec_id %}🔥 推荐专业{% endif %}
{% if m.major_code or m.major_class %}
{% if m.major_code %}代码: {{ m.major_code }}{% endif %}{% if m.major_code and m.major_class %} | {% endif %}{% if m.major_class %}{{ m.major_class }}{% endif %}
{% endif %}
{{ m.claim or '不限' }} {{ m.study_year or '—' }}年 / {{ m.study_cost_display }} {{ m.plan_num or '—' }} {% if m.entry_score_history %}
{% for h in m.entry_score_history[:2] %}{{ h.year }}:{{ h.score }}/{{ h.rank }}{% endfor %}
{% else %}—{% endif %}
{% if m.enroll_probability is not none %}{{ m.enroll_probability }}%{% else %}—{% endif %}
{% else %} {% for group in uni.groups %} {% if group.has_content %}

专业组 {{ group.major_group or '—' }}

{% if group.enroll_probability is not none %}专业组录取率 {{ group.enroll_probability }}%{% endif %}
{% if group.score_history %}
{% for h in group.score_history %}
{{ h.year }}年投档
{{ h.score }}分 / 位次{{ h.rank }} / 计划{{ h.plan_num }}
{% endfor %}
{% endif %} {% if group.majors %} {% for m in group.majors %} {% endfor %}
专业名称选科要求学制/学费计划专业录取率
{{ m.major_name }} {% if m.rec_id %}🔥 推荐专业{% endif %}
{% if m.major_code or m.major_class %}
{% if m.major_code %}代码: {{ m.major_code }}{% endif %}{% if m.major_code and m.major_class %} | {% endif %}{% if m.major_class %}{{ m.major_class }}{% endif %}
{% endif %}
{{ m.claim or '不限' }} {{ m.study_year or '—' }}年 / {{ m.study_cost_display }} {{ m.plan_num or '—' }} {% if m.enroll_probability is not none %}{{ m.enroll_probability }}%{% else %}—{% endif %}
{% endif %}
{% endif %} {% endfor %} {% endif %}
{% endif %}
{% endfor %}
{% else %}

暂无推荐院校数据

{% endfor %}