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.
14 lines
217 B
Markdown
14 lines
217 B
Markdown
---
|
|
name: performance-analyzer
|
|
description: 性能影响分析
|
|
tools: read, grep, bash
|
|
---
|
|
|
|
# 性能分析器
|
|
|
|
评估变更对性能的影响:
|
|
- 算法复杂度
|
|
- 数据库查询效率
|
|
- 内存使用
|
|
- 缓存机会
|