Skip to content

Commit

Permalink
fix(Gadget/UserLinkAvatar): 🐛 恢复原有的 userlink-avatar 类 (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
gui-ying233 authored Nov 29, 2024
1 parent 58e4076 commit 334c7a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
}
});

avatarLink.classList.add("userlink-avatar");
avatarLink.href = `https://commons.moegirl.org.cn/Special:ViewAvatar?user=${userName}`;
avatarLink.target = "_blank";
avatarLink.title = "查看头像";
Expand Down

0 comments on commit 334c7a0

Please sign in to comment.