Skip to content

Commit

Permalink
🔨 chore: 修复了一些问题
Browse files Browse the repository at this point in the history
  • Loading branch information
dlzmoe committed Sep 15, 2024
1 parent 188d2f9 commit fd78e79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/linuxdo-scripts.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@
},
created() {
if (this.modelValue) {
this.init();
let pollinglength2 = 0;
setInterval(() => {
if (pollinglength2 != $(".post-stream .topic-post").length) {
Expand Down
1 change: 1 addition & 0 deletions linuxdo-scripts.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@
},
created() {
if (this.modelValue) {
this.init();
let pollinglength2 = 0;
setInterval(() => {
if (pollinglength2 != $(".post-stream .topic-post").length) {
Expand Down
1 change: 1 addition & 0 deletions src/components/BasicSettings/MenuAutoexpandreply1.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export default {
},
created() {
if (this.modelValue) {
this.init();
let pollinglength2 = 0;
setInterval(() => {
if (pollinglength2 != $(".post-stream .topic-post").length) {
Expand Down

0 comments on commit fd78e79

Please sign in to comment.