Sfoglia il codice sorgente

docs: 更新CLAUDE.md - 添加文档查找说明

添加查找文档时使用绝对路径的说明,指向当前项目目录的docs目录

🤖 Generated with [Claude Code](https://claude.com/claude-code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
yourname 2 settimane fa
parent
commit
984654c864
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      CLAUDE.md

+ 2 - 1
CLAUDE.md

@@ -23,4 +23,5 @@
   - **Jest**: 只支持 `--testNamePattern`,mini是Jest
   - **Mini测试**: 需要先进入mini目录再运行 `pnpm test --testNamePattern "测试名称"`
 - **表单调试**: 表单提交失败时,在表单form onsubmit=form.handleSubmit的第二个参数中加console.debug来看表单验证错误,例如:`form.handleSubmit(handleSubmit, (errors) => console.debug('表单验证错误:', errors))`
-- 类型检查 可以用 pnpm typecheck 加 grep来过滤要检查的 指定文件
+- 类型检查 可以用 pnpm typecheck 加 grep来过滤要检查的 指定文件
+- **文档查找**: 查找文档时在当前项目目录的 `docs` 目录下用绝对路径来查找,例如:`/mnt/code/186-175-template-6/docs/**/*.md`