feat: support custom instance icons and refresh release

This commit is contained in:
shiyue
2026-08-25 22:11:07 +08:00
parent bd20a79d4b
commit 05480e511d
20 changed files with 1104 additions and 23 deletions

View File

@@ -282,7 +282,7 @@ node server.js
| `config/auth.json` | 登录密码配置,运行时生成 |
| `config/notify.json` | 通知渠道配置,运行时生成 |
| `config/codex.json` | Codex 默认模型等配置,运行时生成 |
| `config/cross-conversation-replies.json` | 跨对话等待回复状态 |
| `config/cross-conversation-replies.json` | 跨对话等待回复状态(运行时生成,已忽略版本管理) |
| `sessions/*.json` | ccweb 会话历史 |
| `sessions/{id}-run/` | 单次运行输出、PID、Codex App 状态 |
| `sessions/_attachments/` | 图片附件与元数据 |