更新并修改大量【proto定义】

This commit is contained in:
社会易姐QwQ
2021-07-12 16:37:03 +08:00
parent 174ddbcdcd
commit 3512adf59d
31 changed files with 2552 additions and 2461 deletions

View File

@@ -88,56 +88,31 @@ message PlayViewReply {
// 禁用功能配置
message PlayAbilityConf {
// 后台播放
bool background_play_disable = 1;
// 镜像反转
bool flip_disable = 2;
// 返回视频的是否支持投屏
bool cast_disable = 3;
// 反馈
bool feedback_disable = 4;
// 字幕
bool subtitle_disable = 5;
// 播放速度
bool playback_rate_disable = 6;
// 定时停止播放
bool time_up_disable = 7;
// 播放方式
bool playback_mode_disable = 8;
// 画面尺寸
bool scale_mode_disable = 9;
//
bool like_disable = 10;
//
bool dislike_disable = 11;
// 投币
bool coin_disable = 12;
// 充电
bool elec_disable = 13;
// 分享
bool share_disable = 14;
// 截图
bool screen_shot_disable = 15;
// 锁屏
bool lock_screen_disable = 16;
// 相关推荐
bool recommend_disable = 17;
// 倍速
bool playback_speed_disable = 18;
// 清晰度
bool definition_disable = 19;
// 选集
bool selections_disable = 20;
// 下一集
bool next_disable = 21;
// 编辑弹幕
bool edit_dm_disable = 22;
// 外层面板弹幕设置
bool outer_dm_disable = 25;
// 三点内弹幕设置
bool inner_dm_disable = 26;
// 画中画
bool small_window_disable = 27;
bool background_play_disable = 1; // 后台播放
bool flip_disable = 2; // 镜像反转
bool cast_disable = 3; // 支持投屏
bool feedback_disable = 4; // 反馈
bool subtitle_disable = 5; // 字幕
bool playback_rate_disable = 6; // 播放速度
bool time_up_disable = 7; // 定时停止播放
bool playback_mode_disable = 8; // 播放方式
bool scale_mode_disable = 9; // 画面尺寸
bool like_disable = 10; // 顶
bool dislike_disable = 11; //
bool coin_disable = 12; // 投币
bool elec_disable = 13; // 充电
bool share_disable = 14; // 分享
bool screen_shot_disable = 15; // 截图
bool lock_screen_disable = 16; // 锁屏
bool recommend_disable = 17; // 相关推荐
bool playback_speed_disable = 18; // 倍速
bool definition_disable = 19; // 清晰度
bool selections_disable = 20; // 选集
bool next_disable = 21; // 下一集
bool edit_dm_disable = 22; // 编辑弹幕
bool outer_dm_disable = 25; // 外层面板弹幕设置
bool inner_dm_disable = 26; // 三点内弹幕设置
bool small_window_disable = 27; // 画中画
}
// 投屏地址-响应