feat: streamline dashboard, fix docs, optimize UI width

- Remove AI角色 quick action, keep only 回复日志/插件设置/刷新数据
- Fix LogsView filter/batch bar width to match content area (mx-4 mt-2 -> m-4 mb-0)
- Fix docs: Halo version 2.23->2.25, GitHub link nxxy335->sunny-335, Cravatar link, variable name {{conversation}}->{{conversation_history}}
- Add missing settings docs (maxConversationRounds, rateLimitPerMinute, enabledPresets)
- Update README: remove version display, update changelog
- Update version to 1.0.0-beta.2-r8k4n2
This commit is contained in:
sunny-335
2026-06-17 22:03:35 +08:00
parent be6a01a06e
commit c3e003a572
15 changed files with 154 additions and 87 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ AI回复者的显示名称,默认为「小回」。修改后新回复将使用
填写邮箱后,AI回复者的头像将通过 Gravatar 服务自动生成:
1. 插件根据邮箱生成 SHA-256 哈希
2. 构造 Gravatar URL`https://cn.cravatar.com/avatar/{hash}`
2. 构造 Gravatar URL`https://cn.cravatar.com/avatar/{hash}`(使用 [Cravatar](https://cn.cravatar.com) 镜像服务)
3. 头像URL存储在评论的 `owner.annotations["avatar"]`
::: warning