授权激活

账号:{{ username }}。请使用 官网用户中心 发放的激活码(格式 XXXX-XXXX-XXXX-XXXX):可申请一次 3 天体验码,或联系管理员获取正式码;填入下方后需联网校验。个人版 1 台设备、团队版最多 5 台。若自建站点请在 .env 中配置 ACTION_SITE_ORIGIN
{% if msg %}
{{ msg }}
{% endif %} {% if is_ok %} {% if time_warning %}
{{ time_warning }}
{% endif %}
{% if activation_mode == 'web_code' %}
激活方式:官网激活码(在线授权)
识别摘要:{{ license_id }}
套餐:{% if plan == 'personal' %}个人版(1 台设备){% elif plan == 'team' %}团队版(最多 5 台设备){% else %}{{ plan }}{% endif %}
{% if devices_max is not none %}
当前码已用设备:{{ devices_used }} / {{ devices_max }}
{% endif %} {% else %}
激活方式:历史本地密钥(仍有效,新激活请改用官网码)
License ID:{{ license_id }}
套餐:{{ plan }}
{% endif %}
到期:{{ expire_text }}
本机识别码(设备指纹):{{ device_id }}
{% else %}
本机设备识别码(官网激活与排障时会用到)
{{ device_id }}
没有激活码?请登录官网用户中心申请体验码或联系管理员。
续费、换码或设备数:由官网账户类型决定(个人 1 台 / 团队 5 台)。
{% endif %}