Commit 437fa1e5 437fa1e526290a196cc85f8d66eda01e7a07fe93 by jinwawa

repair backSceneStataus error

1 parent 0e6e01b2
......@@ -2,6 +2,6 @@
"ver": "1.0.1",
"uuid": "2d2f792f-a40c-49bb-a189-ed176a246e49",
"asyncLoadAssets": false,
"autoReleaseAssets": false,
"autoReleaseAssets": true,
"subMetas": {}
}
\ No newline at end of file
......
......@@ -2,6 +2,6 @@
"ver": "1.0.1",
"uuid": "0dec88e2-5146-48a2-8323-0d79c11639fd",
"asyncLoadAssets": false,
"autoReleaseAssets": false,
"autoReleaseAssets": true,
"subMetas": {}
}
\ No newline at end of file
......
......@@ -2,6 +2,6 @@
"ver": "1.0.1",
"uuid": "a98c2353-3f02-4eaa-a846-e2f966e3e9b9",
"asyncLoadAssets": false,
"autoReleaseAssets": false,
"autoReleaseAssets": true,
"subMetas": {}
}
\ No newline at end of file
......
......@@ -2,6 +2,6 @@
"ver": "1.0.1",
"uuid": "ae592cc7-1e5d-4148-8290-3ccca61fefba",
"asyncLoadAssets": false,
"autoReleaseAssets": false,
"autoReleaseAssets": true,
"subMetas": {}
}
\ No newline at end of file
......
......@@ -2,6 +2,6 @@
"ver": "1.0.1",
"uuid": "e126087d-d289-44c5-a274-4c82171fdfa8",
"asyncLoadAssets": false,
"autoReleaseAssets": false,
"autoReleaseAssets": true,
"subMetas": {}
}
\ No newline at end of file
......
......@@ -2,6 +2,6 @@
"ver": "1.0.1",
"uuid": "49547f78-96a5-4d83-a99c-6cbb17e57df6",
"asyncLoadAssets": false,
"autoReleaseAssets": false,
"autoReleaseAssets": true,
"subMetas": {}
}
\ No newline at end of file
......
......@@ -2,6 +2,6 @@
"ver": "1.0.1",
"uuid": "af071f9f-20c1-46f7-815f-db43875c0588",
"asyncLoadAssets": false,
"autoReleaseAssets": false,
"autoReleaseAssets": true,
"subMetas": {}
}
\ No newline at end of file
......
......@@ -2,6 +2,6 @@
"ver": "1.0.1",
"uuid": "86937e8d-f82c-4b9e-b602-c2eacc4b0abb",
"asyncLoadAssets": false,
"autoReleaseAssets": false,
"autoReleaseAssets": true,
"subMetas": {}
}
\ No newline at end of file
......
......@@ -52,12 +52,12 @@ cc.Class({
this._strAppId = oSceneParameter.appId;//应用id
}
//恢复上下文
if (this._cApplication.getBackStatus()) { //回退界面回来时,把之前的找回来
this._oSceneContext = this._cApplication.popSceneContext();
this._cApplication.setBackStatus(false);
this._bBackStatus = true;
this._strAppId = this._oSceneContext.appId;
} else {
// if (this._cApplication.getBackStatus()) { //回退界面回来时,把之前的找回来
// this._oSceneContext = this._cApplication.popSceneContext();
// this._cApplication.setBackStatus(false);
// this._bBackStatus = true;
// this._strAppId = this._oSceneContext.appId;
// } else {
this._oSceneContext = {};
this._oSceneContext.focusPath = "NaviList/NaviCell0";
this._oSceneContext.iNaviIndex = 0;
......@@ -67,7 +67,7 @@ cc.Class({
this._oSceneContext.typeListY = 0;
this._oSceneContext.appId = "";
// this._oSceneContext.elderTypeId = oSceneParameter.elderTypeId || 37; //从上级拿过来的二级父Id
}
// }
//-----上下文及参数处理结束---------
this._oInit = {
......@@ -148,10 +148,8 @@ cc.Class({
} else {
cc.log("Business Error:get nav..." + oJSONResult.description);
}
this._oInit.bIsNaviDataInit = true;
this.initNaviList();
if (this._oInit.bIsNaviDataInit) {
// this.initData();
this.getTypeList();
......
......@@ -50,10 +50,10 @@ cc.Class({
this._strAppId = oSceneParameter.appId;//应用id
}
//恢复上下文
if (this._cApplication.getBackStatus()) {
this._oSceneContext = this._cApplication.popSceneContext();
this._cApplication.setBackStatus(false);
} else {
// if (this._cApplication.getBackStatus()) {
// this._oSceneContext = this._cApplication.popSceneContext();
// this._cApplication.setBackStatus(false);
// } else {
this._oSceneContext = {};
this._oSceneContext.requestedTypeId = null;
this._oSceneContext._iCurrentTypeIndex = 0;
......@@ -61,7 +61,7 @@ cc.Class({
this._oSceneContext.focusPath = "TypeListArea/TypeListWrapper/TypeList/TypeListCell0";
this._oSceneContext.typeListY = 0;
// this._oSceneContext.elderTypeId = oSceneParameter.elderTypeId || 37; //从上级拿过来的二级父Id
}
// }
this._strAppId = this._strAppId || "tda7e47f868313d9f5"; //测试
//---------上下文及参数相关处理结束-----------
......
......@@ -21,15 +21,15 @@ cc.Class({
this._strAppId = oSceneParameter.appId;//应用id
}
//从其他界面退回来的
if (this._cApplication.getBackStatus()) {
this._oSceneContext = this._cApplication.popSceneContext();
this._cApplication.setBackStatus(false);
} else {
// if (this._cApplication.getBackStatus()) {
// this._oSceneContext = this._cApplication.popSceneContext();
// this._cApplication.setBackStatus(false);
// } else {
this._oSceneContext = {};
// this._oSceneContext.iRecordKeyDownOperation = 0; //记录用户上下左右操作记录,目的是为了解决用户回退界面焦点框位置不准确问题
this._oSceneContext.categoryRecordIndexOfFirstCell = 0;
this._oSceneContext.focusPath = "CategoryList/DataContainerMask/DataContainer/StarListCell0";
}
// }
//---------上下文及参数相关处理结束-----------
this._nodeCategoryList = this.node.getChildByName('CategoryList');
let lvCategoryList = this._nodeCategoryList.addComponent(ListView);
......
......@@ -41,10 +41,10 @@ cc.Class({
this._strAppId = oSceneParameter.appId;//应用id
}
//恢复上下文
if (this._cApplication.getBackStatus()) {
this._oSceneContext = this._cApplication.popSceneContext();
this._cApplication.setBackStatus(false);
} else {
// if (this._cApplication.getBackStatus()) {
// this._oSceneContext = this._cApplication.popSceneContext();
// this._cApplication.setBackStatus(false);
// } else {
this._oSceneContext = {};
this._oSceneContext.requestedTypeId = null;
this._oSceneContext._iCurrentTypeIndex = 0;
......@@ -52,7 +52,7 @@ cc.Class({
this._oSceneContext.focusPath = "TypeListArea/TypeListWrapper/TypeList/TypeListCell0";
this._oSceneContext.typeListY = 0;
// this._oSceneContext.elderTypeId = oSceneParameter.elderTypeId || 37; //从上级拿过来的二级父Id
}
// }
this._strAppId = this._strAppId || "tda7e47f868313d9f5"; //测试
//---------上下文及参数相关处理结束-----------
......
......@@ -55,16 +55,16 @@ cc.Class({
this._iMediaId = oSceneParameter.id;
}
//恢复上下文
if (this._cApplication.getBackStatus()) {
this._oSceneContext = this._cApplication.popSceneContext();
this._cApplication.setBackStatus(false);
} else {
// if (this._cApplication.getBackStatus()) {
// this._oSceneContext = this._cApplication.popSceneContext();
// this._cApplication.setBackStatus(false);
// } else {
this._oSceneContext = {};
this._oSceneContext.currentPage = 1;
this._oSceneContext.requestedStart = 0;
this._oSceneContext._nodeGatherNumListX = 0;
// this._oSceneContext.elderTypeId = oSceneParameter.typeId || 37; //从上级拿过来的二级父Id
}
// }
this._strAppId = this._strAppId || "tda7e47f868313d9f5"; //测试
this._iMediaId = this._iMediaId || 3050;
......
......@@ -112,7 +112,7 @@ cc.Class({
this._iMaxVolume = jsb.reflection.callStaticMethod("org/cocos2dx/javascript/AppActivity", "maxVolume", "()I");//反射获取系统音量
this.volumeValue.node.height = this._iVolumeContainerHeight * (iCurrentVolume / this._iMaxVolume);//更新声音进度条
}
this.videoPlay.remoteURL = "http://vjs.zencdn.net/v/oceans.mp4"; //测试播放器(不能播放m3u8即ts格式视频)
this.videoPlay.remoteURL = "http://ivi.bupt.edu.cn/hls/cctv1hd.m3u8"; //测试播放器
cc.log("------------------------------->"+cc.find("TopCanvas/VideoPlayer", this.node));
cc.find("VideoPlayer", this.node).on('ready-to-play', function (event) {
......
......@@ -45,18 +45,18 @@ cc.Class({
this._strAppId = oSceneParameter.appId;//应用id
}
//恢复上下文
if (this._cApplication.getBackStatus()) {
this._oSceneContext = this._cApplication.popSceneContext();
this._cApplication.setBackStatus(false);
this._bBackStatus = true;
} else {
// if (this._cApplication.getBackStatus()) {
// this._oSceneContext = this._cApplication.popSceneContext();
// this._cApplication.setBackStatus(false);
// this._bBackStatus = true;
// } else {
this._oSceneContext = {};
this._oSceneContext._iCurrentTypeIndex = 0;
this._oSceneContext.categoryRecordIndexOfFirstCell = 0;
this._oSceneContext.nodeTypeListX = 0;
this._oSceneContext.focusPath = "KeywordsDelete";
this._oSceneContext.elderTypeId = (oSceneParameter != null ? oSceneParameter.elderTypeId : 0) || 37; //从上级拿过来的二级父Id
}
// }
this._strAppId = this._strAppId || "tda7e47f868313d9f5"; //测试
//---------上下文及参数相关处理结束-----------
......
......@@ -12,7 +12,7 @@
android:layout_marginEnd="5dp"
android:layout_marginRight="5dp"
android:layout_marginBottom="20dp"
android:visibility="visible" />
android:visibility="invisible" />
</RelativeLayout>
\ No newline at end of file
......
......@@ -86,6 +86,9 @@ public class TopdrawSDKWrapper {
@Override
public void run() {
int pg = Double.valueOf(d).intValue();
if(pg==1){
Toast.makeText(_activity,"下载中...",Toast.LENGTH_SHORT).show();
}
if (100 == pg) {
pb_progress.setVisibility(View.INVISIBLE);
} else {
......
......@@ -241,20 +241,20 @@ if (e) {
this.name = e;
t ? this._oScene = t : cc.log("No Scene Specified for Focus");
r = r || i.getScaleFactor();
var d = i.getLeft(), h = i.getTop(), u = i.getWidth(), _ = i.getHeight();
var d = i.getLeft(), h = i.getTop(), u = i.getWidth(), m = i.getHeight();
n && (this._screenWidth = n);
c && (this._screenHeight = c);
a && (this._cornerOuterRadius = a);
s && (this._cornerInnerRadius = s);
var m = this.transformCoordinatesWeb2Cocos(d, h, u, _);
this.node.x = m.x;
this.node.y = m.y;
var _ = this.transformCoordinatesWeb2Cocos(d, h, u, m);
this.node.x = _.x;
this.node.y = _.y;
for (var C = 1; C <= 9; C++) {
this.node.addChild(new cc.Node("focus_" + C), 10);
if (5 != C) {
this.node.getChildByName("focus_" + C).addComponent(cc.Sprite);
var f = null;
(f = 2 == C || 8 == C ? cc.scaleTo(0, r * (u - 2 * s), 1 * r) : 4 == C || 6 == C ? cc.scaleTo(0, 1 * r, r * (_ - 2 * s)) : cc.scaleTo(0, r, r)).setTag(o.FOCUS_CELL_TRANSFER);
(f = 2 == C || 8 == C ? cc.scaleTo(0, r * (u - 2 * s), 1 * r) : 4 == C || 6 == C ? cc.scaleTo(0, 1 * r, r * (m - 2 * s)) : cc.scaleTo(0, r, r)).setTag(o.FOCUS_CELL_TRANSFER);
this.node.children[C - 1].stopAllActions();
this.node.children[C - 1].runAction(f);
}
......@@ -266,21 +266,21 @@ p.node.getChildByName("focus_" + e).getComponent(cc.Sprite).spriteFrame = new cc
});
}, I = 1; I < 10; I++) g(I);
this.node.children[0].x = r * (-u / 2 - (a / 2 - s));
this.node.children[0].y = r * (_ / 2 + (a / 2 - s));
this.node.children[0].y = r * (m / 2 + (a / 2 - s));
this.node.children[1].x = 0;
this.node.children[1].y = r * (_ / 2 + (a / 2 - s));
this.node.children[1].y = r * (m / 2 + (a / 2 - s));
this.node.children[2].x = r * (u / 2 + (a / 2 - s));
this.node.children[2].y = r * (_ / 2 + (a / 2 - s));
this.node.children[2].y = r * (m / 2 + (a / 2 - s));
this.node.children[3].x = r * (-u / 2 - (a / 2 - s));
this.node.children[3].y = 0;
this.node.children[5].x = r * (u / 2 + (a / 2 - s));
this.node.children[5].y = 0;
this.node.children[6].x = r * (-u / 2 - (a / 2 - s));
this.node.children[6].y = r * (-_ / 2 - (a / 2 - s));
this.node.children[6].y = r * (-m / 2 - (a / 2 - s));
this.node.children[7].x = 0;
this.node.children[7].y = r * (-_ / 2 - (a / 2 - s));
this.node.children[7].y = r * (-m / 2 - (a / 2 - s));
this.node.children[8].x = r * (u / 2 + (a / 2 - s));
this.node.children[8].y = r * (-_ / 2 - (a / 2 - s));
this.node.children[8].y = r * (-m / 2 - (a / 2 - s));
var S = cc.scaleTo(0, r, r);
S.setTag(o.FEATURE_NODE_TRANSFER);
l || (i.node.zIndex = 40);
......@@ -317,7 +317,7 @@ from: e,
to: t
});
this.node.dispatchEvent(l);
var d = e.node, h = t.node, u = 0, _ = 0, m = 0, C = 0;
var d = e.node, h = t.node, u = 0, m = 0, _ = 0, C = 0;
if (null != c && null != c.node && null != c.getStep() && null != c.getHasRelation()) {
if (null == c.getDirection()) switch (i) {
case o.MOVE_DIRECTION_UP:
......@@ -337,11 +337,11 @@ c.setDirection(o.MOVE_DIRECTION_RIGHT);
}
switch (c.getDirection()) {
case o.MOVE_DIRECTION_UP:
_ = c.getStep();
m = c.getStep();
break;
case o.MOVE_DIRECTION_DOWN:
_ = -c.getStep();
m = -c.getStep();
break;
case o.MOVE_DIRECTION_LEFT:
......@@ -359,11 +359,11 @@ break;
case o.MOVE_DIRECTION_LEFT:
case o.MOVE_DIRECTION_RIGHT:
m = c.getTargetPosition();
_ = c.getTargetPosition();
}
var f = cc.callFunc(c.callback ? c.callback : function() {
cc.log("do something");
}, this, c.scope), p = cc.sequence(cc.moveTo(a, m, C), f);
}, this, c.scope), p = cc.sequence(cc.moveTo(a, _, C), f);
p.setTag(o.SCROLL_BY_FOCUS_CHANGE);
c.node.stopAction(c.node.getActionByTag(o.SCROLL_BY_FOCUS_CHANGE));
c.node.runAction(p);
......@@ -382,7 +382,7 @@ d.runAction(g);
h.runAction(I);
cc.log(t.getLeft());
cc.log(t.getTop());
this.fly(t.getLeft() + u, t.getTop() + _, t.getWidth(), t.getHeight(), a, n);
this.fly(t.getLeft() + u, t.getTop() + m, t.getWidth(), t.getHeight(), a, n);
var S = new cc.Event.EventCustom("focus", !0);
S.setUserData({
from: e,
......@@ -522,12 +522,6 @@ this._fCellMarginBottom = 10;
this._fCellMarginLeft = 0;
var e = this._cApplication.getTopSceneParameter();
e && (this._strAppId = e.appId);
if (this._cApplication.getBackStatus()) {
this._oSceneContext = this._cApplication.popSceneContext();
this._cApplication.setBackStatus(!1);
this._bBackStatus = !0;
this._strAppId = this._oSceneContext.appId;
} else {
this._oSceneContext = {};
this._oSceneContext.focusPath = "NaviList/NaviCell0";
this._oSceneContext.iNaviIndex = 0;
......@@ -536,7 +530,6 @@ this._oSceneContext.iTypeId = -1;
this._oSceneContext.categoryRecordIndexOfFirstCell = 0;
this._oSceneContext.typeListY = 0;
this._oSceneContext.appId = "";
}
this._oInit = {
bIsNaviDataInit: !1,
bIsCatPromotionDataInit: !1,
......@@ -1523,17 +1516,12 @@ onLoad: function() {
this._super();
var e = this._cApplication.getTopSceneParameter();
e && (this._strAppId = e.appId);
if (this._cApplication.getBackStatus()) {
this._oSceneContext = this._cApplication.popSceneContext();
this._cApplication.setBackStatus(!1);
} else {
this._oSceneContext = {};
this._oSceneContext.requestedTypeId = null;
this._oSceneContext._iCurrentTypeIndex = 0;
this._oSceneContext.categoryRecordIndexOfFirstCell = 0;
this._oSceneContext.focusPath = "TypeListArea/TypeListWrapper/TypeList/TypeListCell0";
this._oSceneContext.typeListY = 0;
}
this._strAppId = this._strAppId || "tda7e47f868313d9f5";
this.spriteHistory.spriteFrame.setRect(cc.rect(0, 0, 176, 64));
this.spriteEditor.spriteFrame.setRect(cc.rect(0, 0, 137, 65));
......@@ -2049,14 +2037,9 @@ onLoad: function() {
this._super();
var e = this._cApplication.getTopSceneParameter();
e && (this._strAppId = e.appId);
if (this._cApplication.getBackStatus()) {
this._oSceneContext = this._cApplication.popSceneContext();
this._cApplication.setBackStatus(!1);
} else {
this._oSceneContext = {};
this._oSceneContext.categoryRecordIndexOfFirstCell = 0;
this._oSceneContext.focusPath = "CategoryList/DataContainerMask/DataContainer/StarListCell0";
}
this._nodeCategoryList = this.node.getChildByName("CategoryList");
this._nodeCategoryList.addComponent(s).init(this, 3, 1, 3, 4, "GameCategoryListCell", -380, 230, 0, 30, 15, 0, 1, 1, function() {
this.getCategoryList();
......@@ -2649,17 +2632,12 @@ onLoad: function() {
this._super();
var e = this._cApplication.getTopSceneParameter();
e && (this._strAppId = e.appId);
if (this._cApplication.getBackStatus()) {
this._oSceneContext = this._cApplication.popSceneContext();
this._cApplication.setBackStatus(!1);
} else {
this._oSceneContext = {};
this._oSceneContext.requestedTypeId = null;
this._oSceneContext._iCurrentTypeIndex = 0;
this._oSceneContext.categoryRecordIndexOfFirstCell = 0;
this._oSceneContext.focusPath = "TypeListArea/TypeListWrapper/TypeList/TypeListCell0";
this._oSceneContext.typeListY = 0;
}
this._strAppId = this._strAppId || "tda7e47f868313d9f5";
this.spriteCollect.spriteFrame.setRect(cc.rect(0, 0, 176, 64));
this.spriteEditor.spriteFrame.setRect(cc.rect(0, 0, 137, 65));
......@@ -3027,7 +3005,7 @@ _fnDataDecorator: null,
_fnDataPositionRender: null,
_strListCellName: ""
},
init: function(t, i, n, c, a, r, l, d, h, u, _, m, C, f, p) {
init: function(t, i, n, c, a, r, l, d, h, u, m, _, C, f, p) {
this.compListCell = e(r);
this._strListCellName = this.compListCell.CELL_NAME || "ListCell";
this._compSceneCanvas = t;
......@@ -3040,8 +3018,8 @@ this._fCellStartX = l;
this._fCellStartY = d;
this._fCellMarginTop = h;
this._fCellMarginRight = u;
this._fCellMarginBottom = _;
this._fCellMarginLeft = m;
this._fCellMarginBottom = m;
this._fCellMarginLeft = _;
this._iTitleDirection = C;
this._iSwitchDirection = f;
this.node.getChildByName("DataContainerMask").getChildByName("DataContainer").addComponent(s);
......@@ -3273,18 +3251,18 @@ h.disableFocusInfo();
h.node.opacity = 100;
}
}
var u = 0, _ = 0;
var u = 0, m = 0;
if (1 == this._iTitleDirection) {
u = this._fCellMarginTop + n.height + this._fCellMarginBottom;
_ = o.MOVE_DIRECTION_UP;
m = o.MOVE_DIRECTION_UP;
} else {
u = this._fCellMarginLeft + n.width + this._fCellMarginRight;
_ = o.MOVE_DIRECTION_LEFT;
m = o.MOVE_DIRECTION_LEFT;
}
var m = this._compSceneCanvas.getFocus(), C = m.findTarget(null, null, this._iStatusInScene, _), f = this.node.getChildByName("DataContainerMask").getChildByName("DataContainer").getComponent(s);
var _ = this._compSceneCanvas.getFocus(), C = _.findTarget(null, null, this._iStatusInScene, m), f = this.node.getChildByName("DataContainerMask").getChildByName("DataContainer").getComponent(s);
if (1 == this._iTitleDirection) {
f.setTargetPosition((Math.floor(this._iRecordIndexOfFirstCellInPage / this._iCellCountEachRow) - 1) * u);
f.setDirection(_);
f.setDirection(m);
} else f.setTargetPosition(-(Math.floor(this._iRecordIndexOfFirstCellInPage / this._iCellCountEachRow) - 1) * u);
f.setStep(u);
f.setHasRelation(!0);
......@@ -3293,7 +3271,7 @@ arguments[1].hideCellOutOfDisplayArea();
arguments[1]._compSceneCanvas.onListScrollEnd && arguments[1]._compSceneCanvas.onListScrollEnd();
};
f.scope = this;
m.flyFocus(null, C, _, null, f);
_.flyFocus(null, C, m, null, f);
this._iRecordIndexOfFirstCellInPage -= this._iCellCountEachRow;
this._iPFBIndexOfFirstCellInPage = e;
this._fnDataPositionRender && "function" == typeof this._fnDataPositionRender && this._fnDataPositionRender(this._iRecordIndexOfFirstCellInPage + 1, t.count);
......@@ -3330,27 +3308,27 @@ var h = this._iPFBIndexOfFirstCellInPage + l, u = c.getChildByName(this._strList
u.disableFocusInfo();
u.opacity = 0;
}
var _ = 0, m = 0;
var m = 0, _ = 0;
if (1 == this._iTitleDirection) {
_ = this._fCellMarginTop + r.height + this._fCellMarginBottom;
m = o.MOVE_DIRECTION_DOWN;
m = this._fCellMarginTop + r.height + this._fCellMarginBottom;
_ = o.MOVE_DIRECTION_DOWN;
} else {
_ = this._fCellMarginLeft + r.width + this._fCellMarginRight;
m = o.MOVE_DIRECTION_RIGHT;
m = this._fCellMarginLeft + r.width + this._fCellMarginRight;
_ = o.MOVE_DIRECTION_RIGHT;
}
var C = this._compSceneCanvas.getFocus(), f = C.findTarget(null, null, this._iStatusInScene, m), p = this.node.getChildByName("DataContainerMask").getChildByName("DataContainer").getComponent(s);
var C = this._compSceneCanvas.getFocus(), f = C.findTarget(null, null, this._iStatusInScene, _), p = this.node.getChildByName("DataContainerMask").getChildByName("DataContainer").getComponent(s);
if (1 == this._iTitleDirection) {
p.setTargetPosition((Math.floor(this._iRecordIndexOfFirstCellInPage / this._iCellCountEachRow) + 1) * _);
p.setDirection(m);
} else p.setTargetPosition(-(Math.floor(this._iRecordIndexOfFirstCellInPage / this._iCellCountEachRow) + 1) * _);
p.setStep(_);
p.setTargetPosition((Math.floor(this._iRecordIndexOfFirstCellInPage / this._iCellCountEachRow) + 1) * m);
p.setDirection(_);
} else p.setTargetPosition(-(Math.floor(this._iRecordIndexOfFirstCellInPage / this._iCellCountEachRow) + 1) * m);
p.setStep(m);
p.setHasRelation(!0);
p.callback = function() {
arguments[1].hideCellOutOfDisplayArea();
arguments[1]._compSceneCanvas.onListScrollEnd && arguments[1]._compSceneCanvas.onListScrollEnd();
};
p.scope = this;
C.flyFocus(null, f, m, null, p);
C.flyFocus(null, f, _, null, p);
this._iRecordIndexOfFirstCellInPage += this._iCellCountEachRow;
this._iPFBIndexOfFirstCellInPage = (this._iPFBIndexOfFirstCellInPage + this._iCellCountEachRow) % (this._iCellRowCount * this._iCellCountEachRow);
this._fnDataPositionRender && "function" == typeof this._fnDataPositionRender && this._fnDataPositionRender(this._iRecordIndexOfFirstCellInPage + 1, this._iRecordCount);
......@@ -3388,18 +3366,18 @@ var d = (this._iPFBIndexOfFirstCellInPage + this._iShowCellRows * this._iCellCou
h.enableFocusInfo();
h.node.opacity = 255;
}
var u = 0, _ = 0;
var u = 0, m = 0;
if (1 == this._iTitleDirection) {
u = this._fCellMarginTop + n.height + this._fCellMarginBottom;
_ = o.MOVE_DIRECTION_DOWN;
m = o.MOVE_DIRECTION_DOWN;
} else {
u = this._fCellMarginLeft + n.width + this._fCellMarginRight;
_ = o.MOVE_DIRECTION_RIGHT;
m = o.MOVE_DIRECTION_RIGHT;
}
var m = this._compSceneCanvas.getFocus(), C = m.findTarget(null, null, this._iStatusInScene, _), f = this.node.getChildByName("DataContainerMask").getChildByName("DataContainer").getComponent(s);
var _ = this._compSceneCanvas.getFocus(), C = _.findTarget(null, null, this._iStatusInScene, m), f = this.node.getChildByName("DataContainerMask").getChildByName("DataContainer").getComponent(s);
if (1 == this._iTitleDirection) {
f.setTargetPosition((Math.floor(this._iRecordIndexOfFirstCellInPage / this._iCellCountEachRow) + 1) * u);
f.setDirection(_);
f.setDirection(m);
} else f.setTargetPosition(-(Math.floor(this._iRecordIndexOfFirstCellInPage / this._iCellCountEachRow) + 1) * u);
f.setStep(u);
f.setHasRelation(!0);
......@@ -3408,7 +3386,7 @@ arguments[1].hideCellOutOfDisplayArea();
arguments[1]._compSceneCanvas.onListScrollEnd && arguments[1]._compSceneCanvas.onListScrollEnd();
};
f.scope = this;
m.flyFocus(null, C, _, null, f);
_.flyFocus(null, C, m, null, f);
for (var p = 0; p < this._iCellCountEachRow; p++) {
var g = this._iPFBIndexOfFirstCellInPage + p, I = i.getChildByName(this._strListCellName + g).getComponent(a);
I.disableFocusInfo();
......@@ -3474,9 +3452,9 @@ u = o.MOVE_DIRECTION_UP;
h = this._fCellMarginLeft + s.width + this._fCellMarginRight;
u = o.MOVE_DIRECTION_LEFT;
}
var _ = null;
o.MOVE_DIRECTION_UP == u ? _ = cc.moveTo(.4, c.x, (Math.floor(this._iRecordIndexOfFirstCellInPage / this._iCellCountEachRow) - n) * h) : o.MOVE_DIRECTION_LEFT == u && (_ = cc.moveTo(.4, -(Math.floor(this._iRecordIndexOfFirstCellInPage / this._iCellCountEachRow) - n) * h, c.y));
var m = new cc.sequence(_, cc.callFunc(function(o, n) {
var m = null;
o.MOVE_DIRECTION_UP == u ? m = cc.moveTo(.4, c.x, (Math.floor(this._iRecordIndexOfFirstCellInPage / this._iCellCountEachRow) - n) * h) : o.MOVE_DIRECTION_LEFT == u && (m = cc.moveTo(.4, -(Math.floor(this._iRecordIndexOfFirstCellInPage / this._iCellCountEachRow) - n) * h, c.y));
var _ = new cc.sequence(m, cc.callFunc(function(o, n) {
for (var s = 0; s < i; s++) {
var r = (this._iPFBIndexOfFirstCellInPage + this._iCellRowCount * this._iCellCountEachRow - i + this._iShowCellRows * this._iCellCountEachRow + s) % (this._iCellRowCount * this._iCellCountEachRow);
if (s < this._iAlphaCellRows * this._iCellCountEachRow) {
......@@ -3496,9 +3474,9 @@ n[0].onListScrollEnd && n[0].onListScrollEnd();
}, this, [ this._compSceneCanvas ]));
this._compSceneCanvas.getFocus();
this.putScrollBarBlockInPosition(this._iRecordIndexOfFirstCellInPage - i);
m.setTag(11);
_.setTag(11);
c.stopAction(c.getActionByTag(11));
c.runAction(m);
c.runAction(_);
}, this);
cc.log("Business Success : SongList scrollAPageUp");
} else {
......@@ -3530,18 +3508,18 @@ l.node.opacity = 0;
var d = (this._iPFBIndexOfFirstCellInPage + r) % (this._iCellRowCount * this._iCellCountEachRow), h = n.getChildByName(this._strListCellName + d).getComponent(a);
s.push(h);
}
var u = 0, _ = 0;
var u = 0, m = 0;
if (1 == this._iTitleDirection) {
u = this._fCellMarginTop + c.height + this._fCellMarginBottom;
_ = o.MOVE_DIRECTION_DOWN;
m = o.MOVE_DIRECTION_DOWN;
} else {
u = this._fCellMarginLeft + c.width + this._fCellMarginRight;
_ = o.MOVE_DIRECTION_RIGHT;
m = o.MOVE_DIRECTION_RIGHT;
}
this._compSceneCanvas.getFocus();
var m = null;
o.MOVE_DIRECTION_DOWN == _ ? m = cc.moveTo(.4, n.x, (Math.floor(this._iRecordIndexOfFirstCellInPage / this._iCellCountEachRow) + t) * u) : o.MOVE_DIRECTION_RIGHT == _ && (m = cc.moveTo(.4, -(Math.floor(this._iRecordIndexOfFirstCellInPage / this._iCellCountEachRow) + t) * u, n.y));
var C = new cc.sequence(m, cc.callFunc(function(e, t) {
var _ = null;
o.MOVE_DIRECTION_DOWN == m ? _ = cc.moveTo(.4, n.x, (Math.floor(this._iRecordIndexOfFirstCellInPage / this._iCellCountEachRow) + t) * u) : o.MOVE_DIRECTION_RIGHT == m && (_ = cc.moveTo(.4, -(Math.floor(this._iRecordIndexOfFirstCellInPage / this._iCellCountEachRow) + t) * u, n.y));
var C = new cc.sequence(_, cc.callFunc(function(e, t) {
t[0].onListScrollEnd && t[0].onListScrollEnd();
for (var i = t[1], o = 0; o < i.length; o++) {
i[o].disableFocusInfo();
......@@ -3595,16 +3573,16 @@ u.enableFocusInfo();
u.node.opacity = 0;
}
}
var _ = 0, m = 0;
var m = 0, _ = 0;
if (1 == this._iTitleDirection) {
_ = this._fCellMarginTop + n.height + this._fCellMarginBottom;
m = o.MOVE_DIRECTION_DOWN;
m = this._fCellMarginTop + n.height + this._fCellMarginBottom;
_ = o.MOVE_DIRECTION_DOWN;
} else {
_ = this._fCellMarginLeft + n.width + this._fCellMarginRight;
m = o.MOVE_DIRECTION_RIGHT;
m = this._fCellMarginLeft + n.width + this._fCellMarginRight;
_ = o.MOVE_DIRECTION_RIGHT;
}
var C = null;
o.MOVE_DIRECTION_DOWN == m ? C = cc.moveTo(.4, s.x, (Math.floor(this._iRecordIndexOfFirstCellInPage / this._iCellCountEachRow) + c) * _) : o.MOVE_DIRECTION_RIGHT == m && (C = cc.moveTo(.4, -(Math.floor(this._iRecordIndexOfFirstCellInPage / this._iCellCountEachRow) + c) * _, s.y));
o.MOVE_DIRECTION_DOWN == _ ? C = cc.moveTo(.4, s.x, (Math.floor(this._iRecordIndexOfFirstCellInPage / this._iCellCountEachRow) + c) * m) : o.MOVE_DIRECTION_RIGHT == _ && (C = cc.moveTo(.4, -(Math.floor(this._iRecordIndexOfFirstCellInPage / this._iCellCountEachRow) + c) * m, s.y));
var f = new cc.sequence(C, cc.callFunc(function(e, i) {
for (var o = this.node.getChildByName("DataContainerMask").getChildByName("DataContainer"), n = 0; n < c * this._iCellCountEachRow; n++) {
var s = (this._iPFBIndexOfFirstCellInPage + 2 * this._iShowCellRows * this._iCellCountEachRow + n) % (this._iCellRowCount * this._iCellCountEachRow);
......@@ -3985,7 +3963,7 @@ var o = jsb.reflection.callStaticMethod("org/cocos2dx/javascript/AppActivity", "
this._iMaxVolume = jsb.reflection.callStaticMethod("org/cocos2dx/javascript/AppActivity", "maxVolume", "()I");
this.volumeValue.node.height = this._iVolumeContainerHeight * (o / this._iMaxVolume);
}
this.videoPlay.remoteURL = "http://vjs.zencdn.net/v/oceans.mp4";
this.videoPlay.remoteURL = "http://ivi.bupt.edu.cn/hls/cctv1hd.m3u8";
cc.log("-------------------------------\x3e" + cc.find("TopCanvas/VideoPlayer", this.node));
cc.find("VideoPlayer", this.node).on("ready-to-play", function(e) {
this.videoPlay.play();
......@@ -4511,15 +4489,10 @@ if (e) {
this._strAppId = e.appId;
this._iMediaId = e.id;
}
if (this._cApplication.getBackStatus()) {
this._oSceneContext = this._cApplication.popSceneContext();
this._cApplication.setBackStatus(!1);
} else {
this._oSceneContext = {};
this._oSceneContext.currentPage = 1;
this._oSceneContext.requestedStart = 0;
this._oSceneContext._nodeGatherNumListX = 0;
}
this._strAppId = this._strAppId || "tda7e47f868313d9f5";
this._iMediaId = this._iMediaId || 3050;
this._graphicsLine = cc.find("EpisodeArea/GraphicsLine", this.node).getComponent(cc.Graphics);
......@@ -5036,7 +5009,7 @@ Utils: "Utils"
Recommend: [ function(e, t, i) {
"use strict";
cc._RF.push(t, "280c3rsZJJKnZ9RqbALVwtK", "Recommend");
var o = e("Common"), n = e("Network"), c = (e("TVFocus"), e("CCTVFocus")), a = e("FocusInfo"), s = e("TVCanvas"), r = e("TestLayout"), l = e("waterfall_recommend"), d = e("waterfall_course"), h = e("waterfall_parent"), u = e("waterfall_primarySchool"), _ = e("waterfall_three2six"), m = e("UpdatePanel"), C = cc.Class({
var o = e("Common"), n = e("Network"), c = (e("TVFocus"), e("CCTVFocus")), a = e("FocusInfo"), s = e("TVCanvas"), r = e("TestLayout"), l = e("waterfall_recommend"), d = e("waterfall_course"), h = e("waterfall_parent"), u = e("waterfall_primarySchool"), m = e("waterfall_three2six"), _ = e("UpdatePanel"), C = cc.Class({
name: "info",
properties: {
target: cc.Node,
......@@ -5060,7 +5033,7 @@ targetAry: {
default: [],
type: [ C ]
},
panel: m,
panel: _,
manifestUrl: {
type: cc.Asset,
default: null
......@@ -5169,17 +5142,17 @@ if ("undefined" != l.position[0] && "undefined" != l.position[1]) {
u.top = l.position[1];
u.left = l.position[0];
}
for (var _ = 0; _ < l.data.resultSet.length; _++) {
var m = cc.instantiate(this.PFB_RECOMMEND_RIGHT);
for (var m = 0; m < l.data.resultSet.length; m++) {
var _ = cc.instantiate(this.PFB_RECOMMEND_RIGHT);
if (l.childrenSize[0] && l.childrenSize[1]) {
m.height = l.childrenSize[1];
m.width = l.childrenSize[0];
m.getChildByName("Pic").height = l.childrenSize[1];
m.getChildByName("Pic").width = l.childrenSize[0];
_.height = l.childrenSize[1];
_.width = l.childrenSize[0];
_.getChildByName("Pic").height = l.childrenSize[1];
_.getChildByName("Pic").width = l.childrenSize[0];
}
d.addChild(m, 10, l.data.resultSet[_].code);
m.addComponent(a);
this._aFocusTargets[0][l.data.resultSet[_].code] = m;
d.addChild(_, 10, l.data.resultSet[m].code);
_.addComponent(a);
this._aFocusTargets[0][l.data.resultSet[m].code] = _;
}
c.addChild(d, 10, "hasChildFrame");
} else {
......@@ -5223,7 +5196,7 @@ if (h.getComponent(a)) {
var u = h.getComponent(a);
"promotionItem_9fd6d854-2a72-42d5-a2c0-1ce824cf406c" == h.name ? u.setTVLink('{"click":[{"action":"ChangeScene","parameters":{"sceneName":"sceneClass"}}]}') : u.setTVLink('{"click":[{"action":"ChangeScene","parameters":{"sceneName":"sceneCategory"}}]}');
}
} else if ("hasChildFrame" == h.name && h.childrenCount > 0) for (var _ = function(e) {
} else if ("hasChildFrame" == h.name && h.childrenCount > 0) for (var m = function(e) {
var i = h.children[e];
if (s.code == i.name) {
n.loadImageInNativeRuntime(o.TOPDRAW_IMAGE_SERVER_EDU_RIGHT + s.image[0].fileUrl, function(e) {
......@@ -5233,7 +5206,7 @@ if (i.getComponent(a)) {
i.getComponent(a).setTVLink('{"click":[{"action":"ChangeScene","parameters":{"sceneName":"sceneCategory"}}]}');
}
}
}, m = 0; m < h.childrenCount; m++) _(m);
}, _ = 0; _ < h.childrenCount; _++) m(_);
}, u = 0; u < c.children[l].childrenCount; u++) h(u);
} catch (e) {
cc.log("Exception When FloorPromotion..." + e);
......@@ -5393,7 +5366,7 @@ this._oSceneContext._iPageIndex = 1;
for (var o = 0; o < i.length; o++) switch (i[o].action) {
case "changeLayout":
var n = i[o].parameters.layoutPath;
-1 != n.indexOf("waterfall_recommend") ? this.getRightRecommendRequest(l) : -1 != n.indexOf("waterfall_parent") ? this.getRightRecommendRequest(h) : -1 != n.indexOf("waterfall_course") ? this.getRightRecommendRequest(d) : -1 != n.indexOf("waterfall_primarySchool") ? this.getRightRecommendRequest(u) : -1 != n.indexOf("waterfall_three2six") && this.getRightRecommendRequest(_);
-1 != n.indexOf("waterfall_recommend") ? this.getRightRecommendRequest(l) : -1 != n.indexOf("waterfall_parent") ? this.getRightRecommendRequest(h) : -1 != n.indexOf("waterfall_course") ? this.getRightRecommendRequest(d) : -1 != n.indexOf("waterfall_primarySchool") ? this.getRightRecommendRequest(u) : -1 != n.indexOf("waterfall_three2six") && this.getRightRecommendRequest(m);
break;
default:
......@@ -5686,18 +5659,12 @@ aChar: [ "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "
};
var e = this._cApplication.getTopSceneParameter();
e && (this._strAppId = e.appId);
if (this._cApplication.getBackStatus()) {
this._oSceneContext = this._cApplication.popSceneContext();
this._cApplication.setBackStatus(!1);
this._bBackStatus = !0;
} else {
this._oSceneContext = {};
this._oSceneContext._iCurrentTypeIndex = 0;
this._oSceneContext.categoryRecordIndexOfFirstCell = 0;
this._oSceneContext.nodeTypeListX = 0;
this._oSceneContext.focusPath = "KeywordsDelete";
this._oSceneContext.elderTypeId = (null != e ? e.elderTypeId : 0) || 37;
}
this._strAppId = this._strAppId || "tda7e47f868313d9f5";
this._nodeTypeListWrapper = cc.find("TypeListArea/TypeListWrapper", this.node);
this._nodeTypeList = cc.find("TypeList", this._nodeTypeListWrapper);
......@@ -6472,17 +6439,17 @@ n && (this._screenWidth = n);
c && (this._screenHeight = c);
a && (this._cornerOuterRadius = a);
s && (this._cornerInnerRadius = s);
var _ = this.transformCoordinatesWeb2Cocos(l, d, h, u);
this.node.x = _.x;
this.node.y = _.y;
for (var m = 1; m <= 9; m++) {
this.node.addChild(new cc.Node("focus_" + m), 10);
if (5 != m) {
this.node.getChildByName("focus_" + m).addComponent(cc.Sprite);
var m = this.transformCoordinatesWeb2Cocos(l, d, h, u);
this.node.x = m.x;
this.node.y = m.y;
for (var _ = 1; _ <= 9; _++) {
this.node.addChild(new cc.Node("focus_" + _), 10);
if (5 != _) {
this.node.getChildByName("focus_" + _).addComponent(cc.Sprite);
var C = null;
(C = 2 == m || 8 == m ? cc.scaleTo(0, r * (h - 2 * s), 1 * r) : 4 == m || 6 == m ? cc.scaleTo(0, 1 * r, r * (u - 2 * s)) : cc.scaleTo(0, r, r)).setTag(o.FOCUS_CELL_TRANSFER);
this.node.children[m - 1].stopAllActions();
this.node.children[m - 1].runAction(C);
(C = 2 == _ || 8 == _ ? cc.scaleTo(0, r * (h - 2 * s), 1 * r) : 4 == _ || 6 == _ ? cc.scaleTo(0, 1 * r, r * (u - 2 * s)) : cc.scaleTo(0, r, r)).setTag(o.FOCUS_CELL_TRANSFER);
this.node.children[_ - 1].stopAllActions();
this.node.children[_ - 1].runAction(C);
}
}
for (var f = this, p = function(e) {
......@@ -6574,10 +6541,10 @@ if (!(o.MOVE_DIRECTION_UP <= c && c <= o.MOVE_DIRECTION_LEFT)) {
cc.log("No Target Found: unavailable direction");
return null;
}
for (var _ in a) if (cc.isValid(a[_])) {
var m = a[_].getComponent(n);
if (m.getEnable()) {
var C = m.getLeft(), f = m.getTop(), p = m.getWidth(), g = m.getHeight(), I = 0, S = 0, T = 0;
for (var m in a) if (cc.isValid(a[m])) {
var _ = a[m].getComponent(n);
if (_.getEnable()) {
var C = _.getLeft(), f = _.getTop(), p = _.getWidth(), g = _.getHeight(), I = 0, S = 0, T = 0;
switch (c) {
case o.MOVE_DIRECTION_UP:
I = r - f - g;
......@@ -6610,7 +6577,7 @@ if (I >= 0) {
var R = S / T * -100 + I;
if (u > R) {
u = R;
h = m;
h = _;
}
}
}
......@@ -6651,7 +6618,7 @@ from: e,
to: t
});
this.node.dispatchEvent(l);
var d = e.node, h = t.node, u = 0, _ = 0, m = 0, C = 0;
var d = e.node, h = t.node, u = 0, m = 0, _ = 0, C = 0;
if (null != c && null != c.node && null != c.getStep() && null != c.getHasRelation()) {
if (null == c.getDirection()) switch (i) {
case o.MOVE_DIRECTION_UP:
......@@ -6671,11 +6638,11 @@ c.setDirection(o.MOVE_DIRECTION_RIGHT);
}
switch (c.getDirection()) {
case o.MOVE_DIRECTION_UP:
_ = c.getStep();
m = c.getStep();
break;
case o.MOVE_DIRECTION_DOWN:
_ = -c.getStep();
m = -c.getStep();
break;
case o.MOVE_DIRECTION_LEFT:
......@@ -6693,11 +6660,11 @@ break;
case o.MOVE_DIRECTION_LEFT:
case o.MOVE_DIRECTION_RIGHT:
m = c.getTargetPosition();
_ = c.getTargetPosition();
}
var f = cc.callFunc(c.callback ? c.callback : function() {
cc.log("do something");
}, this, c.scope), p = cc.sequence(cc.moveTo(a, m, C), f);
}, this, c.scope), p = cc.sequence(cc.moveTo(a, _, C), f);
p.setTag(o.SCROLL_BY_FOCUS_CHANGE);
c.node.stopAction(c.node.getActionByTag(o.SCROLL_BY_FOCUS_CHANGE));
c.node.runAction(p);
......@@ -6714,7 +6681,7 @@ d.runAction(g);
h.runAction(I);
cc.log(t.getLeft());
cc.log(t.getTop());
this.fly(t.getLeft() + u, t.getTop() + _, t.getWidth(), t.getHeight(), a, n);
this.fly(t.getLeft() + u, t.getTop() + m, t.getWidth(), t.getHeight(), a, n);
var S = new cc.Event.EventCustom("focus", !0);
S.setUserData({
from: e,
......
// 在 main.js 的开头添加如下代码
if (jsb) {
var hotUpdateSearchPaths = localStorage.getItem('HotUpdateSearchPaths');
if (hotUpdateSearchPaths) {
jsb.fileUtils.setSearchPaths(JSON.parse(hotUpdateSearchPaths));
}
}
// QQPlay window need to be inited first
if (false) {
BK.Script.loadlib('GameRes://libs/qqplay-adapter.js');
......
[{"__type__":"cc.SpriteFrame","content":{"name":"crown_left_detail","texture":"95N89ijulHraQAamPG8jvm","rect":[0,0,17,23],"offset":[0,0],"originalSize":[17,23],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"add_class","texture":"3bhse217lLJIgwD0iMBH2g","rect":[0,0,114,212],"offset":[0,0],"originalSize":[114,212],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"not_collected","texture":"c54Tp+HrNMIqGUlwx0WOJJ","rect":[0,0,114,212],"offset":[0,0],"originalSize":[114,212],"capInsets":[0,0,0,0]}},[{"__type__":"cc.SceneAsset","_name":"sceneProgram","scene":{"__id__":1},"asyncLoadAssets":null},{"__type__":"cc.Scene","_name":"New Node","_children":[{"__id__":2}],"_active":false,"_anchorPoint":{"__type__":"cc.Vec2"},"autoReleaseAssets":false},{"__type__":"cc.Node","_name":"TopCanvas","_parent":{"__id__":1},"_children":[{"__id__":3},{"__id__":4},{"__id__":6},{"__id__":8},{"__id__":11},{"__id__":19},{"__id__":23},{"__id__":26}],"_level":1,"_components":[{"__type__":"cc.Canvas","node":{"__id__":2},"_designResolution":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"efb5f66/epM1a0NFe240po5","node":{"__id__":2},"videoPlay":{"__id__":10},"spriteScore":{"__id__":16},"spriteCollect":{"__id__":18},"homeBtnSprite":{"__id__":28},"PFB_NAVI":{"__uuid__":"1cs6zTjT1LA40xStDciQiW"},"PFB_EPISODE":{"__uuid__":"6e4O5JKulItJQTahR1h4it"}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720},"_position":{"__type__":"cc.Vec3","x":640,"y":360},"_id":"dcYR0hHMZD6KJY9KI3/Ugx"},{"__type__":"cc.Node","_name":"Main Camera","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Camera","node":{"__id__":3},"_clearFlags":7,"_depth":-1}]},{"__type__":"cc.Node","_name":"Mask","_parent":{"__id__":2},"_children":[{"__id__":5}],"_level":2,"_components":[{"__type__":"cc.Mask","node":{"__id__":4},"_N$inverted":true}],"_contentSize":{"__type__":"cc.Size","width":478,"height":240},"_position":{"__type__":"cc.Vec3","x":-259,"y":113}},{"__type__":"cc.Node","_name":"Bg","_parent":{"__id__":4},"_level":3,"_components":[{"__type__":"cc.Sprite","node":{"__id__":5}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720},"_position":{"__type__":"cc.Vec3","x":261,"y":-113}},{"__type__":"cc.Node","_name":"HomeIcon","_parent":{"__id__":2},"_children":[{"__id__":7}],"_components":[{"__type__":"cc.Sprite","node":{"__id__":6}}],"_contentSize":{"__type__":"cc.Size","width":97,"height":34},"_position":{"__type__":"cc.Vec3","x":-600,"y":318}},{"__type__":"cc.Node","_name":"Text","_parent":{"__id__":6},"_level":1,"_components":[{"__type__":"cc.Label","node":{"__id__":7},"_useOriginalSize":false,"_fontSize":26,"_lineHeight":50,"_N$verticalAlign":1,"_N$overflow":2},{"__type__":"cc.Widget","node":{"__id__":7},"_target":{"__id__":2},"_alignFlags":9,"_left":50,"_top":19}],"_contentSize":{"__type__":"cc.Size","width":800,"height":50},"_position":{"__type__":"cc.Vec3","x":410,"y":-2}},{"__type__":"cc.Node","_name":"PlayBg","_parent":{"__id__":2},"_children":[{"__id__":9}],"_level":2,"_contentSize":{"__type__":"cc.Size","width":526,"height":363},"_position":{"__type__":"cc.Vec3","x":-259,"y":128.5}},{"__type__":"cc.Node","_name":"VideoView","_parent":{"__id__":8},"_level":3,"_components":[{"__id__":10}],"_contentSize":{"__type__":"cc.Size","width":478,"height":240},"_position":{"__type__":"cc.Vec3","x":-2,"y":-15.5}},{"__type__":"cc.VideoPlayer","node":{"__id__":9},"_volume":0.5,"videoPlayerEvent":[{"__type__":"cc.ClickEvent","target":{"__id__":2},"_componentId":"efb5f66/epM1a0NFe240po5","handler":"onVideoPlayerEvent"}],"_N$keepAspectRatio":false},{"__type__":"cc.Node","_name":"IntroductionArea","_parent":{"__id__":2},"_children":[{"__id__":12},{"__id__":13},{"__id__":14},{"__id__":15},{"__id__":17}],"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":11}}],"_contentSize":{"__type__":"cc.Size","width":460,"height":232},"_position":{"__type__":"cc.Vec3","x":255,"y":150}},{"__type__":"cc.Node","_name":"New Label","_parent":{"__id__":11},"_level":3,"_components":[{"__type__":"cc.Label","node":{"__id__":12},"_useOriginalSize":false,"_string":"简介","_N$string":"简介","_fontSize":30,"_lineHeight":30,"_N$verticalAlign":1},{"__type__":"cc.Widget","node":{"__id__":12},"_alignFlags":9,"_left":10,"_top":6.300000000000001}],"_contentSize":{"__type__":"cc.Size","width":60,"height":37.8},"_position":{"__type__":"cc.Vec3","x":-190,"y":90.80000000000001}},{"__type__":"cc.Node","_name":"Text","_parent":{"__id__":11},"_level":3,"_components":[{"__type__":"cc.Label","node":{"__id__":13},"_useOriginalSize":false,"_fontSize":20,"_lineHeight":26,"_N$overflow":1},{"__type__":"cc.Widget","node":{"__id__":13},"_alignFlags":8,"_left":20}],"_contentSize":{"__type__":"cc.Size","width":460,"height":232},"_position":{"__type__":"cc.Vec3","x":20,"y":-81}},{"__type__":"cc.Node","_name":"Score","_parent":{"__id__":11},"_active":false,"_level":3,"_components":[{"__type__":"cc.Label","node":{"__id__":14},"_useOriginalSize":false,"_fontSize":20,"_lineHeight":30,"_N$horizontalAlign":1,"_N$verticalAlign":1,"_N$overflow":2}],"_contentSize":{"__type__":"cc.Size","width":100,"height":30},"_position":{"__type__":"cc.Vec3","x":127,"y":-97}},{"__type__":"cc.Node","_name":"BtnPicScore","_parent":{"__id__":11},"_level":3,"_components":[{"__id__":16}],"_contentSize":{"__type__":"cc.Size","width":114,"height":106},"_position":{"__type__":"cc.Vec3","x":68,"y":-153}},{"__type__":"cc.Sprite","node":{"__id__":15},"_spriteFrame":{"__uuid__":"2836fB+oJMALEju2UhuPha"},"_sizeMode":0},{"__type__":"cc.Node","_name":"BtnPicCollect","_parent":{"__id__":11},"_level":3,"_components":[{"__id__":18}],"_contentSize":{"__type__":"cc.Size","width":114,"height":106},"_position":{"__type__":"cc.Vec3","x":-91,"y":-153}},{"__type__":"cc.Sprite","node":{"__id__":17},"_spriteFrame":{"__uuid__":"37qwXOCPZJ7a3Jh5jxwAck"},"_sizeMode":0},{"__type__":"cc.Node","_name":"NaviArea","_parent":{"__id__":2},"_children":[{"__id__":20},{"__id__":21},{"__id__":22}],"_level":2,"_contentSize":{"__type__":"cc.Size","width":1048,"height":54},"_anchorPoint":{"__type__":"cc.Vec2","y":0.5},"_position":{"__type__":"cc.Vec3","x":-527,"y":-87}},{"__type__":"cc.Node","_name":"NaviListWrapper","_parent":{"__id__":19},"_children":[{"__type__":"cc.Node","_name":"NaviList","_parent":{"__id__":20},"_contentSize":{"__type__":"cc.Size","width":1048,"height":54},"_anchorPoint":{"__type__":"cc.Vec2","y":0.5}}],"_components":[{"__type__":"cc.Mask","node":{"__id__":20},"_N$alphaThreshold":1}],"_contentSize":{"__type__":"cc.Size","width":1048,"height":54},"_anchorPoint":{"__type__":"cc.Vec2","y":0.5}},{"__type__":"cc.Node","_name":"LeftIcon","_parent":{"__id__":19},"_components":[{"__type__":"cc.Sprite","node":{"__id__":21},"_spriteFrame":{"__uuid__":"01k8SzySBL+YVegnO9E0sH"}}],"_opacity":0,"_contentSize":{"__type__":"cc.Size","width":17,"height":23},"_position":{"__type__":"cc.Vec3","x":-14.5,"y":-0.5}},{"__type__":"cc.Node","_name":"RightIcon","_parent":{"__id__":19},"_components":[{"__type__":"cc.Sprite","node":{"__id__":22},"_spriteFrame":{"__uuid__":"65kscFNvtKu6qkmTvFDHi4"}}],"_opacity":0,"_contentSize":{"__type__":"cc.Size","width":17,"height":23},"_position":{"__type__":"cc.Vec3","x":1070.5,"y":-0.5}},{"__type__":"cc.Node","_name":"EpisodeArea","_parent":{"__id__":2},"_children":[{"__id__":24},{"__id__":25}],"_level":2,"_contentSize":{"__type__":"cc.Size","width":1199,"height":200},"_anchorPoint":{"__type__":"cc.Vec2","y":0.5},"_position":{"__type__":"cc.Vec3","x":-578,"y":-213}},{"__type__":"cc.Node","_name":"GraphicsLine","_parent":{"__id__":23},"_level":3,"_components":[{"__type__":"cc.Graphics","node":{"__id__":24},"_lineWidth":10,"_strokeColor":{"__type__":"cc.Color","r":255,"g":255,"b":255}}]},{"__type__":"cc.Node","_name":"EpisodeListWrapper","_parent":{"__id__":23},"_children":[{"__type__":"cc.Node","_name":"EpisodeList","_parent":{"__id__":25},"_anchorPoint":{"__type__":"cc.Vec2","y":0.5}}],"_contentSize":{"__type__":"cc.Size","width":800,"height":150},"_anchorPoint":{"__type__":"cc.Vec2","y":0.5}},{"__type__":"cc.Node","_name":"HomeBtn","_parent":{"__id__":2},"_children":[{"__id__":27}],"_level":2,"_contentSize":{"__type__":"cc.Size","width":137,"height":65},"_position":{"__type__":"cc.Vec3","x":532.996,"y":287.175}},{"__type__":"cc.Node","_name":"Bg","_parent":{"__id__":26},"_level":2,"_components":[{"__id__":28},{"__type__":"cc.Widget","node":{"__id__":27},"alignMode":0,"_alignFlags":45,"_originalWidth":100,"_originalHeight":40}],"_color":{"__type__":"cc.Color","r":230,"g":230,"b":230},"_contentSize":{"__type__":"cc.Size","width":137,"height":65}},{"__type__":"cc.Sprite","node":{"__id__":27},"_spriteFrame":{"__uuid__":"4dY3obK3xJW4IwohEwX442"},"_type":1,"_sizeMode":0}],{"__type__":"cc.SpriteFrame","content":{"name":"home_button","texture":"3f8lBaVMBGL5s5rWHtfO2V","rect":[0,4,137,126],"offset":[0,-2],"originalSize":[137,130],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"crown_right_detail","texture":"87zFL/pLtDmLkZzqfLuqVJ","rect":[0,0,17,23],"offset":[0,0],"originalSize":[17,23],"capInsets":[0,0,0,0]}}]
\ No newline at end of file
[{"__type__":"cc.SpriteFrame","content":{"name":"crown_left_detail","texture":"95N89ijulHraQAamPG8jvm","rect":[0,0,17,23],"offset":[0,0],"originalSize":[17,23],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"add_class","texture":"3bhse217lLJIgwD0iMBH2g","rect":[0,0,114,212],"offset":[0,0],"originalSize":[114,212],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"not_collected","texture":"c54Tp+HrNMIqGUlwx0WOJJ","rect":[0,0,114,212],"offset":[0,0],"originalSize":[114,212],"capInsets":[0,0,0,0]}},[{"__type__":"cc.SceneAsset","_name":"sceneProgram","scene":{"__id__":1},"asyncLoadAssets":null},{"__type__":"cc.Scene","_name":"New Node","_children":[{"__id__":2}],"_active":false,"_anchorPoint":{"__type__":"cc.Vec2"},"autoReleaseAssets":true},{"__type__":"cc.Node","_name":"TopCanvas","_parent":{"__id__":1},"_children":[{"__id__":3},{"__id__":4},{"__id__":6},{"__id__":8},{"__id__":11},{"__id__":19},{"__id__":23},{"__id__":26}],"_level":1,"_components":[{"__type__":"cc.Canvas","node":{"__id__":2},"_designResolution":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"efb5f66/epM1a0NFe240po5","node":{"__id__":2},"videoPlay":{"__id__":10},"spriteScore":{"__id__":16},"spriteCollect":{"__id__":18},"homeBtnSprite":{"__id__":28},"PFB_NAVI":{"__uuid__":"1cs6zTjT1LA40xStDciQiW"},"PFB_EPISODE":{"__uuid__":"6e4O5JKulItJQTahR1h4it"}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720},"_position":{"__type__":"cc.Vec3","x":640,"y":360},"_id":"dcYR0hHMZD6KJY9KI3/Ugx"},{"__type__":"cc.Node","_name":"Main Camera","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Camera","node":{"__id__":3},"_clearFlags":7,"_depth":-1}]},{"__type__":"cc.Node","_name":"Mask","_parent":{"__id__":2},"_children":[{"__id__":5}],"_level":2,"_components":[{"__type__":"cc.Mask","node":{"__id__":4},"_N$inverted":true}],"_contentSize":{"__type__":"cc.Size","width":478,"height":240},"_position":{"__type__":"cc.Vec3","x":-259,"y":113}},{"__type__":"cc.Node","_name":"Bg","_parent":{"__id__":4},"_level":3,"_components":[{"__type__":"cc.Sprite","node":{"__id__":5}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720},"_position":{"__type__":"cc.Vec3","x":261,"y":-113}},{"__type__":"cc.Node","_name":"HomeIcon","_parent":{"__id__":2},"_children":[{"__id__":7}],"_components":[{"__type__":"cc.Sprite","node":{"__id__":6}}],"_contentSize":{"__type__":"cc.Size","width":97,"height":34},"_position":{"__type__":"cc.Vec3","x":-600,"y":318}},{"__type__":"cc.Node","_name":"Text","_parent":{"__id__":6},"_level":1,"_components":[{"__type__":"cc.Label","node":{"__id__":7},"_useOriginalSize":false,"_fontSize":26,"_lineHeight":50,"_N$verticalAlign":1,"_N$overflow":2},{"__type__":"cc.Widget","node":{"__id__":7},"_target":{"__id__":2},"_alignFlags":9,"_left":50,"_top":19}],"_contentSize":{"__type__":"cc.Size","width":800,"height":50},"_position":{"__type__":"cc.Vec3","x":410,"y":-2}},{"__type__":"cc.Node","_name":"PlayBg","_parent":{"__id__":2},"_children":[{"__id__":9}],"_level":2,"_contentSize":{"__type__":"cc.Size","width":526,"height":363},"_position":{"__type__":"cc.Vec3","x":-259,"y":128.5}},{"__type__":"cc.Node","_name":"VideoView","_parent":{"__id__":8},"_level":3,"_components":[{"__id__":10}],"_contentSize":{"__type__":"cc.Size","width":478,"height":240},"_position":{"__type__":"cc.Vec3","x":-2,"y":-15.5}},{"__type__":"cc.VideoPlayer","node":{"__id__":9},"_volume":0.5,"videoPlayerEvent":[{"__type__":"cc.ClickEvent","target":{"__id__":2},"_componentId":"efb5f66/epM1a0NFe240po5","handler":"onVideoPlayerEvent"}],"_N$keepAspectRatio":false},{"__type__":"cc.Node","_name":"IntroductionArea","_parent":{"__id__":2},"_children":[{"__id__":12},{"__id__":13},{"__id__":14},{"__id__":15},{"__id__":17}],"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":11}}],"_contentSize":{"__type__":"cc.Size","width":460,"height":232},"_position":{"__type__":"cc.Vec3","x":255,"y":150}},{"__type__":"cc.Node","_name":"New Label","_parent":{"__id__":11},"_level":3,"_components":[{"__type__":"cc.Label","node":{"__id__":12},"_useOriginalSize":false,"_string":"简介","_N$string":"简介","_fontSize":30,"_lineHeight":30,"_N$verticalAlign":1},{"__type__":"cc.Widget","node":{"__id__":12},"_alignFlags":9,"_left":10,"_top":6.300000000000001}],"_contentSize":{"__type__":"cc.Size","width":60,"height":37.8},"_position":{"__type__":"cc.Vec3","x":-190,"y":90.80000000000001}},{"__type__":"cc.Node","_name":"Text","_parent":{"__id__":11},"_level":3,"_components":[{"__type__":"cc.Label","node":{"__id__":13},"_useOriginalSize":false,"_fontSize":20,"_lineHeight":26,"_N$overflow":1},{"__type__":"cc.Widget","node":{"__id__":13},"_alignFlags":8,"_left":20}],"_contentSize":{"__type__":"cc.Size","width":460,"height":232},"_position":{"__type__":"cc.Vec3","x":20,"y":-81}},{"__type__":"cc.Node","_name":"Score","_parent":{"__id__":11},"_active":false,"_level":3,"_components":[{"__type__":"cc.Label","node":{"__id__":14},"_useOriginalSize":false,"_fontSize":20,"_lineHeight":30,"_N$horizontalAlign":1,"_N$verticalAlign":1,"_N$overflow":2}],"_contentSize":{"__type__":"cc.Size","width":100,"height":30},"_position":{"__type__":"cc.Vec3","x":127,"y":-97}},{"__type__":"cc.Node","_name":"BtnPicScore","_parent":{"__id__":11},"_level":3,"_components":[{"__id__":16}],"_contentSize":{"__type__":"cc.Size","width":114,"height":106},"_position":{"__type__":"cc.Vec3","x":68,"y":-153}},{"__type__":"cc.Sprite","node":{"__id__":15},"_spriteFrame":{"__uuid__":"2836fB+oJMALEju2UhuPha"},"_sizeMode":0},{"__type__":"cc.Node","_name":"BtnPicCollect","_parent":{"__id__":11},"_level":3,"_components":[{"__id__":18}],"_contentSize":{"__type__":"cc.Size","width":114,"height":106},"_position":{"__type__":"cc.Vec3","x":-91,"y":-153}},{"__type__":"cc.Sprite","node":{"__id__":17},"_spriteFrame":{"__uuid__":"37qwXOCPZJ7a3Jh5jxwAck"},"_sizeMode":0},{"__type__":"cc.Node","_name":"NaviArea","_parent":{"__id__":2},"_children":[{"__id__":20},{"__id__":21},{"__id__":22}],"_level":2,"_contentSize":{"__type__":"cc.Size","width":1048,"height":54},"_anchorPoint":{"__type__":"cc.Vec2","y":0.5},"_position":{"__type__":"cc.Vec3","x":-527,"y":-87}},{"__type__":"cc.Node","_name":"NaviListWrapper","_parent":{"__id__":19},"_children":[{"__type__":"cc.Node","_name":"NaviList","_parent":{"__id__":20},"_contentSize":{"__type__":"cc.Size","width":1048,"height":54},"_anchorPoint":{"__type__":"cc.Vec2","y":0.5}}],"_components":[{"__type__":"cc.Mask","node":{"__id__":20},"_N$alphaThreshold":1}],"_contentSize":{"__type__":"cc.Size","width":1048,"height":54},"_anchorPoint":{"__type__":"cc.Vec2","y":0.5}},{"__type__":"cc.Node","_name":"LeftIcon","_parent":{"__id__":19},"_components":[{"__type__":"cc.Sprite","node":{"__id__":21},"_spriteFrame":{"__uuid__":"01k8SzySBL+YVegnO9E0sH"}}],"_opacity":0,"_contentSize":{"__type__":"cc.Size","width":17,"height":23},"_position":{"__type__":"cc.Vec3","x":-14.5,"y":-0.5}},{"__type__":"cc.Node","_name":"RightIcon","_parent":{"__id__":19},"_components":[{"__type__":"cc.Sprite","node":{"__id__":22},"_spriteFrame":{"__uuid__":"65kscFNvtKu6qkmTvFDHi4"}}],"_opacity":0,"_contentSize":{"__type__":"cc.Size","width":17,"height":23},"_position":{"__type__":"cc.Vec3","x":1070.5,"y":-0.5}},{"__type__":"cc.Node","_name":"EpisodeArea","_parent":{"__id__":2},"_children":[{"__id__":24},{"__id__":25}],"_level":2,"_contentSize":{"__type__":"cc.Size","width":1199,"height":200},"_anchorPoint":{"__type__":"cc.Vec2","y":0.5},"_position":{"__type__":"cc.Vec3","x":-578,"y":-213}},{"__type__":"cc.Node","_name":"GraphicsLine","_parent":{"__id__":23},"_level":3,"_components":[{"__type__":"cc.Graphics","node":{"__id__":24},"_lineWidth":10,"_strokeColor":{"__type__":"cc.Color","r":255,"g":255,"b":255}}]},{"__type__":"cc.Node","_name":"EpisodeListWrapper","_parent":{"__id__":23},"_children":[{"__type__":"cc.Node","_name":"EpisodeList","_parent":{"__id__":25},"_anchorPoint":{"__type__":"cc.Vec2","y":0.5}}],"_contentSize":{"__type__":"cc.Size","width":800,"height":150},"_anchorPoint":{"__type__":"cc.Vec2","y":0.5}},{"__type__":"cc.Node","_name":"HomeBtn","_parent":{"__id__":2},"_children":[{"__id__":27}],"_level":2,"_contentSize":{"__type__":"cc.Size","width":137,"height":65},"_position":{"__type__":"cc.Vec3","x":532.996,"y":287.175}},{"__type__":"cc.Node","_name":"Bg","_parent":{"__id__":26},"_level":2,"_components":[{"__id__":28},{"__type__":"cc.Widget","node":{"__id__":27},"alignMode":0,"_alignFlags":45,"_originalWidth":100,"_originalHeight":40}],"_color":{"__type__":"cc.Color","r":230,"g":230,"b":230},"_contentSize":{"__type__":"cc.Size","width":137,"height":65}},{"__type__":"cc.Sprite","node":{"__id__":27},"_spriteFrame":{"__uuid__":"4dY3obK3xJW4IwohEwX442"},"_type":1,"_sizeMode":0}],{"__type__":"cc.SpriteFrame","content":{"name":"home_button","texture":"3f8lBaVMBGL5s5rWHtfO2V","rect":[0,4,137,126],"offset":[0,-2],"originalSize":[137,130],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"crown_right_detail","texture":"87zFL/pLtDmLkZzqfLuqVJ","rect":[0,0,17,23],"offset":[0,0],"originalSize":[17,23],"capInsets":[0,0,0,0]}}]
\ No newline at end of file
......
[{"__type__":"cc.SpriteFrame","content":{"name":"scroll_base_bg","texture":"64aF0rMmxEto44SYq0wpsJ","rect":[0,0,2,512],"offset":[0,0],"originalSize":[2,512],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"scroll_bar_bg","texture":"9aiSUNc99OXJYjuuVA5CAX","rect":[0,0,468,4],"offset":[0,0],"originalSize":[468,4],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"down_arrow","texture":"fbQH9aICNO+Z0JSXhrCZVO","rect":[0,0,11,10],"offset":[0,0],"originalSize":[11,10],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"up_arrow","texture":"5e9YgE/FBE5KaIivlfikFw","rect":[0,0,11,10],"offset":[0,0],"originalSize":[11,10],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"record_bg","texture":"99QpVYWiVIsbrVs/bg03Yo","rect":[0,0,404,464],"offset":[0,0],"originalSize":[404,464],"capInsets":[0,0,0,0]}},[{"__type__":"cc.SceneAsset","_name":"sceneSearch","scene":{"__id__":1},"asyncLoadAssets":null},{"__type__":"cc.Scene","_name":"New Node","_children":[{"__id__":2}],"_active":false,"_anchorPoint":{"__type__":"cc.Vec2"},"autoReleaseAssets":false},{"__type__":"cc.Node","_name":"Canvas","_parent":{"__id__":1},"_children":[{"__id__":3},{"__id__":4},{"__id__":5},{"__id__":6},{"__id__":8},{"__id__":10},{"__id__":12},{"__id__":13},{"__id__":15},{"__id__":24}],"_level":1,"_components":[{"__type__":"cc.Canvas","node":{"__id__":2},"_designResolution":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"42be43vaEtAiK/s7hXSZAJJ","node":{"__id__":2},"spriteKeywordDelete":{"__id__":9},"PFB_RECORD":{"__uuid__":"cdLRQ+XQRAqbpIaPWpW9to"},"PFB_CHAR":{"__uuid__":"e1RXmfXbtG05YORt/jIXgC"},"PFB_TYPE":{"__uuid__":"2aiwVWfD9Clortmf3PeN4R"}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720},"_position":{"__type__":"cc.Vec3","x":640,"y":360},"_id":"6cJe+qKhtJSrNT8U3cYN4f"},{"__type__":"cc.Node","_name":"Main Camera","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Camera","node":{"__id__":3},"_clearFlags":7,"_depth":-1}]},{"__type__":"cc.Node","_name":"Bg","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Sprite","node":{"__id__":4}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"cc.Node","_name":"CategoryListBg","_parent":{"__id__":2},"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":5},"_spriteFrame":{"__uuid__":"b65Xdq0PpCopqICKwd4BMJ"}},{"__type__":"cc.Widget","node":{"__id__":5},"_alignFlags":9,"_left":491,"_top":97}],"_contentSize":{"__type__":"cc.Size","width":711,"height":570},"_position":{"__type__":"cc.Vec3","x":206.5,"y":-22}},{"__type__":"cc.Node","_name":"KeywordsContainer","_parent":{"__id__":2},"_children":[{"__id__":7}],"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":6},"_spriteFrame":{"__uuid__":"9864KR3wlHAKaM8UFGsd5U"}},{"__type__":"cc.Widget","node":{"__id__":6},"_alignFlags":9,"_left":67,"_top":110}],"_contentSize":{"__type__":"cc.Size","width":297,"height":64},"_position":{"__type__":"cc.Vec3","x":-424.5,"y":218}},{"__type__":"cc.Node","_name":"Text","_parent":{"__id__":6},"_level":3,"_components":[{"__type__":"cc.Label","node":{"__id__":7},"_useOriginalSize":false,"_string":"如搜索奥姆,输入AM即可","_N$string":"如搜索奥姆,输入AM即可","_fontSize":22,"_lineHeight":65,"_N$horizontalAlign":1,"_N$verticalAlign":1}],"_color":{"__type__":"cc.Color","r":89,"g":178,"b":222},"_contentSize":{"__type__":"cc.Size","width":253,"height":81.9}},{"__type__":"cc.Node","_name":"KeywordsDelete","_parent":{"__id__":2},"_level":2,"_components":[{"__id__":9},{"__type__":"cc.Widget","node":{"__id__":8},"_alignFlags":9,"_left":368,"_top":110}],"_contentSize":{"__type__":"cc.Size","width":104,"height":64},"_position":{"__type__":"cc.Vec3","x":-220,"y":218}},{"__type__":"cc.Sprite","node":{"__id__":8},"_spriteFrame":{"__uuid__":"907dJ0D6pC0Jv5KQ3cUdBg"},"_sizeMode":0},{"__type__":"cc.Node","_name":"RecordListArea","_parent":{"__id__":2},"_children":[{"__id__":11}],"_level":2,"_components":[{"__type__":"cc.Widget","node":{"__id__":10},"_alignFlags":9,"_left":66,"_top":180},{"__type__":"cc.Sprite","node":{"__id__":10},"_spriteFrame":{"__uuid__":"71vz8MUSlMG6QWkjTPJDie"}}],"_contentSize":{"__type__":"cc.Size","width":404,"height":464},"_position":{"__type__":"cc.Vec3","x":-372,"y":-52}},{"__type__":"cc.Node","_name":"RecordListWrapper","_parent":{"__id__":10},"_children":[{"__type__":"cc.Node","_name":"RecordList","_parent":{"__id__":11}}],"_components":[{"__type__":"cc.Mask","node":{"__id__":11},"_N$alphaThreshold":1},{"__type__":"cc.Widget","node":{"__id__":11},"_alignFlags":9,"_left":10,"_top":40}],"_contentSize":{"__type__":"cc.Size","width":378,"height":435},"_anchorPoint":{"__type__":"cc.Vec2","x":0.5,"y":1},"_position":{"__type__":"cc.Vec3","x":-3,"y":192}},{"__type__":"cc.Node","_name":"CharList","_parent":{"__id__":2},"_active":false,"_level":2,"_components":[{"__type__":"cc.Widget","node":{"__id__":12},"_alignFlags":9,"_left":63,"_top":211}],"_contentSize":{"__type__":"cc.Size","width":415,"height":415},"_anchorPoint":{"__type__":"cc.Vec2","y":1},"_position":{"__type__":"cc.Vec3","x":-577,"y":149}},{"__type__":"cc.Node","_name":"TypeListArea","_parent":{"__id__":2},"_children":[{"__id__":14}],"_level":1,"_components":[{"__type__":"cc.Widget","node":{"__id__":13},"_alignFlags":9,"_left":519,"_top":113}],"_contentSize":{"__type__":"cc.Size","width":585,"height":49},"_position":{"__type__":"cc.Vec3","x":171.5,"y":222.5}},{"__type__":"cc.Node","_name":"TypeListWrapper","_parent":{"__id__":13},"_children":[{"__type__":"cc.Node","_name":"TypeList","_parent":{"__id__":14}}],"_components":[{"__type__":"cc.Mask","node":{"__id__":14},"_N$alphaThreshold":1},{"__type__":"cc.Widget","node":{"__id__":14},"_alignFlags":8}],"_contentSize":{"__type__":"cc.Size","width":585,"height":49},"_anchorPoint":{"__type__":"cc.Vec2","y":0.5},"_position":{"__type__":"cc.Vec3","x":-292.5}},{"__type__":"cc.Node","_name":"CategoryList","_parent":{"__id__":2},"_children":[{"__id__":16},{"__id__":17}],"_level":2,"_components":[{"__type__":"cc.Widget","node":{"__id__":15},"alignMode":0,"_alignFlags":9,"_left":501,"_top":162}],"_contentSize":{"__type__":"cc.Size","width":650,"height":485},"_position":{"__type__":"cc.Vec3","x":186,"y":-44.5}},{"__type__":"cc.Node","_name":"DataContainerMask","_parent":{"__id__":15},"_children":[{"__type__":"cc.Node","_name":"DataContainer","_parent":{"__id__":16}}],"_components":[{"__type__":"cc.Mask","node":{"__id__":16},"_N$alphaThreshold":1}],"_contentSize":{"__type__":"cc.Size","width":650,"height":485}},{"__type__":"cc.Node","_name":"ScrollBarContainer","_parent":{"__id__":15},"_children":[{"__id__":18},{"__id__":19}],"_components":[{"__type__":"cc.Widget","node":{"__id__":17},"alignMode":0,"_alignFlags":33},{"__type__":"cc.Mask","node":{"__id__":17},"_enabled":false}],"_contentSize":{"__type__":"cc.Size","width":10,"height":455},"_position":{"__type__":"cc.Vec3","x":320,"y":15}},{"__type__":"cc.Node","_name":"ScrollBarHight","_parent":{"__id__":17},"_components":[{"__type__":"cc.Sprite","node":{"__id__":18},"_spriteFrame":{"__uuid__":"09qO8kbmxDdZP9/A4CGfCh"},"_sizeMode":0}],"_opacity":100,"_contentSize":{"__type__":"cc.Size","width":2,"height":455}},{"__type__":"cc.Node","_name":"ScrollBarShadow","_parent":{"__id__":17},"_children":[{"__id__":20}],"_components":[{"__type__":"cc.Sprite","node":{"__id__":19},"_spriteFrame":{"__uuid__":"16aKiNSApJUphwTHkzr1y6"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":19},"alignMode":2,"_alignFlags":1}],"_contentSize":{"__type__":"cc.Size","width":2,"height":94},"_anchorPoint":{"__type__":"cc.Vec2","x":0.5},"_position":{"__type__":"cc.Vec3","y":133.5}},{"__type__":"cc.Node","_name":"ScrollBarBlock","_parent":{"__id__":19},"_children":[{"__id__":21},{"__id__":22},{"__id__":23}],"_components":[{"__type__":"cc.Sprite","node":{"__id__":20},"_spriteFrame":{"__uuid__":"cc7LlW72dKEYJVLUduIhEZ"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":20},"alignMode":2,"_target":{"__id__":19},"_alignFlags":4,"_left":-4,"_originalHeight":94}],"_contentSize":{"__type__":"cc.Size","width":10,"height":94},"_position":{"__type__":"cc.Vec3","y":47}},{"__type__":"cc.Node","_name":"AU","_parent":{"__id__":20},"_components":[{"__type__":"cc.Sprite","node":{"__id__":21},"_spriteFrame":{"__uuid__":"4cRVkmnCJMIZBPEVobQr4l"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":21},"alignMode":0,"_alignFlags":12,"_left":30,"_top":41,"_bottom":88,"_originalHeight":12}],"_contentSize":{"__type__":"cc.Size","width":10,"height":12},"_position":{"__type__":"cc.Vec3","x":30,"y":47}},{"__type__":"cc.Node","_name":"AD","_parent":{"__id__":20},"_components":[{"__type__":"cc.Sprite","node":{"__id__":22},"_spriteFrame":{"__uuid__":"17uN8v2O9Gk4210ZGCsd0L"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":22},"alignMode":0,"_alignFlags":13,"_left":30,"_top":87.5,"_bottom":-6.5,"_originalHeight":12}],"_contentSize":{"__type__":"cc.Size","width":10,"height":13},"_position":{"__type__":"cc.Vec3","x":30,"y":-47}},{"__type__":"cc.Node","_name":"Page","_parent":{"__id__":20},"_components":[{"__type__":"cc.RichText","node":{"__id__":23},"_N$string":"","_N$horizontalAlign":1,"_N$fontSize":18,"_N$lineHeight":18},{"__type__":"cc.Widget","node":{"__id__":23},"alignMode":0,"_alignFlags":9,"_left":35,"_top":38}],"_contentSize":{"__type__":"cc.Size","height":22.68},"_position":{"__type__":"cc.Vec3","x":30,"y":-2.34}},{"__type__":"cc.Node","_name":"DataPosition","_parent":{"__id__":2},"_level":2,"_components":[{"__type__":"cc.Label","node":{"__id__":24},"_useOriginalSize":false,"_string":"1/1","_N$string":"1/1","_fontSize":18,"_lineHeight":18,"_N$horizontalAlign":1,"_N$verticalAlign":1},{"__type__":"cc.Widget","node":{"__id__":24},"_alignFlags":9,"_left":1149.0149999999999,"_top":638}],"_contentSize":{"__type__":"cc.Size","width":25.02,"height":22.68},"_position":{"__type__":"cc.Vec3","x":521.5249999999999,"y":-289.34}}],{"__type__":"cc.SpriteFrame","content":{"name":"char_delete","texture":"68+f4RhptIK6RHvjuB4IWP","rect":[0,0,104,128],"offset":[0,0],"originalSize":[104,128],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"keyword_bg","texture":"24E46/LQFLtZDWoa5ea9pq","rect":[0,1,297,64],"offset":[0,-0.5],"originalSize":[297,65],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"medias_bg","texture":"d10OwgDJNE2KlwohnVraJa","rect":[0,0,711,570],"offset":[0,0],"originalSize":[711,570],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"pageIncon","texture":"aePZ7rdzBGApR4qU/SofNS","rect":[12,12,10,70],"offset":[0,0],"originalSize":[34,94],"capInsets":[0,0,0,0]}}]
\ No newline at end of file
[{"__type__":"cc.SpriteFrame","content":{"name":"scroll_base_bg","texture":"64aF0rMmxEto44SYq0wpsJ","rect":[0,0,2,512],"offset":[0,0],"originalSize":[2,512],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"scroll_bar_bg","texture":"9aiSUNc99OXJYjuuVA5CAX","rect":[0,0,468,4],"offset":[0,0],"originalSize":[468,4],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"down_arrow","texture":"fbQH9aICNO+Z0JSXhrCZVO","rect":[0,0,11,10],"offset":[0,0],"originalSize":[11,10],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"up_arrow","texture":"5e9YgE/FBE5KaIivlfikFw","rect":[0,0,11,10],"offset":[0,0],"originalSize":[11,10],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"record_bg","texture":"99QpVYWiVIsbrVs/bg03Yo","rect":[0,0,404,464],"offset":[0,0],"originalSize":[404,464],"capInsets":[0,0,0,0]}},[{"__type__":"cc.SceneAsset","_name":"sceneSearch","scene":{"__id__":1},"asyncLoadAssets":null},{"__type__":"cc.Scene","_name":"New Node","_children":[{"__id__":2}],"_active":false,"_anchorPoint":{"__type__":"cc.Vec2"},"autoReleaseAssets":true},{"__type__":"cc.Node","_name":"Canvas","_parent":{"__id__":1},"_children":[{"__id__":3},{"__id__":4},{"__id__":5},{"__id__":6},{"__id__":8},{"__id__":10},{"__id__":12},{"__id__":13},{"__id__":15},{"__id__":24}],"_level":1,"_components":[{"__type__":"cc.Canvas","node":{"__id__":2},"_designResolution":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"42be43vaEtAiK/s7hXSZAJJ","node":{"__id__":2},"spriteKeywordDelete":{"__id__":9},"PFB_RECORD":{"__uuid__":"cdLRQ+XQRAqbpIaPWpW9to"},"PFB_CHAR":{"__uuid__":"e1RXmfXbtG05YORt/jIXgC"},"PFB_TYPE":{"__uuid__":"2aiwVWfD9Clortmf3PeN4R"}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720},"_position":{"__type__":"cc.Vec3","x":640,"y":360},"_id":"6cJe+qKhtJSrNT8U3cYN4f"},{"__type__":"cc.Node","_name":"Main Camera","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Camera","node":{"__id__":3},"_clearFlags":7,"_depth":-1}]},{"__type__":"cc.Node","_name":"Bg","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Sprite","node":{"__id__":4}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"cc.Node","_name":"CategoryListBg","_parent":{"__id__":2},"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":5},"_spriteFrame":{"__uuid__":"b65Xdq0PpCopqICKwd4BMJ"}},{"__type__":"cc.Widget","node":{"__id__":5},"_alignFlags":9,"_left":491,"_top":97}],"_contentSize":{"__type__":"cc.Size","width":711,"height":570},"_position":{"__type__":"cc.Vec3","x":206.5,"y":-22}},{"__type__":"cc.Node","_name":"KeywordsContainer","_parent":{"__id__":2},"_children":[{"__id__":7}],"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":6},"_spriteFrame":{"__uuid__":"9864KR3wlHAKaM8UFGsd5U"}},{"__type__":"cc.Widget","node":{"__id__":6},"_alignFlags":9,"_left":67,"_top":110}],"_contentSize":{"__type__":"cc.Size","width":297,"height":64},"_position":{"__type__":"cc.Vec3","x":-424.5,"y":218}},{"__type__":"cc.Node","_name":"Text","_parent":{"__id__":6},"_level":3,"_components":[{"__type__":"cc.Label","node":{"__id__":7},"_useOriginalSize":false,"_string":"如搜索奥姆,输入AM即可","_N$string":"如搜索奥姆,输入AM即可","_fontSize":22,"_lineHeight":65,"_N$horizontalAlign":1,"_N$verticalAlign":1}],"_color":{"__type__":"cc.Color","r":89,"g":178,"b":222},"_contentSize":{"__type__":"cc.Size","width":253,"height":81.9}},{"__type__":"cc.Node","_name":"KeywordsDelete","_parent":{"__id__":2},"_level":2,"_components":[{"__id__":9},{"__type__":"cc.Widget","node":{"__id__":8},"_alignFlags":9,"_left":368,"_top":110}],"_contentSize":{"__type__":"cc.Size","width":104,"height":64},"_position":{"__type__":"cc.Vec3","x":-220,"y":218}},{"__type__":"cc.Sprite","node":{"__id__":8},"_spriteFrame":{"__uuid__":"907dJ0D6pC0Jv5KQ3cUdBg"},"_sizeMode":0},{"__type__":"cc.Node","_name":"RecordListArea","_parent":{"__id__":2},"_children":[{"__id__":11}],"_level":2,"_components":[{"__type__":"cc.Widget","node":{"__id__":10},"_alignFlags":9,"_left":66,"_top":180},{"__type__":"cc.Sprite","node":{"__id__":10},"_spriteFrame":{"__uuid__":"71vz8MUSlMG6QWkjTPJDie"}}],"_contentSize":{"__type__":"cc.Size","width":404,"height":464},"_position":{"__type__":"cc.Vec3","x":-372,"y":-52}},{"__type__":"cc.Node","_name":"RecordListWrapper","_parent":{"__id__":10},"_children":[{"__type__":"cc.Node","_name":"RecordList","_parent":{"__id__":11}}],"_components":[{"__type__":"cc.Mask","node":{"__id__":11},"_N$alphaThreshold":1},{"__type__":"cc.Widget","node":{"__id__":11},"_alignFlags":9,"_left":10,"_top":40}],"_contentSize":{"__type__":"cc.Size","width":378,"height":435},"_anchorPoint":{"__type__":"cc.Vec2","x":0.5,"y":1},"_position":{"__type__":"cc.Vec3","x":-3,"y":192}},{"__type__":"cc.Node","_name":"CharList","_parent":{"__id__":2},"_active":false,"_level":2,"_components":[{"__type__":"cc.Widget","node":{"__id__":12},"_alignFlags":9,"_left":63,"_top":211}],"_contentSize":{"__type__":"cc.Size","width":415,"height":415},"_anchorPoint":{"__type__":"cc.Vec2","y":1},"_position":{"__type__":"cc.Vec3","x":-577,"y":149}},{"__type__":"cc.Node","_name":"TypeListArea","_parent":{"__id__":2},"_children":[{"__id__":14}],"_level":1,"_components":[{"__type__":"cc.Widget","node":{"__id__":13},"_alignFlags":9,"_left":519,"_top":113}],"_contentSize":{"__type__":"cc.Size","width":585,"height":49},"_position":{"__type__":"cc.Vec3","x":171.5,"y":222.5}},{"__type__":"cc.Node","_name":"TypeListWrapper","_parent":{"__id__":13},"_children":[{"__type__":"cc.Node","_name":"TypeList","_parent":{"__id__":14}}],"_components":[{"__type__":"cc.Mask","node":{"__id__":14},"_N$alphaThreshold":1},{"__type__":"cc.Widget","node":{"__id__":14},"_alignFlags":8}],"_contentSize":{"__type__":"cc.Size","width":585,"height":49},"_anchorPoint":{"__type__":"cc.Vec2","y":0.5},"_position":{"__type__":"cc.Vec3","x":-292.5}},{"__type__":"cc.Node","_name":"CategoryList","_parent":{"__id__":2},"_children":[{"__id__":16},{"__id__":17}],"_level":2,"_components":[{"__type__":"cc.Widget","node":{"__id__":15},"alignMode":0,"_alignFlags":9,"_left":501,"_top":162}],"_contentSize":{"__type__":"cc.Size","width":650,"height":485},"_position":{"__type__":"cc.Vec3","x":186,"y":-44.5}},{"__type__":"cc.Node","_name":"DataContainerMask","_parent":{"__id__":15},"_children":[{"__type__":"cc.Node","_name":"DataContainer","_parent":{"__id__":16}}],"_components":[{"__type__":"cc.Mask","node":{"__id__":16},"_N$alphaThreshold":1}],"_contentSize":{"__type__":"cc.Size","width":650,"height":485}},{"__type__":"cc.Node","_name":"ScrollBarContainer","_parent":{"__id__":15},"_children":[{"__id__":18},{"__id__":19}],"_components":[{"__type__":"cc.Widget","node":{"__id__":17},"alignMode":0,"_alignFlags":33},{"__type__":"cc.Mask","node":{"__id__":17},"_enabled":false}],"_contentSize":{"__type__":"cc.Size","width":10,"height":455},"_position":{"__type__":"cc.Vec3","x":320,"y":15}},{"__type__":"cc.Node","_name":"ScrollBarHight","_parent":{"__id__":17},"_components":[{"__type__":"cc.Sprite","node":{"__id__":18},"_spriteFrame":{"__uuid__":"09qO8kbmxDdZP9/A4CGfCh"},"_sizeMode":0}],"_opacity":100,"_contentSize":{"__type__":"cc.Size","width":2,"height":455}},{"__type__":"cc.Node","_name":"ScrollBarShadow","_parent":{"__id__":17},"_children":[{"__id__":20}],"_components":[{"__type__":"cc.Sprite","node":{"__id__":19},"_spriteFrame":{"__uuid__":"16aKiNSApJUphwTHkzr1y6"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":19},"alignMode":2,"_alignFlags":1}],"_contentSize":{"__type__":"cc.Size","width":2,"height":94},"_anchorPoint":{"__type__":"cc.Vec2","x":0.5},"_position":{"__type__":"cc.Vec3","y":133.5}},{"__type__":"cc.Node","_name":"ScrollBarBlock","_parent":{"__id__":19},"_children":[{"__id__":21},{"__id__":22},{"__id__":23}],"_components":[{"__type__":"cc.Sprite","node":{"__id__":20},"_spriteFrame":{"__uuid__":"cc7LlW72dKEYJVLUduIhEZ"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":20},"alignMode":2,"_target":{"__id__":19},"_alignFlags":4,"_left":-4,"_originalHeight":94}],"_contentSize":{"__type__":"cc.Size","width":10,"height":94},"_position":{"__type__":"cc.Vec3","y":47}},{"__type__":"cc.Node","_name":"AU","_parent":{"__id__":20},"_components":[{"__type__":"cc.Sprite","node":{"__id__":21},"_spriteFrame":{"__uuid__":"4cRVkmnCJMIZBPEVobQr4l"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":21},"alignMode":0,"_alignFlags":12,"_left":30,"_top":41,"_bottom":88,"_originalHeight":12}],"_contentSize":{"__type__":"cc.Size","width":10,"height":12},"_position":{"__type__":"cc.Vec3","x":30,"y":47}},{"__type__":"cc.Node","_name":"AD","_parent":{"__id__":20},"_components":[{"__type__":"cc.Sprite","node":{"__id__":22},"_spriteFrame":{"__uuid__":"17uN8v2O9Gk4210ZGCsd0L"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":22},"alignMode":0,"_alignFlags":13,"_left":30,"_top":87.5,"_bottom":-6.5,"_originalHeight":12}],"_contentSize":{"__type__":"cc.Size","width":10,"height":13},"_position":{"__type__":"cc.Vec3","x":30,"y":-47}},{"__type__":"cc.Node","_name":"Page","_parent":{"__id__":20},"_components":[{"__type__":"cc.RichText","node":{"__id__":23},"_N$string":"","_N$horizontalAlign":1,"_N$fontSize":18,"_N$lineHeight":18},{"__type__":"cc.Widget","node":{"__id__":23},"alignMode":0,"_alignFlags":9,"_left":35,"_top":38}],"_contentSize":{"__type__":"cc.Size","height":22.68},"_position":{"__type__":"cc.Vec3","x":30,"y":-2.34}},{"__type__":"cc.Node","_name":"DataPosition","_parent":{"__id__":2},"_level":2,"_components":[{"__type__":"cc.Label","node":{"__id__":24},"_useOriginalSize":false,"_string":"1/1","_N$string":"1/1","_fontSize":18,"_lineHeight":18,"_N$horizontalAlign":1,"_N$verticalAlign":1},{"__type__":"cc.Widget","node":{"__id__":24},"_alignFlags":9,"_left":1149.0149999999999,"_top":638}],"_contentSize":{"__type__":"cc.Size","width":25.02,"height":22.68},"_position":{"__type__":"cc.Vec3","x":521.5249999999999,"y":-289.34}}],{"__type__":"cc.SpriteFrame","content":{"name":"char_delete","texture":"68+f4RhptIK6RHvjuB4IWP","rect":[0,0,104,128],"offset":[0,0],"originalSize":[104,128],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"keyword_bg","texture":"24E46/LQFLtZDWoa5ea9pq","rect":[0,1,297,64],"offset":[0,-0.5],"originalSize":[297,65],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"medias_bg","texture":"d10OwgDJNE2KlwohnVraJa","rect":[0,0,711,570],"offset":[0,0],"originalSize":[711,570],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"pageIncon","texture":"aePZ7rdzBGApR4qU/SofNS","rect":[12,12,10,70],"offset":[0,0],"originalSize":[34,94],"capInsets":[0,0,0,0]}}]
\ No newline at end of file
......
[{"__type__":"cc.SpriteFrame","content":{"name":"scroll_base_bg","texture":"64aF0rMmxEto44SYq0wpsJ","rect":[0,0,2,512],"offset":[0,0],"originalSize":[2,512],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"scroll_bar_bg","texture":"9aiSUNc99OXJYjuuVA5CAX","rect":[0,0,468,4],"offset":[0,0],"originalSize":[468,4],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"exitEditor_button","texture":"2aYH8zwZdAe6sanpkeOXZO","rect":[0,4,137,126],"offset":[0,-2],"originalSize":[137,130],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"down_arrow","texture":"fbQH9aICNO+Z0JSXhrCZVO","rect":[0,0,11,10],"offset":[0,0],"originalSize":[11,10],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"collection404","texture":"4565IJfl9IeZKM0yLXjYwN","rect":[58,156,1164,523],"offset":[0,-57.5],"originalSize":[1280,720],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"up_arrow","texture":"5e9YgE/FBE5KaIivlfikFw","rect":[0,0,11,10],"offset":[0,0],"originalSize":[11,10],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"clear_button","texture":"deVqfOdVJM3LwA+DqwzXI/","rect":[0,4,137,126],"offset":[0,-2],"originalSize":[137,130],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"index_button","texture":"a1s9FcfKdGxa4z9mWadOa0","rect":[0,4,137,126],"offset":[0,-2],"originalSize":[137,130],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"history_button","texture":"7dZhqDl8lGSagHDwsbNTjk","rect":[0,4,176,124],"offset":[0,-2],"originalSize":[176,128],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"pageIncon","texture":"aePZ7rdzBGApR4qU/SofNS","rect":[12,12,10,70],"offset":[0,0],"originalSize":[34,94],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"editor_button","texture":"f2zvImCIdJ84zh5dkYLqNv","rect":[0,4,137,126],"offset":[0,-2],"originalSize":[137,130],"capInsets":[0,0,0,0]}},[{"__type__":"cc.SceneAsset","_name":"sceneHistory","scene":{"__id__":1},"asyncLoadAssets":null},{"__type__":"cc.Scene","_name":"New Node","_children":[{"__id__":2}],"_anchorPoint":{"__type__":"cc.Vec2"},"autoReleaseAssets":false},{"__type__":"cc.Node","_name":"TopCanvas","_parent":{"__id__":1},"_children":[{"__id__":3},{"__id__":4},{"__id__":5},{"__id__":6},{"__id__":8},{"__id__":10},{"__id__":12},{"__id__":14},{"__id__":16},{"__id__":29},{"__id__":30}],"_level":1,"_components":[{"__type__":"cc.Canvas","node":{"__id__":2},"_designResolution":{"__type__":"cc.Size","width":1280,"height":720},"_fitHeight":false},{"__type__":"432aaiY0ZNGjb2vmoF3e7gb","node":{"__id__":2},"spriteCollect":{"__id__":7},"spriteEditor":{"__id__":9},"spriteClear":{"__id__":11},"spriteBackEditor":{"__id__":13},"spriteIndex":{"__id__":15}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720},"_position":{"__type__":"cc.Vec3","x":640,"y":360},"_id":"35lCpDoXpBT6W5jya2VQL6"},{"__type__":"cc.Node","_name":"Main Camera","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Camera","node":{"__id__":3},"_clearFlags":7,"_depth":-1}]},{"__type__":"cc.Node","_name":"Bg","_parent":{"__id__":2},"_components":[{"__type__":"cc.Sprite","node":{"__id__":4}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"cc.Node","_name":"HistoryIcon","_parent":{"__id__":2},"_active":false,"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":5},"_spriteFrame":{"__uuid__":"ca+7gXjhRPlIBxcz7jhZ4K"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":5},"_alignFlags":9,"_left":23,"_top":25}],"_contentSize":{"__type__":"cc.Size","width":176,"height":64},"_position":{"__type__":"cc.Vec3","x":-529,"y":303}},{"__type__":"cc.Node","_name":"CollectionIcon","_parent":{"__id__":2},"_level":2,"_components":[{"__id__":7},{"__type__":"cc.Widget","node":{"__id__":6},"_alignFlags":9,"_left":23,"_top":25}],"_contentSize":{"__type__":"cc.Size","width":176,"height":64},"_position":{"__type__":"cc.Vec3","x":-529,"y":303}},{"__type__":"cc.Sprite","node":{"__id__":6},"_spriteFrame":{"__uuid__":"fbRDdyCRNGC436WZg0RDCJ"},"_sizeMode":0},{"__type__":"cc.Node","_name":"EditorIcon","_parent":{"__id__":2},"_level":2,"_components":[{"__id__":9},{"__type__":"cc.Widget","node":{"__id__":8},"_alignFlags":33,"_left":881.197,"_right":250,"_top":25}],"_contentSize":{"__type__":"cc.Size","width":137,"height":65},"_position":{"__type__":"cc.Vec3","x":321.5,"y":302.5}},{"__type__":"cc.Sprite","node":{"__id__":8},"_spriteFrame":{"__uuid__":"d2gLy9z5ZNI6CyJFqTdDKN"},"_sizeMode":0},{"__type__":"cc.Node","_name":"ClearIcon","_parent":{"__id__":2},"_level":2,"_components":[{"__id__":11},{"__type__":"cc.Widget","node":{"__id__":10},"_alignFlags":33,"_left":1064.605,"_right":80,"_top":25}],"_opacity":0,"_contentSize":{"__type__":"cc.Size","width":137,"height":65},"_position":{"__type__":"cc.Vec3","x":491.5,"y":302.5}},{"__type__":"cc.Sprite","node":{"__id__":10},"_spriteFrame":{"__uuid__":"82gmbXN1xKsLZU21hVdllO"},"_sizeMode":0},{"__type__":"cc.Node","_name":"BackEditorIcon","_parent":{"__id__":2},"_level":2,"_components":[{"__id__":13},{"__type__":"cc.Widget","node":{"__id__":12},"_alignFlags":33,"_left":1072.5,"_right":250,"_top":25,"_originalWidth":137}],"_opacity":0,"_contentSize":{"__type__":"cc.Size","width":137,"height":65},"_position":{"__type__":"cc.Vec3","x":321.5,"y":302.5}},{"__type__":"cc.Sprite","node":{"__id__":12},"_spriteFrame":{"__uuid__":"17HTkp+6pHXqNQvEyyz2mO"},"_sizeMode":0},{"__type__":"cc.Node","_name":"IndexIcon","_parent":{"__id__":2},"_level":2,"_components":[{"__id__":15},{"__type__":"cc.Widget","node":{"__id__":14},"_alignFlags":33,"_right":80,"_top":25}],"_contentSize":{"__type__":"cc.Size","width":137,"height":65},"_position":{"__type__":"cc.Vec3","x":491.5,"y":302.5}},{"__type__":"cc.Sprite","node":{"__id__":14},"_spriteFrame":{"__uuid__":"b804uMNCNErLxwT5XqKky4"},"_sizeMode":0},{"__type__":"cc.Node","_name":"CategoryList","_parent":{"__id__":2},"_children":[{"__id__":17},{"__id__":18}],"_components":[{"__type__":"cc.Widget","node":{"__id__":16},"alignMode":0,"_alignFlags":9,"_left":50,"_top":120}],"_contentSize":{"__type__":"cc.Size","width":1180,"height":700},"_position":{"__type__":"cc.Vec3","y":-110}},{"__type__":"cc.Node","_name":"DataContainerMask","_parent":{"__id__":16},"_children":[{"__type__":"cc.Node","_name":"DataContainer","_parent":{"__id__":17}}],"_components":[{"__type__":"cc.Mask","node":{"__id__":17},"_N$alphaThreshold":1}],"_contentSize":{"__type__":"cc.Size","width":1180,"height":700}},{"__type__":"cc.Node","_name":"ScrollBarContainer","_parent":{"__id__":16},"_children":[{"__id__":19},{"__id__":20}],"_active":false,"_components":[{"__type__":"cc.Widget","node":{"__id__":18},"alignMode":0,"_alignFlags":33,"_right":-30},{"__type__":"cc.Mask","node":{"__id__":18},"_enabled":false}],"_contentSize":{"__type__":"cc.Size","width":10,"height":510},"_position":{"__type__":"cc.Vec3","x":450,"y":95}},{"__type__":"cc.Node","_name":"ScrollBarHight","_parent":{"__id__":18},"_components":[{"__type__":"cc.Sprite","node":{"__id__":19},"_spriteFrame":{"__uuid__":"09qO8kbmxDdZP9/A4CGfCh"},"_sizeMode":0}],"_opacity":100,"_contentSize":{"__type__":"cc.Size","width":2,"height":510}},{"__type__":"cc.Node","_name":"ScrollBarShadow","_parent":{"__id__":18},"_children":[{"__id__":21}],"_components":[{"__type__":"cc.Sprite","node":{"__id__":20},"_spriteFrame":{"__uuid__":"16aKiNSApJUphwTHkzr1y6"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":20},"alignMode":2,"_alignFlags":1}],"_contentSize":{"__type__":"cc.Size","width":2,"height":94},"_anchorPoint":{"__type__":"cc.Vec2","x":0.5},"_position":{"__type__":"cc.Vec3","y":161}},{"__type__":"cc.Node","_name":"ScrollBarBlock","_parent":{"__id__":20},"_children":[{"__id__":22},{"__id__":23},{"__id__":24}],"_components":[{"__type__":"cc.Sprite","node":{"__id__":21},"_spriteFrame":{"__uuid__":"cc7LlW72dKEYJVLUduIhEZ"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":21},"alignMode":2,"_alignFlags":4,"_left":-4,"_originalHeight":94}],"_contentSize":{"__type__":"cc.Size","width":10,"height":94},"_position":{"__type__":"cc.Vec3","y":47}},{"__type__":"cc.Node","_name":"AU","_parent":{"__id__":21},"_components":[{"__type__":"cc.Sprite","node":{"__id__":22},"_spriteFrame":{"__uuid__":"4cRVkmnCJMIZBPEVobQr4l"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":22},"alignMode":0,"_alignFlags":12,"_left":30,"_top":41,"_bottom":88,"_originalHeight":12}],"_contentSize":{"__type__":"cc.Size","width":10,"height":12},"_position":{"__type__":"cc.Vec3","x":30,"y":47}},{"__type__":"cc.Node","_name":"AD","_parent":{"__id__":21},"_components":[{"__type__":"cc.Sprite","node":{"__id__":23},"_spriteFrame":{"__uuid__":"17uN8v2O9Gk4210ZGCsd0L"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":23},"alignMode":0,"_alignFlags":13,"_left":30,"_top":87.5,"_bottom":-6.5,"_originalHeight":12}],"_contentSize":{"__type__":"cc.Size","width":10,"height":13},"_position":{"__type__":"cc.Vec3","x":30,"y":-47}},{"__type__":"cc.Node","_name":"Page","_parent":{"__id__":21},"_children":[{"__id__":25},{"__id__":26},{"__id__":27},{"__id__":28}],"_components":[{"__type__":"cc.RichText","node":{"__id__":24},"_N$string":"翻\n\n <color=#FFFF80>1</color>","_N$fontSize":18,"_N$lineHeight":18},{"__type__":"cc.Widget","node":{"__id__":24},"alignMode":0,"_alignFlags":9,"_left":25.999999999999996,"_top":20}],"_contentSize":{"__type__":"cc.Size","width":18,"height":58.67999999999999},"_position":{"__type__":"cc.Vec3","x":29.999999999999996,"y":-2.3399999999999963}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":24},"_active":false,"_level":1,"_components":[{"__type__":"cc.Label","node":{"__id__":25},"_string":"翻","_N$string":"翻","_fontSize":18,"_lineHeight":18,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":18,"height":22.68},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-9,"y":6.660000000000004}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":24},"_active":false,"_level":1,"_components":[{"__type__":"cc.Label","node":{"__id__":26},"_string":"页","_N$string":"页","_fontSize":18,"_lineHeight":18,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":18,"height":22.68},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-9,"y":-11.339999999999996}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":24},"_active":false,"_level":1,"_components":[{"__type__":"cc.Label","node":{"__id__":27},"_string":" ","_N$string":" ","_fontSize":18,"_lineHeight":18,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":5,"height":22.68},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-9,"y":-29.339999999999996}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":24},"_active":false,"_level":1,"_components":[{"__type__":"cc.Label","node":{"__id__":28},"_string":"1","_N$string":"1","_fontSize":18,"_lineHeight":18,"_N$verticalAlign":1}],"_color":{"__type__":"cc.Color","r":255,"g":255,"b":128},"_contentSize":{"__type__":"cc.Size","width":10.01,"height":22.68},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-4,"y":-29.339999999999996}},{"__type__":"cc.Node","_name":"BlankIcon","_parent":{"__id__":2},"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":29},"_spriteFrame":{"__uuid__":"1cejPYfOxLvI6MkLF6beT5"}}],"_opacity":0,"_contentSize":{"__type__":"cc.Size","width":1164,"height":523},"_position":{"__type__":"cc.Vec3","y":-37}},{"__type__":"cc.Node","_name":"DataPosition","_parent":{"__id__":2},"_active":false,"_level":2,"_components":[{"__type__":"cc.Label","node":{"__id__":30},"_useOriginalSize":false,"_string":"1/1","_N$string":"1/1","_fontSize":18,"_lineHeight":18,"_N$horizontalAlign":1,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":25.02,"height":22.68},"_position":{"__type__":"cc.Vec3","x":572,"y":-331}}],{"__type__":"cc.SpriteFrame","content":{"name":"collection_button","texture":"e1jChEXfpNn4upv4+LugFe","rect":[0,4,176,124],"offset":[0,-2],"originalSize":[176,128],"capInsets":[0,0,0,0]}}]
\ No newline at end of file
[{"__type__":"cc.SpriteFrame","content":{"name":"scroll_base_bg","texture":"64aF0rMmxEto44SYq0wpsJ","rect":[0,0,2,512],"offset":[0,0],"originalSize":[2,512],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"scroll_bar_bg","texture":"9aiSUNc99OXJYjuuVA5CAX","rect":[0,0,468,4],"offset":[0,0],"originalSize":[468,4],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"exitEditor_button","texture":"2aYH8zwZdAe6sanpkeOXZO","rect":[0,4,137,126],"offset":[0,-2],"originalSize":[137,130],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"down_arrow","texture":"fbQH9aICNO+Z0JSXhrCZVO","rect":[0,0,11,10],"offset":[0,0],"originalSize":[11,10],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"collection404","texture":"4565IJfl9IeZKM0yLXjYwN","rect":[58,156,1164,523],"offset":[0,-57.5],"originalSize":[1280,720],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"up_arrow","texture":"5e9YgE/FBE5KaIivlfikFw","rect":[0,0,11,10],"offset":[0,0],"originalSize":[11,10],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"clear_button","texture":"deVqfOdVJM3LwA+DqwzXI/","rect":[0,4,137,126],"offset":[0,-2],"originalSize":[137,130],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"index_button","texture":"a1s9FcfKdGxa4z9mWadOa0","rect":[0,4,137,126],"offset":[0,-2],"originalSize":[137,130],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"history_button","texture":"7dZhqDl8lGSagHDwsbNTjk","rect":[0,4,176,124],"offset":[0,-2],"originalSize":[176,128],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"pageIncon","texture":"aePZ7rdzBGApR4qU/SofNS","rect":[12,12,10,70],"offset":[0,0],"originalSize":[34,94],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"editor_button","texture":"f2zvImCIdJ84zh5dkYLqNv","rect":[0,4,137,126],"offset":[0,-2],"originalSize":[137,130],"capInsets":[0,0,0,0]}},[{"__type__":"cc.SceneAsset","_name":"sceneHistory","scene":{"__id__":1},"asyncLoadAssets":null},{"__type__":"cc.Scene","_name":"New Node","_children":[{"__id__":2}],"_anchorPoint":{"__type__":"cc.Vec2"},"autoReleaseAssets":true},{"__type__":"cc.Node","_name":"TopCanvas","_parent":{"__id__":1},"_children":[{"__id__":3},{"__id__":4},{"__id__":5},{"__id__":6},{"__id__":8},{"__id__":10},{"__id__":12},{"__id__":14},{"__id__":16},{"__id__":29},{"__id__":30}],"_level":1,"_components":[{"__type__":"cc.Canvas","node":{"__id__":2},"_designResolution":{"__type__":"cc.Size","width":1280,"height":720},"_fitHeight":false},{"__type__":"432aaiY0ZNGjb2vmoF3e7gb","node":{"__id__":2},"spriteCollect":{"__id__":7},"spriteEditor":{"__id__":9},"spriteClear":{"__id__":11},"spriteBackEditor":{"__id__":13},"spriteIndex":{"__id__":15}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720},"_position":{"__type__":"cc.Vec3","x":640,"y":360},"_id":"35lCpDoXpBT6W5jya2VQL6"},{"__type__":"cc.Node","_name":"Main Camera","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Camera","node":{"__id__":3},"_clearFlags":7,"_depth":-1}]},{"__type__":"cc.Node","_name":"Bg","_parent":{"__id__":2},"_components":[{"__type__":"cc.Sprite","node":{"__id__":4}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"cc.Node","_name":"HistoryIcon","_parent":{"__id__":2},"_active":false,"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":5},"_spriteFrame":{"__uuid__":"ca+7gXjhRPlIBxcz7jhZ4K"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":5},"_alignFlags":9,"_left":23,"_top":25}],"_contentSize":{"__type__":"cc.Size","width":176,"height":64},"_position":{"__type__":"cc.Vec3","x":-529,"y":303}},{"__type__":"cc.Node","_name":"CollectionIcon","_parent":{"__id__":2},"_level":2,"_components":[{"__id__":7},{"__type__":"cc.Widget","node":{"__id__":6},"_alignFlags":9,"_left":23,"_top":25}],"_contentSize":{"__type__":"cc.Size","width":176,"height":64},"_position":{"__type__":"cc.Vec3","x":-529,"y":303}},{"__type__":"cc.Sprite","node":{"__id__":6},"_spriteFrame":{"__uuid__":"fbRDdyCRNGC436WZg0RDCJ"},"_sizeMode":0},{"__type__":"cc.Node","_name":"EditorIcon","_parent":{"__id__":2},"_level":2,"_components":[{"__id__":9},{"__type__":"cc.Widget","node":{"__id__":8},"_alignFlags":33,"_left":881.197,"_right":250,"_top":25}],"_contentSize":{"__type__":"cc.Size","width":137,"height":65},"_position":{"__type__":"cc.Vec3","x":321.5,"y":302.5}},{"__type__":"cc.Sprite","node":{"__id__":8},"_spriteFrame":{"__uuid__":"d2gLy9z5ZNI6CyJFqTdDKN"},"_sizeMode":0},{"__type__":"cc.Node","_name":"ClearIcon","_parent":{"__id__":2},"_level":2,"_components":[{"__id__":11},{"__type__":"cc.Widget","node":{"__id__":10},"_alignFlags":33,"_left":1064.605,"_right":80,"_top":25}],"_opacity":0,"_contentSize":{"__type__":"cc.Size","width":137,"height":65},"_position":{"__type__":"cc.Vec3","x":491.5,"y":302.5}},{"__type__":"cc.Sprite","node":{"__id__":10},"_spriteFrame":{"__uuid__":"82gmbXN1xKsLZU21hVdllO"},"_sizeMode":0},{"__type__":"cc.Node","_name":"BackEditorIcon","_parent":{"__id__":2},"_level":2,"_components":[{"__id__":13},{"__type__":"cc.Widget","node":{"__id__":12},"_alignFlags":33,"_left":1072.5,"_right":250,"_top":25,"_originalWidth":137}],"_opacity":0,"_contentSize":{"__type__":"cc.Size","width":137,"height":65},"_position":{"__type__":"cc.Vec3","x":321.5,"y":302.5}},{"__type__":"cc.Sprite","node":{"__id__":12},"_spriteFrame":{"__uuid__":"17HTkp+6pHXqNQvEyyz2mO"},"_sizeMode":0},{"__type__":"cc.Node","_name":"IndexIcon","_parent":{"__id__":2},"_level":2,"_components":[{"__id__":15},{"__type__":"cc.Widget","node":{"__id__":14},"_alignFlags":33,"_right":80,"_top":25}],"_contentSize":{"__type__":"cc.Size","width":137,"height":65},"_position":{"__type__":"cc.Vec3","x":491.5,"y":302.5}},{"__type__":"cc.Sprite","node":{"__id__":14},"_spriteFrame":{"__uuid__":"b804uMNCNErLxwT5XqKky4"},"_sizeMode":0},{"__type__":"cc.Node","_name":"CategoryList","_parent":{"__id__":2},"_children":[{"__id__":17},{"__id__":18}],"_components":[{"__type__":"cc.Widget","node":{"__id__":16},"alignMode":0,"_alignFlags":9,"_left":50,"_top":120}],"_contentSize":{"__type__":"cc.Size","width":1180,"height":700},"_position":{"__type__":"cc.Vec3","y":-110}},{"__type__":"cc.Node","_name":"DataContainerMask","_parent":{"__id__":16},"_children":[{"__type__":"cc.Node","_name":"DataContainer","_parent":{"__id__":17}}],"_components":[{"__type__":"cc.Mask","node":{"__id__":17},"_N$alphaThreshold":1}],"_contentSize":{"__type__":"cc.Size","width":1180,"height":700}},{"__type__":"cc.Node","_name":"ScrollBarContainer","_parent":{"__id__":16},"_children":[{"__id__":19},{"__id__":20}],"_active":false,"_components":[{"__type__":"cc.Widget","node":{"__id__":18},"alignMode":0,"_alignFlags":33,"_right":-30},{"__type__":"cc.Mask","node":{"__id__":18},"_enabled":false}],"_contentSize":{"__type__":"cc.Size","width":10,"height":510},"_position":{"__type__":"cc.Vec3","x":450,"y":95}},{"__type__":"cc.Node","_name":"ScrollBarHight","_parent":{"__id__":18},"_components":[{"__type__":"cc.Sprite","node":{"__id__":19},"_spriteFrame":{"__uuid__":"09qO8kbmxDdZP9/A4CGfCh"},"_sizeMode":0}],"_opacity":100,"_contentSize":{"__type__":"cc.Size","width":2,"height":510}},{"__type__":"cc.Node","_name":"ScrollBarShadow","_parent":{"__id__":18},"_children":[{"__id__":21}],"_components":[{"__type__":"cc.Sprite","node":{"__id__":20},"_spriteFrame":{"__uuid__":"16aKiNSApJUphwTHkzr1y6"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":20},"alignMode":2,"_alignFlags":1}],"_contentSize":{"__type__":"cc.Size","width":2,"height":94},"_anchorPoint":{"__type__":"cc.Vec2","x":0.5},"_position":{"__type__":"cc.Vec3","y":161}},{"__type__":"cc.Node","_name":"ScrollBarBlock","_parent":{"__id__":20},"_children":[{"__id__":22},{"__id__":23},{"__id__":24}],"_components":[{"__type__":"cc.Sprite","node":{"__id__":21},"_spriteFrame":{"__uuid__":"cc7LlW72dKEYJVLUduIhEZ"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":21},"alignMode":2,"_alignFlags":4,"_left":-4,"_originalHeight":94}],"_contentSize":{"__type__":"cc.Size","width":10,"height":94},"_position":{"__type__":"cc.Vec3","y":47}},{"__type__":"cc.Node","_name":"AU","_parent":{"__id__":21},"_components":[{"__type__":"cc.Sprite","node":{"__id__":22},"_spriteFrame":{"__uuid__":"4cRVkmnCJMIZBPEVobQr4l"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":22},"alignMode":0,"_alignFlags":12,"_left":30,"_top":41,"_bottom":88,"_originalHeight":12}],"_contentSize":{"__type__":"cc.Size","width":10,"height":12},"_position":{"__type__":"cc.Vec3","x":30,"y":47}},{"__type__":"cc.Node","_name":"AD","_parent":{"__id__":21},"_components":[{"__type__":"cc.Sprite","node":{"__id__":23},"_spriteFrame":{"__uuid__":"17uN8v2O9Gk4210ZGCsd0L"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":23},"alignMode":0,"_alignFlags":13,"_left":30,"_top":87.5,"_bottom":-6.5,"_originalHeight":12}],"_contentSize":{"__type__":"cc.Size","width":10,"height":13},"_position":{"__type__":"cc.Vec3","x":30,"y":-47}},{"__type__":"cc.Node","_name":"Page","_parent":{"__id__":21},"_children":[{"__id__":25},{"__id__":26},{"__id__":27},{"__id__":28}],"_components":[{"__type__":"cc.RichText","node":{"__id__":24},"_N$string":"翻\n\n <color=#FFFF80>1</color>","_N$fontSize":18,"_N$lineHeight":18},{"__type__":"cc.Widget","node":{"__id__":24},"alignMode":0,"_alignFlags":9,"_left":25.999999999999996,"_top":20}],"_contentSize":{"__type__":"cc.Size","width":18,"height":58.67999999999999},"_position":{"__type__":"cc.Vec3","x":29.999999999999996,"y":-2.3399999999999963}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":24},"_active":false,"_level":1,"_components":[{"__type__":"cc.Label","node":{"__id__":25},"_string":"翻","_N$string":"翻","_fontSize":18,"_lineHeight":18,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":18,"height":22.68},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-9,"y":6.660000000000004}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":24},"_active":false,"_level":1,"_components":[{"__type__":"cc.Label","node":{"__id__":26},"_string":"页","_N$string":"页","_fontSize":18,"_lineHeight":18,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":18,"height":22.68},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-9,"y":-11.339999999999996}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":24},"_active":false,"_level":1,"_components":[{"__type__":"cc.Label","node":{"__id__":27},"_string":" ","_N$string":" ","_fontSize":18,"_lineHeight":18,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":5,"height":22.68},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-9,"y":-29.339999999999996}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":24},"_active":false,"_level":1,"_components":[{"__type__":"cc.Label","node":{"__id__":28},"_string":"1","_N$string":"1","_fontSize":18,"_lineHeight":18,"_N$verticalAlign":1}],"_color":{"__type__":"cc.Color","r":255,"g":255,"b":128},"_contentSize":{"__type__":"cc.Size","width":10.01,"height":22.68},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-4,"y":-29.339999999999996}},{"__type__":"cc.Node","_name":"BlankIcon","_parent":{"__id__":2},"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":29},"_spriteFrame":{"__uuid__":"1cejPYfOxLvI6MkLF6beT5"}}],"_opacity":0,"_contentSize":{"__type__":"cc.Size","width":1164,"height":523},"_position":{"__type__":"cc.Vec3","y":-37}},{"__type__":"cc.Node","_name":"DataPosition","_parent":{"__id__":2},"_active":false,"_level":2,"_components":[{"__type__":"cc.Label","node":{"__id__":30},"_useOriginalSize":false,"_string":"1/1","_N$string":"1/1","_fontSize":18,"_lineHeight":18,"_N$horizontalAlign":1,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":25.02,"height":22.68},"_position":{"__type__":"cc.Vec3","x":572,"y":-331}}],{"__type__":"cc.SpriteFrame","content":{"name":"collection_button","texture":"e1jChEXfpNn4upv4+LugFe","rect":[0,4,176,124],"offset":[0,-2],"originalSize":[176,128],"capInsets":[0,0,0,0]}}]
\ No newline at end of file
......
[{"__type__":"cc.SpriteFrame","content":{"name":"scroll_base_bg","texture":"64aF0rMmxEto44SYq0wpsJ","rect":[0,0,2,512],"offset":[0,0],"originalSize":[2,512],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"scroll_bar_bg","texture":"9aiSUNc99OXJYjuuVA5CAX","rect":[0,0,468,4],"offset":[0,0],"originalSize":[468,4],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"exitEditor_button","texture":"2aYH8zwZdAe6sanpkeOXZO","rect":[0,4,137,126],"offset":[0,-2],"originalSize":[137,130],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"down_arrow","texture":"fbQH9aICNO+Z0JSXhrCZVO","rect":[0,0,11,10],"offset":[0,0],"originalSize":[11,10],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"collection404","texture":"4565IJfl9IeZKM0yLXjYwN","rect":[58,156,1164,523],"offset":[0,-57.5],"originalSize":[1280,720],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"up_arrow","texture":"5e9YgE/FBE5KaIivlfikFw","rect":[0,0,11,10],"offset":[0,0],"originalSize":[11,10],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"clear_button","texture":"deVqfOdVJM3LwA+DqwzXI/","rect":[0,4,137,126],"offset":[0,-2],"originalSize":[137,130],"capInsets":[0,0,0,0]}},[{"__type__":"cc.SceneAsset","_name":"sceneDiary","scene":{"__id__":1},"asyncLoadAssets":null},{"__type__":"cc.Scene","_name":"New Node","_children":[{"__id__":2}],"_anchorPoint":{"__type__":"cc.Vec2"},"autoReleaseAssets":false},{"__type__":"cc.Node","_name":"TopCanvas","_parent":{"__id__":1},"_children":[{"__id__":3},{"__id__":4},{"__id__":5},{"__id__":7},{"__id__":8},{"__id__":10},{"__id__":12},{"__id__":14},{"__id__":16},{"__id__":20},{"__id__":33},{"__id__":34}],"_level":1,"_components":[{"__type__":"cc.Canvas","node":{"__id__":2},"_designResolution":{"__type__":"cc.Size","width":1280,"height":720},"_fitHeight":false},{"__type__":"3aa3aHQ5yVBBKPjqyQmnYy0","node":{"__id__":2},"spriteHistory":{"__id__":6},"spriteEditor":{"__id__":9},"spriteClear":{"__id__":11},"spriteBackEditor":{"__id__":13},"spriteIndex":{"__id__":15}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720},"_position":{"__type__":"cc.Vec3","x":640,"y":360},"_id":"35lCpDoXpBT6W5jya2VQL6"},{"__type__":"cc.Node","_name":"Main Camera","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Camera","node":{"__id__":3},"_clearFlags":7,"_depth":-1}]},{"__type__":"cc.Node","_name":"Bg","_parent":{"__id__":2},"_components":[{"__type__":"cc.Sprite","node":{"__id__":4}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"cc.Node","_name":"HistoryIcon","_parent":{"__id__":2},"_level":2,"_components":[{"__id__":6},{"__type__":"cc.Widget","node":{"__id__":5},"_alignFlags":9,"_left":23,"_top":25}],"_contentSize":{"__type__":"cc.Size","width":176,"height":64},"_position":{"__type__":"cc.Vec3","x":-529,"y":303}},{"__type__":"cc.Sprite","node":{"__id__":5},"_spriteFrame":{"__uuid__":"ca+7gXjhRPlIBxcz7jhZ4K"},"_sizeMode":0},{"__type__":"cc.Node","_name":"CollectionIcon","_parent":{"__id__":2},"_active":false,"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":7},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":7},"_alignFlags":9,"_left":192,"_top":30}],"_contentSize":{"__type__":"cc.Size","width":142,"height":54},"_position":{"__type__":"cc.Vec3","x":-377,"y":303}},{"__type__":"cc.Node","_name":"EditorIcon","_parent":{"__id__":2},"_level":2,"_components":[{"__id__":9},{"__type__":"cc.Widget","node":{"__id__":8},"_alignFlags":33,"_left":881.197,"_right":250,"_top":25}],"_contentSize":{"__type__":"cc.Size","width":137,"height":65},"_position":{"__type__":"cc.Vec3","x":321.5,"y":302.5}},{"__type__":"cc.Sprite","node":{"__id__":8},"_spriteFrame":{"__uuid__":"d2gLy9z5ZNI6CyJFqTdDKN"},"_sizeMode":0},{"__type__":"cc.Node","_name":"ClearIcon","_parent":{"__id__":2},"_level":2,"_components":[{"__id__":11},{"__type__":"cc.Widget","node":{"__id__":10},"_alignFlags":33,"_left":1064.605,"_right":80,"_top":25}],"_opacity":0,"_contentSize":{"__type__":"cc.Size","width":137,"height":65},"_position":{"__type__":"cc.Vec3","x":491.5,"y":302.5}},{"__type__":"cc.Sprite","node":{"__id__":10},"_spriteFrame":{"__uuid__":"82gmbXN1xKsLZU21hVdllO"},"_sizeMode":0},{"__type__":"cc.Node","_name":"BackEditorIcon","_parent":{"__id__":2},"_level":2,"_components":[{"__id__":13},{"__type__":"cc.Widget","node":{"__id__":12},"_alignFlags":33,"_left":1072.5,"_right":250,"_top":25,"_originalWidth":137}],"_opacity":0,"_contentSize":{"__type__":"cc.Size","width":137,"height":65},"_position":{"__type__":"cc.Vec3","x":321.5,"y":302.5}},{"__type__":"cc.Sprite","node":{"__id__":12},"_spriteFrame":{"__uuid__":"17HTkp+6pHXqNQvEyyz2mO"},"_sizeMode":0},{"__type__":"cc.Node","_name":"IndexIcon","_parent":{"__id__":2},"_level":2,"_components":[{"__id__":15},{"__type__":"cc.Widget","node":{"__id__":14},"_alignFlags":33,"_right":80,"_top":25}],"_contentSize":{"__type__":"cc.Size","width":137,"height":65},"_position":{"__type__":"cc.Vec3","x":491.5,"y":302.5}},{"__type__":"cc.Sprite","node":{"__id__":14},"_spriteFrame":{"__uuid__":"b804uMNCNErLxwT5XqKky4"},"_sizeMode":0},{"__type__":"cc.Node","_name":"TypeListArea","_parent":{"__id__":2},"_children":[{"__id__":17},{"__id__":18},{"__id__":19}],"_active":false,"_contentSize":{"__type__":"cc.Size","width":300,"height":450},"_position":{"__type__":"cc.Vec3","x":-450,"y":-25}},{"__type__":"cc.Node","_name":"TypeListWrapper","_parent":{"__id__":16},"_children":[{"__type__":"cc.Node","_name":"TypeList","_parent":{"__id__":17},"_anchorPoint":{"__type__":"cc.Vec2","x":0.5,"y":1}}],"_components":[{"__type__":"cc.Mask","node":{"__id__":17},"_N$alphaThreshold":1}],"_contentSize":{"__type__":"cc.Size","width":300,"height":450},"_anchorPoint":{"__type__":"cc.Vec2","x":0.5,"y":1},"_position":{"__type__":"cc.Vec3","y":225}},{"__type__":"cc.Node","_name":"Up","_parent":{"__id__":16},"_level":1,"_components":[{"__type__":"cc.Sprite","node":{"__id__":18}}],"_opacity":0,"_contentSize":{"__type__":"cc.Size","width":46,"height":22},"_position":{"__type__":"cc.Vec3","y":261}},{"__type__":"cc.Node","_name":"Down","_parent":{"__id__":16},"_level":1,"_components":[{"__type__":"cc.Sprite","node":{"__id__":19}}],"_opacity":0,"_contentSize":{"__type__":"cc.Size","width":46,"height":28},"_position":{"__type__":"cc.Vec3","y":-265}},{"__type__":"cc.Node","_name":"CategoryList","_parent":{"__id__":2},"_children":[{"__id__":21},{"__id__":22}],"_components":[{"__type__":"cc.Widget","node":{"__id__":20},"alignMode":0,"_alignFlags":9,"_left":50,"_top":120}],"_contentSize":{"__type__":"cc.Size","width":1180,"height":700},"_position":{"__type__":"cc.Vec3","y":-110}},{"__type__":"cc.Node","_name":"DataContainerMask","_parent":{"__id__":20},"_children":[{"__type__":"cc.Node","_name":"DataContainer","_parent":{"__id__":21}}],"_components":[{"__type__":"cc.Mask","node":{"__id__":21},"_N$alphaThreshold":1}],"_contentSize":{"__type__":"cc.Size","width":1180,"height":700}},{"__type__":"cc.Node","_name":"ScrollBarContainer","_parent":{"__id__":20},"_children":[{"__id__":23},{"__id__":24}],"_active":false,"_components":[{"__type__":"cc.Widget","node":{"__id__":22},"alignMode":0,"_alignFlags":33,"_right":-30},{"__type__":"cc.Mask","node":{"__id__":22},"_enabled":false}],"_contentSize":{"__type__":"cc.Size","width":10,"height":510},"_position":{"__type__":"cc.Vec3","x":450,"y":95}},{"__type__":"cc.Node","_name":"ScrollBarHight","_parent":{"__id__":22},"_components":[{"__type__":"cc.Sprite","node":{"__id__":23},"_spriteFrame":{"__uuid__":"09qO8kbmxDdZP9/A4CGfCh"},"_sizeMode":0}],"_opacity":100,"_contentSize":{"__type__":"cc.Size","width":2,"height":510}},{"__type__":"cc.Node","_name":"ScrollBarShadow","_parent":{"__id__":22},"_children":[{"__id__":25}],"_components":[{"__type__":"cc.Sprite","node":{"__id__":24},"_spriteFrame":{"__uuid__":"16aKiNSApJUphwTHkzr1y6"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":24},"alignMode":2,"_alignFlags":1}],"_contentSize":{"__type__":"cc.Size","width":2,"height":94},"_anchorPoint":{"__type__":"cc.Vec2","x":0.5},"_position":{"__type__":"cc.Vec3","y":161}},{"__type__":"cc.Node","_name":"ScrollBarBlock","_parent":{"__id__":24},"_children":[{"__id__":26},{"__id__":27},{"__id__":28}],"_components":[{"__type__":"cc.Sprite","node":{"__id__":25},"_spriteFrame":{"__uuid__":"cc7LlW72dKEYJVLUduIhEZ"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":25},"alignMode":2,"_alignFlags":4,"_left":-4,"_originalHeight":94}],"_contentSize":{"__type__":"cc.Size","width":10,"height":94},"_position":{"__type__":"cc.Vec3","y":47}},{"__type__":"cc.Node","_name":"AU","_parent":{"__id__":25},"_components":[{"__type__":"cc.Sprite","node":{"__id__":26},"_spriteFrame":{"__uuid__":"4cRVkmnCJMIZBPEVobQr4l"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":26},"alignMode":0,"_alignFlags":12,"_left":30,"_top":41,"_bottom":88,"_originalHeight":12}],"_contentSize":{"__type__":"cc.Size","width":10,"height":12},"_position":{"__type__":"cc.Vec3","x":30,"y":47}},{"__type__":"cc.Node","_name":"AD","_parent":{"__id__":25},"_components":[{"__type__":"cc.Sprite","node":{"__id__":27},"_spriteFrame":{"__uuid__":"17uN8v2O9Gk4210ZGCsd0L"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":27},"alignMode":0,"_alignFlags":13,"_left":30,"_top":87.5,"_bottom":-6.5,"_originalHeight":12}],"_contentSize":{"__type__":"cc.Size","width":10,"height":13},"_position":{"__type__":"cc.Vec3","x":30,"y":-47}},{"__type__":"cc.Node","_name":"Page","_parent":{"__id__":25},"_children":[{"__id__":29},{"__id__":30},{"__id__":31},{"__id__":32}],"_components":[{"__type__":"cc.RichText","node":{"__id__":28},"_N$string":"翻\n\n <color=#FFFF80>1</color>","_N$fontSize":18,"_N$lineHeight":18},{"__type__":"cc.Widget","node":{"__id__":28},"alignMode":0,"_alignFlags":9,"_left":25.999999999999996,"_top":20}],"_contentSize":{"__type__":"cc.Size","width":18,"height":58.67999999999999},"_position":{"__type__":"cc.Vec3","x":29.999999999999996,"y":-2.3399999999999963}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":28},"_active":false,"_level":1,"_components":[{"__type__":"cc.Label","node":{"__id__":29},"_string":"翻","_N$string":"翻","_fontSize":18,"_lineHeight":18,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":18,"height":22.68},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-9,"y":6.660000000000004}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":28},"_active":false,"_level":1,"_components":[{"__type__":"cc.Label","node":{"__id__":30},"_string":"页","_N$string":"页","_fontSize":18,"_lineHeight":18,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":18,"height":22.68},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-9,"y":-11.339999999999996}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":28},"_active":false,"_level":1,"_components":[{"__type__":"cc.Label","node":{"__id__":31},"_string":" ","_N$string":" ","_fontSize":18,"_lineHeight":18,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":5,"height":22.68},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-9,"y":-29.339999999999996}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":28},"_active":false,"_level":1,"_components":[{"__type__":"cc.Label","node":{"__id__":32},"_string":"1","_N$string":"1","_fontSize":18,"_lineHeight":18,"_N$verticalAlign":1}],"_color":{"__type__":"cc.Color","r":255,"g":255,"b":128},"_contentSize":{"__type__":"cc.Size","width":10.01,"height":22.68},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-4,"y":-29.339999999999996}},{"__type__":"cc.Node","_name":"BlankIcon","_parent":{"__id__":2},"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":33},"_spriteFrame":{"__uuid__":"1cejPYfOxLvI6MkLF6beT5"}}],"_opacity":0,"_contentSize":{"__type__":"cc.Size","width":1164,"height":523},"_position":{"__type__":"cc.Vec3","y":-42.512}},{"__type__":"cc.Node","_name":"DataPosition","_parent":{"__id__":2},"_active":false,"_level":2,"_components":[{"__type__":"cc.Label","node":{"__id__":34},"_useOriginalSize":false,"_string":"1/1","_N$string":"1/1","_fontSize":18,"_lineHeight":18,"_N$horizontalAlign":1,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":25.02,"height":22.68},"_position":{"__type__":"cc.Vec3","x":572,"y":-331}}],{"__type__":"cc.SpriteFrame","content":{"name":"index_button","texture":"a1s9FcfKdGxa4z9mWadOa0","rect":[0,4,137,126],"offset":[0,-2],"originalSize":[137,130],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"history_button","texture":"7dZhqDl8lGSagHDwsbNTjk","rect":[0,4,176,124],"offset":[0,-2],"originalSize":[176,128],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"pageIncon","texture":"aePZ7rdzBGApR4qU/SofNS","rect":[12,12,10,70],"offset":[0,0],"originalSize":[34,94],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"editor_button","texture":"f2zvImCIdJ84zh5dkYLqNv","rect":[0,4,137,126],"offset":[0,-2],"originalSize":[137,130],"capInsets":[0,0,0,0]}}]
\ No newline at end of file
[{"__type__":"cc.SpriteFrame","content":{"name":"scroll_base_bg","texture":"64aF0rMmxEto44SYq0wpsJ","rect":[0,0,2,512],"offset":[0,0],"originalSize":[2,512],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"scroll_bar_bg","texture":"9aiSUNc99OXJYjuuVA5CAX","rect":[0,0,468,4],"offset":[0,0],"originalSize":[468,4],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"exitEditor_button","texture":"2aYH8zwZdAe6sanpkeOXZO","rect":[0,4,137,126],"offset":[0,-2],"originalSize":[137,130],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"down_arrow","texture":"fbQH9aICNO+Z0JSXhrCZVO","rect":[0,0,11,10],"offset":[0,0],"originalSize":[11,10],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"collection404","texture":"4565IJfl9IeZKM0yLXjYwN","rect":[58,156,1164,523],"offset":[0,-57.5],"originalSize":[1280,720],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"up_arrow","texture":"5e9YgE/FBE5KaIivlfikFw","rect":[0,0,11,10],"offset":[0,0],"originalSize":[11,10],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"clear_button","texture":"deVqfOdVJM3LwA+DqwzXI/","rect":[0,4,137,126],"offset":[0,-2],"originalSize":[137,130],"capInsets":[0,0,0,0]}},[{"__type__":"cc.SceneAsset","_name":"sceneDiary","scene":{"__id__":1},"asyncLoadAssets":null},{"__type__":"cc.Scene","_name":"New Node","_children":[{"__id__":2}],"_anchorPoint":{"__type__":"cc.Vec2"},"autoReleaseAssets":true},{"__type__":"cc.Node","_name":"TopCanvas","_parent":{"__id__":1},"_children":[{"__id__":3},{"__id__":4},{"__id__":5},{"__id__":7},{"__id__":8},{"__id__":10},{"__id__":12},{"__id__":14},{"__id__":16},{"__id__":20},{"__id__":33},{"__id__":34}],"_level":1,"_components":[{"__type__":"cc.Canvas","node":{"__id__":2},"_designResolution":{"__type__":"cc.Size","width":1280,"height":720},"_fitHeight":false},{"__type__":"3aa3aHQ5yVBBKPjqyQmnYy0","node":{"__id__":2},"spriteHistory":{"__id__":6},"spriteEditor":{"__id__":9},"spriteClear":{"__id__":11},"spriteBackEditor":{"__id__":13},"spriteIndex":{"__id__":15}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720},"_position":{"__type__":"cc.Vec3","x":640,"y":360},"_id":"35lCpDoXpBT6W5jya2VQL6"},{"__type__":"cc.Node","_name":"Main Camera","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Camera","node":{"__id__":3},"_clearFlags":7,"_depth":-1}]},{"__type__":"cc.Node","_name":"Bg","_parent":{"__id__":2},"_components":[{"__type__":"cc.Sprite","node":{"__id__":4}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"cc.Node","_name":"HistoryIcon","_parent":{"__id__":2},"_level":2,"_components":[{"__id__":6},{"__type__":"cc.Widget","node":{"__id__":5},"_alignFlags":9,"_left":23,"_top":25}],"_contentSize":{"__type__":"cc.Size","width":176,"height":64},"_position":{"__type__":"cc.Vec3","x":-529,"y":303}},{"__type__":"cc.Sprite","node":{"__id__":5},"_spriteFrame":{"__uuid__":"ca+7gXjhRPlIBxcz7jhZ4K"},"_sizeMode":0},{"__type__":"cc.Node","_name":"CollectionIcon","_parent":{"__id__":2},"_active":false,"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":7},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":7},"_alignFlags":9,"_left":192,"_top":30}],"_contentSize":{"__type__":"cc.Size","width":142,"height":54},"_position":{"__type__":"cc.Vec3","x":-377,"y":303}},{"__type__":"cc.Node","_name":"EditorIcon","_parent":{"__id__":2},"_level":2,"_components":[{"__id__":9},{"__type__":"cc.Widget","node":{"__id__":8},"_alignFlags":33,"_left":881.197,"_right":250,"_top":25}],"_contentSize":{"__type__":"cc.Size","width":137,"height":65},"_position":{"__type__":"cc.Vec3","x":321.5,"y":302.5}},{"__type__":"cc.Sprite","node":{"__id__":8},"_spriteFrame":{"__uuid__":"d2gLy9z5ZNI6CyJFqTdDKN"},"_sizeMode":0},{"__type__":"cc.Node","_name":"ClearIcon","_parent":{"__id__":2},"_level":2,"_components":[{"__id__":11},{"__type__":"cc.Widget","node":{"__id__":10},"_alignFlags":33,"_left":1064.605,"_right":80,"_top":25}],"_opacity":0,"_contentSize":{"__type__":"cc.Size","width":137,"height":65},"_position":{"__type__":"cc.Vec3","x":491.5,"y":302.5}},{"__type__":"cc.Sprite","node":{"__id__":10},"_spriteFrame":{"__uuid__":"82gmbXN1xKsLZU21hVdllO"},"_sizeMode":0},{"__type__":"cc.Node","_name":"BackEditorIcon","_parent":{"__id__":2},"_level":2,"_components":[{"__id__":13},{"__type__":"cc.Widget","node":{"__id__":12},"_alignFlags":33,"_left":1072.5,"_right":250,"_top":25,"_originalWidth":137}],"_opacity":0,"_contentSize":{"__type__":"cc.Size","width":137,"height":65},"_position":{"__type__":"cc.Vec3","x":321.5,"y":302.5}},{"__type__":"cc.Sprite","node":{"__id__":12},"_spriteFrame":{"__uuid__":"17HTkp+6pHXqNQvEyyz2mO"},"_sizeMode":0},{"__type__":"cc.Node","_name":"IndexIcon","_parent":{"__id__":2},"_level":2,"_components":[{"__id__":15},{"__type__":"cc.Widget","node":{"__id__":14},"_alignFlags":33,"_right":80,"_top":25}],"_contentSize":{"__type__":"cc.Size","width":137,"height":65},"_position":{"__type__":"cc.Vec3","x":491.5,"y":302.5}},{"__type__":"cc.Sprite","node":{"__id__":14},"_spriteFrame":{"__uuid__":"b804uMNCNErLxwT5XqKky4"},"_sizeMode":0},{"__type__":"cc.Node","_name":"TypeListArea","_parent":{"__id__":2},"_children":[{"__id__":17},{"__id__":18},{"__id__":19}],"_active":false,"_contentSize":{"__type__":"cc.Size","width":300,"height":450},"_position":{"__type__":"cc.Vec3","x":-450,"y":-25}},{"__type__":"cc.Node","_name":"TypeListWrapper","_parent":{"__id__":16},"_children":[{"__type__":"cc.Node","_name":"TypeList","_parent":{"__id__":17},"_anchorPoint":{"__type__":"cc.Vec2","x":0.5,"y":1}}],"_components":[{"__type__":"cc.Mask","node":{"__id__":17},"_N$alphaThreshold":1}],"_contentSize":{"__type__":"cc.Size","width":300,"height":450},"_anchorPoint":{"__type__":"cc.Vec2","x":0.5,"y":1},"_position":{"__type__":"cc.Vec3","y":225}},{"__type__":"cc.Node","_name":"Up","_parent":{"__id__":16},"_level":1,"_components":[{"__type__":"cc.Sprite","node":{"__id__":18}}],"_opacity":0,"_contentSize":{"__type__":"cc.Size","width":46,"height":22},"_position":{"__type__":"cc.Vec3","y":261}},{"__type__":"cc.Node","_name":"Down","_parent":{"__id__":16},"_level":1,"_components":[{"__type__":"cc.Sprite","node":{"__id__":19}}],"_opacity":0,"_contentSize":{"__type__":"cc.Size","width":46,"height":28},"_position":{"__type__":"cc.Vec3","y":-265}},{"__type__":"cc.Node","_name":"CategoryList","_parent":{"__id__":2},"_children":[{"__id__":21},{"__id__":22}],"_components":[{"__type__":"cc.Widget","node":{"__id__":20},"alignMode":0,"_alignFlags":9,"_left":50,"_top":120}],"_contentSize":{"__type__":"cc.Size","width":1180,"height":700},"_position":{"__type__":"cc.Vec3","y":-110}},{"__type__":"cc.Node","_name":"DataContainerMask","_parent":{"__id__":20},"_children":[{"__type__":"cc.Node","_name":"DataContainer","_parent":{"__id__":21}}],"_components":[{"__type__":"cc.Mask","node":{"__id__":21},"_N$alphaThreshold":1}],"_contentSize":{"__type__":"cc.Size","width":1180,"height":700}},{"__type__":"cc.Node","_name":"ScrollBarContainer","_parent":{"__id__":20},"_children":[{"__id__":23},{"__id__":24}],"_active":false,"_components":[{"__type__":"cc.Widget","node":{"__id__":22},"alignMode":0,"_alignFlags":33,"_right":-30},{"__type__":"cc.Mask","node":{"__id__":22},"_enabled":false}],"_contentSize":{"__type__":"cc.Size","width":10,"height":510},"_position":{"__type__":"cc.Vec3","x":450,"y":95}},{"__type__":"cc.Node","_name":"ScrollBarHight","_parent":{"__id__":22},"_components":[{"__type__":"cc.Sprite","node":{"__id__":23},"_spriteFrame":{"__uuid__":"09qO8kbmxDdZP9/A4CGfCh"},"_sizeMode":0}],"_opacity":100,"_contentSize":{"__type__":"cc.Size","width":2,"height":510}},{"__type__":"cc.Node","_name":"ScrollBarShadow","_parent":{"__id__":22},"_children":[{"__id__":25}],"_components":[{"__type__":"cc.Sprite","node":{"__id__":24},"_spriteFrame":{"__uuid__":"16aKiNSApJUphwTHkzr1y6"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":24},"alignMode":2,"_alignFlags":1}],"_contentSize":{"__type__":"cc.Size","width":2,"height":94},"_anchorPoint":{"__type__":"cc.Vec2","x":0.5},"_position":{"__type__":"cc.Vec3","y":161}},{"__type__":"cc.Node","_name":"ScrollBarBlock","_parent":{"__id__":24},"_children":[{"__id__":26},{"__id__":27},{"__id__":28}],"_components":[{"__type__":"cc.Sprite","node":{"__id__":25},"_spriteFrame":{"__uuid__":"cc7LlW72dKEYJVLUduIhEZ"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":25},"alignMode":2,"_alignFlags":4,"_left":-4,"_originalHeight":94}],"_contentSize":{"__type__":"cc.Size","width":10,"height":94},"_position":{"__type__":"cc.Vec3","y":47}},{"__type__":"cc.Node","_name":"AU","_parent":{"__id__":25},"_components":[{"__type__":"cc.Sprite","node":{"__id__":26},"_spriteFrame":{"__uuid__":"4cRVkmnCJMIZBPEVobQr4l"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":26},"alignMode":0,"_alignFlags":12,"_left":30,"_top":41,"_bottom":88,"_originalHeight":12}],"_contentSize":{"__type__":"cc.Size","width":10,"height":12},"_position":{"__type__":"cc.Vec3","x":30,"y":47}},{"__type__":"cc.Node","_name":"AD","_parent":{"__id__":25},"_components":[{"__type__":"cc.Sprite","node":{"__id__":27},"_spriteFrame":{"__uuid__":"17uN8v2O9Gk4210ZGCsd0L"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":27},"alignMode":0,"_alignFlags":13,"_left":30,"_top":87.5,"_bottom":-6.5,"_originalHeight":12}],"_contentSize":{"__type__":"cc.Size","width":10,"height":13},"_position":{"__type__":"cc.Vec3","x":30,"y":-47}},{"__type__":"cc.Node","_name":"Page","_parent":{"__id__":25},"_children":[{"__id__":29},{"__id__":30},{"__id__":31},{"__id__":32}],"_components":[{"__type__":"cc.RichText","node":{"__id__":28},"_N$string":"翻\n\n <color=#FFFF80>1</color>","_N$fontSize":18,"_N$lineHeight":18},{"__type__":"cc.Widget","node":{"__id__":28},"alignMode":0,"_alignFlags":9,"_left":25.999999999999996,"_top":20}],"_contentSize":{"__type__":"cc.Size","width":18,"height":58.67999999999999},"_position":{"__type__":"cc.Vec3","x":29.999999999999996,"y":-2.3399999999999963}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":28},"_active":false,"_level":1,"_components":[{"__type__":"cc.Label","node":{"__id__":29},"_string":"翻","_N$string":"翻","_fontSize":18,"_lineHeight":18,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":18,"height":22.68},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-9,"y":6.660000000000004}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":28},"_active":false,"_level":1,"_components":[{"__type__":"cc.Label","node":{"__id__":30},"_string":"页","_N$string":"页","_fontSize":18,"_lineHeight":18,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":18,"height":22.68},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-9,"y":-11.339999999999996}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":28},"_active":false,"_level":1,"_components":[{"__type__":"cc.Label","node":{"__id__":31},"_string":" ","_N$string":" ","_fontSize":18,"_lineHeight":18,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":5,"height":22.68},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-9,"y":-29.339999999999996}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":28},"_active":false,"_level":1,"_components":[{"__type__":"cc.Label","node":{"__id__":32},"_string":"1","_N$string":"1","_fontSize":18,"_lineHeight":18,"_N$verticalAlign":1}],"_color":{"__type__":"cc.Color","r":255,"g":255,"b":128},"_contentSize":{"__type__":"cc.Size","width":10.01,"height":22.68},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-4,"y":-29.339999999999996}},{"__type__":"cc.Node","_name":"BlankIcon","_parent":{"__id__":2},"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":33},"_spriteFrame":{"__uuid__":"1cejPYfOxLvI6MkLF6beT5"}}],"_opacity":0,"_contentSize":{"__type__":"cc.Size","width":1164,"height":523},"_position":{"__type__":"cc.Vec3","y":-42.512}},{"__type__":"cc.Node","_name":"DataPosition","_parent":{"__id__":2},"_active":false,"_level":2,"_components":[{"__type__":"cc.Label","node":{"__id__":34},"_useOriginalSize":false,"_string":"1/1","_N$string":"1/1","_fontSize":18,"_lineHeight":18,"_N$horizontalAlign":1,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":25.02,"height":22.68},"_position":{"__type__":"cc.Vec3","x":572,"y":-331}}],{"__type__":"cc.SpriteFrame","content":{"name":"index_button","texture":"a1s9FcfKdGxa4z9mWadOa0","rect":[0,4,137,126],"offset":[0,-2],"originalSize":[137,130],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"history_button","texture":"7dZhqDl8lGSagHDwsbNTjk","rect":[0,4,176,124],"offset":[0,-2],"originalSize":[176,128],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"pageIncon","texture":"aePZ7rdzBGApR4qU/SofNS","rect":[12,12,10,70],"offset":[0,0],"originalSize":[34,94],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"editor_button","texture":"f2zvImCIdJ84zh5dkYLqNv","rect":[0,4,137,126],"offset":[0,-2],"originalSize":[137,130],"capInsets":[0,0,0,0]}}]
\ No newline at end of file
......
[{"__type__":"cc.SpriteFrame","content":{"name":"progress_focus","texture":"9aQfHA0wFPV47gMatjTeqN","rect":[0,9,50,63],"offset":[0,-4.5],"originalSize":[50,72],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"play_top_bg","texture":"18Ui89MBxEfoL6D0XVgSy6","rect":[0,0,1280,164],"offset":[0,0],"originalSize":[1280,164],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"play_control_bg","texture":"a6DXvUzZVEwpYHcgPqkvh+","rect":[0,0,1280,252],"offset":[0,0],"originalSize":[1280,252],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"volume_level_container_value","texture":"03T1KTjmhDL7g9p/i6Gn3h","rect":[0,0,10,164],"offset":[0,0],"originalSize":[10,164],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"play","texture":"b6Ks33PstF4ZvSjmhUlK+S","rect":[0,4,68,132],"offset":[0,-2],"originalSize":[68,136],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"scroll_bar_bg_horizontal","texture":"dcUl9T4wVAQ5jzMQTzY9Bb","rect":[0,0,468,4],"offset":[0,0],"originalSize":[468,4],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"volume_level_container","texture":"69SJRwXCtNPavWPIxYnK8W","rect":[0,0,10,164],"offset":[0,0],"originalSize":[10,164],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"vocal","texture":"b0i6ibfDVKaI+UZ9s484O8","rect":[0,4,68,132],"offset":[0,-2],"originalSize":[68,136],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"noSubscribe","texture":"49aYdg7wlKErktbfY56lav","rect":[0,4,124,116],"offset":[0,-2],"originalSize":[124,120],"capInsets":[0,0,0,0]}},[{"__type__":"cc.SceneAsset","_name":"sceneProgramPlayerFullScreen","scene":{"__id__":1},"asyncLoadAssets":null},{"__type__":"cc.Scene","_name":"New Node","_children":[{"__id__":2}],"_anchorPoint":{"__type__":"cc.Vec2"},"autoReleaseAssets":false},{"__type__":"cc.Node","_name":"TopCanvas","_parent":{"__id__":1},"_children":[{"__id__":3},{"__id__":4},{"__id__":6}],"_components":[{"__type__":"cc.Canvas","node":{"__id__":2},"_designResolution":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"39364HagP9LpJf5va61r5rv","node":{"__id__":2},"videoPlay":{"__id__":5},"playOrPauseIcon":{"__id__":18},"playTitle":{"__id__":15},"progressBarIcon":{"__id__":22},"durationText":{"__id__":25},"totalTimeText":{"__id__":28},"volumeIcon":{"__id__":30},"volumeValue":{"__id__":39},"volumeControl":{"__id__":35},"orderIcon":{"__id__":32},"collectIcon":{"__id__":34},"playContainer":{"__id__":6},"playProgressBarValue":{"__id__":23}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720},"_position":{"__type__":"cc.Vec3","x":640,"y":360},"_id":"8c+O+3XKpGvIKvq2YLlZ3O"},{"__type__":"cc.Node","_name":"Main Camera","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Camera","node":{"__id__":3},"_clearFlags":7,"_depth":-1}]},{"__type__":"cc.Node","_name":"VideoPlayer","_parent":{"__id__":2},"_level":1,"_components":[{"__id__":5},{"__type__":"cc.Widget","node":{"__id__":4},"_alignFlags":1}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"cc.VideoPlayer","node":{"__id__":4},"_volume":0.5,"videoPlayerEvent":[{"__type__":"cc.ClickEvent","target":{"__id__":2},"_componentId":"39364HagP9LpJf5va61r5rv","handler":"onVideoPlayerEvent"}]},{"__type__":"cc.Node","_name":"PlayContainer","_parent":{"__id__":2},"_children":[{"__id__":7},{"__id__":16},{"__id__":35}],"_level":1,"_contentSize":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"cc.Node","_name":"PlayTopPic","_parent":{"__id__":6},"_children":[{"__id__":8},{"__id__":14}],"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":7},"_spriteFrame":{"__uuid__":"24w24u8MtDj7p0RTn6qkoX"}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":164},"_position":{"__type__":"cc.Vec3","y":278}},{"__type__":"cc.Node","_name":"PlayTopRichText","_parent":{"__id__":7},"_children":[{"__id__":9},{"__id__":10},{"__id__":11},{"__id__":12},{"__id__":13}],"_level":3,"_components":[{"__type__":"cc.RichText","node":{"__id__":8},"_N$string":"<color=yellow>试播30秒......<br/></c>优宝乐园:20元/月(<color=yellow>点击订购,查看最新优惠</c>)<br/>上万部经典动画、精彩动漫电影、儿歌早教、科普艺术,优质的早教影视资料,尽在“优宝乐园”!","_N$fontSize":20,"_N$maxWidth":1280,"_N$lineHeight":30},{"__type__":"cc.Widget","node":{"__id__":8},"_target":{"__id__":7},"_alignFlags":9,"_left":64,"_right":-64,"_top":46,"_originalWidth":1280}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":97.8},"_position":{"__type__":"cc.Vec3","x":64,"y":-12.899999999999999}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":8},"_level":4,"_components":[{"__type__":"cc.Label","node":{"__id__":9},"_string":"试播30秒......","_N$string":"试播30秒......","_fontSize":20,"_lineHeight":30,"_N$verticalAlign":1}],"_color":{"__type__":"cc.Color","r":255,"g":235,"b":4},"_contentSize":{"__type__":"cc.Size","width":115.59,"height":37.8},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-640,"y":11.100000000000001}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":8},"_level":4,"_components":[{"__type__":"cc.Label","node":{"__id__":10},"_string":"优宝乐园:20元/月(","_N$string":"优宝乐园:20元/月(","_fontSize":20,"_lineHeight":30,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":187.8,"height":37.8},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-640,"y":-18.9}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":8},"_level":4,"_components":[{"__type__":"cc.Label","node":{"__id__":11},"_string":"点击订购,查看最新优惠","_N$string":"点击订购,查看最新优惠","_fontSize":20,"_lineHeight":30,"_N$verticalAlign":1}],"_color":{"__type__":"cc.Color","r":255,"g":235,"b":4},"_contentSize":{"__type__":"cc.Size","width":220,"height":37.8},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-452.2,"y":-18.9}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":8},"_level":4,"_components":[{"__type__":"cc.Label","node":{"__id__":12},"_string":")","_N$string":")","_fontSize":20,"_lineHeight":30,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":6.66,"height":37.8},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-232.2,"y":-18.9}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":8},"_level":4,"_components":[{"__type__":"cc.Label","node":{"__id__":13},"_string":"上万部经典动画、精彩动漫电影、儿歌早教、科普艺术,优质的早教影视资料,尽在“优宝乐园”!","_N$string":"上万部经典动画、精彩动漫电影、儿歌早教、科普艺术,优质的早教影视资料,尽在“优宝乐园”!","_fontSize":20,"_lineHeight":30,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":853.32,"height":37.8},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-640,"y":-48.9}},{"__type__":"cc.Node","_name":"PlayTitle","_parent":{"__id__":7},"_level":3,"_components":[{"__id__":15}],"_contentSize":{"__type__":"cc.Size","width":1000,"height":46},"_anchorPoint":{"__type__":"cc.Vec2","y":0.5},"_position":{"__type__":"cc.Vec3","x":-576,"y":59}},{"__type__":"cc.Label","node":{"__id__":14},"_useOriginalSize":false,"_fontSize":24,"_lineHeight":46,"_N$verticalAlign":1,"_N$overflow":1},{"__type__":"cc.Node","_name":"PlayControlPic","_parent":{"__id__":6},"_children":[{"__id__":17},{"__id__":19},{"__id__":24},{"__id__":26},{"__id__":27},{"__id__":29},{"__id__":31},{"__id__":33}],"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":16},"_spriteFrame":{"__uuid__":"43a64LCchN9LaTymMgMQSt"}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":252},"_position":{"__type__":"cc.Vec3","y":-234}},{"__type__":"cc.Node","_name":"PlayOrPauseIcon","_parent":{"__id__":16},"_level":3,"_components":[{"__id__":18}],"_contentSize":{"__type__":"cc.Size","width":68,"height":68},"_position":{"__type__":"cc.Vec3","x":-561,"y":-55}},{"__type__":"cc.Sprite","node":{"__id__":17},"_spriteFrame":{"__uuid__":"68PUjxRTJFl7DbN09/UCt2"},"_sizeMode":0},{"__type__":"cc.Node","_name":"ProgressBarContainerIcon","_parent":{"__id__":16},"_children":[{"__id__":20}],"_level":3,"_components":[{"__type__":"cc.Sprite","node":{"__id__":19},"_spriteFrame":{"__uuid__":"8bnZCNQhNPOqOkztoIk7D1"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":19},"_alignFlags":1,"_top":122}],"_color":{"__type__":"cc.Color","r":55,"g":55,"b":55},"_contentSize":{"__type__":"cc.Size","width":1280,"height":10},"_position":{"__type__":"cc.Vec3","y":-1}},{"__type__":"cc.Node","_name":"ProgressBarValue","_parent":{"__id__":19},"_children":[{"__id__":21}],"_level":4,"_components":[{"__id__":23},{"__type__":"cc.Widget","node":{"__id__":20},"alignMode":2,"_target":{"__id__":19},"_alignFlags":8}],"_contentSize":{"__type__":"cc.Size","width":100,"height":10},"_position":{"__type__":"cc.Vec3","x":-590}},{"__type__":"cc.Node","_name":"ProgressBarIcon","_parent":{"__id__":20},"_level":5,"_components":[{"__id__":22},{"__type__":"cc.Widget","node":{"__id__":21},"alignMode":2,"_target":{"__id__":20},"_alignFlags":33,"_left":-8,"_right":-25,"_top":-13.5}],"_contentSize":{"__type__":"cc.Size","width":50,"height":36},"_position":{"__type__":"cc.Vec3","x":50,"y":0.5}},{"__type__":"cc.Sprite","node":{"__id__":21},"_spriteFrame":{"__uuid__":"04Ik5RgydLgJgKlDzPhZZN"},"_sizeMode":0},{"__type__":"cc.Sprite","node":{"__id__":20}},{"__type__":"cc.Node","_name":"DurationText","_parent":{"__id__":16},"_level":3,"_components":[{"__id__":25},{"__type__":"cc.Widget","node":{"__id__":24},"_alignFlags":9,"_left":177,"_top":177}],"_contentSize":{"__type__":"cc.Size","width":100,"height":40},"_position":{"__type__":"cc.Vec3","x":-413,"y":-71}},{"__type__":"cc.Label","node":{"__id__":24},"_useOriginalSize":false,"_string":"000:00","_N$string":"000:00","_fontSize":24,"_N$horizontalAlign":1,"_N$verticalAlign":1,"_N$overflow":1},{"__type__":"cc.Node","_name":"SymbolText","_parent":{"__id__":16},"_level":3,"_components":[{"__type__":"cc.Label","node":{"__id__":26},"_useOriginalSize":false,"_string":"/","_N$string":"/","_N$horizontalAlign":1,"_N$verticalAlign":1},{"__type__":"cc.Widget","node":{"__id__":26},"_alignFlags":8,"_left":266.45}],"_contentSize":{"__type__":"cc.Size","width":11.11,"height":50.4},"_position":{"__type__":"cc.Vec3","x":-367.995,"y":-71}},{"__type__":"cc.Node","_name":"TotalTimeText","_parent":{"__id__":16},"_level":3,"_components":[{"__id__":28},{"__type__":"cc.Widget","node":{"__id__":27},"_alignFlags":9,"_left":280,"_top":177}],"_contentSize":{"__type__":"cc.Size","width":73.41,"height":40},"_position":{"__type__":"cc.Vec3","x":-323.295,"y":-71}},{"__type__":"cc.Label","node":{"__id__":27},"_useOriginalSize":false,"_string":"000:00","_N$string":"000:00","_fontSize":24,"_N$horizontalAlign":1,"_N$verticalAlign":1,"_N$overflow":1},{"__type__":"cc.Node","_name":"VolumeIcon","_parent":{"__id__":16},"_level":3,"_components":[{"__id__":30}],"_contentSize":{"__type__":"cc.Size","width":68,"height":68},"_position":{"__type__":"cc.Vec3","x":311,"y":-71}},{"__type__":"cc.Sprite","node":{"__id__":29},"_spriteFrame":{"__uuid__":"a7gdxMUbdMpZgDsO6Y2bHR"},"_sizeMode":0},{"__type__":"cc.Node","_name":"OrderButtonIcon","_parent":{"__id__":16},"_level":3,"_components":[{"__id__":32}],"_contentSize":{"__type__":"cc.Size","width":124,"height":60},"_position":{"__type__":"cc.Vec3","x":431,"y":-70}},{"__type__":"cc.Sprite","node":{"__id__":31},"_spriteFrame":{"__uuid__":"adYM+Ks8hOdbca7kweZaJ3"},"_sizeMode":0},{"__type__":"cc.Node","_name":"CollectIcon","_parent":{"__id__":16},"_level":3,"_components":[{"__id__":34}],"_contentSize":{"__type__":"cc.Size","width":124,"height":60},"_position":{"__type__":"cc.Vec3","x":566,"y":-70}},{"__type__":"cc.Sprite","node":{"__id__":33},"_spriteFrame":{"__uuid__":"d4JHB4nO9D7bUdKKuAGw0k"},"_sizeMode":0},{"__type__":"cc.Node","_name":"VolumeControl","_parent":{"__id__":6},"_children":[{"__id__":36}],"_level":2,"_opacity":0,"_contentSize":{"__type__":"cc.Size","width":73,"height":255},"_position":{"__type__":"cc.Vec3","x":311.5,"y":-232.5}},{"__type__":"cc.Node","_name":"VolumeContainer","_parent":{"__id__":35},"_children":[{"__id__":37}],"_level":3,"_components":[{"__type__":"cc.Sprite","node":{"__id__":36},"_spriteFrame":{"__uuid__":"a6Iex3AiJHnqJ9ImP7TAIf"}}],"_contentSize":{"__type__":"cc.Size","width":10,"height":164},"_position":{"__type__":"cc.Vec3","y":45.5}},{"__type__":"cc.Node","_name":"VolumeValue","_parent":{"__id__":36},"_children":[{"__id__":38}],"_level":4,"_components":[{"__id__":39},{"__type__":"cc.Widget","node":{"__id__":37},"alignMode":2,"_alignFlags":4}],"_contentSize":{"__type__":"cc.Size","width":10,"height":164}},{"__type__":"cc.Node","_name":"VolumeCircle","_parent":{"__id__":37},"_level":5,"_components":[{"__type__":"cc.Sprite","node":{"__id__":38},"_spriteFrame":{"__uuid__":"bcZGXJozRKQo+FZANdMu9R"}},{"__type__":"cc.Widget","node":{"__id__":38},"alignMode":2,"_target":{"__id__":37},"_alignFlags":1,"_top":-8}],"_contentSize":{"__type__":"cc.Size","width":15,"height":16},"_position":{"__type__":"cc.Vec3","y":82}},{"__type__":"cc.Sprite","node":{"__id__":37},"_spriteFrame":{"__uuid__":"47yc9KU/hEn5jcztvGw4IJ"},"_type":1}],{"__type__":"cc.SpriteFrame","content":{"name":"progress_bar_circle","texture":"fdYfxGGHJKhJrY+2AXuQfm","rect":[0,0,15,16],"offset":[0,0],"originalSize":[15,16],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"collect","texture":"2e/K5m1upHT5TEvLoOHNRi","rect":[0,4,124,116],"offset":[0,-2],"originalSize":[124,120],"capInsets":[0,0,0,0]}}]
\ No newline at end of file
[{"__type__":"cc.SpriteFrame","content":{"name":"progress_focus","texture":"9aQfHA0wFPV47gMatjTeqN","rect":[0,9,50,63],"offset":[0,-4.5],"originalSize":[50,72],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"play_top_bg","texture":"18Ui89MBxEfoL6D0XVgSy6","rect":[0,0,1280,164],"offset":[0,0],"originalSize":[1280,164],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"play_control_bg","texture":"a6DXvUzZVEwpYHcgPqkvh+","rect":[0,0,1280,252],"offset":[0,0],"originalSize":[1280,252],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"volume_level_container_value","texture":"03T1KTjmhDL7g9p/i6Gn3h","rect":[0,0,10,164],"offset":[0,0],"originalSize":[10,164],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"play","texture":"b6Ks33PstF4ZvSjmhUlK+S","rect":[0,4,68,132],"offset":[0,-2],"originalSize":[68,136],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"scroll_bar_bg_horizontal","texture":"dcUl9T4wVAQ5jzMQTzY9Bb","rect":[0,0,468,4],"offset":[0,0],"originalSize":[468,4],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"volume_level_container","texture":"69SJRwXCtNPavWPIxYnK8W","rect":[0,0,10,164],"offset":[0,0],"originalSize":[10,164],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"vocal","texture":"b0i6ibfDVKaI+UZ9s484O8","rect":[0,4,68,132],"offset":[0,-2],"originalSize":[68,136],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"noSubscribe","texture":"49aYdg7wlKErktbfY56lav","rect":[0,4,124,116],"offset":[0,-2],"originalSize":[124,120],"capInsets":[0,0,0,0]}},[{"__type__":"cc.SceneAsset","_name":"sceneProgramPlayerFullScreen","scene":{"__id__":1},"asyncLoadAssets":null},{"__type__":"cc.Scene","_name":"New Node","_children":[{"__id__":2}],"_anchorPoint":{"__type__":"cc.Vec2"},"autoReleaseAssets":true},{"__type__":"cc.Node","_name":"TopCanvas","_parent":{"__id__":1},"_children":[{"__id__":3},{"__id__":4},{"__id__":6}],"_components":[{"__type__":"cc.Canvas","node":{"__id__":2},"_designResolution":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"39364HagP9LpJf5va61r5rv","node":{"__id__":2},"videoPlay":{"__id__":5},"playOrPauseIcon":{"__id__":18},"playTitle":{"__id__":15},"progressBarIcon":{"__id__":22},"durationText":{"__id__":25},"totalTimeText":{"__id__":28},"volumeIcon":{"__id__":30},"volumeValue":{"__id__":39},"volumeControl":{"__id__":35},"orderIcon":{"__id__":32},"collectIcon":{"__id__":34},"playContainer":{"__id__":6},"playProgressBarValue":{"__id__":23}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720},"_position":{"__type__":"cc.Vec3","x":640,"y":360},"_id":"8c+O+3XKpGvIKvq2YLlZ3O"},{"__type__":"cc.Node","_name":"Main Camera","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Camera","node":{"__id__":3},"_clearFlags":7,"_depth":-1}]},{"__type__":"cc.Node","_name":"VideoPlayer","_parent":{"__id__":2},"_level":1,"_components":[{"__id__":5},{"__type__":"cc.Widget","node":{"__id__":4},"_alignFlags":1}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"cc.VideoPlayer","node":{"__id__":4},"_volume":0.5,"videoPlayerEvent":[{"__type__":"cc.ClickEvent","target":{"__id__":2},"_componentId":"39364HagP9LpJf5va61r5rv","handler":"onVideoPlayerEvent"}]},{"__type__":"cc.Node","_name":"PlayContainer","_parent":{"__id__":2},"_children":[{"__id__":7},{"__id__":16},{"__id__":35}],"_level":1,"_contentSize":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"cc.Node","_name":"PlayTopPic","_parent":{"__id__":6},"_children":[{"__id__":8},{"__id__":14}],"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":7},"_spriteFrame":{"__uuid__":"24w24u8MtDj7p0RTn6qkoX"}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":164},"_position":{"__type__":"cc.Vec3","y":278}},{"__type__":"cc.Node","_name":"PlayTopRichText","_parent":{"__id__":7},"_children":[{"__id__":9},{"__id__":10},{"__id__":11},{"__id__":12},{"__id__":13}],"_level":3,"_components":[{"__type__":"cc.RichText","node":{"__id__":8},"_N$string":"<color=yellow>试播30秒......<br/></c>优宝乐园:20元/月(<color=yellow>点击订购,查看最新优惠</c>)<br/>上万部经典动画、精彩动漫电影、儿歌早教、科普艺术,优质的早教影视资料,尽在“优宝乐园”!","_N$fontSize":20,"_N$maxWidth":1280,"_N$lineHeight":30},{"__type__":"cc.Widget","node":{"__id__":8},"_target":{"__id__":7},"_alignFlags":9,"_left":64,"_right":-64,"_top":46,"_originalWidth":1280}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":97.8},"_position":{"__type__":"cc.Vec3","x":64,"y":-12.899999999999999}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":8},"_level":4,"_components":[{"__type__":"cc.Label","node":{"__id__":9},"_string":"试播30秒......","_N$string":"试播30秒......","_fontSize":20,"_lineHeight":30,"_N$verticalAlign":1}],"_color":{"__type__":"cc.Color","r":255,"g":235,"b":4},"_contentSize":{"__type__":"cc.Size","width":115.59,"height":37.8},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-640,"y":11.100000000000001}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":8},"_level":4,"_components":[{"__type__":"cc.Label","node":{"__id__":10},"_string":"优宝乐园:20元/月(","_N$string":"优宝乐园:20元/月(","_fontSize":20,"_lineHeight":30,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":187.8,"height":37.8},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-640,"y":-18.9}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":8},"_level":4,"_components":[{"__type__":"cc.Label","node":{"__id__":11},"_string":"点击订购,查看最新优惠","_N$string":"点击订购,查看最新优惠","_fontSize":20,"_lineHeight":30,"_N$verticalAlign":1}],"_color":{"__type__":"cc.Color","r":255,"g":235,"b":4},"_contentSize":{"__type__":"cc.Size","width":220,"height":37.8},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-452.2,"y":-18.9}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":8},"_level":4,"_components":[{"__type__":"cc.Label","node":{"__id__":12},"_string":")","_N$string":")","_fontSize":20,"_lineHeight":30,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":6.66,"height":37.8},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-232.2,"y":-18.9}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":8},"_level":4,"_components":[{"__type__":"cc.Label","node":{"__id__":13},"_string":"上万部经典动画、精彩动漫电影、儿歌早教、科普艺术,优质的早教影视资料,尽在“优宝乐园”!","_N$string":"上万部经典动画、精彩动漫电影、儿歌早教、科普艺术,优质的早教影视资料,尽在“优宝乐园”!","_fontSize":20,"_lineHeight":30,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":853.32,"height":37.8},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-640,"y":-48.9}},{"__type__":"cc.Node","_name":"PlayTitle","_parent":{"__id__":7},"_level":3,"_components":[{"__id__":15}],"_contentSize":{"__type__":"cc.Size","width":1000,"height":46},"_anchorPoint":{"__type__":"cc.Vec2","y":0.5},"_position":{"__type__":"cc.Vec3","x":-576,"y":59}},{"__type__":"cc.Label","node":{"__id__":14},"_useOriginalSize":false,"_fontSize":24,"_lineHeight":46,"_N$verticalAlign":1,"_N$overflow":1},{"__type__":"cc.Node","_name":"PlayControlPic","_parent":{"__id__":6},"_children":[{"__id__":17},{"__id__":19},{"__id__":24},{"__id__":26},{"__id__":27},{"__id__":29},{"__id__":31},{"__id__":33}],"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":16},"_spriteFrame":{"__uuid__":"43a64LCchN9LaTymMgMQSt"}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":252},"_position":{"__type__":"cc.Vec3","y":-234}},{"__type__":"cc.Node","_name":"PlayOrPauseIcon","_parent":{"__id__":16},"_level":3,"_components":[{"__id__":18}],"_contentSize":{"__type__":"cc.Size","width":68,"height":68},"_position":{"__type__":"cc.Vec3","x":-561,"y":-55}},{"__type__":"cc.Sprite","node":{"__id__":17},"_spriteFrame":{"__uuid__":"68PUjxRTJFl7DbN09/UCt2"},"_sizeMode":0},{"__type__":"cc.Node","_name":"ProgressBarContainerIcon","_parent":{"__id__":16},"_children":[{"__id__":20}],"_level":3,"_components":[{"__type__":"cc.Sprite","node":{"__id__":19},"_spriteFrame":{"__uuid__":"8bnZCNQhNPOqOkztoIk7D1"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":19},"_alignFlags":1,"_top":122}],"_color":{"__type__":"cc.Color","r":55,"g":55,"b":55},"_contentSize":{"__type__":"cc.Size","width":1280,"height":10},"_position":{"__type__":"cc.Vec3","y":-1}},{"__type__":"cc.Node","_name":"ProgressBarValue","_parent":{"__id__":19},"_children":[{"__id__":21}],"_level":4,"_components":[{"__id__":23},{"__type__":"cc.Widget","node":{"__id__":20},"alignMode":2,"_target":{"__id__":19},"_alignFlags":8}],"_contentSize":{"__type__":"cc.Size","width":100,"height":10},"_position":{"__type__":"cc.Vec3","x":-590}},{"__type__":"cc.Node","_name":"ProgressBarIcon","_parent":{"__id__":20},"_level":5,"_components":[{"__id__":22},{"__type__":"cc.Widget","node":{"__id__":21},"alignMode":2,"_target":{"__id__":20},"_alignFlags":33,"_left":-8,"_right":-25,"_top":-13.5}],"_contentSize":{"__type__":"cc.Size","width":50,"height":36},"_position":{"__type__":"cc.Vec3","x":50,"y":0.5}},{"__type__":"cc.Sprite","node":{"__id__":21},"_spriteFrame":{"__uuid__":"04Ik5RgydLgJgKlDzPhZZN"},"_sizeMode":0},{"__type__":"cc.Sprite","node":{"__id__":20}},{"__type__":"cc.Node","_name":"DurationText","_parent":{"__id__":16},"_level":3,"_components":[{"__id__":25},{"__type__":"cc.Widget","node":{"__id__":24},"_alignFlags":9,"_left":177,"_top":177}],"_contentSize":{"__type__":"cc.Size","width":100,"height":40},"_position":{"__type__":"cc.Vec3","x":-413,"y":-71}},{"__type__":"cc.Label","node":{"__id__":24},"_useOriginalSize":false,"_string":"000:00","_N$string":"000:00","_fontSize":24,"_N$horizontalAlign":1,"_N$verticalAlign":1,"_N$overflow":1},{"__type__":"cc.Node","_name":"SymbolText","_parent":{"__id__":16},"_level":3,"_components":[{"__type__":"cc.Label","node":{"__id__":26},"_useOriginalSize":false,"_string":"/","_N$string":"/","_N$horizontalAlign":1,"_N$verticalAlign":1},{"__type__":"cc.Widget","node":{"__id__":26},"_alignFlags":8,"_left":266.45}],"_contentSize":{"__type__":"cc.Size","width":11.11,"height":50.4},"_position":{"__type__":"cc.Vec3","x":-367.995,"y":-71}},{"__type__":"cc.Node","_name":"TotalTimeText","_parent":{"__id__":16},"_level":3,"_components":[{"__id__":28},{"__type__":"cc.Widget","node":{"__id__":27},"_alignFlags":9,"_left":280,"_top":177}],"_contentSize":{"__type__":"cc.Size","width":73.41,"height":40},"_position":{"__type__":"cc.Vec3","x":-323.295,"y":-71}},{"__type__":"cc.Label","node":{"__id__":27},"_useOriginalSize":false,"_string":"000:00","_N$string":"000:00","_fontSize":24,"_N$horizontalAlign":1,"_N$verticalAlign":1,"_N$overflow":1},{"__type__":"cc.Node","_name":"VolumeIcon","_parent":{"__id__":16},"_level":3,"_components":[{"__id__":30}],"_contentSize":{"__type__":"cc.Size","width":68,"height":68},"_position":{"__type__":"cc.Vec3","x":311,"y":-71}},{"__type__":"cc.Sprite","node":{"__id__":29},"_spriteFrame":{"__uuid__":"a7gdxMUbdMpZgDsO6Y2bHR"},"_sizeMode":0},{"__type__":"cc.Node","_name":"OrderButtonIcon","_parent":{"__id__":16},"_level":3,"_components":[{"__id__":32}],"_contentSize":{"__type__":"cc.Size","width":124,"height":60},"_position":{"__type__":"cc.Vec3","x":431,"y":-70}},{"__type__":"cc.Sprite","node":{"__id__":31},"_spriteFrame":{"__uuid__":"adYM+Ks8hOdbca7kweZaJ3"},"_sizeMode":0},{"__type__":"cc.Node","_name":"CollectIcon","_parent":{"__id__":16},"_level":3,"_components":[{"__id__":34}],"_contentSize":{"__type__":"cc.Size","width":124,"height":60},"_position":{"__type__":"cc.Vec3","x":566,"y":-70}},{"__type__":"cc.Sprite","node":{"__id__":33},"_spriteFrame":{"__uuid__":"d4JHB4nO9D7bUdKKuAGw0k"},"_sizeMode":0},{"__type__":"cc.Node","_name":"VolumeControl","_parent":{"__id__":6},"_children":[{"__id__":36}],"_level":2,"_opacity":0,"_contentSize":{"__type__":"cc.Size","width":73,"height":255},"_position":{"__type__":"cc.Vec3","x":311.5,"y":-232.5}},{"__type__":"cc.Node","_name":"VolumeContainer","_parent":{"__id__":35},"_children":[{"__id__":37}],"_level":3,"_components":[{"__type__":"cc.Sprite","node":{"__id__":36},"_spriteFrame":{"__uuid__":"a6Iex3AiJHnqJ9ImP7TAIf"}}],"_contentSize":{"__type__":"cc.Size","width":10,"height":164},"_position":{"__type__":"cc.Vec3","y":45.5}},{"__type__":"cc.Node","_name":"VolumeValue","_parent":{"__id__":36},"_children":[{"__id__":38}],"_level":4,"_components":[{"__id__":39},{"__type__":"cc.Widget","node":{"__id__":37},"alignMode":2,"_alignFlags":4}],"_contentSize":{"__type__":"cc.Size","width":10,"height":164}},{"__type__":"cc.Node","_name":"VolumeCircle","_parent":{"__id__":37},"_level":5,"_components":[{"__type__":"cc.Sprite","node":{"__id__":38},"_spriteFrame":{"__uuid__":"bcZGXJozRKQo+FZANdMu9R"}},{"__type__":"cc.Widget","node":{"__id__":38},"alignMode":2,"_target":{"__id__":37},"_alignFlags":1,"_top":-8}],"_contentSize":{"__type__":"cc.Size","width":15,"height":16},"_position":{"__type__":"cc.Vec3","y":82}},{"__type__":"cc.Sprite","node":{"__id__":37},"_spriteFrame":{"__uuid__":"47yc9KU/hEn5jcztvGw4IJ"},"_type":1}],{"__type__":"cc.SpriteFrame","content":{"name":"progress_bar_circle","texture":"fdYfxGGHJKhJrY+2AXuQfm","rect":[0,0,15,16],"offset":[0,0],"originalSize":[15,16],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"collect","texture":"2e/K5m1upHT5TEvLoOHNRi","rect":[0,4,124,116],"offset":[0,-2],"originalSize":[124,120],"capInsets":[0,0,0,0]}}]
\ No newline at end of file
......
[{"__type__":"cc.SpriteFrame","content":{"name":"scroll_base_bg","texture":"64aF0rMmxEto44SYq0wpsJ","rect":[0,0,2,512],"offset":[0,0],"originalSize":[2,512],"capInsets":[0,0,0,0]}},[{"__type__":"cc.SceneAsset","_name":"sceneCategory","scene":{"__id__":1},"asyncLoadAssets":null},{"__type__":"cc.Scene","_name":"New Node","_children":[{"__id__":2}],"_active":false,"_anchorPoint":{"__type__":"cc.Vec2"},"autoReleaseAssets":false},{"__type__":"cc.Node","_name":"Canvas","_parent":{"__id__":1},"_children":[{"__id__":3},{"__id__":4},{"__id__":5},{"__id__":6},{"__id__":7},{"__type__":"cc.Node","_name":"Promotion","_parent":{"__id__":2},"_active":false,"_level":2,"_contentSize":{"__type__":"cc.Size","width":1280,"height":720}},{"__id__":8},{"__id__":11},{"__id__":20},{"__id__":21}],"_level":1,"_components":[{"__type__":"cc.Canvas","node":{"__id__":2},"_designResolution":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"92e92DMWE1BU4oJifXDwfqI","node":{"__id__":2},"PFB_TYPE":{"__uuid__":"4fyRO4YMBKR58lWJR9xjaT"},"PFB_RECOMMEND":{"__uuid__":"79JU6+Y5VK079oOif4/Ivi"}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720},"_position":{"__type__":"cc.Vec3","x":640,"y":360},"_id":"f5VQ/bkANEyr4Y4n5oPXPS"},{"__type__":"cc.Node","_name":"Main Camera","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Camera","node":{"__id__":3},"_clearFlags":7,"_depth":-1}]},{"__type__":"cc.Node","_name":"Bg","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Sprite","node":{"__id__":4}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"cc.Node","_name":"NaviList","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Layout","node":{"__id__":5},"_layoutSize":{"__type__":"cc.Size","width":1280,"height":73},"_resize":1,"_N$layoutType":1,"_N$spacingX":20}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":73},"_position":{"__type__":"cc.Vec3","y":295.5}},{"__type__":"cc.Node","_name":"leftBg","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Sprite","node":{"__id__":6}},{"__type__":"cc.Widget","node":{"__id__":6},"alignMode":2,"_alignFlags":8}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"cc.Node","_name":"rightBg","_parent":{"__id__":2},"_active":false,"_level":1,"_components":[{"__type__":"cc.Sprite","node":{"__id__":7}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"cc.Node","_name":"TypeListArea","_parent":{"__id__":2},"_children":[{"__id__":9}],"_level":1,"_contentSize":{"__type__":"cc.Size","width":200,"height":430},"_position":{"__type__":"cc.Vec3","x":-461.5,"y":-113}},{"__type__":"cc.Node","_name":"TypeListWrapper","_parent":{"__id__":8},"_children":[{"__id__":10}],"_components":[{"__type__":"cc.Mask","node":{"__id__":9},"_N$alphaThreshold":1},{"__type__":"cc.Widget","node":{"__id__":9},"_alignFlags":1,"_top":10}],"_contentSize":{"__type__":"cc.Size","width":200,"height":430},"_anchorPoint":{"__type__":"cc.Vec2","x":0.5,"y":1},"_position":{"__type__":"cc.Vec3","y":205}},{"__type__":"cc.Node","_name":"TypeList","_parent":{"__id__":9},"_components":[{"__type__":"cc.Widget","node":{"__id__":10},"_alignFlags":1,"_top":10}],"_anchorPoint":{"__type__":"cc.Vec2","x":0.5,"y":1},"_position":{"__type__":"cc.Vec3","y":-10}},{"__type__":"cc.Node","_name":"CategoryList","_parent":{"__id__":2},"_children":[{"__id__":12},{"__id__":13}],"_level":2,"_contentSize":{"__type__":"cc.Size","width":830,"height":520},"_position":{"__type__":"cc.Vec3","x":107,"y":-54}},{"__type__":"cc.Node","_name":"DataContainerMask","_parent":{"__id__":11},"_children":[{"__type__":"cc.Node","_name":"DataContainer","_parent":{"__id__":12}}],"_components":[{"__type__":"cc.Mask","node":{"__id__":12},"_N$alphaThreshold":1}],"_contentSize":{"__type__":"cc.Size","width":830,"height":520}},{"__type__":"cc.Node","_name":"ScrollBarContainer","_parent":{"__id__":11},"_children":[{"__id__":14},{"__id__":15}],"_components":[{"__type__":"cc.Widget","node":{"__id__":13},"alignMode":0,"_alignFlags":33,"_right":-30,"_top":17.5},{"__type__":"cc.Mask","node":{"__id__":13},"_enabled":false}],"_contentSize":{"__type__":"cc.Size","width":10,"height":475},"_position":{"__type__":"cc.Vec3","x":440,"y":5}},{"__type__":"cc.Node","_name":"ScrollBarHight","_parent":{"__id__":13},"_components":[{"__type__":"cc.Sprite","node":{"__id__":14},"_spriteFrame":{"__uuid__":"09qO8kbmxDdZP9/A4CGfCh"},"_sizeMode":0}],"_opacity":100,"_contentSize":{"__type__":"cc.Size","width":2,"height":475}},{"__type__":"cc.Node","_name":"ScrollBarShadow","_parent":{"__id__":13},"_children":[{"__id__":16}],"_components":[{"__type__":"cc.Sprite","node":{"__id__":15},"_spriteFrame":{"__uuid__":"16aKiNSApJUphwTHkzr1y6"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":15},"alignMode":2,"_alignFlags":1}],"_contentSize":{"__type__":"cc.Size","width":2,"height":94},"_anchorPoint":{"__type__":"cc.Vec2","x":0.5},"_position":{"__type__":"cc.Vec3","y":143.5}},{"__type__":"cc.Node","_name":"ScrollBarBlock","_parent":{"__id__":15},"_children":[{"__id__":17},{"__id__":18},{"__id__":19}],"_components":[{"__type__":"cc.Sprite","node":{"__id__":16},"_spriteFrame":{"__uuid__":"cc7LlW72dKEYJVLUduIhEZ"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":16},"alignMode":2,"_target":{"__id__":15},"_alignFlags":4,"_left":-4,"_originalHeight":94}],"_contentSize":{"__type__":"cc.Size","width":10,"height":94},"_position":{"__type__":"cc.Vec3","y":47}},{"__type__":"cc.Node","_name":"AU","_parent":{"__id__":16},"_components":[{"__type__":"cc.Sprite","node":{"__id__":17},"_spriteFrame":{"__uuid__":"4cRVkmnCJMIZBPEVobQr4l"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":17},"alignMode":0,"_alignFlags":12,"_left":30,"_top":41,"_bottom":88,"_originalHeight":12}],"_contentSize":{"__type__":"cc.Size","width":10,"height":12},"_position":{"__type__":"cc.Vec3","x":30,"y":47}},{"__type__":"cc.Node","_name":"AD","_parent":{"__id__":16},"_components":[{"__type__":"cc.Sprite","node":{"__id__":18},"_spriteFrame":{"__uuid__":"17uN8v2O9Gk4210ZGCsd0L"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":18},"alignMode":0,"_alignFlags":13,"_left":30,"_top":87.5,"_bottom":-6.5,"_originalHeight":12}],"_contentSize":{"__type__":"cc.Size","width":10,"height":13},"_position":{"__type__":"cc.Vec3","x":30,"y":-47}},{"__type__":"cc.Node","_name":"Page","_parent":{"__id__":16},"_components":[{"__type__":"cc.RichText","node":{"__id__":19},"_N$string":"","_N$horizontalAlign":1,"_N$fontSize":18,"_N$lineHeight":18},{"__type__":"cc.Widget","node":{"__id__":19},"alignMode":0,"_alignFlags":9,"_left":35,"_top":38}],"_contentSize":{"__type__":"cc.Size","height":22.68},"_position":{"__type__":"cc.Vec3","x":30,"y":-2.34}},{"__type__":"cc.Node","_name":"DataPosition","_parent":{"__id__":2},"_level":2,"_components":[{"__type__":"cc.Label","node":{"__id__":20},"_useOriginalSize":false,"_fontSize":18,"_lineHeight":18,"_N$horizontalAlign":1,"_N$verticalAlign":1},{"__type__":"cc.Widget","node":{"__id__":20},"_alignFlags":8,"_left":1204.5100000000002}],"_contentSize":{"__type__":"cc.Size","height":22.68},"_position":{"__type__":"cc.Vec3","x":564.5100000000002,"y":-309}},{"__type__":"cc.Node","_name":"BlankIcon","_parent":{"__id__":2},"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":21},"_spriteFrame":{"__uuid__":"99BsSLrs9Bq4Ce3Pgc8Fip"}}],"_opacity":0,"_contentSize":{"__type__":"cc.Size","width":784,"height":448},"_position":{"__type__":"cc.Vec3","x":110}}],{"__type__":"cc.SpriteFrame","content":{"name":"scroll_bar_bg","texture":"9aiSUNc99OXJYjuuVA5CAX","rect":[0,0,468,4],"offset":[0,0],"originalSize":[468,4],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"down_arrow","texture":"fbQH9aICNO+Z0JSXhrCZVO","rect":[0,0,11,10],"offset":[0,0],"originalSize":[11,10],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"up_arrow","texture":"5e9YgE/FBE5KaIivlfikFw","rect":[0,0,11,10],"offset":[0,0],"originalSize":[11,10],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"blank_hint","texture":"17Ah23ZrxDcLglXe99zBWj","rect":[1,2,784,448],"offset":[0.5,-1],"originalSize":[785,450],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"pageIncon","texture":"aePZ7rdzBGApR4qU/SofNS","rect":[12,12,10,70],"offset":[0,0],"originalSize":[34,94],"capInsets":[0,0,0,0]}}]
\ No newline at end of file
[{"__type__":"cc.SpriteFrame","content":{"name":"scroll_base_bg","texture":"64aF0rMmxEto44SYq0wpsJ","rect":[0,0,2,512],"offset":[0,0],"originalSize":[2,512],"capInsets":[0,0,0,0]}},[{"__type__":"cc.SceneAsset","_name":"sceneCategory","scene":{"__id__":1},"asyncLoadAssets":null},{"__type__":"cc.Scene","_name":"New Node","_children":[{"__id__":2}],"_active":false,"_anchorPoint":{"__type__":"cc.Vec2"},"autoReleaseAssets":true},{"__type__":"cc.Node","_name":"Canvas","_parent":{"__id__":1},"_children":[{"__id__":3},{"__id__":4},{"__id__":5},{"__id__":6},{"__id__":7},{"__type__":"cc.Node","_name":"Promotion","_parent":{"__id__":2},"_active":false,"_level":2,"_contentSize":{"__type__":"cc.Size","width":1280,"height":720}},{"__id__":8},{"__id__":11},{"__id__":20},{"__id__":21}],"_level":1,"_components":[{"__type__":"cc.Canvas","node":{"__id__":2},"_designResolution":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"92e92DMWE1BU4oJifXDwfqI","node":{"__id__":2},"PFB_TYPE":{"__uuid__":"4fyRO4YMBKR58lWJR9xjaT"},"PFB_RECOMMEND":{"__uuid__":"79JU6+Y5VK079oOif4/Ivi"}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720},"_position":{"__type__":"cc.Vec3","x":640,"y":360},"_id":"f5VQ/bkANEyr4Y4n5oPXPS"},{"__type__":"cc.Node","_name":"Main Camera","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Camera","node":{"__id__":3},"_clearFlags":7,"_depth":-1}]},{"__type__":"cc.Node","_name":"Bg","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Sprite","node":{"__id__":4}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"cc.Node","_name":"NaviList","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Layout","node":{"__id__":5},"_layoutSize":{"__type__":"cc.Size","width":1280,"height":73},"_resize":1,"_N$layoutType":1,"_N$spacingX":20}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":73},"_position":{"__type__":"cc.Vec3","y":295.5}},{"__type__":"cc.Node","_name":"leftBg","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Sprite","node":{"__id__":6}},{"__type__":"cc.Widget","node":{"__id__":6},"alignMode":2,"_alignFlags":8}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"cc.Node","_name":"rightBg","_parent":{"__id__":2},"_active":false,"_level":1,"_components":[{"__type__":"cc.Sprite","node":{"__id__":7}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"cc.Node","_name":"TypeListArea","_parent":{"__id__":2},"_children":[{"__id__":9}],"_level":1,"_contentSize":{"__type__":"cc.Size","width":200,"height":430},"_position":{"__type__":"cc.Vec3","x":-461.5,"y":-113}},{"__type__":"cc.Node","_name":"TypeListWrapper","_parent":{"__id__":8},"_children":[{"__id__":10}],"_components":[{"__type__":"cc.Mask","node":{"__id__":9},"_N$alphaThreshold":1},{"__type__":"cc.Widget","node":{"__id__":9},"_alignFlags":1,"_top":10}],"_contentSize":{"__type__":"cc.Size","width":200,"height":430},"_anchorPoint":{"__type__":"cc.Vec2","x":0.5,"y":1},"_position":{"__type__":"cc.Vec3","y":205}},{"__type__":"cc.Node","_name":"TypeList","_parent":{"__id__":9},"_components":[{"__type__":"cc.Widget","node":{"__id__":10},"_alignFlags":1,"_top":10}],"_anchorPoint":{"__type__":"cc.Vec2","x":0.5,"y":1},"_position":{"__type__":"cc.Vec3","y":-10}},{"__type__":"cc.Node","_name":"CategoryList","_parent":{"__id__":2},"_children":[{"__id__":12},{"__id__":13}],"_level":2,"_contentSize":{"__type__":"cc.Size","width":830,"height":520},"_position":{"__type__":"cc.Vec3","x":107,"y":-54}},{"__type__":"cc.Node","_name":"DataContainerMask","_parent":{"__id__":11},"_children":[{"__type__":"cc.Node","_name":"DataContainer","_parent":{"__id__":12}}],"_components":[{"__type__":"cc.Mask","node":{"__id__":12},"_N$alphaThreshold":1}],"_contentSize":{"__type__":"cc.Size","width":830,"height":520}},{"__type__":"cc.Node","_name":"ScrollBarContainer","_parent":{"__id__":11},"_children":[{"__id__":14},{"__id__":15}],"_components":[{"__type__":"cc.Widget","node":{"__id__":13},"alignMode":0,"_alignFlags":33,"_right":-30,"_top":17.5},{"__type__":"cc.Mask","node":{"__id__":13},"_enabled":false}],"_contentSize":{"__type__":"cc.Size","width":10,"height":475},"_position":{"__type__":"cc.Vec3","x":440,"y":5}},{"__type__":"cc.Node","_name":"ScrollBarHight","_parent":{"__id__":13},"_components":[{"__type__":"cc.Sprite","node":{"__id__":14},"_spriteFrame":{"__uuid__":"09qO8kbmxDdZP9/A4CGfCh"},"_sizeMode":0}],"_opacity":100,"_contentSize":{"__type__":"cc.Size","width":2,"height":475}},{"__type__":"cc.Node","_name":"ScrollBarShadow","_parent":{"__id__":13},"_children":[{"__id__":16}],"_components":[{"__type__":"cc.Sprite","node":{"__id__":15},"_spriteFrame":{"__uuid__":"16aKiNSApJUphwTHkzr1y6"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":15},"alignMode":2,"_alignFlags":1}],"_contentSize":{"__type__":"cc.Size","width":2,"height":94},"_anchorPoint":{"__type__":"cc.Vec2","x":0.5},"_position":{"__type__":"cc.Vec3","y":143.5}},{"__type__":"cc.Node","_name":"ScrollBarBlock","_parent":{"__id__":15},"_children":[{"__id__":17},{"__id__":18},{"__id__":19}],"_components":[{"__type__":"cc.Sprite","node":{"__id__":16},"_spriteFrame":{"__uuid__":"cc7LlW72dKEYJVLUduIhEZ"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":16},"alignMode":2,"_target":{"__id__":15},"_alignFlags":4,"_left":-4,"_originalHeight":94}],"_contentSize":{"__type__":"cc.Size","width":10,"height":94},"_position":{"__type__":"cc.Vec3","y":47}},{"__type__":"cc.Node","_name":"AU","_parent":{"__id__":16},"_components":[{"__type__":"cc.Sprite","node":{"__id__":17},"_spriteFrame":{"__uuid__":"4cRVkmnCJMIZBPEVobQr4l"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":17},"alignMode":0,"_alignFlags":12,"_left":30,"_top":41,"_bottom":88,"_originalHeight":12}],"_contentSize":{"__type__":"cc.Size","width":10,"height":12},"_position":{"__type__":"cc.Vec3","x":30,"y":47}},{"__type__":"cc.Node","_name":"AD","_parent":{"__id__":16},"_components":[{"__type__":"cc.Sprite","node":{"__id__":18},"_spriteFrame":{"__uuid__":"17uN8v2O9Gk4210ZGCsd0L"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":18},"alignMode":0,"_alignFlags":13,"_left":30,"_top":87.5,"_bottom":-6.5,"_originalHeight":12}],"_contentSize":{"__type__":"cc.Size","width":10,"height":13},"_position":{"__type__":"cc.Vec3","x":30,"y":-47}},{"__type__":"cc.Node","_name":"Page","_parent":{"__id__":16},"_components":[{"__type__":"cc.RichText","node":{"__id__":19},"_N$string":"","_N$horizontalAlign":1,"_N$fontSize":18,"_N$lineHeight":18},{"__type__":"cc.Widget","node":{"__id__":19},"alignMode":0,"_alignFlags":9,"_left":35,"_top":38}],"_contentSize":{"__type__":"cc.Size","height":22.68},"_position":{"__type__":"cc.Vec3","x":30,"y":-2.34}},{"__type__":"cc.Node","_name":"DataPosition","_parent":{"__id__":2},"_level":2,"_components":[{"__type__":"cc.Label","node":{"__id__":20},"_useOriginalSize":false,"_fontSize":18,"_lineHeight":18,"_N$horizontalAlign":1,"_N$verticalAlign":1},{"__type__":"cc.Widget","node":{"__id__":20},"_alignFlags":8,"_left":1204.5100000000002}],"_contentSize":{"__type__":"cc.Size","height":22.68},"_position":{"__type__":"cc.Vec3","x":564.5100000000002,"y":-309}},{"__type__":"cc.Node","_name":"BlankIcon","_parent":{"__id__":2},"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":21},"_spriteFrame":{"__uuid__":"99BsSLrs9Bq4Ce3Pgc8Fip"}}],"_opacity":0,"_contentSize":{"__type__":"cc.Size","width":784,"height":448},"_position":{"__type__":"cc.Vec3","x":110}}],{"__type__":"cc.SpriteFrame","content":{"name":"scroll_bar_bg","texture":"9aiSUNc99OXJYjuuVA5CAX","rect":[0,0,468,4],"offset":[0,0],"originalSize":[468,4],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"down_arrow","texture":"fbQH9aICNO+Z0JSXhrCZVO","rect":[0,0,11,10],"offset":[0,0],"originalSize":[11,10],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"up_arrow","texture":"5e9YgE/FBE5KaIivlfikFw","rect":[0,0,11,10],"offset":[0,0],"originalSize":[11,10],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"blank_hint","texture":"17Ah23ZrxDcLglXe99zBWj","rect":[1,2,784,448],"offset":[0.5,-1],"originalSize":[785,450],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"pageIncon","texture":"aePZ7rdzBGApR4qU/SofNS","rect":[12,12,10,70],"offset":[0,0],"originalSize":[34,94],"capInsets":[0,0,0,0]}}]
\ No newline at end of file
......
[{"__type__":"cc.SpriteFrame","content":{"name":"logo","texture":"bdHftfx1pPrLU5WFsLIxpL","rect":[2,38,649,466],"offset":[0,-17],"originalSize":[653,508],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"icon_back","texture":"c5HeQheU1Ls6twCa+ME5d1","rect":[0,0,33,48],"offset":[0,0],"originalSize":[33,48],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"search","texture":"f3UDjXNR9DH4fb0GxlewIW","rect":[0,0,108,48],"offset":[0,0],"originalSize":[108,48],"capInsets":[0,0,0,0]}},[{"__type__":"cc.SceneAsset","_name":"sceneRecommend","scene":{"__id__":1},"asyncLoadAssets":null},{"__type__":"cc.Scene","_name":"New Node","_children":[{"__id__":2}],"_anchorPoint":{"__type__":"cc.Vec2"},"_scale":{"__type__":"cc.Vec3","x":0.3763671875,"y":0.3763671875,"z":1},"autoReleaseAssets":false},{"__type__":"cc.Node","_name":"Canvas","_parent":{"__id__":1},"_children":[{"__id__":3},{"__id__":4},{"__id__":8},{"__id__":13},{"__id__":14}],"_components":[{"__type__":"cc.Canvas","node":{"__id__":2},"_designResolution":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"280c3rsZJJKnZ9RqbALVwtK","node":{"__id__":2},"PFB_LEFT_RECOMMEND":{"__uuid__":"0amshbbYpJi5LO0bNbCSkg"},"PFB_RECOMMEND_RIGHT":{"__uuid__":"90WN1CRV9D85O07Vh/IVm9"},"targetAry":[{"__type__":"info","target":{"__id__":13}},{"__type__":"info","target":{"__id__":7}},{"__type__":"info","target":{"__id__":6}}],"panel":{"__id__":30},"manifestUrl":{"__uuid__":"1289J3aRJDiKh22RhU85Mh"}},{"__type__":"cc.ScrollView","node":{"__id__":2},"horizontal":false,"brake":1,"_N$content":{"__id__":4},"content":{"__id__":4}}],"_color":{"__type__":"cc.Color","r":252,"g":252,"b":252},"_contentSize":{"__type__":"cc.Size","width":1280,"height":720},"_position":{"__type__":"cc.Vec3","x":640,"y":360},"_id":"a286bbGknJLZpRpxROV6M94"},{"__type__":"cc.Node","_name":"Main Camera","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Camera","node":{"__id__":3},"_clearFlags":7,"_depth":-1}]},{"__type__":"cc.Node","_name":"ScrollContent","_parent":{"__id__":2},"_children":[{"__id__":5},{"__id__":6},{"__id__":7}],"_level":1,"_contentSize":{"__type__":"cc.Size","width":1280},"_position":{"__type__":"cc.Vec3","y":360}},{"__type__":"cc.Node","_name":"background","_parent":{"__id__":4},"_level":2,"_components":[{"__type__":"cc.Widget","node":{"__id__":5},"_alignFlags":9,"_right":507.8855000000003,"_bottom":-290.2645000000001,"_originalWidth":200,"_originalHeight":150},{"__type__":"cc.Sprite","node":{"__id__":5},"_spriteFrame":{"__uuid__":"eauSEjZexE/bmve4A0bV5k"}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":2885},"_position":{"__type__":"cc.Vec3","y":-1442.5}},{"__type__":"cc.Node","_name":"RightRecommendLayout","_parent":{"__id__":4},"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":6},"_type":1,"_sizeMode":0},{"__type__":"cc.Layout","node":{"__id__":6},"_layoutSize":{"__type__":"cc.Size","width":200,"height":150}},{"__type__":"cc.Widget","node":{"__id__":6},"_alignFlags":9,"_left":540,"_top":645}],"_contentSize":{"__type__":"cc.Size","width":200,"height":150},"_position":{"__type__":"cc.Vec3","y":-720}},{"__type__":"cc.Node","_name":"RightTopLayout","_parent":{"__id__":4},"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":7},"_type":1,"_sizeMode":0},{"__type__":"cc.Layout","node":{"__id__":7},"_enabled":false,"_layoutSize":{"__type__":"cc.Size","width":1280,"height":48},"_resize":1},{"__type__":"cc.Widget","node":{"__id__":7},"alignMode":2,"_alignFlags":9}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":48},"_anchorPoint":{"__type__":"cc.Vec2","x":19.88,"y":-4.06},"_position":{"__type__":"cc.Vec3","x":24806.399999999998,"y":-242.88}},{"__type__":"cc.Node","_name":"TopTitle","_parent":{"__id__":2},"_children":[{"__id__":9},{"__id__":10},{"__id__":11},{"__id__":12}],"_level":1,"_contentSize":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"cc.Node","_name":"logo","_parent":{"__id__":8},"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":9},"_spriteFrame":{"__uuid__":"1a8xdzhQFA/pbl7HAMAxYs"}},{"__type__":"cc.Widget","node":{"__id__":9},"_alignFlags":9,"_left":66.02700000000004,"_top":1.4259999999999877}],"_contentSize":{"__type__":"cc.Size","width":649,"height":466},"_position":{"__type__":"cc.Vec3","x":-509.073,"y":311.974},"_scale":{"__type__":"cc.Vec3","x":0.2,"y":0.2,"z":1}},{"__type__":"cc.Node","_name":"my","_parent":{"__id__":8},"_active":false,"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":10},"_spriteFrame":{"__uuid__":"e7SluGuVhDz6WDbr3rAOBx"}},{"__type__":"cc.Widget","node":{"__id__":10},"_alignFlags":9,"_left":876,"_top":26}],"_contentSize":{"__type__":"cc.Size","width":127,"height":48},"_position":{"__type__":"cc.Vec3","x":299.5,"y":310}},{"__type__":"cc.Node","_name":"history","_parent":{"__id__":8},"_active":false,"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":11},"_spriteFrame":{"__uuid__":"8cDHkLS4VDoYtsqGhrcA32"}},{"__type__":"cc.Widget","node":{"__id__":11},"_alignFlags":9,"_left":1013,"_top":26}],"_contentSize":{"__type__":"cc.Size","width":108,"height":48},"_position":{"__type__":"cc.Vec3","x":427,"y":310}},{"__type__":"cc.Node","_name":"search","_parent":{"__id__":8},"_active":false,"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":12},"_spriteFrame":{"__uuid__":"27JP1NhZJJfZqxTjOWjA6J"}},{"__type__":"cc.Widget","node":{"__id__":12},"_alignFlags":9,"_left":1131,"_top":26}],"_contentSize":{"__type__":"cc.Size","width":108,"height":48},"_position":{"__type__":"cc.Vec3","x":545,"y":310}},{"__type__":"cc.Node","_name":"LeftNaviLayout","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Sprite","node":{"__id__":13},"_type":1,"_sizeMode":0},{"__type__":"cc.Layout","node":{"__id__":13},"_layoutSize":{"__type__":"cc.Size","width":100,"height":100},"_resize":2,"_N$layoutType":3,"_N$startAxis":1},{"__type__":"cc.Widget","node":{"__id__":13},"_alignFlags":9,"_left":543.047,"_top":367.778}],"_contentSize":{"__type__":"cc.Size","width":100,"height":100},"_position":{"__type__":"cc.Vec3","x":-46.952999999999975,"y":-57.77800000000002}},{"__type__":"cc.Node","_name":"update","_parent":{"__id__":2},"_children":[{"__id__":15},{"__id__":16}],"_active":false,"_level":1,"_contentSize":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"cc.Node","_name":"background_mask","_parent":{"__id__":14},"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":15},"_spriteFrame":{"__uuid__":"dbKBXECXdEya4Zv+tYVwnb"},"_type":1,"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":15},"_alignFlags":45,"_originalWidth":1280,"_originalHeight":720}],"_opacity":207,"_contentSize":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"cc.Node","_name":"update_panel","_parent":{"__id__":14},"_children":[{"__id__":17},{"__id__":18},{"__id__":19},{"__id__":20},{"__id__":24},{"__id__":26},{"__id__":28}],"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":16},"_spriteFrame":{"__uuid__":"e9x+BkPABJDIyUB8eZDriy"},"_type":1,"_sizeMode":0},{"__id__":30}],"_contentSize":{"__type__":"cc.Size","width":800,"height":400}},{"__type__":"cc.Node","_name":"close","_parent":{"__id__":16},"_level":3,"_components":[{"__type__":"cc.Sprite","node":{"__id__":17},"_spriteFrame":{"__uuid__":"23MSZRoqlE3JmIJHwW3seq"}}],"_contentSize":{"__type__":"cc.Size","width":33,"height":48},"_position":{"__type__":"cc.Vec3","x":-356,"y":164}},{"__type__":"cc.Node","_name":"update_title","_parent":{"__id__":16},"_level":3,"_components":[{"__type__":"cc.Label","node":{"__id__":18},"_useOriginalSize":false,"_string":"更新版本","_N$string":"更新版本","_N$horizontalAlign":1,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":160,"height":40},"_position":{"__type__":"cc.Vec3","y":166}},{"__type__":"cc.Node","_name":"New Label","_parent":{"__id__":16},"_level":3,"_components":[{"__type__":"cc.Label","node":{"__id__":19},"_useOriginalSize":false,"_string":"更新进度","_N$string":"更新进度","_N$horizontalAlign":1,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":160,"height":40},"_position":{"__type__":"cc.Vec3","x":-260,"y":61}},{"__type__":"cc.Node","_name":"fileProgress","_parent":{"__id__":16},"_children":[{"__id__":21}],"_level":3,"_components":[{"__type__":"cc.Sprite","node":{"__id__":20},"_spriteFrame":{"__uuid__":"8daielIX5D9pdwjpREbxI6"},"_type":1,"_sizeMode":0},{"__id__":23}],"_contentSize":{"__type__":"cc.Size","width":500,"height":30},"_position":{"__type__":"cc.Vec3","x":80,"y":61}},{"__type__":"cc.Node","_name":"bar","_parent":{"__id__":20},"_level":3,"_components":[{"__id__":22}],"_contentSize":{"__type__":"cc.Size","width":250,"height":30},"_anchorPoint":{"__type__":"cc.Vec2","y":0.5},"_position":{"__type__":"cc.Vec3","x":-250}},{"__type__":"cc.Sprite","node":{"__id__":21},"_spriteFrame":{"__uuid__":"dbKBXECXdEya4Zv+tYVwnb"},"_type":1,"_sizeMode":0},{"__type__":"cc.ProgressBar","node":{"__id__":20},"_N$totalLength":500,"_N$barSprite":{"__id__":22},"_N$progress":0.5},{"__type__":"cc.Node","_name":"filep","_parent":{"__id__":16},"_level":3,"_components":[{"__id__":25}],"_contentSize":{"__type__":"cc.Size","width":500,"height":40},"_position":{"__type__":"cc.Vec3","y":5}},{"__type__":"cc.Label","node":{"__id__":24},"_useOriginalSize":false,"_string":"/","_N$string":"/","_N$horizontalAlign":1,"_N$verticalAlign":1,"_N$overflow":1},{"__type__":"cc.Node","_name":"info","_parent":{"__id__":16},"_active":false,"_level":3,"_components":[{"__id__":27}],"_contentSize":{"__type__":"cc.Size","width":600,"height":100},"_position":{"__type__":"cc.Vec3","y":-80}},{"__type__":"cc.Label","node":{"__id__":26},"_useOriginalSize":false,"_string":"info","_N$string":"info","_N$horizontalAlign":1,"_N$verticalAlign":1,"_N$overflow":1},{"__type__":"cc.Node","_name":"update_btn","_parent":{"__id__":16},"_children":[{"__id__":29}],"_level":3,"_components":[{"__type__":"cc.Button","node":{"__id__":28},"clickEvents":[{"__type__":"cc.ClickEvent","target":{"__id__":2},"_componentId":"280c3rsZJJKnZ9RqbALVwtK","handler":"hotUpdate"}],"_N$normalColor":{"__type__":"cc.Color","r":230,"g":230,"b":230},"_N$pressedColor":{"__type__":"cc.Color","r":200,"g":200,"b":200},"pressedColor":{"__type__":"cc.Color","r":200,"g":200,"b":200},"_N$disabledColor":{"__type__":"cc.Color","r":120,"g":120,"b":120,"a":200},"_N$target":{"__id__":28}},{"__type__":"cc.Sprite","node":{"__id__":28},"_spriteFrame":{"__uuid__":"b25E5hqwpGbbExOu19TyeL"}}],"_contentSize":{"__type__":"cc.Size","width":240,"height":95},"_position":{"__type__":"cc.Vec3","y":-133}},{"__type__":"cc.Node","_name":"Label","_parent":{"__id__":28},"_level":3,"_components":[{"__type__":"cc.Label","node":{"__id__":29},"_useOriginalSize":false,"_string":"立即更新","_N$string":"立即更新","_fontSize":30,"_enableWrapText":false,"_N$horizontalAlign":1,"_N$verticalAlign":1}],"_color":{"__type__":"cc.Color"},"_contentSize":{"__type__":"cc.Size","width":120,"height":40},"_position":{"__type__":"cc.Vec3","y":11}},{"__type__":"8f62dzQtbNHdasyQgwbtVpn","node":{"__id__":16},"info":{"__id__":27},"fileProgress":{"__id__":23},"fileLabel":{"__id__":25},"close":{"__id__":17},"updateBtn":{"__id__":28}}],{"__type__":"cc.SpriteFrame","content":{"name":"history","texture":"90hx13NNVPpYsUD8PQrN89","rect":[0,0,108,48],"offset":[0,0],"originalSize":[108,48],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"bg_jinbishu","texture":"44g24zlzpJfqkWYGs71uf2","rect":[0,0,40,30],"offset":[0,0],"originalSize":[40,30],"capInsets":[11,0,12,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"button_orange","texture":"130j7L55RCLrgFkSaIezWy","rect":[0,0,240,95],"offset":[0,0],"originalSize":[240,95],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"gb_inputbox","texture":"5a5IclV89Btp+Sxgfhz/DC","rect":[0,0,54,81],"offset":[0,0],"originalSize":[54,81],"capInsets":[12,11,12,11]}},{"__type__":"cc.SpriteFrame","content":{"name":"my","texture":"72PHDTdO5Knp6wEuBPWHvH","rect":[0,0,127,48],"offset":[0,0],"originalSize":[127,48],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"bg_rankinglist","texture":"74+iVBhIdP4ZFGD4Q4zDNR","rect":[0,0,504,144],"offset":[0,0],"originalSize":[504,144],"capInsets":[36,69,36,36]}},{"__type__":"cc.SpriteFrame","content":{"name":"bg","texture":"7bBYtFHZlKb691R33Lqlbd","rect":[0,0,1280,2885],"offset":[0,0],"originalSize":[1280,2885],"capInsets":[0,0,0,0]}}]
\ No newline at end of file
[{"__type__":"cc.SpriteFrame","content":{"name":"logo","texture":"bdHftfx1pPrLU5WFsLIxpL","rect":[2,38,649,466],"offset":[0,-17],"originalSize":[653,508],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"icon_back","texture":"c5HeQheU1Ls6twCa+ME5d1","rect":[0,0,33,48],"offset":[0,0],"originalSize":[33,48],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"search","texture":"f3UDjXNR9DH4fb0GxlewIW","rect":[0,0,108,48],"offset":[0,0],"originalSize":[108,48],"capInsets":[0,0,0,0]}},[{"__type__":"cc.SceneAsset","_name":"sceneRecommend","scene":{"__id__":1},"asyncLoadAssets":null},{"__type__":"cc.Scene","_name":"New Node","_children":[{"__id__":2}],"_anchorPoint":{"__type__":"cc.Vec2"},"_scale":{"__type__":"cc.Vec3","x":0.3763671875,"y":0.3763671875,"z":1},"autoReleaseAssets":true},{"__type__":"cc.Node","_name":"Canvas","_parent":{"__id__":1},"_children":[{"__id__":3},{"__id__":4},{"__id__":8},{"__id__":13},{"__id__":14}],"_components":[{"__type__":"cc.Canvas","node":{"__id__":2},"_designResolution":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"280c3rsZJJKnZ9RqbALVwtK","node":{"__id__":2},"PFB_LEFT_RECOMMEND":{"__uuid__":"0amshbbYpJi5LO0bNbCSkg"},"PFB_RECOMMEND_RIGHT":{"__uuid__":"90WN1CRV9D85O07Vh/IVm9"},"targetAry":[{"__type__":"info","target":{"__id__":13}},{"__type__":"info","target":{"__id__":7}},{"__type__":"info","target":{"__id__":6}}],"panel":{"__id__":30},"manifestUrl":{"__uuid__":"1289J3aRJDiKh22RhU85Mh"}},{"__type__":"cc.ScrollView","node":{"__id__":2},"horizontal":false,"brake":1,"_N$content":{"__id__":4},"content":{"__id__":4}}],"_color":{"__type__":"cc.Color","r":252,"g":252,"b":252},"_contentSize":{"__type__":"cc.Size","width":1280,"height":720},"_position":{"__type__":"cc.Vec3","x":640,"y":360},"_id":"a286bbGknJLZpRpxROV6M94"},{"__type__":"cc.Node","_name":"Main Camera","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Camera","node":{"__id__":3},"_clearFlags":7,"_depth":-1}]},{"__type__":"cc.Node","_name":"ScrollContent","_parent":{"__id__":2},"_children":[{"__id__":5},{"__id__":6},{"__id__":7}],"_level":1,"_contentSize":{"__type__":"cc.Size","width":1280},"_position":{"__type__":"cc.Vec3","y":360}},{"__type__":"cc.Node","_name":"background","_parent":{"__id__":4},"_level":2,"_components":[{"__type__":"cc.Widget","node":{"__id__":5},"_alignFlags":9,"_right":507.8855000000003,"_bottom":-290.2645000000001,"_originalWidth":200,"_originalHeight":150},{"__type__":"cc.Sprite","node":{"__id__":5},"_spriteFrame":{"__uuid__":"eauSEjZexE/bmve4A0bV5k"}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":2885},"_position":{"__type__":"cc.Vec3","y":-1442.5}},{"__type__":"cc.Node","_name":"RightRecommendLayout","_parent":{"__id__":4},"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":6},"_type":1,"_sizeMode":0},{"__type__":"cc.Layout","node":{"__id__":6},"_layoutSize":{"__type__":"cc.Size","width":200,"height":150}},{"__type__":"cc.Widget","node":{"__id__":6},"_alignFlags":9,"_left":540,"_top":645}],"_contentSize":{"__type__":"cc.Size","width":200,"height":150},"_position":{"__type__":"cc.Vec3","y":-720}},{"__type__":"cc.Node","_name":"RightTopLayout","_parent":{"__id__":4},"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":7},"_type":1,"_sizeMode":0},{"__type__":"cc.Layout","node":{"__id__":7},"_enabled":false,"_layoutSize":{"__type__":"cc.Size","width":1280,"height":48},"_resize":1},{"__type__":"cc.Widget","node":{"__id__":7},"alignMode":2,"_alignFlags":9}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":48},"_anchorPoint":{"__type__":"cc.Vec2","x":19.88,"y":-4.06},"_position":{"__type__":"cc.Vec3","x":24806.399999999998,"y":-242.88}},{"__type__":"cc.Node","_name":"TopTitle","_parent":{"__id__":2},"_children":[{"__id__":9},{"__id__":10},{"__id__":11},{"__id__":12}],"_level":1,"_contentSize":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"cc.Node","_name":"logo","_parent":{"__id__":8},"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":9},"_spriteFrame":{"__uuid__":"1a8xdzhQFA/pbl7HAMAxYs"}},{"__type__":"cc.Widget","node":{"__id__":9},"_alignFlags":9,"_left":66.02700000000004,"_top":1.4259999999999877}],"_contentSize":{"__type__":"cc.Size","width":649,"height":466},"_position":{"__type__":"cc.Vec3","x":-509.073,"y":311.974},"_scale":{"__type__":"cc.Vec3","x":0.2,"y":0.2,"z":1}},{"__type__":"cc.Node","_name":"my","_parent":{"__id__":8},"_active":false,"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":10},"_spriteFrame":{"__uuid__":"e7SluGuVhDz6WDbr3rAOBx"}},{"__type__":"cc.Widget","node":{"__id__":10},"_alignFlags":9,"_left":876,"_top":26}],"_contentSize":{"__type__":"cc.Size","width":127,"height":48},"_position":{"__type__":"cc.Vec3","x":299.5,"y":310}},{"__type__":"cc.Node","_name":"history","_parent":{"__id__":8},"_active":false,"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":11},"_spriteFrame":{"__uuid__":"8cDHkLS4VDoYtsqGhrcA32"}},{"__type__":"cc.Widget","node":{"__id__":11},"_alignFlags":9,"_left":1013,"_top":26}],"_contentSize":{"__type__":"cc.Size","width":108,"height":48},"_position":{"__type__":"cc.Vec3","x":427,"y":310}},{"__type__":"cc.Node","_name":"search","_parent":{"__id__":8},"_active":false,"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":12},"_spriteFrame":{"__uuid__":"27JP1NhZJJfZqxTjOWjA6J"}},{"__type__":"cc.Widget","node":{"__id__":12},"_alignFlags":9,"_left":1131,"_top":26}],"_contentSize":{"__type__":"cc.Size","width":108,"height":48},"_position":{"__type__":"cc.Vec3","x":545,"y":310}},{"__type__":"cc.Node","_name":"LeftNaviLayout","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Sprite","node":{"__id__":13},"_type":1,"_sizeMode":0},{"__type__":"cc.Layout","node":{"__id__":13},"_layoutSize":{"__type__":"cc.Size","width":100,"height":100},"_resize":2,"_N$layoutType":3,"_N$startAxis":1},{"__type__":"cc.Widget","node":{"__id__":13},"_alignFlags":9,"_left":543.047,"_top":367.778}],"_contentSize":{"__type__":"cc.Size","width":100,"height":100},"_position":{"__type__":"cc.Vec3","x":-46.952999999999975,"y":-57.77800000000002}},{"__type__":"cc.Node","_name":"update","_parent":{"__id__":2},"_children":[{"__id__":15},{"__id__":16}],"_active":false,"_level":1,"_contentSize":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"cc.Node","_name":"background_mask","_parent":{"__id__":14},"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":15},"_spriteFrame":{"__uuid__":"dbKBXECXdEya4Zv+tYVwnb"},"_type":1,"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":15},"_alignFlags":45,"_originalWidth":1280,"_originalHeight":720}],"_opacity":207,"_contentSize":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"cc.Node","_name":"update_panel","_parent":{"__id__":14},"_children":[{"__id__":17},{"__id__":18},{"__id__":19},{"__id__":20},{"__id__":24},{"__id__":26},{"__id__":28}],"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":16},"_spriteFrame":{"__uuid__":"e9x+BkPABJDIyUB8eZDriy"},"_type":1,"_sizeMode":0},{"__id__":30}],"_contentSize":{"__type__":"cc.Size","width":800,"height":400}},{"__type__":"cc.Node","_name":"close","_parent":{"__id__":16},"_level":3,"_components":[{"__type__":"cc.Sprite","node":{"__id__":17},"_spriteFrame":{"__uuid__":"23MSZRoqlE3JmIJHwW3seq"}}],"_contentSize":{"__type__":"cc.Size","width":33,"height":48},"_position":{"__type__":"cc.Vec3","x":-356,"y":164}},{"__type__":"cc.Node","_name":"update_title","_parent":{"__id__":16},"_level":3,"_components":[{"__type__":"cc.Label","node":{"__id__":18},"_useOriginalSize":false,"_string":"更新版本","_N$string":"更新版本","_N$horizontalAlign":1,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":160,"height":40},"_position":{"__type__":"cc.Vec3","y":166}},{"__type__":"cc.Node","_name":"New Label","_parent":{"__id__":16},"_level":3,"_components":[{"__type__":"cc.Label","node":{"__id__":19},"_useOriginalSize":false,"_string":"更新进度","_N$string":"更新进度","_N$horizontalAlign":1,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":160,"height":40},"_position":{"__type__":"cc.Vec3","x":-260,"y":61}},{"__type__":"cc.Node","_name":"fileProgress","_parent":{"__id__":16},"_children":[{"__id__":21}],"_level":3,"_components":[{"__type__":"cc.Sprite","node":{"__id__":20},"_spriteFrame":{"__uuid__":"8daielIX5D9pdwjpREbxI6"},"_type":1,"_sizeMode":0},{"__id__":23}],"_contentSize":{"__type__":"cc.Size","width":500,"height":30},"_position":{"__type__":"cc.Vec3","x":80,"y":61}},{"__type__":"cc.Node","_name":"bar","_parent":{"__id__":20},"_level":3,"_components":[{"__id__":22}],"_contentSize":{"__type__":"cc.Size","width":250,"height":30},"_anchorPoint":{"__type__":"cc.Vec2","y":0.5},"_position":{"__type__":"cc.Vec3","x":-250}},{"__type__":"cc.Sprite","node":{"__id__":21},"_spriteFrame":{"__uuid__":"dbKBXECXdEya4Zv+tYVwnb"},"_type":1,"_sizeMode":0},{"__type__":"cc.ProgressBar","node":{"__id__":20},"_N$totalLength":500,"_N$barSprite":{"__id__":22},"_N$progress":0.5},{"__type__":"cc.Node","_name":"filep","_parent":{"__id__":16},"_level":3,"_components":[{"__id__":25}],"_contentSize":{"__type__":"cc.Size","width":500,"height":40},"_position":{"__type__":"cc.Vec3","y":5}},{"__type__":"cc.Label","node":{"__id__":24},"_useOriginalSize":false,"_string":"/","_N$string":"/","_N$horizontalAlign":1,"_N$verticalAlign":1,"_N$overflow":1},{"__type__":"cc.Node","_name":"info","_parent":{"__id__":16},"_active":false,"_level":3,"_components":[{"__id__":27}],"_contentSize":{"__type__":"cc.Size","width":600,"height":100},"_position":{"__type__":"cc.Vec3","y":-80}},{"__type__":"cc.Label","node":{"__id__":26},"_useOriginalSize":false,"_string":"info","_N$string":"info","_N$horizontalAlign":1,"_N$verticalAlign":1,"_N$overflow":1},{"__type__":"cc.Node","_name":"update_btn","_parent":{"__id__":16},"_children":[{"__id__":29}],"_level":3,"_components":[{"__type__":"cc.Button","node":{"__id__":28},"clickEvents":[{"__type__":"cc.ClickEvent","target":{"__id__":2},"_componentId":"280c3rsZJJKnZ9RqbALVwtK","handler":"hotUpdate"}],"_N$normalColor":{"__type__":"cc.Color","r":230,"g":230,"b":230},"_N$pressedColor":{"__type__":"cc.Color","r":200,"g":200,"b":200},"pressedColor":{"__type__":"cc.Color","r":200,"g":200,"b":200},"_N$disabledColor":{"__type__":"cc.Color","r":120,"g":120,"b":120,"a":200},"_N$target":{"__id__":28}},{"__type__":"cc.Sprite","node":{"__id__":28},"_spriteFrame":{"__uuid__":"b25E5hqwpGbbExOu19TyeL"}}],"_contentSize":{"__type__":"cc.Size","width":240,"height":95},"_position":{"__type__":"cc.Vec3","y":-133}},{"__type__":"cc.Node","_name":"Label","_parent":{"__id__":28},"_level":3,"_components":[{"__type__":"cc.Label","node":{"__id__":29},"_useOriginalSize":false,"_string":"立即更新","_N$string":"立即更新","_fontSize":30,"_enableWrapText":false,"_N$horizontalAlign":1,"_N$verticalAlign":1}],"_color":{"__type__":"cc.Color"},"_contentSize":{"__type__":"cc.Size","width":120,"height":40},"_position":{"__type__":"cc.Vec3","y":11}},{"__type__":"8f62dzQtbNHdasyQgwbtVpn","node":{"__id__":16},"info":{"__id__":27},"fileProgress":{"__id__":23},"fileLabel":{"__id__":25},"close":{"__id__":17},"updateBtn":{"__id__":28}}],{"__type__":"cc.SpriteFrame","content":{"name":"history","texture":"90hx13NNVPpYsUD8PQrN89","rect":[0,0,108,48],"offset":[0,0],"originalSize":[108,48],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"bg_jinbishu","texture":"44g24zlzpJfqkWYGs71uf2","rect":[0,0,40,30],"offset":[0,0],"originalSize":[40,30],"capInsets":[11,0,12,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"button_orange","texture":"130j7L55RCLrgFkSaIezWy","rect":[0,0,240,95],"offset":[0,0],"originalSize":[240,95],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"gb_inputbox","texture":"5a5IclV89Btp+Sxgfhz/DC","rect":[0,0,54,81],"offset":[0,0],"originalSize":[54,81],"capInsets":[12,11,12,11]}},{"__type__":"cc.SpriteFrame","content":{"name":"my","texture":"72PHDTdO5Knp6wEuBPWHvH","rect":[0,0,127,48],"offset":[0,0],"originalSize":[127,48],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"bg_rankinglist","texture":"74+iVBhIdP4ZFGD4Q4zDNR","rect":[0,0,504,144],"offset":[0,0],"originalSize":[504,144],"capInsets":[36,69,36,36]}},{"__type__":"cc.SpriteFrame","content":{"name":"bg","texture":"7bBYtFHZlKb691R33Lqlbd","rect":[0,0,1280,2885],"offset":[0,0],"originalSize":[1280,2885],"capInsets":[0,0,0,0]}}]
\ No newline at end of file
......
[{"__type__":"cc.SpriteFrame","content":{"name":"bg","texture":"6bUpkOnNlG6rxw3EN71DNn","rect":[0,0,1280,720],"offset":[0,0],"originalSize":[1280,720],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"scroll_base_bg","texture":"64aF0rMmxEto44SYq0wpsJ","rect":[0,0,2,512],"offset":[0,0],"originalSize":[2,512],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"scroll_bar_bg","texture":"9aiSUNc99OXJYjuuVA5CAX","rect":[0,0,468,4],"offset":[0,0],"originalSize":[468,4],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"down_arrow","texture":"fbQH9aICNO+Z0JSXhrCZVO","rect":[0,0,11,10],"offset":[0,0],"originalSize":[11,10],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"growup_button","texture":"09Rhz+tNJPULV/OcjUvWEZ","rect":[3,4,173,124],"offset":[1.5,-2],"originalSize":[176,128],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"up_arrow","texture":"5e9YgE/FBE5KaIivlfikFw","rect":[0,0,11,10],"offset":[0,0],"originalSize":[11,10],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"tips","texture":"5cx+RNF39CgZ2WSX9sexS8","rect":[0,0,326,137],"offset":[0,0],"originalSize":[326,137],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"customizedCourses_button","texture":"42fRvLrxlN3ITXjQxpphcG","rect":[0,4,176,124],"offset":[0,-2],"originalSize":[176,128],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"this_week","texture":"bfuqwEkG1A5Ko3UnqEG0NL","rect":[0,0,158,30],"offset":[0,0],"originalSize":[158,30],"capInsets":[0,0,0,0]}},[{"__type__":"cc.SceneAsset","_name":"sceneClass","scene":{"__id__":1},"asyncLoadAssets":null},{"__type__":"cc.Scene","_name":"New Node","_children":[{"__id__":2}],"_anchorPoint":{"__type__":"cc.Vec2"},"autoReleaseAssets":false},{"__type__":"cc.Node","_name":"Canvas","_parent":{"__id__":1},"_children":[{"__id__":3},{"__id__":4},{"__id__":5},{"__id__":7},{"__id__":9},{"__id__":11},{"__id__":13},{"__id__":15},{"__id__":17}],"_components":[{"__type__":"cc.Canvas","node":{"__id__":2},"_designResolution":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"525222QTdZPOJPZJbr8avQo","node":{"__id__":2},"spriteGrowup":{"__id__":6},"spriteGrade":{"__id__":8},"spriteCustom":{"__id__":10},"spriteMain":{"__id__":12},"PFB_NAV":{"__uuid__":"67ALHAP3lMEaXftKZd547a"},"PFB_CATEGORY":{"__uuid__":"a5aNEghxBIZqUiuhE340Yg"}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720},"_position":{"__type__":"cc.Vec3","x":640,"y":360},"_id":"45tTMpp7pPjbxb/MfRCqmT"},{"__type__":"cc.Node","_name":"Main Camera","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Camera","node":{"__id__":3},"_clearFlags":7,"_depth":-1}]},{"__type__":"cc.Node","_name":"Bg","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Sprite","node":{"__id__":4},"_spriteFrame":{"__uuid__":"01vc0BM9NPAok/1owbqQWK"}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"cc.Node","_name":"GrowupSprite","_parent":{"__id__":2},"_level":1,"_components":[{"__id__":6},{"__type__":"cc.Widget","node":{"__id__":5},"_alignFlags":9,"_left":58,"_top":37}],"_contentSize":{"__type__":"cc.Size","width":173,"height":62},"_position":{"__type__":"cc.Vec3","x":-495.5,"y":292}},{"__type__":"cc.Sprite","node":{"__id__":5},"_spriteFrame":{"__uuid__":"30kWXWIvNA5rHaGUzWJVlB"},"_sizeMode":0},{"__type__":"cc.Node","_name":"GradeSprite","_parent":{"__id__":2},"_level":1,"_components":[{"__id__":8},{"__type__":"cc.Widget","node":{"__id__":7},"_alignFlags":9,"_left":243,"_top":37}],"_contentSize":{"__type__":"cc.Size","width":174,"height":62},"_position":{"__type__":"cc.Vec3","x":-310,"y":292}},{"__type__":"cc.Sprite","node":{"__id__":7},"_spriteFrame":{"__uuid__":"ecP35PDitNkbHRK5sVUUtL"},"_sizeMode":0},{"__type__":"cc.Node","_name":"CustomSprite","_parent":{"__id__":2},"_level":1,"_components":[{"__id__":10},{"__type__":"cc.Widget","node":{"__id__":9},"_alignFlags":9,"_left":875,"_top":37}],"_contentSize":{"__type__":"cc.Size","width":176,"height":62},"_position":{"__type__":"cc.Vec3","x":323,"y":292}},{"__type__":"cc.Sprite","node":{"__id__":9},"_spriteFrame":{"__uuid__":"99vgEZiq1BJ5WqaWtrBAkl"},"_sizeMode":0},{"__type__":"cc.Node","_name":"MainSprite","_parent":{"__id__":2},"_level":1,"_components":[{"__id__":12},{"__type__":"cc.Widget","node":{"__id__":11},"_alignFlags":9,"_left":1057,"_top":37}],"_contentSize":{"__type__":"cc.Size","width":137,"height":63},"_position":{"__type__":"cc.Vec3","x":485.5,"y":291.5}},{"__type__":"cc.Sprite","node":{"__id__":11},"_spriteFrame":{"__uuid__":"b804uMNCNErLxwT5XqKky4"},"_sizeMode":0},{"__type__":"cc.Node","_name":"Tips","_parent":{"__id__":2},"_children":[{"__id__":14}],"_level":1,"_components":[{"__type__":"cc.Sprite","node":{"__id__":13},"_spriteFrame":{"__uuid__":"5e93bBxnBJyKHwOfjLHTOm"}},{"__type__":"cc.Widget","node":{"__id__":13},"_alignFlags":9,"_left":477}],"_contentSize":{"__type__":"cc.Size","width":326,"height":137},"_position":{"__type__":"cc.Vec3","y":291.5}},{"__type__":"cc.Node","_name":"TipsWeek","_parent":{"__id__":13},"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":14},"_spriteFrame":{"__uuid__":"a4Or2+QdhFGasXaZj7Xle2"}},{"__type__":"cc.Widget","node":{"__id__":14},"_alignFlags":9,"_left":74,"_top":43}],"_contentSize":{"__type__":"cc.Size","width":158,"height":30},"_position":{"__type__":"cc.Vec3","x":-10,"y":10.5}},{"__type__":"cc.Node","_name":"NavListArea","_parent":{"__id__":2},"_children":[{"__id__":16}],"_level":1,"_components":[{"__type__":"cc.Widget","node":{"__id__":15},"_alignFlags":9,"_left":97,"_top":196}],"_contentSize":{"__type__":"cc.Size","width":1136,"height":91},"_position":{"__type__":"cc.Vec3","x":25,"y":118.5}},{"__type__":"cc.Node","_name":"NavListWrapper","_parent":{"__id__":15},"_children":[{"__type__":"cc.Node","_name":"NavList","_parent":{"__id__":16},"_level":3}],"_level":2,"_components":[{"__type__":"cc.Widget","node":{"__id__":16},"_alignFlags":8},{"__type__":"cc.Mask","node":{"__id__":16},"_enabled":false}],"_contentSize":{"__type__":"cc.Size","width":1136,"height":91},"_anchorPoint":{"__type__":"cc.Vec2","y":0.5},"_position":{"__type__":"cc.Vec3","x":-568}},{"__type__":"cc.Node","_name":"CategoryList","_parent":{"__id__":2},"_children":[{"__id__":18},{"__id__":19}],"_level":1,"_components":[{"__type__":"cc.Widget","node":{"__id__":17},"alignMode":0,"_alignFlags":9,"_left":50,"_top":326}],"_contentSize":{"__type__":"cc.Size","width":1180,"height":390},"_position":{"__type__":"cc.Vec3","y":-161}},{"__type__":"cc.Node","_name":"DataContainerMask","_parent":{"__id__":17},"_children":[{"__type__":"cc.Node","_name":"DataContainer","_parent":{"__id__":18}}],"_components":[{"__type__":"cc.Mask","node":{"__id__":18},"_N$alphaThreshold":1}],"_contentSize":{"__type__":"cc.Size","width":1180,"height":700}},{"__type__":"cc.Node","_name":"ScrollBarContainer","_parent":{"__id__":17},"_children":[{"__id__":20},{"__id__":21}],"_active":false,"_components":[{"__type__":"cc.Widget","node":{"__id__":19},"alignMode":0,"_alignFlags":33,"_right":-30},{"__type__":"cc.Mask","node":{"__id__":19},"_enabled":false}],"_contentSize":{"__type__":"cc.Size","width":10,"height":510},"_position":{"__type__":"cc.Vec3","x":450,"y":95}},{"__type__":"cc.Node","_name":"ScrollBarHight","_parent":{"__id__":19},"_components":[{"__type__":"cc.Sprite","node":{"__id__":20},"_spriteFrame":{"__uuid__":"09qO8kbmxDdZP9/A4CGfCh"},"_sizeMode":0}],"_opacity":100,"_contentSize":{"__type__":"cc.Size","width":2,"height":510}},{"__type__":"cc.Node","_name":"ScrollBarShadow","_parent":{"__id__":19},"_children":[{"__id__":22}],"_components":[{"__type__":"cc.Sprite","node":{"__id__":21},"_spriteFrame":{"__uuid__":"16aKiNSApJUphwTHkzr1y6"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":21},"alignMode":2,"_alignFlags":1}],"_contentSize":{"__type__":"cc.Size","width":2,"height":94},"_anchorPoint":{"__type__":"cc.Vec2","x":0.5},"_position":{"__type__":"cc.Vec3","y":161}},{"__type__":"cc.Node","_name":"ScrollBarBlock","_parent":{"__id__":21},"_children":[{"__id__":23},{"__id__":24},{"__id__":25}],"_components":[{"__type__":"cc.Sprite","node":{"__id__":22},"_spriteFrame":{"__uuid__":"cc7LlW72dKEYJVLUduIhEZ"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":22},"alignMode":2,"_alignFlags":4,"_left":-4,"_originalHeight":94}],"_contentSize":{"__type__":"cc.Size","width":10,"height":94},"_position":{"__type__":"cc.Vec3","y":47}},{"__type__":"cc.Node","_name":"AU","_parent":{"__id__":22},"_components":[{"__type__":"cc.Sprite","node":{"__id__":23},"_spriteFrame":{"__uuid__":"4cRVkmnCJMIZBPEVobQr4l"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":23},"alignMode":0,"_alignFlags":12,"_left":30,"_top":41,"_bottom":88,"_originalHeight":12}],"_contentSize":{"__type__":"cc.Size","width":10,"height":12},"_position":{"__type__":"cc.Vec3","x":30,"y":47}},{"__type__":"cc.Node","_name":"AD","_parent":{"__id__":22},"_components":[{"__type__":"cc.Sprite","node":{"__id__":24},"_spriteFrame":{"__uuid__":"17uN8v2O9Gk4210ZGCsd0L"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":24},"alignMode":0,"_alignFlags":13,"_left":30,"_top":87.5,"_bottom":-6.5,"_originalHeight":12}],"_contentSize":{"__type__":"cc.Size","width":10,"height":13},"_position":{"__type__":"cc.Vec3","x":30,"y":-47}},{"__type__":"cc.Node","_name":"Page","_parent":{"__id__":22},"_children":[{"__id__":26},{"__id__":27},{"__id__":28},{"__id__":29}],"_components":[{"__type__":"cc.RichText","node":{"__id__":25},"_N$string":"翻\n\n <color=#FFFF80>1</color>","_N$fontSize":18,"_N$lineHeight":18},{"__type__":"cc.Widget","node":{"__id__":25},"alignMode":0,"_alignFlags":9,"_left":25.999999999999996,"_top":20}],"_contentSize":{"__type__":"cc.Size","width":18,"height":58.67999999999999},"_position":{"__type__":"cc.Vec3","x":29.999999999999996,"y":-2.3399999999999963}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":25},"_active":false,"_level":1,"_components":[{"__type__":"cc.Label","node":{"__id__":26},"_string":"翻","_N$string":"翻","_fontSize":18,"_lineHeight":18,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":18,"height":22.68},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-9,"y":6.660000000000004}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":25},"_active":false,"_level":1,"_components":[{"__type__":"cc.Label","node":{"__id__":27},"_string":"页","_N$string":"页","_fontSize":18,"_lineHeight":18,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":18,"height":22.68},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-9,"y":-11.339999999999996}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":25},"_active":false,"_level":1,"_components":[{"__type__":"cc.Label","node":{"__id__":28},"_string":" ","_N$string":" ","_fontSize":18,"_lineHeight":18,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":5,"height":22.68},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-9,"y":-29.339999999999996}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":25},"_active":false,"_level":1,"_components":[{"__type__":"cc.Label","node":{"__id__":29},"_string":"1","_N$string":"1","_fontSize":18,"_lineHeight":18,"_N$verticalAlign":1}],"_color":{"__type__":"cc.Color","r":255,"g":255,"b":128},"_contentSize":{"__type__":"cc.Size","width":10.01,"height":22.68},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-4,"y":-29.339999999999996}}],{"__type__":"cc.SpriteFrame","content":{"name":"index_button","texture":"a1s9FcfKdGxa4z9mWadOa0","rect":[0,4,137,126],"offset":[0,-2],"originalSize":[137,130],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"pageIncon","texture":"aePZ7rdzBGApR4qU/SofNS","rect":[12,12,10,70],"offset":[0,0],"originalSize":[34,94],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"grade_button","texture":"70H+MrHetHBYP2EdtcsllD","rect":[2,4,174,124],"offset":[1,-2],"originalSize":[176,128],"capInsets":[0,0,0,0]}}]
\ No newline at end of file
[{"__type__":"cc.SpriteFrame","content":{"name":"bg","texture":"6bUpkOnNlG6rxw3EN71DNn","rect":[0,0,1280,720],"offset":[0,0],"originalSize":[1280,720],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"scroll_base_bg","texture":"64aF0rMmxEto44SYq0wpsJ","rect":[0,0,2,512],"offset":[0,0],"originalSize":[2,512],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"scroll_bar_bg","texture":"9aiSUNc99OXJYjuuVA5CAX","rect":[0,0,468,4],"offset":[0,0],"originalSize":[468,4],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"down_arrow","texture":"fbQH9aICNO+Z0JSXhrCZVO","rect":[0,0,11,10],"offset":[0,0],"originalSize":[11,10],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"growup_button","texture":"09Rhz+tNJPULV/OcjUvWEZ","rect":[3,4,173,124],"offset":[1.5,-2],"originalSize":[176,128],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"up_arrow","texture":"5e9YgE/FBE5KaIivlfikFw","rect":[0,0,11,10],"offset":[0,0],"originalSize":[11,10],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"tips","texture":"5cx+RNF39CgZ2WSX9sexS8","rect":[0,0,326,137],"offset":[0,0],"originalSize":[326,137],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"customizedCourses_button","texture":"42fRvLrxlN3ITXjQxpphcG","rect":[0,4,176,124],"offset":[0,-2],"originalSize":[176,128],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"this_week","texture":"bfuqwEkG1A5Ko3UnqEG0NL","rect":[0,0,158,30],"offset":[0,0],"originalSize":[158,30],"capInsets":[0,0,0,0]}},[{"__type__":"cc.SceneAsset","_name":"sceneClass","scene":{"__id__":1},"asyncLoadAssets":null},{"__type__":"cc.Scene","_name":"New Node","_children":[{"__id__":2}],"_anchorPoint":{"__type__":"cc.Vec2"},"autoReleaseAssets":true},{"__type__":"cc.Node","_name":"Canvas","_parent":{"__id__":1},"_children":[{"__id__":3},{"__id__":4},{"__id__":5},{"__id__":7},{"__id__":9},{"__id__":11},{"__id__":13},{"__id__":15},{"__id__":17}],"_components":[{"__type__":"cc.Canvas","node":{"__id__":2},"_designResolution":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"525222QTdZPOJPZJbr8avQo","node":{"__id__":2},"spriteGrowup":{"__id__":6},"spriteGrade":{"__id__":8},"spriteCustom":{"__id__":10},"spriteMain":{"__id__":12},"PFB_NAV":{"__uuid__":"67ALHAP3lMEaXftKZd547a"},"PFB_CATEGORY":{"__uuid__":"a5aNEghxBIZqUiuhE340Yg"}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720},"_position":{"__type__":"cc.Vec3","x":640,"y":360},"_id":"45tTMpp7pPjbxb/MfRCqmT"},{"__type__":"cc.Node","_name":"Main Camera","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Camera","node":{"__id__":3},"_clearFlags":7,"_depth":-1}]},{"__type__":"cc.Node","_name":"Bg","_parent":{"__id__":2},"_level":1,"_components":[{"__type__":"cc.Sprite","node":{"__id__":4},"_spriteFrame":{"__uuid__":"01vc0BM9NPAok/1owbqQWK"}}],"_contentSize":{"__type__":"cc.Size","width":1280,"height":720}},{"__type__":"cc.Node","_name":"GrowupSprite","_parent":{"__id__":2},"_level":1,"_components":[{"__id__":6},{"__type__":"cc.Widget","node":{"__id__":5},"_alignFlags":9,"_left":58,"_top":37}],"_contentSize":{"__type__":"cc.Size","width":173,"height":62},"_position":{"__type__":"cc.Vec3","x":-495.5,"y":292}},{"__type__":"cc.Sprite","node":{"__id__":5},"_spriteFrame":{"__uuid__":"30kWXWIvNA5rHaGUzWJVlB"},"_sizeMode":0},{"__type__":"cc.Node","_name":"GradeSprite","_parent":{"__id__":2},"_level":1,"_components":[{"__id__":8},{"__type__":"cc.Widget","node":{"__id__":7},"_alignFlags":9,"_left":243,"_top":37}],"_contentSize":{"__type__":"cc.Size","width":174,"height":62},"_position":{"__type__":"cc.Vec3","x":-310,"y":292}},{"__type__":"cc.Sprite","node":{"__id__":7},"_spriteFrame":{"__uuid__":"ecP35PDitNkbHRK5sVUUtL"},"_sizeMode":0},{"__type__":"cc.Node","_name":"CustomSprite","_parent":{"__id__":2},"_level":1,"_components":[{"__id__":10},{"__type__":"cc.Widget","node":{"__id__":9},"_alignFlags":9,"_left":875,"_top":37}],"_contentSize":{"__type__":"cc.Size","width":176,"height":62},"_position":{"__type__":"cc.Vec3","x":323,"y":292}},{"__type__":"cc.Sprite","node":{"__id__":9},"_spriteFrame":{"__uuid__":"99vgEZiq1BJ5WqaWtrBAkl"},"_sizeMode":0},{"__type__":"cc.Node","_name":"MainSprite","_parent":{"__id__":2},"_level":1,"_components":[{"__id__":12},{"__type__":"cc.Widget","node":{"__id__":11},"_alignFlags":9,"_left":1057,"_top":37}],"_contentSize":{"__type__":"cc.Size","width":137,"height":63},"_position":{"__type__":"cc.Vec3","x":485.5,"y":291.5}},{"__type__":"cc.Sprite","node":{"__id__":11},"_spriteFrame":{"__uuid__":"b804uMNCNErLxwT5XqKky4"},"_sizeMode":0},{"__type__":"cc.Node","_name":"Tips","_parent":{"__id__":2},"_children":[{"__id__":14}],"_level":1,"_components":[{"__type__":"cc.Sprite","node":{"__id__":13},"_spriteFrame":{"__uuid__":"5e93bBxnBJyKHwOfjLHTOm"}},{"__type__":"cc.Widget","node":{"__id__":13},"_alignFlags":9,"_left":477}],"_contentSize":{"__type__":"cc.Size","width":326,"height":137},"_position":{"__type__":"cc.Vec3","y":291.5}},{"__type__":"cc.Node","_name":"TipsWeek","_parent":{"__id__":13},"_level":2,"_components":[{"__type__":"cc.Sprite","node":{"__id__":14},"_spriteFrame":{"__uuid__":"a4Or2+QdhFGasXaZj7Xle2"}},{"__type__":"cc.Widget","node":{"__id__":14},"_alignFlags":9,"_left":74,"_top":43}],"_contentSize":{"__type__":"cc.Size","width":158,"height":30},"_position":{"__type__":"cc.Vec3","x":-10,"y":10.5}},{"__type__":"cc.Node","_name":"NavListArea","_parent":{"__id__":2},"_children":[{"__id__":16}],"_level":1,"_components":[{"__type__":"cc.Widget","node":{"__id__":15},"_alignFlags":9,"_left":97,"_top":196}],"_contentSize":{"__type__":"cc.Size","width":1136,"height":91},"_position":{"__type__":"cc.Vec3","x":25,"y":118.5}},{"__type__":"cc.Node","_name":"NavListWrapper","_parent":{"__id__":15},"_children":[{"__type__":"cc.Node","_name":"NavList","_parent":{"__id__":16},"_level":3}],"_level":2,"_components":[{"__type__":"cc.Widget","node":{"__id__":16},"_alignFlags":8},{"__type__":"cc.Mask","node":{"__id__":16},"_enabled":false}],"_contentSize":{"__type__":"cc.Size","width":1136,"height":91},"_anchorPoint":{"__type__":"cc.Vec2","y":0.5},"_position":{"__type__":"cc.Vec3","x":-568}},{"__type__":"cc.Node","_name":"CategoryList","_parent":{"__id__":2},"_children":[{"__id__":18},{"__id__":19}],"_level":1,"_components":[{"__type__":"cc.Widget","node":{"__id__":17},"alignMode":0,"_alignFlags":9,"_left":50,"_top":326}],"_contentSize":{"__type__":"cc.Size","width":1180,"height":390},"_position":{"__type__":"cc.Vec3","y":-161}},{"__type__":"cc.Node","_name":"DataContainerMask","_parent":{"__id__":17},"_children":[{"__type__":"cc.Node","_name":"DataContainer","_parent":{"__id__":18}}],"_components":[{"__type__":"cc.Mask","node":{"__id__":18},"_N$alphaThreshold":1}],"_contentSize":{"__type__":"cc.Size","width":1180,"height":700}},{"__type__":"cc.Node","_name":"ScrollBarContainer","_parent":{"__id__":17},"_children":[{"__id__":20},{"__id__":21}],"_active":false,"_components":[{"__type__":"cc.Widget","node":{"__id__":19},"alignMode":0,"_alignFlags":33,"_right":-30},{"__type__":"cc.Mask","node":{"__id__":19},"_enabled":false}],"_contentSize":{"__type__":"cc.Size","width":10,"height":510},"_position":{"__type__":"cc.Vec3","x":450,"y":95}},{"__type__":"cc.Node","_name":"ScrollBarHight","_parent":{"__id__":19},"_components":[{"__type__":"cc.Sprite","node":{"__id__":20},"_spriteFrame":{"__uuid__":"09qO8kbmxDdZP9/A4CGfCh"},"_sizeMode":0}],"_opacity":100,"_contentSize":{"__type__":"cc.Size","width":2,"height":510}},{"__type__":"cc.Node","_name":"ScrollBarShadow","_parent":{"__id__":19},"_children":[{"__id__":22}],"_components":[{"__type__":"cc.Sprite","node":{"__id__":21},"_spriteFrame":{"__uuid__":"16aKiNSApJUphwTHkzr1y6"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":21},"alignMode":2,"_alignFlags":1}],"_contentSize":{"__type__":"cc.Size","width":2,"height":94},"_anchorPoint":{"__type__":"cc.Vec2","x":0.5},"_position":{"__type__":"cc.Vec3","y":161}},{"__type__":"cc.Node","_name":"ScrollBarBlock","_parent":{"__id__":21},"_children":[{"__id__":23},{"__id__":24},{"__id__":25}],"_components":[{"__type__":"cc.Sprite","node":{"__id__":22},"_spriteFrame":{"__uuid__":"cc7LlW72dKEYJVLUduIhEZ"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":22},"alignMode":2,"_alignFlags":4,"_left":-4,"_originalHeight":94}],"_contentSize":{"__type__":"cc.Size","width":10,"height":94},"_position":{"__type__":"cc.Vec3","y":47}},{"__type__":"cc.Node","_name":"AU","_parent":{"__id__":22},"_components":[{"__type__":"cc.Sprite","node":{"__id__":23},"_spriteFrame":{"__uuid__":"4cRVkmnCJMIZBPEVobQr4l"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":23},"alignMode":0,"_alignFlags":12,"_left":30,"_top":41,"_bottom":88,"_originalHeight":12}],"_contentSize":{"__type__":"cc.Size","width":10,"height":12},"_position":{"__type__":"cc.Vec3","x":30,"y":47}},{"__type__":"cc.Node","_name":"AD","_parent":{"__id__":22},"_components":[{"__type__":"cc.Sprite","node":{"__id__":24},"_spriteFrame":{"__uuid__":"17uN8v2O9Gk4210ZGCsd0L"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":24},"alignMode":0,"_alignFlags":13,"_left":30,"_top":87.5,"_bottom":-6.5,"_originalHeight":12}],"_contentSize":{"__type__":"cc.Size","width":10,"height":13},"_position":{"__type__":"cc.Vec3","x":30,"y":-47}},{"__type__":"cc.Node","_name":"Page","_parent":{"__id__":22},"_children":[{"__id__":26},{"__id__":27},{"__id__":28},{"__id__":29}],"_components":[{"__type__":"cc.RichText","node":{"__id__":25},"_N$string":"翻\n\n <color=#FFFF80>1</color>","_N$fontSize":18,"_N$lineHeight":18},{"__type__":"cc.Widget","node":{"__id__":25},"alignMode":0,"_alignFlags":9,"_left":25.999999999999996,"_top":20}],"_contentSize":{"__type__":"cc.Size","width":18,"height":58.67999999999999},"_position":{"__type__":"cc.Vec3","x":29.999999999999996,"y":-2.3399999999999963}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":25},"_active":false,"_level":1,"_components":[{"__type__":"cc.Label","node":{"__id__":26},"_string":"翻","_N$string":"翻","_fontSize":18,"_lineHeight":18,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":18,"height":22.68},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-9,"y":6.660000000000004}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":25},"_active":false,"_level":1,"_components":[{"__type__":"cc.Label","node":{"__id__":27},"_string":"页","_N$string":"页","_fontSize":18,"_lineHeight":18,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":18,"height":22.68},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-9,"y":-11.339999999999996}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":25},"_active":false,"_level":1,"_components":[{"__type__":"cc.Label","node":{"__id__":28},"_string":" ","_N$string":" ","_fontSize":18,"_lineHeight":18,"_N$verticalAlign":1}],"_contentSize":{"__type__":"cc.Size","width":5,"height":22.68},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-9,"y":-29.339999999999996}},{"__type__":"cc.PrivateNode","_name":"RICHTEXT_CHILD","_objFlags":1024,"_parent":{"__id__":25},"_active":false,"_level":1,"_components":[{"__type__":"cc.Label","node":{"__id__":29},"_string":"1","_N$string":"1","_fontSize":18,"_lineHeight":18,"_N$verticalAlign":1}],"_color":{"__type__":"cc.Color","r":255,"g":255,"b":128},"_contentSize":{"__type__":"cc.Size","width":10.01,"height":22.68},"_anchorPoint":{"__type__":"cc.Vec2"},"_position":{"__type__":"cc.Vec3","x":-4,"y":-29.339999999999996}}],{"__type__":"cc.SpriteFrame","content":{"name":"index_button","texture":"a1s9FcfKdGxa4z9mWadOa0","rect":[0,4,137,126],"offset":[0,-2],"originalSize":[137,130],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"pageIncon","texture":"aePZ7rdzBGApR4qU/SofNS","rect":[12,12,10,70],"offset":[0,0],"originalSize":[34,94],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"grade_button","texture":"70H+MrHetHBYP2EdtcsllD","rect":[2,4,174,124],"offset":[1,-2],"originalSize":[176,128],"capInsets":[0,0,0,0]}}]
\ No newline at end of file
......