update grpc proto from 7.57.2 (#881)

* update pugvanymodel proto from 7.57.2

* update playerunite/pugvanymodel proto from 7.57.2

* update playerunite related proto from 7.57.2

* update search v2 related proto from 7.57.2

* update metadata related proto from 7.57.2

* update viewunite related proto from 7.57.2
This commit is contained in:
陈寒彤
2023-12-01 18:21:36 +08:00
committed by GitHub
parent 36c3e750f6
commit c3bf4da2c9
8 changed files with 768 additions and 16 deletions

View File

@@ -7,6 +7,7 @@ enum ModeType {
NORMAL = 0; // 正常模式
TEENAGERS = 1; // 青少年模式
LESSONS = 2; // 课堂模式
BASIC = 3; //
}
// 限制条件
@@ -21,4 +22,6 @@ message Restriction {
bool review = 4;
// 客户端是否选择关闭个性化推荐
bool disable_rcmd = 5;
//
bool basic_mode = 6;
}