Skip to content

Commit e387d22

Browse files
committed
fix: from review
1 parent 8e34aff commit e387d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.coderabbit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ tone_instructions: |
7474
4. **GitHub API 集成**:
7575
- 检查是否从 `models/Base.ts` 导入配置的 `githubClient`
7676
- 验证 GitHub API 认证和错误处理的正确实现
77-
- 确保 Base64 内容正确解码使用 `atob(item.content)`
77+
- 确保 Base64 内容编解码使用 `web-utility` 包中的 `encodeBase64()`、`decodeBase64()`,以便正确处理 Unicode
7878
7979
5. **Pages Router 最佳实践**:
8080
- 检查 `getStaticProps` 和 `getServerSideProps` 的正确使用

0 commit comments

Comments
 (0)