升级套餐:{{ domain.name }}

返回详情
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}
{% csrf_token %}
提示:功能开关将立即按新套餐生效;计费按默认规则在下一个周期计算(当前周期不追溯调整)。
{% for p in plans %} {% empty %} {% endfor %}
选择 名称 月费(/域名) 包含流量(GB) 超量单价(元/GB) 功能
{{ p.name }} {{ p.base_price_per_domain }} {{ p.included_traffic_gb_per_domain }} {{ p.overage_price_per_gb }} {% if p.features %} WAF: {% if p.features.waf_enabled %}✔{% else %}✖{% endif %} HTTP/3: {% if p.features.http3_enabled %}✔{% else %}✖{% endif %} 日志: {% if p.features.logs_enabled %}✔{% else %}✖{% endif %} {% else %} - {% endif %}
暂无可升级的公开套餐