TemplateProject/verify/index.md
2026-05-21 20:32:32 +08:00

23 lines
439 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# verify — 验证与质量保障
本目录存放与质量验证相关的文档和检查清单。
## 目录结构
```
verify/
├── README.md # 本文件
└── checklist/ # 检查清单
```
## 用途
- 上线前检查清单
- 发布验收清单
- 代码审查清单
- 安全审计清单
---
> 与 `test/` 的区别:`test/` 是**自动化代码测试**`verify/` 是**人工检查清单和验证流程**。