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)