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
+17
View File
@@ -0,0 +1,17 @@
name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-ci.yaml@v4
with:
ui-path: "ui"
# 前端产物已提交进仓库,CI 无需安装 Node/pnpm(否则 setup-node 缓存保存会失败)
skip-node-setup: true