Files
ewoooc/services
ogt 4ff291b596
All checks were successful
CD Pipeline / deploy (push) Successful in 1m28s
fix: 修復 AI 對話無法使用 + 全面繁體中文化
- telegram_ai_integration.py 移至 services/ 解決 ModuleNotFoundError
  (momo-telegram-bot 只掛載 services/,根目錄檔案進不了容器)
- import 路徑更新為 from services.telegram_ai_integration
- 所有英文回覆字串改為繁體中文:
  · 歡迎訊息、fallback 訊息、錯誤提示
  · _enhanced_keyword_matching 全英文段落
  · _handle_complex_ai_response / _handle_simple_ai_response
  · Cancel 按鈕改「 取消」、callback 改 menu:main

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 09:41:55 +08:00
..