Skip to content

Commit

Permalink
Merge pull request #426 from caorushizi/fix/bilibili-dom
Browse files Browse the repository at this point in the history
fix: ts fix
  • Loading branch information
y2hlbg authored Feb 17, 2025
2 parents 690884c + dbf6221 commit 01bff39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules
.parcel-cache
.vitepress
*.tsno.mjs
.DS_Store
2 changes: 1 addition & 1 deletion packages/plugin/src/components/BilibiliButton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function bilibili() {
});
}

videoCards.forEach((card, index) => {
videoCards.forEach((card) => {
if (card.classList.contains("__scale-wrap")) {
return;
}
Expand Down

0 comments on commit 01bff39

Please sign in to comment.