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 }