first commit

This commit is contained in:
sunny-335
2026-06-14 22:28:19 +08:00
commit e03ba7a20d
67 changed files with 13400 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
# comment-ai-autopilot
comment-ai-autopilot - Halo 插件
## 简介
这是一个基于 Halo 的插件项目。
## 开发环境
- Java 21+
- Node.js 18+
- pnpm
## 开发
```bash
# 启用插件
./gradlew haloServer
# 开发前端
cd ui
pnpm install
pnpm dev
```
## 构建
```bash
./gradlew build
```
构建完成后,可以在 `build/libs` 目录找到插件 jar 文件。
## 许可证
[GPL-3.0](./LICENSE) © 暖心向阳335