From f43a7572823a4ab44ada0473159d23ff29e510ee Mon Sep 17 00:00:00 2001 From: YouR97 <952870061@qq.com> Date: Fri, 19 Jul 2024 14:50:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=B5=8B=E8=AF=95log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Forest/Assets/Scripts/Gameplay/Debug/SROptions.Notification.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Forest/Assets/Scripts/Gameplay/Debug/SROptions.Notification.cs b/Forest/Assets/Scripts/Gameplay/Debug/SROptions.Notification.cs index 2635a9f..d9c583e 100644 --- a/Forest/Assets/Scripts/Gameplay/Debug/SROptions.Notification.cs +++ b/Forest/Assets/Scripts/Gameplay/Debug/SROptions.Notification.cs @@ -21,7 +21,7 @@ public partial class SROptions #if UNITY_ANDROID DateTime dateTime = DateTime.Now.AddSeconds(10f); NotificationID = Notification.Android.SetNotification("通知", "测试通知", DateTime.UtcNow.AddSeconds(5f), "small", "large", "测试", true); - DebugUtil.Log($"发送安卓测试通知,通知id:{NotificationID},时间:{dateTime}"); + DebugUtil.Log($"发送安卓测试通知,通知id:{NotificationID},时间:{dateTime},测试版本1"); #endif }