添加【视频在线人数】api,更新视频分区信息,并勘误

This commit is contained in:
社会易姐QwQ
2021-08-20 19:54:13 +08:00
parent d0797241a5
commit 494f5a4735
10 changed files with 605 additions and 386 deletions

View File

@@ -391,7 +391,7 @@ message FieldValue {
//
oneof value {
// 开关
bool value = 1;
bool switch = 1;
}
}

View File

@@ -246,9 +246,9 @@ message ActivityResource {
// 背景色
string bg_color = 3;
// 选中背景色
string selectedBgColor = 4;
string selected_bg_color = 4;
// 文字颜色
string selected_bg_color = 5;
string text_color = 5;
// 浅字色
string light_text_color = 6;
// 深字色