Compare commits
2 Commits
powerbell-
...
powerbell-
| Author | SHA1 | Date | |
|---|---|---|---|
| 10348d2c8d | |||
| 21cdc219c8 |
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Mon Dec 29 21:40:10 HKT 2025
|
#Tue Dec 30 18:16:29 HKT 2025
|
||||||
stageCount=42
|
stageCount=43
|
||||||
libraryProject=
|
libraryProject=
|
||||||
baseVersion=15.14
|
baseVersion=15.14
|
||||||
publishVersion=15.14.41
|
publishVersion=15.14.42
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=15.14.42
|
baseBetaVersion=15.14.43
|
||||||
|
|||||||
@@ -131,7 +131,7 @@ public class ThoughtfulService extends Service {
|
|||||||
|
|
||||||
if (latestConfig.isEnableChargeReminder()) {
|
if (latestConfig.isEnableChargeReminder()) {
|
||||||
int nChargeReminderValue = latestConfig.getChargeReminderValue();
|
int nChargeReminderValue = latestConfig.getChargeReminderValue();
|
||||||
String szRemind = String.format("额定充电提醒已启用,额定值为百分之%d。", nChargeReminderValue);
|
String szRemind = String.format("限量充电提醒已启用,限量值为百分之%d。", nChargeReminderValue);
|
||||||
szRemind = szRemind + szRemind + szRemind;
|
szRemind = szRemind + szRemind + szRemind;
|
||||||
TTSPlayService.startPlayTTS(this, szRemind);
|
TTSPlayService.startPlayTTS(this, szRemind);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user