fix: keep daily sales growth copy consistent
All checks were successful
CD Pipeline / deploy (push) Successful in 1m3s

This commit is contained in:
ogt
2026-06-25 10:56:44 +08:00
parent 21e0e0c646
commit 8cbdc7ca12
2 changed files with 2 additions and 2 deletions

View File

@@ -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 # 用於模板顯示

View File

@@ -94,7 +94,7 @@
當日業績看板
</h1>
<p class="daily-hero__subtitle">
{% if is_month_view %}{{ calendar_data.month_name }} 月度總計:確認成長與缺口{% else %}{{ selected_date }}:找出下滑與價差壓力{% endif %}
{% if is_month_view %}{{ calendar_data.month_name }}:找出下滑與價差壓力{% else %}{{ selected_date }}:找出下滑與價差壓力{% endif %}
</p>
</div>
<div class="daily-hero__controls">