Skip to content

Commit

Permalink
fix: 更新了一些小问题
Browse files Browse the repository at this point in the history
  • Loading branch information
dlzmoe committed Sep 5, 2024
1 parent d8c2d52 commit d0daa91
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dist/linuxdo-scripts.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,8 @@
script.src = "https://cdn.jsdelivr.net/npm/[email protected]/dist/browser/pangu.min.js";
document.body.appendChild(script);
setInterval(() => {
pangu.spacingElementByTagName("p");
pangu.spacingElementByClassName("cooked");
pangu.spacingElementByTagName("h1");
document.addEventListener("DOMContentLoaded", () => {
pangu.autoSpacingPage();
});
Expand Down
3 changes: 2 additions & 1 deletion linuxdo-scripts.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,8 @@
script.src = "https://cdn.jsdelivr.net/npm/[email protected]/dist/browser/pangu.min.js";
document.body.appendChild(script);
setInterval(() => {
pangu.spacingElementByTagName("p");
pangu.spacingElementByClassName("cooked");
pangu.spacingElementByTagName("h1");
document.addEventListener("DOMContentLoaded", () => {
pangu.autoSpacingPage();
});
Expand Down
3 changes: 2 additions & 1 deletion src/components/BasicSettings/MenuPangu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export default {
script.src = "https://cdn.jsdelivr.net/npm/[email protected]/dist/browser/pangu.min.js";
document.body.appendChild(script);
setInterval(() => {
pangu.spacingElementByTagName("p");
pangu.spacingElementByClassName("cooked");
pangu.spacingElementByTagName("h1");
document.addEventListener("DOMContentLoaded", () => {
pangu.autoSpacingPage();
});
Expand Down

0 comments on commit d0daa91

Please sign in to comment.