From c030de64b826f93d92be27dea04662ec5fd7a41e Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Sun, 1 Mar 2026 00:22:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8FTTS=E8=AF=AD=E9=9F=B3?= =?UTF-8?q?=E8=B0=83=E8=AF=95=E4=BF=A1=E6=81=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- powerbell/build.properties | 4 ++-- .../cc/winboll/studio/powerbell/threads/TTSRemindThread.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/powerbell/build.properties b/powerbell/build.properties index dc2f562..ad6ad33 100644 --- a/powerbell/build.properties +++ b/powerbell/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Sat Feb 28 21:19:52 HKT 2026 +#Sat Feb 28 16:15:56 GMT 2026 stageCount=10 libraryProject= baseVersion=15.15 publishVersion=15.15.9 -buildCount=0 +buildCount=2 baseBetaVersion=15.15.10 diff --git a/powerbell/src/main/java/cc/winboll/studio/powerbell/threads/TTSRemindThread.java b/powerbell/src/main/java/cc/winboll/studio/powerbell/threads/TTSRemindThread.java index fdc8a60..afdc6a6 100644 --- a/powerbell/src/main/java/cc/winboll/studio/powerbell/threads/TTSRemindThread.java +++ b/powerbell/src/main/java/cc/winboll/studio/powerbell/threads/TTSRemindThread.java @@ -94,7 +94,7 @@ public class TTSRemindThread extends Thread { if (ttsBean.isEnableTtsWhenNotifyBattery()) { //ToastUtils.show("Test"); // 启动 - ToastUtils.show(String.format("mIsCharging %s, mBattery %d", mIsCharging, mBattery)); + //ToastUtils.show(String.format("mIsCharging %s, mBattery %d", mIsCharging, mBattery)); String text = mIsCharging ?"充电": "用电"; text += String.format("已达预定值百分之%d", mBattery); TTSPlayService.startPlayTTS(mContext, text);