Skip to content

Commit

Permalink
1.0正式版
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyQingfeng committed Oct 20, 2024
1 parent 3c3e7dc commit e83d0a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/super/SuperSAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`;
}
Expand Down
2 changes: 1 addition & 1 deletion src/SuperSAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`
}
Expand Down

0 comments on commit e83d0a5

Please sign in to comment.