diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html index 3022e35..a41dec7 100644 --- a/app/templates/dashboard.html +++ b/app/templates/dashboard.html @@ -60,20 +60,33 @@ {% endif %} {% if country_stats %} +

🌍 国家/地区分布

- {% set max_count = country_stats[0][1] if country_stats else 1 %} - {% for code, count in country_stats %} -
- {{ code|flag }} {{ code }} -
-
- {{ count }} -
-
-
- {% endfor %} +
+ {% endif %}