feat: Modify 'sbjkkb' to not automatically flip pages

This commit is contained in:
ruofei.yu 2025-09-04 10:13:18 +08:00
parent 30caeffe6b
commit 40da56f515
2 changed files with 1091 additions and 1091 deletions

2
.gitignore vendored
View File

@ -6,7 +6,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.log
*.zip
# Editor directories and files
.idea
.vscode

View File

@ -274,13 +274,13 @@ export default {
}, 1000);
this.getList();
//
setInterval(function() {
if (this_.is_last) {
this_.to_pre();
} else {
this_.to_next();
}
}, 30000);
// setInterval(function() {
// if (this_.is_last) {
// this_.to_pre();
// } else {
// this_.to_next();
// }
// }, 30000);
},
watch: {
websoketData: {