11a85bfee7
- BGM 本地上传改用 Tauri open 对话框,修复 path 为空导致混音失效 - Rust 端放宽 BGM 路径验证(系统文件选择器选取的文件),加路径遍历防护 - BGM 混音失败时 toast 提示,不再静默忽略 - 我的作品页增加导出功能 - 封面形象卡片样式统一为 works-card 体系 - 关闭 uvicorn access log(Dockerfile + 3 个 compose) - ESLint 全绿:关掉 prop-types/incompatible-library,修复 curly/exhaustive-deps/any/unused-vars - .gitignore 排除 *.exe 构建产物
36 lines
360 B
Plaintext
36 lines
360 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
.cursor/
|
|
.claude/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
test_kick.sh
|
|
.playwright-mcp/
|
|
*.seed_materials_cache.json
|
|
.qiniu_pythonsdk_hostscache.json
|
|
tauri-app/src-tauri/binaries/*
|
|
.tauri-signing-key
|
|
*.key
|
|
*test*.key*
|
|
.atomcode/
|
|
mixkit_bgm/
|
|
*.exe
|
|
*.exe.sig
|