From d909cf1aa3369c3e0b14249401d87b3a8ac2f896 Mon Sep 17 00:00:00 2001 From: xavo95 Date: Fri, 25 Oct 2024 11:33:23 +0200 Subject: [PATCH] Update banner and proto --- common/src/splash.rs | 9 ++++++++- shorekeeper-protocol/proto/shorekeeper.proto | 8 ++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/common/src/splash.rs b/common/src/splash.rs index 7337f1f..4d1968a 100644 --- a/common/src/splash.rs +++ b/common/src/splash.rs @@ -1,3 +1,10 @@ pub fn print_splash() { - println!(" _____ __ __ \n / ___// /_ ____ ________ / /_____ ___ ____ ___ _____\n \\__ \\/ __ \\/ __ \\/ ___/ _ \\/ //_/ _ \\/ _ \\/ __ \\/ _ \\/ ___/\n ___/ / / / / /_/ / / / __/ ,< / __/ __/ /_/ / __/ / \n/____/_/ /_/\\____/_/ \\___/_/|_|\\___/\\___/ .___/\\___/_/ \n /_/ "); + println!(" + ██████╗ █████╗ ███╗ ███╗███████╗██╗ ██╗ ██╗ ██╗ █████╗ ██████╗ ███████╗ +██╔════╝██╔══██╗████╗ ████║██╔════╝██║ ██║ ╚██╗ ██╔╝██╔══██╗ ██╔══██╗██╔════╝ +██║ ███████║██╔████╔██║█████╗ ██║ ██║ ╚████╔╝ ███████║ ██████╔╝███████╗ +██║ ██╔══██║██║╚██╔╝██║██╔══╝ ██║ ██║ ╚██╔╝ ██╔══██║ ██╔═══╝ ╚════██║ +╚██████╗██║ ██║██║ ╚═╝ ██║███████╗███████╗███████╗██║ ██║ ██║ ██║ ███████║ + ╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝ +"); } diff --git a/shorekeeper-protocol/proto/shorekeeper.proto b/shorekeeper-protocol/proto/shorekeeper.proto index de79f4e..80ecc7e 100644 --- a/shorekeeper-protocol/proto/shorekeeper.proto +++ b/shorekeeper-protocol/proto/shorekeeper.proto @@ -13819,12 +13819,12 @@ message LivenessInfo { } message LivenessTask { - int32 Id = 1; - int32 Current = 2; - int32 Target = 3; + int32 TaskId = 1; + int32 CurrentProgress = 2; + int32 TargetProgress = 3; bool IsFinished = 4; bool IsTaken = 5; - bool bxs = 6; + bool IsFunctionUnlock = 6; } // MessageId: 16908 (Request)