Merge remote-tracking branch 'origin/aes' into appbase

This commit is contained in:
ZhanGSKen 2025-06-03 17:54:27 +08:00
commit 49ae869df1
4 changed files with 7 additions and 6 deletions

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Sun Jun 01 08:26:46 GMT 2025
#Sun Jun 01 12:47:36 GMT 2025
stageCount=1
libraryProject=libaes
baseVersion=15.8
publishVersion=15.8.0
buildCount=2
buildCount=9
baseBetaVersion=15.8.1

View File

@ -83,7 +83,7 @@ public class AboutActivity extends AppCompatActivity implements IWinBoLLActivity
appInfo.setAppGitOwner("Studio");
appInfo.setAppGitAPPBranch(szBranchName);
appInfo.setAppGitAPPSubProjectFolder(szBranchName);
appInfo.setAppHomePage("https://www.winboll.cc/studio/details.php?app=AES");
appInfo.setAppHomePage("https://discuz.winboll.cc/forum.php?mod=viewthread&tid=2&fromuid=1");
appInfo.setAppAPKName("AES");
appInfo.setAppAPKFolderName("AES");
//appInfo.setIsAddDebugTools(false);

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Sun Jun 01 08:26:46 GMT 2025
#Sun Jun 01 12:47:36 GMT 2025
stageCount=1
libraryProject=libaes
baseVersion=15.8
publishVersion=15.8.0
buildCount=2
buildCount=9
baseBetaVersion=15.8.1

View File

@ -115,7 +115,8 @@ public class AboutView extends LinearLayout {
LogUtils.d(TAG, e, Thread.currentThread().getStackTrace());
}
mszCurrentAppPackageName = mszAppAPKName + "_" + mszAppVersionName + ".apk";
mszHomePage = mszWinBoLLServerHost + "/studio/details.php?app=" + mszAppAPKFolderName;
mszHomePage = mAPPInfo.getAppHomePage();
//mszHomePage = mszWinBoLLServerHost + "/studio/details.php?app=" + mszAppAPKFolderName;
if (mAPPInfo.getAppGitAPPBranch().equals("")) {
mszGitea = "https://gitea.winboll.cc/" + mAPPInfo.getAppGitOwner() + "/" + mszAppGitName;
} else {