- 基于 Electron + React 的跨平台桌面应用 - 支持多 Bot ID 和 Secret 配置 - 双 WebSocket 长连接(企业微信 + OpenClaw Gateway) - 图形化配置界面,实时连接状态显示 - 自动重连机制 - 支持 Windows/macOS/Linux 打包 技术栈: - Electron 28 - React 18 - @wecom/aibot-node-sdk - electron-store 配置持久化
42 lines
378 B
Plaintext
42 lines
378 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
renderer/node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
renderer/build/
|
|
|
|
# Electron build artifacts
|
|
out/
|
|
|
|
# Config files (user-specific)
|
|
*.log
|
|
logs/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# npm debug logs
|
|
npm-debug.log*
|
|
|
|
# coverage
|
|
coverage/
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|