- 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
49 lines
1.3 KiB
Markdown
49 lines
1.3 KiB
Markdown
# 安装与更新
|
|
|
|
## 前置要求
|
|
|
|
- Halo 2.25+
|
|
- AI Foundation 插件(必须) — 本插件通过 `ExtensionGetter` 调用 AI Foundation 提供的 `AiModelService` 扩展点,请先安装并配置 AI Foundation
|
|
|
|
## 安装
|
|
|
|
### 方式一:从 Release 下载
|
|
|
|
1. 前往 [GitHub Releases](https://github.com/sunny-335/plugin-comment-ai-autopilot/releases) 下载最新的 `.jar` 文件
|
|
2. 登录 Halo 管理后台
|
|
3. 进入 **插件** → **已安装** → 点击右上角 **安装** 按钮
|
|
4. 选择下载的 `.jar` 文件上传
|
|
5. 安装完成后启用插件
|
|
|
|
::: tip 推荐安装
|
|
安装本插件后,应用市场会推荐安装 AI Foundation 插件(本插件的必要依赖)。
|
|
:::
|
|
|
|
### 方式二:从源码构建
|
|
|
|
```bash
|
|
# 克隆仓库
|
|
git clone https://github.com/sunny-335/plugin-comment-ai-autopilot.git
|
|
cd plugin-comment-ai-autopilot
|
|
|
|
# 构建
|
|
./gradlew build -x test
|
|
|
|
# 构建产物位于 build/libs/ 目录
|
|
```
|
|
|
|
然后将生成的 `.jar` 文件通过 Halo 后台安装。
|
|
|
|
## 更新
|
|
|
|
1. 下载新版本的 `.jar` 文件
|
|
2. 在 Halo 后台 **插件** 页面找到「AI回评」
|
|
3. 点击插件卡片右上角的 **更多** → **更新**
|
|
4. 选择新的 `.jar` 文件上传
|
|
|
|
## 卸载
|
|
|
|
1. 在 Halo 后台 **插件** 页面找到「AI回评」
|
|
2. 先停用插件
|
|
3. 点击 **更多** → **卸载**
|