Skip to content

Commit

Permalink
chore: 修改css链接
Browse files Browse the repository at this point in the history
  • Loading branch information
dlzmoe committed Sep 3, 2024
1 parent 1eeccc3 commit 5f418ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/CustomText/MenuOtherCss.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default {
},
created() {
if (this.textarea) {
$("body").after(`<style>${this.textarea}</style>`);
$("head").after(`<style>${this.textarea}</style>`);
}
},
};
Expand Down
2 changes: 1 addition & 1 deletion src/styles/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 插件内置论坛主题

```
@import url(https://raw.githubusercontent.com/dlzmoe/linuxdo-scripts/main/src/styles/1.css)
@import url('https://cdn.jsdelivr.net/gh/dlzmoe/linuxdo-scripts/src/styles/1.css');
```

0 comments on commit 5f418ec

Please sign in to comment.