docs(zh-CN): translate code block(plain text) (#753)

Co-authored-by: neo <neo.dowithless@gmail.com>
This commit is contained in:
zdoc.app
2026-03-23 06:39:24 +08:00
committed by GitHub
parent fd2a8edb53
commit 4f6f587700
118 changed files with 1807 additions and 1835 deletions

View File

@@ -36,16 +36,16 @@
生成一份简洁的验证报告:
```
VERIFICATION: [PASS/FAIL]
验证: [通过/失败]
Build: [OK/FAIL]
Types: [OK/X errors]
Lint: [OK/X issues]
Tests: [X/Y passed, Z% coverage]
Secrets: [OK/X found]
Logs: [OK/X console.logs]
构建: [成功/失败]
类型: [成功/X 错误]
代码检查: [成功/X 问题]
测试: [X/Y 通过Z% 覆盖率]
密钥检查: [成功/X 发现]
日志: [成功/X console.logs]
Ready for PR: [YES/NO]
准备提交 PR [是/否]
```
如果存在任何关键问题,列出它们并提供修复建议。