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