Update banner and proto
This commit is contained in:
parent
c6b66eacb4
commit
d909cf1aa3
2 changed files with 12 additions and 5 deletions
|
@ -1,3 +1,10 @@
|
||||||
pub fn print_splash() {
|
pub fn print_splash() {
|
||||||
println!(" _____ __ __ \n / ___// /_ ____ ________ / /_____ ___ ____ ___ _____\n \\__ \\/ __ \\/ __ \\/ ___/ _ \\/ //_/ _ \\/ _ \\/ __ \\/ _ \\/ ___/\n ___/ / / / / /_/ / / / __/ ,< / __/ __/ /_/ / __/ / \n/____/_/ /_/\\____/_/ \\___/_/|_|\\___/\\___/ .___/\\___/_/ \n /_/ ");
|
println!("
|
||||||
|
██████╗ █████╗ ███╗ ███╗███████╗██╗ ██╗ ██╗ ██╗ █████╗ ██████╗ ███████╗
|
||||||
|
██╔════╝██╔══██╗████╗ ████║██╔════╝██║ ██║ ╚██╗ ██╔╝██╔══██╗ ██╔══██╗██╔════╝
|
||||||
|
██║ ███████║██╔████╔██║█████╗ ██║ ██║ ╚████╔╝ ███████║ ██████╔╝███████╗
|
||||||
|
██║ ██╔══██║██║╚██╔╝██║██╔══╝ ██║ ██║ ╚██╔╝ ██╔══██║ ██╔═══╝ ╚════██║
|
||||||
|
╚██████╗██║ ██║██║ ╚═╝ ██║███████╗███████╗███████╗██║ ██║ ██║ ██║ ███████║
|
||||||
|
╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝
|
||||||
|
");
|
||||||
}
|
}
|
||||||
|
|
|
@ -13819,12 +13819,12 @@ message LivenessInfo {
|
||||||
}
|
}
|
||||||
|
|
||||||
message LivenessTask {
|
message LivenessTask {
|
||||||
int32 Id = 1;
|
int32 TaskId = 1;
|
||||||
int32 Current = 2;
|
int32 CurrentProgress = 2;
|
||||||
int32 Target = 3;
|
int32 TargetProgress = 3;
|
||||||
bool IsFinished = 4;
|
bool IsFinished = 4;
|
||||||
bool IsTaken = 5;
|
bool IsTaken = 5;
|
||||||
bool bxs = 6;
|
bool IsFunctionUnlock = 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
// MessageId: 16908 (Request)
|
// MessageId: 16908 (Request)
|
||||||
|
|
Loading…
Reference in a new issue