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-debug.log*
yarn-error.log* yarn-error.log*
*.log *.log
*.zip
# Editor directories and files # Editor directories and files
.idea .idea
.vscode .vscode

View File

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