更新应用介绍页

This commit is contained in:
ZhanGSKen
2025-11-21 03:14:19 +08:00
parent 05850394ed
commit 2b8a026c0c
4 changed files with 12 additions and 11 deletions

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Wed Nov 19 09:04:27 HKT 2025
#Thu Nov 20 19:13:14 GMT 2025
stageCount=5
libraryProject=libaes
baseVersion=15.11
publishVersion=15.11.4
buildCount=0
buildCount=4
baseBetaVersion=15.11.5

View File

@@ -193,8 +193,9 @@ public class AboutView extends LinearLayout {
elementGitWeb.setOnClickListener(mGitWebOnClickListener);
// 定义检查更新按钮
//
Element elementAppUpdate = new Element(_mContext.getString(R.string.app_update), R.drawable.ic_winboll);
/*Element elementAppUpdate = new Element(_mContext.getString(R.string.app_update), R.drawable.ic_winboll);
elementAppUpdate.setOnClickListener(mAppUpdateOnClickListener);
*/
String szAppInfo = "";
try {
@@ -214,8 +215,8 @@ public class AboutView extends LinearLayout {
//.addGroup("Connect with us")
.addEmail("ZhanGSKen<zhangsken@qq.com>")
.addWebsite(mszHomePage)
.addItem(elementGitWeb)
.addItem(elementAppUpdate);
.addItem(elementGitWeb);
//.addItem(elementAppUpdate);
//.addFacebook("the.medy")
//.addTwitter("medyo80")
//.addYoutube("UCdPQtdWIsg7_pi4mrRu46vA")
@@ -224,7 +225,7 @@ public class AboutView extends LinearLayout {
//.addInstagram("medyo80")
//.create();
if (mAPPInfo.isAddDebugTools()) {
/*if (mAPPInfo.isAddDebugTools()) {
// 定义应用调试按钮
//
Element elementAppMode;
@@ -236,7 +237,7 @@ public class AboutView extends LinearLayout {
elementAppMode.setOnClickListener(mAppDebugOnClickListener);
}
aboutPage.addItem(elementAppMode);
}
}*/
return aboutPage.create();
}