From 8cbdc7ca123b7b40a40135bfb65d12b6c8042250 Mon Sep 17 00:00:00 2001 From: ogt Date: Thu, 25 Jun 2026 10:56:44 +0800 Subject: [PATCH] fix: keep daily sales growth copy consistent --- config.py | 2 +- templates/daily_sales.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index ea3c4a3..99b4993 100644 --- a/config.py +++ b/config.py @@ -402,7 +402,7 @@ YOUTUBE_API_KEY = os.getenv('YOUTUBE_API_KEY', '') # ========================================== # 系統版本與路徑 # ========================================== -SYSTEM_VERSION = "V10.659" +SYSTEM_VERSION = "V10.660" LOG_FILE_PATH = os.path.join(BASE_DIR, 'logs/system.log') public_url = PUBLIC_URL # 用於模板顯示 diff --git a/templates/daily_sales.html b/templates/daily_sales.html index 4c20dbd..343b509 100644 --- a/templates/daily_sales.html +++ b/templates/daily_sales.html @@ -94,7 +94,7 @@ 當日業績看板

- {% if is_month_view %}{{ calendar_data.month_name }} 月度總計:確認成長與缺口{% else %}{{ selected_date }}:找出下滑與價差壓力{% endif %} + {% if is_month_view %}{{ calendar_data.month_name }}:找出下滑與價差壓力{% else %}{{ selected_date }}:找出下滑與價差壓力{% endif %}