-
Notifications
You must be signed in to change notification settings - Fork 102
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: Migrate repo labels to Gitee #969
feat: Migrate repo labels to Gitee #969
Conversation
if (document.getElementById(id)) { | ||
continue; | ||
} | ||
const labelElement = document.createElement('a'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be changed to span
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
}} | ||
src={chrome.runtime.getURL('openDiggerLogo.png')} | ||
width={16} | ||
height={16} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
… size is optimized
The warning issue is now resolved and the image size problem is optimized. @wangyantong2000 |
Brief Information
This pull request is in the type of (more info about types):
Related issues (all available keywords):
Details
Checklist
Others