From 869541b1172407927177c826a486cc8a89893c09 Mon Sep 17 00:00:00 2001 From: zy Date: Sat, 8 Nov 2025 20:17:36 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20CLAUDE.md=EF=BC=8C?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BB=A3=E7=A0=81=E8=AE=BE=E8=AE=A1=E5=92=8C?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E8=A6=81=E6=B1=82=20(#290)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增关于代码设计的简洁性要求 - 强调使用中文注释的清晰性和专业性 --- CLAUDE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 2d6c6b1..e67c825 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -2,4 +2,6 @@ - 测试过程中产生的脚本和build中间文件,如果没有必要,则删除. - 所有的feature变更,都需要使用分支进行开发. - 在我未同意之前, 你不能推送到远程. -- 我需要: 1.本地 review; 2.远程 PR review. \ No newline at end of file +- 我需要: 1.本地 review; 2.远程 PR review. +- 不要过度设计, 保持代码的简洁和易读. +- 使用中文注释,一定要简洁明了.专业名词可以用英文. \ No newline at end of file