From f59f7676b7a69ecb7f16c01397a4527621e96487 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Wed, 7 May 2025 14:05:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=80=9A=E7=9F=A5=E6=A0=8F?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- timestamp/build.properties | 4 ++-- .../main/java/cc/winboll/studio/timestamp/MainService.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/timestamp/build.properties b/timestamp/build.properties index 7ad98f6..0e4b4b5 100644 --- a/timestamp/build.properties +++ b/timestamp/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Wed May 07 13:59:51 HKT 2025 +#Wed May 07 06:03:43 GMT 2025 stageCount=15 libraryProject= baseVersion=15.0 publishVersion=15.0.14 -buildCount=0 +buildCount=1 baseBetaVersion=15.0.15 diff --git a/timestamp/src/main/java/cc/winboll/studio/timestamp/MainService.java b/timestamp/src/main/java/cc/winboll/studio/timestamp/MainService.java index f4b445a..5866f61 100644 --- a/timestamp/src/main/java/cc/winboll/studio/timestamp/MainService.java +++ b/timestamp/src/main/java/cc/winboll/studio/timestamp/MainService.java @@ -209,7 +209,7 @@ public class MainService extends Service { case MSG_UPDATE_TIMESTAMP: { String szTimeStampShowString = TimeStampUtil.getInstance(MainService.this).getTimeStampShowString(); - mNotificationHelper.sendForegroundNotification(MainService.this, "时间戳:\n" + szTimeStampShowString + "\n已拷贝到剪贴板。"); + mNotificationHelper.sendForegroundNotification(MainService.this, "时间戳:\n" + szTimeStampShowString + "\n已截取。"); LogUtils.d(TAG, "Hello, World! " + szTimeStampShowString); break;