From a24d4e314d5ff3416a6bb812d2b82017c44df3bf Mon Sep 17 00:00:00 2001 From: yangjing Date: Wed, 16 Feb 2022 18:50:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E9=80=81=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ToukaSettings/StaticOtherConfig.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Assets/Scripts/ToukaGames/AnalyticsScripts/ToukaSettings/StaticOtherConfig.cs b/Assets/Scripts/ToukaGames/AnalyticsScripts/ToukaSettings/StaticOtherConfig.cs index e6255308..3bbac495 100644 --- a/Assets/Scripts/ToukaGames/AnalyticsScripts/ToukaSettings/StaticOtherConfig.cs +++ b/Assets/Scripts/ToukaGames/AnalyticsScripts/ToukaSettings/StaticOtherConfig.cs @@ -26,16 +26,16 @@ public static class StaticOtherConfig /// /// 本地推送功能开关 /// - public const bool LocalNotitcifaction_Switch = false; + public const bool LocalNotitcifaction_Switch = true; /// /// 推送内容 /// 明天/第3、5、7天/第4、6、8天,从三句话中随机出来一句 /// 中文、英文 /// - public const string MorrowMsgCN = "敌人越来越厉害了,我需要你的帮助!|||今日奖励已经准备好了,上线领取吧!|||家园在你的管理下能扩大多少版图呢?"; - public const string Day357MsgCN = "确认过眼神,是今天还没有上线的人|||我们的口号就是开疆扩土搞开发!|||最新玩法已升级,更多挑战等着你!"; - public const string Day468MsgCN = "快来打造属于你的王国!|||这么精美的场景设定,是梦想中的国度没错了!|||金币收益已经爆满,上线领取一波?"; + public const string MorrowMsgCN = "上一次的关卡还没通过,不来试试吗?|||最新的关卡已经更新,手快有手慢无,赶紧来试试!|||有一只小鸡仔在等你,速来!"; + public const string Day357MsgCN = "拜托!尖叫吧小鸡仔真的好玩|||高智商玩家的选择,能过20关的都不是一般人|||今日游戏已开启!为了自己而战!"; + public const string Day468MsgCN = "游戏时间到了,赶快玩一把!|||敢来测测你的游戏水平吗?|||这一关隔壁老王都过了,你还没过?"; public const string MorrowMsgEN = "I keep getting beat by enemies. COME HELP!!|||Come and expand your territory|||I can't win this game without your help"; public const string Day357MsgEN = "For our homeland, you must defeat the enemy!|||New challenge has been unlocked.|||You are a true warrior who defeated the enemy"; @@ -54,11 +54,11 @@ public static class StaticOtherConfig // 第3、5、7天推送时间:小时:分钟 public const int Day357HourNum = 19; - public const int Day357MinuteNum = 10; + public const int Day357MinuteNum = 24; // 第4、6、8天推送时间:小时:分钟 public const int Day468HourNum = 20; - public const int Day468MinuteNum = 5; + public const int Day468MinuteNum = 24; #endregion