diff --git a/scripts/super/SuperSAPI.js b/scripts/super/SuperSAPI.js index 5594d7b..03f9c3a 100644 --- a/scripts/super/SuperSAPI.js +++ b/scripts/super/SuperSAPI.js @@ -25,7 +25,7 @@ export const version_information = { author: "Qingfeng", link: "https://github.com/FlyQingfeng/SuperSAPI", version: [1, 0, 0], - beta: true, + beta: false, toString() { return `${this.name}${JSON.stringify(this.version)}${this.beta ? "-bata" : ""} 加载成功 @${this.name} |项目地址:${this.link}`; } diff --git a/src/SuperSAPI.ts b/src/SuperSAPI.ts index d9175c6..6af96a9 100644 --- a/src/SuperSAPI.ts +++ b/src/SuperSAPI.ts @@ -28,7 +28,7 @@ export const version_information={ author:"Qingfeng", link:"https://github.com/FlyQingfeng/SuperSAPI", version:[1,0,0], - beta:true, + beta:false, toString(){ return `${this.name}${JSON.stringify(this.version)}${this.beta?"-bata":""} 加载成功 @${this.name} |项目地址:${this.link}` }