©
by
snaily
|
GitHub
{% if request and request.app.state.update_info %}
{% set update_info = request.app.state.update_info %}
|
v{{ update_info.current_version }}
{% if update_info.update_available %}
|
新版本: v{{ update_info.latest_version }}
{% elif update_info.error_message and update_info.error_message != 'Checking...' %}
|
更新检查失败
{% endif %}
{% endif %}
{% block body_scripts %}{% endblock %}