Files
daily-news-app/.claude/settings.local.json
donald db0f0bbfe7 Initial commit: Daily News App
企業內部新聞彙整與分析系統
- 自動新聞抓取 (Digitimes, 經濟日報, 工商時報)
- AI 智慧摘要 (OpenAI/Claude/Ollama)
- 群組管理與訂閱通知
- 已清理 Python 快取檔案

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 23:53:24 +08:00

25 lines
574 B
JSON

{
"permissions": {
"allow": [
"Bash(python run.py:*)",
"Bash(pip install:*)",
"Bash(curl:*)",
"Bash(python scripts/init_db_sqlite.py:*)",
"Bash(powershell -Command:*)",
"Bash(dir c:AICodingdaily-news-app.zip)",
"Bash(python:*)",
"Bash(dir /B /S c:Users91223Downloadsdaily-news-app)",
"Bash(dir:*)",
"Bash(find:*)",
"Bash(ls:*)",
"Bash(du:*)",
"Bash(git init:*)",
"Bash(git config:*)",
"Bash(git remote add:*)",
"Bash(git add:*)"
],
"deny": [],
"ask": []
}
}