From 5dc8fc7ad65fa6d7350be7ed6ec52d78072fac2f Mon Sep 17 00:00:00 2001 From: MineCreeper86 <61276297+MineCreeper86@users.noreply.github.com> Date: Mon, 17 Aug 2020 11:19:46 +0800 Subject: [PATCH] =?UTF-8?q?choices=E5=8F=88=E6=98=AF=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E8=82=9D=E7=96=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stein/edgeinfo.md | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/stein/edgeinfo.md b/stein/edgeinfo.md index d1f744f..5eb36c4 100644 --- a/stein/edgeinfo.md +++ b/stein/edgeinfo.md @@ -67,5 +67,34 @@ `data`中的`edges`对象: -| 字段 | 类型 | 内容 | 备注 | -| ----------- | ----- | -------------- | ------------ | \ No newline at end of file +| 字段 | 类型 | 内容 | 备注 | +| ----------- | ----- | ------------- | ------------------------ | +| dimension | obj | 当前分P分辨率 | 有部分视频无法获取分辨率 | +| questions | array | 问题 | | +| skin | obj | 问题外观 | | + +`data`中的`edges`对象中的`dimension`对象: + +| 字段 | 类型 | 内容 | 备注 | +| ------ | ---- | -------------- | -------------------- | +| width | num | 当前分P 宽度 | | +| height | num | 当前分P 高度 | | +| rotate | num | 是否将宽高对换 | 0:正常
1:对换 | + +`data`中的`edges`对象中的`questions`数组: + +| 项 | 类型 | 内容 | 备注 | +| ---- | ---- | -------- | ---- | +| 0 | obj | 问题本体 | | + +`data`中的`edges`对象中的`questions`数组中的对象: + +| 字段 | 类型 | 内容 | 备注 | +| ------------ | ----- | --------------- | ------------------- | +| id | num | 问题编号 | | +| type | num | 2 | 作用尚不明确 | +| start_time_r | num | 300 或 duration | 作用尚不明确 | +| duration | num | 回答限时 | 毫秒单位,不限为-1 | +| pause_video | num | 是否暂停视频 | null:否
1:是 | +| title | str | 问题标题 | | +| choices | array | 回答列表 | | \ No newline at end of file