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

refactor(service/haicidict): using DOMParser to get the information #1025

Merged
merged 2 commits into from
Nov 28, 2024

Conversation

yin1999
Copy link
Contributor

@yin1999 yin1999 commented Nov 28, 2024

Changes:

  • replace the schema from http:// to https:// for security
  • Using DOMParser to parse the dom, which makes the logic of obtaining information clearer
  • Redesign the UI, the information about audio is now been shown in the popups. Check the screenshot below:

image

@@ -2,7 +2,7 @@
"compilerOptions": {
"experimentalDecorators": true,
"module": "commonjs",
"lib": ["ESNext", "DOM"],
"lib": ["ESNext", "DOM", "DOM.Iterable"],
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@yin1999 yin1999 marked this pull request as ready for review November 28, 2024 11:52
@windingwind windingwind merged commit 162967f into windingwind:main Nov 28, 2024
@windingwind
Copy link
Owner

Thanks!

@yin1999 yin1999 deleted the refactor-haicidict branch November 28, 2024 16:18
Copy link

🚀 This ticket has been resolved in v2.0.12. See Release v2.0.12 for release notes.

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.

2 participants