Add Chinese (Simplified) translations for all documentation, organized under a dedicated zh/ directory that mirrors the English folder structure. Co-authored-by: tanqingkuang <tanqingkuang@users.noreply.github.com> Translations originally contributed by @tanqingkuang in #45. Restructured from *-CN.md suffix pattern into zh/ directory to prevent the EPUB builder (scripts/build_epub.py collect_folder_files) from picking up Chinese files via glob("*.md") inside module folders.
254 B
254 B
name, description
| name | description |
|---|---|
| Security Check | 运行安全导向的代码审查 |
安全检查
对代码变更执行聚焦式安全分析:
- 身份验证/授权检查
- 数据暴露风险
- 注入漏洞
- 密码学弱点
- 日志中的敏感数据