{% extends "base.html" %}
{% block title %}系统设置 · 本地导航{% endblock %}
{% block body %}
系统设置
当前用户:{{ current_user.username }}
数据库文件:{{ db_path }}
{% if db_size %}
(约 {{ "%.1f"|format(db_size / 1024) }} KB)
{% else %}
(文件不存在或为空)
{% endif %}