diff --git a/config.py b/config.py index 5480aee..c6c1538 100644 --- a/config.py +++ b/config.py @@ -320,7 +320,7 @@ YOUTUBE_API_KEY = os.getenv('YOUTUBE_API_KEY', '') # ========================================== # 系統版本與路徑 # ========================================== -SYSTEM_VERSION = "V10.169" +SYSTEM_VERSION = "V10.170" LOG_FILE_PATH = os.path.join(BASE_DIR, 'logs/system.log') public_url = PUBLIC_URL # 用於模板顯示 diff --git a/templates/edm_dashboard_v2.html b/templates/edm_dashboard_v2.html index 918fcc9..e808fd7 100644 --- a/templates/edm_dashboard_v2.html +++ b/templates/edm_dashboard_v2.html @@ -38,7 +38,7 @@
CAMPAIGN - ID · {{ current_promo_page|upper }} + ID · {{ current_promo_page|upper }}

{{ page_title }}

@@ -52,20 +52,20 @@
商品總數
-
{{ total_edm_products | number_format }}
+
{{ total_edm_products | number_format }}
{% if current_promo_page == 'edm' %} - - {% elif current_promo_page == 'festival' %} - {% endif %} @@ -85,15 +85,15 @@
新品
-
{{ current_stats.get('new', 0) | number_format }}
+
{{ current_stats.get('new', 0) | number_format }}
漲價
-
{{ current_stats.get('up', 0) | number_format }}
+
{{ current_stats.get('up', 0) | number_format }}
降價
-
{{ current_stats.get('down', 0) | number_format }}
+
{{ current_stats.get('down', 0) | number_format }}