From beaa2c493beb20c08fa2c86e52845850ec08d199 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:54:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makedown/optimization.md | 5 ++++- proto/Gameapi.proto | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/makedown/optimization.md b/makedown/optimization.md index da3e6d9c..7d257ff6 100644 --- a/makedown/optimization.md +++ b/makedown/optimization.md @@ -1372,8 +1372,11 @@ message ResPlayroom{ int32 WorkStatus = 10; // 1 工作中 2 休息中 int32 AllMood = 11; // 总心情 int32 Chip = 12; // 碎片 + int32 WorkOutline = 13;// 离线打工状态 0 未离线 1 已离线 +} +message NofiPlayroomStatus{ + int32 WorkOutline = 1; // 状态 } - message NotifyPlayroomWork{ int32 StartTime = 1; // 开始时间 int32 WorkStatus = 2; // 1 工作中 2 休息中 diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 38354159..bf0908ea 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -3387,8 +3387,11 @@ message ResPlayroom{ int32 WorkStatus = 10; // 1 工作中 2 休息中 int32 AllMood = 11; // 总心情 int32 Chip = 12; // 碎片 + int32 WorkOutline = 13;// 离线打工状态 0 未离线 1 已离线 +} +message NofiPlayroomStatus{ + int32 WorkOutline = 1; // 状态 } - message NotifyPlayroomWork{ int32 StartTime = 1; // 开始时间 int32 WorkStatus = 2; // 1 工作中 2 休息中