应用介绍页重构...

This commit is contained in:
ZhanGSKen
2025-03-25 00:06:42 +08:00
parent 76c9ae469f
commit 8fb9ef7992
7 changed files with 86 additions and 26 deletions

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Mon Mar 24 12:49:28 GMT 2025
#Mon Mar 24 15:40:14 GMT 2025
stageCount=6
libraryProject=libaes
baseVersion=15.0
publishVersion=15.0.5
buildCount=7
buildCount=8
baseBetaVersion=15.0.6

View File

@@ -47,13 +47,14 @@ public class APPInfo implements Serializable {
}
public APPInfo() {
this.appName = "WinBoll-APP";
String szBranchName = "app";
this.appName = "APP";
this.appIcon = R.drawable.ic_launcher;
this.appDescription = "WinBoll APP";
this.appDescription = "APP Description";
this.appGitName = "APP";
this.appGitOwner = "Studio";
this.appGitAPPBranch = "app";
this.appGitAPPSubProjectFolder = "app";
this.appGitAPPBranch = szBranchName;
this.appGitAPPSubProjectFolder = szBranchName;
this.appHomePage = "https://www.winboll.cc/studio/details.php?app=APP";
this.appAPKName = "APP";
this.appAPKFolderName = "APP";