revert: restore develop to clean baseline 5132de36 (remove all AI changes)

This commit is contained in:
2026-05-28 09:43:49 +08:00
parent bdec44d6c5
commit 913a971ce4
481 changed files with 3036 additions and 26749 deletions

View File

@@ -185,22 +185,4 @@ npm run preview
- 前端端口81
- API 前缀:`/openhis`
- Swagger UI`/openhis/swagger-ui/index.html`
- Druid 监控:`/openhis/druid/login.html`
## 🔒 安全铁律
### 受保护路径(严禁删除)
以下文件和目录在任何提交中都禁止删除:
- `openhis-server-new/pom.xml`
- `openhis-server-new/core-admin/``core-common/``core-flowable/``core-framework/``core-generator/``core-quartz/``core-system/`
- `openhis-server-new/openhis-application/``openhis-domain/``openhis-common/`
- 任何 `pom.xml` 文件
### 提交规范
1. **单次提交删除文件数不得超过 100 个**
2. **删除/新增文件比例不得超过 80%**
3. **提交前执行 `git diff --stat` 检查变更范围**
4. **不确定的操作优先用 `git revert` 而不是 `git rm`**
### 违规后果
违反上述规则会导致推送被 `pre-push` 钩子拦截,或触发 Gitea 分支保护规则。
- Druid 监控:`/openhis/druid/login.html`