Commit 8ab7dab4 authored by Tt's avatar Tt

基础流程待处理录音

parent 6179dbfa
This diff is collapsed.
This diff is collapsed.
export const defaultData =
{
"title": "zheshibiaoti",
"questions": [{
"questionAudio": "",
"duration": 120,
"type": "img",
"image": "http://staging-teach.cdn.ireadabc.com/a71f2b71e45ff2525714494f6edd624b.jpg",
"audio": "",
"text": "",
"right": false,
// "letterList": [{ "text": "one" }, { "text": "two" }, { "text": "three" }, { "text": "four" }]
"letterList": [{ "text": "one" }]
}, {
"questionAudio": "",
"duration": 120,
"type": "img",
"image": "http://staging-teach.cdn.ireadabc.com/c62b5960641fd7cf29613cc45fb00cd6.png",
"audio": "",
"text": "",
"right": false,
"letterList": [{ "text": "it" }, { "text": "is" }, { "text": "a" }, { "text": "wood" }]
}]
}
let m = {
export const defaultData = {
"title": "",
"questions": [
{
......
......@@ -4588,6 +4588,8 @@ declare namespace cc {
/** !#en Returns a normalized vector representing the forward direction (Z axis) of the node in world space.
!#zh 获取节点正前方(z 轴)面对的方向,返回值为世界坐标系下的归一化向量 */
forward: Vec3;
data: any;
orgPos: Vec2;
/**
@param name name
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment