新增私聊相关

This commit is contained in:
2025-08-18 23:24:33 +08:00
parent 34b25273a7
commit 8122c577f6
68 changed files with 1442 additions and 467 deletions

View File

@@ -11,4 +11,14 @@ public class AppConfig
/// 玩家数据定时落地间隔
/// </summary>
public const long PlayerDataAutoSaveTime = 60000; // 600000;
/// <summary>
/// 聊天数据自动保存间隔
/// </summary>
public const long ChatDataAutoSaveTime = 6000;
/// <summary>
/// 最大保留对话记录数
/// </summary>
public const long MaxConversationCount = 20;
}