kol-insight/.gitignore
zfc 7cd29c5980 feat(frontend): 重构视频分析页面,支持多种搜索方式
主要更新:
- 前端改用 Ant Design 组件(Table、Modal、Select 等)
- 支持三种搜索方式:星图ID、达人unique_id、达人昵称模糊匹配
- 列表页实时调用云图 API 获取 A3 数据和成本指标
- 详情弹窗显示完整 6 大类指标,支持文字复制
- 品牌 API URL 格式修复为查询参数形式
- 优化云图 API 参数格式和会话池管理

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 22:01:55 +08:00

53 lines
447 B
Plaintext

# Dependencies
node_modules/
__pycache__/
*.pyc
.pyo
*.pyd
venv/
.venv/
env/
.env
# Environment files (keep examples)
.env.local
backend/.env
frontend/.env.local
# Build outputs
.next/
out/
dist/
build/
*.egg-info/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Testing
.coverage
htmlcov/
.pytest_cache/
coverage/
# Logs
*.log
npm-debug.log*
# OS
.DS_Store
Thumbs.db
# Python
*.egg
*.egg-info/
.eggs/
pip-log.txt
pip-delete-this-directory.txt
temp/