更新应用简介。

This commit is contained in:
ZhanGSKen 2025-03-31 15:05:02 +08:00
parent 93d8fa15db
commit 11d2db6bf9
3 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle #Created by .winboll/winboll_app_build.gradle
#Mon Mar 31 06:57:39 GMT 2025 #Mon Mar 31 07:02:29 GMT 2025
stageCount=0 stageCount=0
libraryProject= libraryProject=
baseVersion=15.2 baseVersion=15.2
publishVersion=15.2.0 publishVersion=15.2.0
buildCount=2 buildCount=3
baseBetaVersion=15.2.1 baseBetaVersion=15.2.1

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="app_name">能源钟</string> <string name="app_name">能源钟</string>
<string name="app_description">手机电量变化铃声提醒应用</string> <string name="app_description">一个接收手机电量信息的应用,当电量值达到设定范围时会提醒用户</string>
<string name="about_crashed">本应用崩溃了,作者水平有限,敬请谅解!</string> <string name="about_crashed">本应用崩溃了,作者水平有限,敬请谅解!</string>
<string name="item_mainview">Main View</string> <string name="item_mainview">Main View</string>
<string name="item_aboutview">About</string> <string name="item_aboutview">About</string>

View File

@ -2,7 +2,7 @@
<resources> <resources>
<string name="app_name">PowerBell</string> <string name="app_name">PowerBell</string>
<string name="app_projectname">PowerBell</string> <string name="app_projectname">PowerBell</string>
<string name="app_description">Mobile phone power change ringtone alert app.</string> <string name="app_description">A mobile app that receives battery level information from a phone and alerts the user when the battery level reaches a predefined range.</string>
<string name="about_crashed">This application has crashed, the author level is limited, please understand!</string> <string name="about_crashed">This application has crashed, the author level is limited, please understand!</string>
<string name="item_mainview">Main View</string> <string name="item_mainview">Main View</string>
<string name="item_aboutview">About</string> <string name="item_aboutview">About</string>