Commit 0ddbab01 authored by Chen Jiping's avatar Chen Jiping

feat:调整字体大小

parent edc7aa79
......@@ -339,7 +339,7 @@ cc.Class({
//首字母
let initial = wordArr[i].val.substr(0, 1);
let label = this.getWord(initial, 700, true);
let label = this.getWord(initial, 600, true);
label.isInitial = true;
wordNodeArr.push(label);
label.addComponent(cc.Button);
......
......@@ -3,12 +3,12 @@ export const defaultData = {
"zoomIn":"1",
"wordArr":[
{
"val":"A",
"val":"G",
"audioUrl":"http://staging-teach.cdn.ireadabc.com/8b5ecca5d4509e1b8a7e81e69d8db615.mp3",
"guideAudioUrl":"http://staging-teach.cdn.ireadabc.com/8b5ecca5d4509e1b8a7e81e69d8db615.mp3"
},
{
"val":"a",
"val":"g",
"audioUrl":"http://staging-teach.cdn.ireadabc.com/607af37644501e678de6cbafee555948.mp3",
"guideAudioUrl":"http://staging-teach.cdn.ireadabc.com/8b5ecca5d4509e1b8a7e81e69d8db615.mp3"
}
......
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