diff --git a/config.py b/config.py index 2e40c96..41c9e9d 100644 --- a/config.py +++ b/config.py @@ -402,7 +402,7 @@ YOUTUBE_API_KEY = os.getenv('YOUTUBE_API_KEY', '') # ========================================== # 系統版本與路徑 # ========================================== -SYSTEM_VERSION = "V10.665" +SYSTEM_VERSION = "V10.666" LOG_FILE_PATH = os.path.join(BASE_DIR, 'logs/system.log') public_url = PUBLIC_URL # 用於模板顯示 diff --git a/docs/AI_INTELLIGENCE_MODULE_SOT.md b/docs/AI_INTELLIGENCE_MODULE_SOT.md index 3a76a22..6bd556c 100644 --- a/docs/AI_INTELLIGENCE_MODULE_SOT.md +++ b/docs/AI_INTELLIGENCE_MODULE_SOT.md @@ -742,3 +742,4 @@ POSTGRES_HOST=momo-db | 2026-06-25 | 首頁今日行動 CTA 不可被全域 Bootstrap guard 蓋成透明或低對比 | V10.663 起 `#commandTaskButton.growth-command-alert-action` 使用精準 selector 與 `background-color` hard override,正式 smoke 必須量測按鈕背景與卡片寬度。 | | 2026-06-25 | 系統、舊入口與觀測台頁首不可用長篇工程說明取代決策用途 | V10.664 起舊入口、系統管理與 AI 觀測台頁首統一改為短句,聚焦資料新鮮度、成本、品質、RAG 與自癒如何支援 PChome 業績判斷。 | | 2026-06-25 | 說明、空狀態與登入頁不可停在教學口吻,必須提示下一個業績動作 | V10.665 起 AI 助手說明、業績空狀態、缺貨舊首頁、登入頁與 PPT 視覺 QA 空狀態改為行動導向短句,避免使用者在說明文字中迷路。 | +| 2026-06-25 | PPT 視覺 QA 頁首不可依 runtime 條件退回描述型長句 | V10.666 起 PPT 視覺 QA 主頁首固定顯示「先確認簡報可預覽、可審核,再把問題交給修復流程」,避免 runtime 已就緒時失去行動導向。 | diff --git a/templates/admin/ppt_audit_history.html b/templates/admin/ppt_audit_history.html index ce91d55..17ba9b9 100644 --- a/templates/admin/ppt_audit_history.html +++ b/templates/admin/ppt_audit_history.html @@ -15,7 +15,7 @@
{{ operator_summary.message }}
+先確認簡報可預覽、可審核,再把問題交給修復流程。
{% if operator_summary.blocker_text %}{{ operator_summary.blocker_text }}
{% endif %} diff --git a/tests/test_pchome_revenue_growth_service.py b/tests/test_pchome_revenue_growth_service.py index 21e8132..8f922f4 100644 --- a/tests/test_pchome_revenue_growth_service.py +++ b/tests/test_pchome_revenue_growth_service.py @@ -674,6 +674,7 @@ def test_help_empty_login_and_ppt_copy_are_action_oriented(): "templates/login.html": ["登入後先看 PChome 業績、價差、缺貨與 AI 建議"], "templates/system_settings.html": ["系統會更新對應年月份的業績資料"], "templates/admin/ppt_audit_history.html": [ + "先確認簡報可預覽、可審核,再把問題交給修復流程", "先補齊視覺 QA runtime,再判斷簡報品質", "先補排程或手動產出,再進行視覺 QA", "先補視覺 QA 條件",