mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-05-07 04:32:43 +08:00
- #32: parseCookies decodeURIComponent crash with malformed cookies (Authelia) - #31: Gateway restart no longer overwrites user CORS allowedOrigins (merge instead) - #25: Windows terminal flashing - add CREATE_NO_WINDOW to skills.rs + assistant.rs - #33: Model test tolerates non-auth HTTP errors (Ali Coding Plan compatibility) - #29: Auto-detect ws/wss protocol for reverse proxy + protocol-aware Docker URLs - #23: Chat session sidebar stays open when switching sessions
49 lines
601 B
Plaintext
49 lines
601 B
Plaintext
# 依赖
|
|
node_modules/
|
|
|
|
# 构建产物
|
|
dist/
|
|
src-tauri/target/
|
|
|
|
# 日志
|
|
*.log
|
|
tauri-dev.log
|
|
api_doc_mcp.log
|
|
|
|
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
$RECYCLE.BIN/
|
|
*.lnk
|
|
|
|
# 构建临时文件
|
|
nul
|
|
release_body.md
|
|
release_body.md.bak
|
|
|
|
# 内部开发文档(不入公开仓)
|
|
BLOCKING_ISSUES_REPORT.md
|
|
__clawapp-chat-ref.js
|
|
|
|
# 大文件(宣传视频·原始版本)
|
|
docs/promo-video.mp4
|
|
|
|
# IDE / 编辑器
|
|
.idea/
|
|
*.iml
|
|
.vscode/settings.json
|
|
.vscode/launch.json
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.sln.docstates
|
|
|
|
# Rust 开发工具
|
|
src-tauri/.cargo/
|
|
.codex/ |