diff --git a/SubBox/wwwroot/js/index.js b/SubBox/wwwroot/js/index.js index 0af0f53..e065c58 100644 --- a/SubBox/wwwroot/js/index.js +++ b/SubBox/wwwroot/js/index.js @@ -964,7 +964,7 @@ var app = new Vue({ this.newestVersion = latest.tag_name; - this.newestVersion = this.newestVersion.substring(2, this.newestVersion.length); + this.newestVersion = this.newestVersion.substring(1, this.newestVersion.length); if (this.newestVersion !== this.informationContent[0]) { const messageId = this.messageRunningId++;