Commit Graph

13 Commits

Author SHA1 Message Date
Daniel
0dc2b5a768 Add Node.js and License badges to README
Added badges for Node.js and License to the README.
2026-03-08 21:40:24 +08:00
Daniel
24a21723c1 Revise README content for improved clarity
Updated README for clarity and consistency.
2026-03-08 21:33:25 +08:00
Daniel
81de16b1fc Update README with CC reading suggestion
Added a suggestion to use CC for reading the README.
2026-03-08 21:01:44 +08:00
Daniel
2d6ef4e594 Remove technology stack details from README
Removed technology stack section from README.
2026-03-08 20:57:57 +08:00
Daniel
e83ffdd848 fix: Windows 下 Claude 进程和 taskkill 不再弹出 CMD 窗口
- spawn 改为 detached: !IS_WIN(Windows 子进程默认独立存活,无需 detached)
- taskkill 增加 stdio: 'ignore' 防止弹窗

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 12:50:38 +00:00
Daniel
9485581f90 v1.1.0: 支持 Windows 服务端部署
- 新增跨平台进程终止 killProcess(),Windows 使用 taskkill,Linux 使用 SIGTERM/SIGKILL
- spawn 增加 windowsHide 参数,HOME 路径增加 USERPROFILE fallback
- 新增 start.bat 一键启动脚本
- README 快速开始分 Linux/Windows 两部分,新增 Windows 部署章节

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 12:03:25 +00:00
Daniel
500c6cf9a7 Update project description in README.md 2026-03-08 19:13:58 +08:00
Daniel
0729eda274 Update README.md 2026-03-08 19:12:36 +08:00
Daniel
22e72072c7 Update README with deployment instructions and cleanup
Added one-click deployment instructions and removed slash command section.
2026-03-08 19:08:54 +08:00
Daniel
a0359c03eb Enhance features list with SSH session details
Updated features section to include SSH session attachment instructions.
2026-03-08 19:03:03 +08:00
Daniel
2db963c0a2 Change image display to HTML format in README
Updated image display format in README.md to use HTML for better layout.
2026-03-08 18:59:48 +08:00
Daniel
4f1cdf9106 Add screenshots to README
Added screenshots to the README for better visualization.
2026-03-08 18:55:31 +08:00
Daniel
2c1c64ff30 feat: CC-Web v1.0 — Claude Code Web Chat UI
功能特性:
- WebSocket 流式对话、工具调用折叠、Markdown 渲染
- 多会话管理与续接、模型/权限模式切换
- 后台任务持久化(detached 进程 + PID 恢复)
- 多渠道通知(PushPlus/Telegram/Server酱/飞书/QQ)
- 密码管理(自动生成初始密码、首次改密、Web UI 改密)
- 移动端适配、PWA 通知、斜杠指令

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 10:45:21 +00:00