Banner

This commit is contained in:
2024-03-20 20:56:07 +08:00
parent fdc252abc3
commit 1bd0807d65
9 changed files with 196 additions and 79 deletions

View File

@@ -14,7 +14,8 @@ message Userinfo {
string nick = 3;
string email = 4;
string avatar = 5;
optional string description = 6;
string banner = 6;
optional string description = 7;
}
message AuthRequest {