推送配置

This commit is contained in:
yangjing 2022-02-16 18:50:02 +08:00
parent 6124778847
commit a24d4e314d
1 changed files with 6 additions and 6 deletions

View File

@ -26,16 +26,16 @@ public static class StaticOtherConfig
/// <summary>
/// 本地推送功能开关
/// </summary>
public const bool LocalNotitcifaction_Switch = false;
public const bool LocalNotitcifaction_Switch = true;
/// <summary>
/// 推送内容
/// 明天/第3、5、7天/第4、6、8天从三句话中随机出来一句
/// 中文、英文
/// </summary>
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