We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e34aff commit e387d22Copy full SHA for e387d22
.coderabbit.yaml
@@ -74,7 +74,7 @@ tone_instructions: |
74
4. **GitHub API 集成**:
75
- 检查是否从 `models/Base.ts` 导入配置的 `githubClient`
76
- 验证 GitHub API 认证和错误处理的正确实现
77
- - 确保 Base64 内容正确解码使用 `atob(item.content)`
+ - 确保 Base64 内容编解码使用 `web-utility` 包中的 `encodeBase64()`、`decodeBase64()`,以便正确处理 Unicode
78
79
5. **Pages Router 最佳实践**:
80
- 检查 `getStaticProps` 和 `getServerSideProps` 的正确使用
0 commit comments