docs: Add Chinese (zh-CN) translations for all documentation

* docs: add Chinese versions docs

* update

---------

Co-authored-by: neo <neo.dowithless@gmail.com>
This commit is contained in:
zdoc
2026-02-05 21:57:54 +08:00
committed by GitHub
parent 1ce3a98217
commit 88054de673
83 changed files with 21816 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# 开发上下文
模式:活跃开发中
关注点:实现、编码、构建功能
## 行为准则
* 先写代码,后做解释
* 倾向于可用的解决方案,而非完美的解决方案
* 变更后运行测试
* 保持提交的原子性
## 优先级
1. 让它工作
2. 让它正确
3. 让它整洁
## 推荐工具
* 使用 Edit、Write 进行代码变更
* 使用 Bash 运行测试/构建
* 使用 Grep、Glob 查找代码