diff --git a/config.py b/config.py index bc3aa93..0ab3cd0 100644 --- a/config.py +++ b/config.py @@ -320,7 +320,7 @@ YOUTUBE_API_KEY = os.getenv('YOUTUBE_API_KEY', '') # ========================================== # 系統版本與路徑 # ========================================== -SYSTEM_VERSION = "V10.130" +SYSTEM_VERSION = "V10.131" 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 8c6f423..2329b3b 100644 --- a/templates/edm_dashboard_v2.html +++ b/templates/edm_dashboard_v2.html @@ -892,7 +892,7 @@
{% if item.image_url %} - {{ item.name }} + {{ item.name }} {% else %}
無圖
{% endif %}