chore: 公开发布准备 - 脱敏与规范对齐
CI / ci (push) Has been cancelled

- 截图敏感信息打码(测试邮箱、内网 IP)
- plugin.yaml 地址改为 GitHub,author 对齐 GitHub 账号,补 version 占位
- 新增 GitHub Actions(halo-sigs plugin-ci/cd 工作流)与 .editorconfig
- console 前端产物纳入仓库(CI skip-node-setup)
- AGENTS.md 移出公开仓库(保留本地)
- README 增加安装说明
This commit is contained in:
shirainbown
2026-08-03 00:32:48 +08:00
parent aa4befa0ff
commit 173a2575fb
14 changed files with 575 additions and 46 deletions
+4 -2
View File
@@ -6,8 +6,10 @@ build/
# ---- 前端(ui ----
node_modules/
ui/node_modules/
# console 产物由 `pnpm -C ui build` 生成,勿提交
src/main/resources/console/
# console 产物提交进仓库(CI skip-node-setup),由 `pnpm -C ui build` 更新,勿手改
# ---- 内部文档(不进公开仓库) ----
AGENTS.md
# ---- IDE ----
.idea/