bbf6b921af
Backend port changed from 8000 to 8002 due to port conflict (frpc on Windows). - Add resolveImageUrl() to convert relative image URLs to full backend URLs - Fix all spatial page image src and download handlers to use backend address - Fix chat message image rendering to use correct port - Switch download to blob-based approach to support cross-origin file saving Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
76 lines
698 B
Plaintext
76 lines
698 B
Plaintext
# 环境变量与密钥
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.venv/
|
|
venv/
|
|
env/
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# Node.js
|
|
node_modules/
|
|
.next/
|
|
out/
|
|
*.tsbuildinfo
|
|
|
|
# 运行时数据
|
|
runtime/
|
|
vector_store/
|
|
logs/
|
|
*.log
|
|
|
|
# 上传与生成文件
|
|
uploads/
|
|
generated_images/
|
|
|
|
# 数据目录中的运行时文件(保留源文件如 .tex)
|
|
data/database/
|
|
data/knowledge_base/
|
|
data/images/
|
|
|
|
# LaTeX 中间文件
|
|
*.aux
|
|
*.bbl
|
|
*.blg
|
|
*.toc
|
|
*.out
|
|
*.fdb_latexmk
|
|
*.fls
|
|
*.synctex.gz
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Claude Code
|
|
.claude/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# 其他
|
|
*.tmp
|
|
*.temp
|
|
*.tar.gz
|
|
.cache/
|
|
*.coverage
|
|
.coverage
|
|
htmlcov/
|
|
|
|
officefile
|
|
data/1法律
|
|
|