更新应用描述
This commit is contained in:
		| @@ -3,7 +3,7 @@ | |||||||
| https://github.com/aJIEw/PhoneCallApp.git | https://github.com/aJIEw/PhoneCallApp.git | ||||||
|  |  | ||||||
| #### 介绍 | #### 介绍 | ||||||
| 手机拨号软件 | 这是可以根据正则表达式匹配拦截骚扰电话的手机拨号应用。 | ||||||
|  |  | ||||||
| #### 软件架构 | #### 软件架构 | ||||||
| 适配安卓应用 [AIDE Pro] 的 Gradle 编译结构。 | 适配安卓应用 [AIDE Pro] 的 Gradle 编译结构。 | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| #Created by .winboll/winboll_app_build.gradle | #Created by .winboll/winboll_app_build.gradle | ||||||
| #Sat Jun 28 05:05:53 GMT 2025 | #Sat Jun 28 05:14:23 GMT 2025 | ||||||
| stageCount=6 | stageCount=6 | ||||||
| libraryProject= | libraryProject= | ||||||
| baseVersion=15.3 | baseVersion=15.3 | ||||||
| publishVersion=15.3.5 | publishVersion=15.3.5 | ||||||
| buildCount=7 | buildCount=9 | ||||||
| baseBetaVersion=15.3.6 | baseBetaVersion=15.3.6 | ||||||
|   | |||||||
| @@ -79,7 +79,7 @@ public class AboutActivity extends AppCompatActivity implements IWinBoLLActivity | |||||||
|         APPInfo appInfo = new APPInfo(); |         APPInfo appInfo = new APPInfo(); | ||||||
|         appInfo.setAppName("Contacts"); |         appInfo.setAppName("Contacts"); | ||||||
|         appInfo.setAppIcon(cc.winboll.studio.libaes.R.drawable.ic_winboll); |         appInfo.setAppIcon(cc.winboll.studio.libaes.R.drawable.ic_winboll); | ||||||
|         appInfo.setAppDescription("通讯录与拨号"); |         appInfo.setAppDescription("这是可以根据正则表达式匹配拦截骚扰电话的手机拨号应用。"); | ||||||
|         appInfo.setAppGitName("APPBase"); |         appInfo.setAppGitName("APPBase"); | ||||||
|         appInfo.setAppGitOwner("Studio"); |         appInfo.setAppGitOwner("Studio"); | ||||||
|         appInfo.setAppGitAPPBranch(szBranchName); |         appInfo.setAppGitAPPBranch(szBranchName); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 ZhanGSKen
					ZhanGSKen