Realm devkit

This commit is contained in:
2024-09-11 22:58:28 +08:00
parent 395f97f3b5
commit d734d617bf
5 changed files with 67 additions and 15 deletions

View File

@@ -19,8 +19,10 @@ message RealmInfo {
string alias = 2;
string name = 3;
string description = 4;
bool is_public = 5;
bool is_community = 6;
string avatar = 6;
string banner = 7;
bool is_public = 9;
bool is_community = 10;
}
message ListRealmRequest {