Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Export the wrong question book #869

Merged
merged 6 commits into from
Jan 23, 2025

Conversation

ljt990218
Copy link
Contributor

@ljt990218 ljt990218 commented Oct 28, 2024

close: #858

Copy link

vercel bot commented Oct 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
qwerty-learner ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2025 7:08am

@RealKai42 RealKai42 requested a review from Copilot January 23, 2025 06:21

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.

Files not reviewed (1)
  • package.json: Language not supported
Comments suppressed due to low confidence (6)

src/pages/ErrorBook/DropdownExport.tsx:7

  • The use of 'any' type should be replaced with a more specific type for 'renderRecords'.
renderRecords: any

src/pages/ErrorBook/DropdownExport.tsx:8

  • The use of 'any' type should be replaced with a more specific type for 'paraphrases'.
paraphrases: any

src/pages/ErrorBook/DropdownExport.tsx:12

  • The use of 'any' type should be replaced with a more specific type for 'date'.
const formatTimestamp = (date: any) => {

src/pages/ErrorBook/ErrorRow.tsx:16

  • The type 'any' for 'word' is too generic. Consider using a more specific type.
onWordUpdate: (word: any) => void

src/pages/ErrorBook/ErrorRow.tsx:23

  • The type 'any' for 'prevWordRef' is too generic. Consider using a more specific type.
const prevWordRef = useRef<any>()

src/pages/ErrorBook/index.tsx:98

  • The parameter 'paraphrases' should have a more specific type instead of 'object'.
const handleWordUpdate = (paraphrases: object) => {
@RealKai42 RealKai42 merged commit 06fbe59 into RealKai42:master Jan 23, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] 需要导出错题本的功能
2 participants