Commit bc0cd5df bc0cd5dfefb71e24d3ba4535d352a874b228cc99 by jinwawa

complete sceneHistory

1 parent c3eb0620
...@@ -2887,8 +2887,8 @@ ...@@ -2887,8 +2887,8 @@
2887 }, 2887 },
2888 "_contentSize": { 2888 "_contentSize": {
2889 "__type__": "cc.Size", 2889 "__type__": "cc.Size",
2890 "width": 784, 2890 "width": 1164,
2891 "height": 448 2891 "height": 523
2892 }, 2892 },
2893 "_anchorPoint": { 2893 "_anchorPoint": {
2894 "__type__": "cc.Vec2", 2894 "__type__": "cc.Vec2",
...@@ -2897,8 +2897,8 @@ ...@@ -2897,8 +2897,8 @@
2897 }, 2897 },
2898 "_position": { 2898 "_position": {
2899 "__type__": "cc.Vec3", 2899 "__type__": "cc.Vec3",
2900 "x": 110, 2900 "x": 0,
2901 "y": 0, 2901 "y": -42.512,
2902 "z": 0 2902 "z": 0
2903 }, 2903 },
2904 "_scale": { 2904 "_scale": {
...@@ -2929,10 +2929,16 @@ ...@@ -2929,10 +2929,16 @@
2929 "__id__": 66 2929 "__id__": 66
2930 }, 2930 },
2931 "_enabled": true, 2931 "_enabled": true,
2932 "_materials": [], 2932 "_materials": [
2933 {
2934 "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
2935 }
2936 ],
2933 "_srcBlendFactor": 770, 2937 "_srcBlendFactor": 770,
2934 "_dstBlendFactor": 771, 2938 "_dstBlendFactor": 771,
2935 "_spriteFrame": null, 2939 "_spriteFrame": {
2940 "__uuid__": "1c7a33d8-7cec-4bbc-8e8c-90b17a6de4f9"
2941 },
2936 "_type": 0, 2942 "_type": 0,
2937 "_sizeMode": 1, 2943 "_sizeMode": 1,
2938 "_fillType": 0, 2944 "_fillType": 0,
......
1 {
2 "ver": "1.0.5",
3 "uuid": "2d3cc4e7-dfc9-48e9-bfdf-2912b6a42eed",
4 "isPlugin": false,
5 "loadPluginInWeb": true,
6 "loadPluginInNative": true,
7 "loadPluginInEditor": false,
8 "subMetas": {}
9 }
...\ No newline at end of file ...\ No newline at end of file
...@@ -683,7 +683,8 @@ cc.Class({ ...@@ -683,7 +683,8 @@ cc.Class({
683 this._aFocusTargets[0]['btn_collect'] = cc.find('IntroductionArea/BtnPicCollect', this.node); 683 this._aFocusTargets[0]['btn_collect'] = cc.find('IntroductionArea/BtnPicCollect', this.node);
684 684
685 let fiHomeBtn = cc.find('HomeBtn', this.node).addComponent(FocusInfo); // 685 let fiHomeBtn = cc.find('HomeBtn', this.node).addComponent(FocusInfo); //
686 fiHomeBtn.init('', true, null, null, 1.0); 686 // fiHomeBtn.init('', true, null, null, 1.0);
687 fiHomeBtn.init('{"click": [{"action": "ChangeScene","parameters": {"sceneName":"sceneRecommend"}}]}', true);
687 this._aFocusTargets[0]['btn_home'] = cc.find('HomeBtn', this.node); 688 this._aFocusTargets[0]['btn_home'] = cc.find('HomeBtn', this.node);
688 689
689 var nodeInitFocus = cc.find('PlayBg/VideoView', this.node); 690 var nodeInitFocus = cc.find('PlayBg/VideoView', this.node);
...@@ -795,10 +796,11 @@ cc.Class({ ...@@ -795,10 +796,11 @@ cc.Class({
795 } else if (this._bScore && 0 == this._fiCurrentFocus.node.name.indexOf('Score')) { //已经是加入课堂了 796 } else if (this._bScore && 0 == this._fiCurrentFocus.node.name.indexOf('Score')) { //已经是加入课堂了
796 // this.submitScore(); 797 // this.submitScore();
797 return; 798 return;
798 }else if(0 == this._fiCurrentFocus.node.name.indexOf('HomeBtn')){
799 cc.log("返回首页");
800 return;
801 } 799 }
800 // else if(0 == this._fiCurrentFocus.node.name.indexOf('HomeBtn')){
801 // cc.log("返回首页");
802 // return;
803 // }
802 this.doCurrentFocusTVLinkAction(Common.TV_LINK_ACTION_CLICK); 804 this.doCurrentFocusTVLinkAction(Common.TV_LINK_ACTION_CLICK);
803 break; 805 break;
804 case cc.macro.KEY.backspace: 806 case cc.macro.KEY.backspace:
......
...@@ -281,7 +281,8 @@ cc.Class({ ...@@ -281,7 +281,8 @@ cc.Class({
281 ); 281 );
282 if (currentNode.getComponent(FocusInfo)) { 282 if (currentNode.getComponent(FocusInfo)) {
283 let fiBlock = currentNode.getComponent(FocusInfo); //弄tvlink 283 let fiBlock = currentNode.getComponent(FocusInfo); //弄tvlink
284 fiBlock.setTVLink(currentRemote.tvlink); 284 // fiBlock.setTVLink(currentRemote.tvlink);
285 fiBlock.setTVLink('{"click":[{"action":"ChangeScene","parameters":{"sceneName":"sceneCategory"}}]}');
285 } 286 }
286 } else if (currentNode.name == "hasChildFrame" && currentNode.childrenCount > 0) { //渲染自动布局的节点 287 } else if (currentNode.name == "hasChildFrame" && currentNode.childrenCount > 0) { //渲染自动布局的节点
287 for (let k = 0; k < currentNode.childrenCount; k++) { 288 for (let k = 0; k < currentNode.childrenCount; k++) {
...@@ -295,7 +296,8 @@ cc.Class({ ...@@ -295,7 +296,8 @@ cc.Class({
295 ); 296 );
296 if (sonCurrentNode.getComponent(FocusInfo)) { 297 if (sonCurrentNode.getComponent(FocusInfo)) {
297 let fiBlock = sonCurrentNode.getComponent(FocusInfo); //弄tvlink 298 let fiBlock = sonCurrentNode.getComponent(FocusInfo); //弄tvlink
298 fiBlock.setTVLink(currentRemote.tvlink); 299 // fiBlock.setTVLink(currentRemote.tvlink);
300 fiBlock.setTVLink('{"click":[{"action":"ChangeScene","parameters":{"sceneName":"sceneCategory"}}]}');
299 } 301 }
300 } 302 }
301 } 303 }
......
...@@ -76,12 +76,12 @@ cc.Class({ ...@@ -76,12 +76,12 @@ cc.Class({
76 "name": "Addition",//模块名称 76 "name": "Addition",//模块名称
77 "resultSet": [ 77 "resultSet": [
78 { 78 {
79 "name": "我的", 79 "name": "收藏",
80 "left": 822, 80 "left": 822,
81 "top": 19, 81 "top": 19,
82 "width": 137, 82 "width": 137,
83 "height": 65, 83 "height": 65,
84 "tvlink": '{"click": [{"action": "changeUI","parameters": {"uiName": "collection"}}]}', 84 "tvlink": '{"click":[{"action":"ChangeScene","parameters":{"sceneName":"sceneDiary"}}]}',
85 "type" : "promotion_item", 85 "type" : "promotion_item",
86 "imageURL": "image/addition/my.png" 86 "imageURL": "image/addition/my.png"
87 }, 87 },
...@@ -91,7 +91,7 @@ cc.Class({ ...@@ -91,7 +91,7 @@ cc.Class({
91 "top": 19, 91 "top": 19,
92 "width": 137, 92 "width": 137,
93 "height": 65, 93 "height": 65,
94 "tvlink": '{"click": [{"action": "changeUI","parameters": {"uiName": "history"}}]}', 94 "tvlink": '{"click":[{"action":"ChangeScene","parameters":{"sceneName":"sceneHistory"}}]}',
95 "type" : "promotion_item", 95 "type" : "promotion_item",
96 "imageURL": "image/addition/history.png" 96 "imageURL": "image/addition/history.png"
97 }, 97 },
...@@ -101,7 +101,7 @@ cc.Class({ ...@@ -101,7 +101,7 @@ cc.Class({
101 "top": 19, 101 "top": 19,
102 "width": 137, 102 "width": 137,
103 "height": 65, 103 "height": 65,
104 "tvlink": '{"click": [{"action": "changeUI","parameters": {"uiName": "search"}}]}', 104 "tvlink": '{"click":[{"action":"ChangeScene","parameters":{"sceneName":"sceneSearch"}}]}',
105 "type" : "promotion_item", 105 "type" : "promotion_item",
106 "imageURL": "image/addition/search.png" 106 "imageURL": "image/addition/search.png"
107 } 107 }
......
...@@ -55,7 +55,9 @@ cc.Class({ ...@@ -55,7 +55,9 @@ cc.Class({
55 ); 55 );
56 } 56 }
57 57
58 this.node.getComponent(FocusInfo).setTVLink(oData.tvlink); 58 // this.node.getComponent(FocusInfo).setTVLink(oData.tvlink);
59 this.node.getComponent(FocusInfo)
60 .setTVLink('{"click": [{"action": "ChangeScene","parameters": {"sceneName":"sceneProgram","id":"' + oData.id + '"}}]}');
59 }, 61 },
60 62
61 enableFocusInfo: function () { 63 enableFocusInfo: function () {
......
...@@ -59,7 +59,8 @@ cc.Class({ ...@@ -59,7 +59,8 @@ cc.Class({
59 ); 59 );
60 } 60 }
61 61
62 this.node.getComponent(FocusInfo).setTVLink(oData.tvlink); 62 // this.node.getComponent(FocusInfo).setTVLink(oData.tvlink);
63 this.node.getComponent(FocusInfo).setTVLink('{"click": [{"action": "ChangeScene","parameters": {"sceneName":"sceneProgram","id":"' + oData.id + '"}}]}');
63 }, 64 },
64 65
65 enableFocusInfo: function () { 66 enableFocusInfo: function () {
......
1 {
2 "ver": "2.3.1",
3 "uuid": "45eb9209-7e5f-4879-928c-d322d78d8c0d",
4 "type": "sprite",
5 "wrapMode": "clamp",
6 "filterMode": "bilinear",
7 "premultiplyAlpha": false,
8 "platformSettings": {},
9 "subMetas": {
10 "collection404": {
11 "ver": "1.0.4",
12 "uuid": "1c7a33d8-7cec-4bbc-8e8c-90b17a6de4f9",
13 "rawTextureUuid": "45eb9209-7e5f-4879-928c-d322d78d8c0d",
14 "trimType": "auto",
15 "trimThreshold": 1,
16 "rotated": false,
17 "offsetX": 0,
18 "offsetY": -57.5,
19 "trimX": 58,
20 "trimY": 156,
21 "width": 1164,
22 "height": 523,
23 "rawWidth": 1280,
24 "rawHeight": 720,
25 "borderTop": 0,
26 "borderBottom": 0,
27 "borderLeft": 0,
28 "borderRight": 0,
29 "subMetas": {}
30 }
31 }
32 }
...\ No newline at end of file ...\ No newline at end of file
1 { 1 {
2 "android-instant": {
3 "REMOTE_SERVER_ROOT": "",
4 "host": "",
5 "pathPattern": "",
6 "recordPath": "",
7 "scheme": "https",
8 "skipRecord": false
9 },
10 "appBundle": false,
11 "baidugame": {
12 "REMOTE_SERVER_ROOT": "",
13 "appid": "testappid",
14 "orientation": "portrait",
15 "subContext": ""
16 },
17 "encryptJs": true,
2 "excludeScenes": [], 18 "excludeScenes": [],
19 "fb-instant-games": {},
20 "includeSDKBox": false,
21 "inlineSpriteFrames": true,
22 "inlineSpriteFrames_native": true,
23 "md5Cache": false,
24 "mergeStartScene": false,
25 "optimizeHotUpdate": false,
3 "orientation": { 26 "orientation": {
4 "landscapeLeft": true, 27 "landscapeLeft": true,
5 "landscapeRight": true, 28 "landscapeRight": true,
...@@ -7,7 +30,21 @@ ...@@ -7,7 +30,21 @@
7 "upsideDown": false 30 "upsideDown": false
8 }, 31 },
9 "packageName": "org.cocos2d.helloworld", 32 "packageName": "org.cocos2d.helloworld",
33 "qqplay": {
34 "REMOTE_SERVER_ROOT": "",
35 "orientation": "portrait",
36 "zip": false
37 },
10 "startScene": "2d2f792f-a40c-49bb-a189-ed176a246e49", 38 "startScene": "2d2f792f-a40c-49bb-a189-ed176a246e49",
11 "title": "hello_world", 39 "title": "fuse_apk",
12 "webOrientation": "auto" 40 "webOrientation": "auto",
41 "wechatgame": {
42 "REMOTE_SERVER_ROOT": "",
43 "appid": "wx6ac3f5090a6b99c5",
44 "orientation": "portrait",
45 "separate_engine": false,
46 "subContext": ""
47 },
48 "xxteaKey": "0b7cbd8b-f258-42",
49 "zipCompressJs": true
13 } 50 }
...\ No newline at end of file ...\ No newline at end of file
......
1 { 1 {
2 "assets-sort-type": "name",
2 "collision-matrix": [ 3 "collision-matrix": [
3 [ 4 [
4 true 5 true
5 ] 6 ]
6 ], 7 ],
7 "excluded-modules": [],
8 "group-list": [
9 "default"
10 ],
11 "start-scene": "current",
12 "design-resolution-width": 960,
13 "design-resolution-height": 640, 8 "design-resolution-height": 640,
14 "fit-width": false, 9 "design-resolution-width": 960,
15 "fit-height": true, 10 "excluded-modules": [],
16 "use-project-simulator-setting": false,
17 "simulator-orientation": false,
18 "use-customize-simulator": false,
19 "simulator-resolution": {
20 "width": 960,
21 "height": 640
22 },
23 "last-module-event-record-time": 0,
24 "assets-sort-type": "name",
25 "facebook": { 11 "facebook": {
26 "enable": false,
27 "appID": "", 12 "appID": "",
28 "live": { 13 "audience": {
29 "enable": false 14 "enable": false
30 }, 15 },
31 "audience": { 16 "enable": false,
17 "live": {
32 "enable": false 18 "enable": false
33 } 19 }
34 } 20 },
21 "fit-height": true,
22 "fit-width": false,
23 "group-list": [
24 "default"
25 ],
26 "last-module-event-record-time": 1567662056700,
27 "simulator-orientation": false,
28 "simulator-resolution": {
29 "height": 640,
30 "width": 960
31 },
32 "start-scene": "current",
33 "use-customize-simulator": false,
34 "use-project-simulator-setting": false
35 } 35 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -16,45 +16,30 @@ ...@@ -16,45 +16,30 @@
16 "iOS", 16 "iOS",
17 "HTML5" 17 "HTML5"
18 ], 18 ],
19 "package_download_url": "http://download.cocos.com/CocosServices/plugins/service-analytics/1.2.0_2.1.0.zip", 19 "package_download_url": "https://download.cocos.com/CocosServices/plugins/service-analytics/1.2.0_2.1.0.zip",
20 "package_version_desc": "1、优化SDK,修复H5-SDK 与多个小游戏平台适配问题,删除和优化init事件无用接口<br>2、 如有相关问题咨询或者需求, 可以联系我们技术支持邮箱 <a href=' '>support-cocos@cocos.com</a>", 20 "package_version_desc": "<b>更新日期:</b>2019/6/10<br>\n<br><b>更新说明:</b><br>\n1、优化SDK,修复H5-SDK 与多个小游戏平台适配问题,删除和优化init事件无用接口<br>\n2、如有相关问题咨询或者需求, 可以联系我们技术支持邮箱 <a href=' '>support-cocos@cocos.com</a>",
21 "service_component_name": "service-analytics", 21 "service_component_name": "service-analytics",
22 "package_versions": [ 22 "package_versions": [
23 "1.0.0_1.0.5", 23 "1.2.1_2.1.0",
24 "1.1.2_2.0.0", 24 "1.2.0_2.1.0",
25 "1.1.3_2.0.1",
26 "1.1.4_2.0.1",
27 "1.1.5_2.0.1",
28 "1.1.6_2.0.1_2.0.2",
29 "1.1.7_2.0.3", 25 "1.1.7_2.0.3",
30 "1.1.8_2.0.4", 26 "1.1.6_2.0.1_2.0.2",
31 "1.1.9_2.1.0", 27 "1.1.5_2.0.1",
32 "1.2.0_2.1.0" 28 "1.1.4_2.0.1",
33 ], 29 "1.1.3_2.0.1",
34 "build_platform": [ 30 "1.1.2_2.0.0",
35 "web-mobile", 31 "1.0.0_1.0.5"
36 "web-desktop",
37 "wechatgame",
38 "android",
39 "ios",
40 "fb-instant-games",
41 "android-instant",
42 "baidugame",
43 "quickgame",
44 "qgame",
45 "qqplay",
46 "huawei"
47 ], 32 ],
33 "build_platform": [],
48 "require_verify": 0, 34 "require_verify": 0,
49 "service_price": "", 35 "service_price": "",
50 "packpage_version_desc": "",
51 "service_protocol": "游戏首次开启该服务时,Cocos会后台通知服务方为游戏开通服务并初始化参数,服务方根据需要可能会获取您的Cocos账户信息,包括账户基本资料、游戏基本资料、账户余额等,点击确认开通按钮即视为您同意该服务访问您的账户信息,详见<a href='http://auth.cocos.com/CocosServiceAgreement.html'>《Cocos用户服务协议》</a>和<a href='http://auth.cocos.com/PrivacyPolicy.html'>《Cocos隐私政策》</a>" 36 "service_protocol": "游戏首次开启该服务时,Cocos会后台通知服务方为游戏开通服务并初始化参数,服务方根据需要可能会获取您的Cocos账户信息,包括账户基本资料、游戏基本资料、账户余额等,点击确认开通按钮即视为您同意该服务访问您的账户信息,详见<a href='http://auth.cocos.com/CocosServiceAgreement.html'>《Cocos用户服务协议》</a>和<a href='http://auth.cocos.com/PrivacyPolicy.html'>《Cocos隐私政策》</a>"
52 }, 37 },
53 { 38 {
54 "service_id": "241", 39 "service_id": "241",
55 "service_name": "Matchvs", 40 "service_name": "Matchvs",
56 "service_icon": "https://account.cocos.com/client/14406719a07eb3d714d36e5edc6e06fa.png", 41 "service_icon": "https://account.cocos.com/client/14406719a07eb3d714d36e5edc6e06fa.png",
57 "service_desc": "通过SDK接入快速实现联网功能、帧同步、国内外多节点、服务器独立部署、gameServer自定义游戏服务端逻辑。\n技术支持群QQ群:822523258", 42 "service_desc": "通过SDK接入快速实现联网功能、帧同步、国内外多节点、服务器独立部署、gameServer自定义游戏服务端逻辑。",
58 "service_title": "专业成熟的移动游戏联网与服务端解决方案", 43 "service_title": "专业成熟的移动游戏联网与服务端解决方案",
59 "service_guide_url": "http://doc.matchvs.com/QuickStart/QuickStart-CocosCreator", 44 "service_guide_url": "http://doc.matchvs.com/QuickStart/QuickStart-CocosCreator",
60 "service_sample_url": "http://www.matchvs.com/serviceCourse", 45 "service_sample_url": "http://www.matchvs.com/serviceCourse",
...@@ -66,41 +51,26 @@ ...@@ -66,41 +51,26 @@
66 "iOS", 51 "iOS",
67 "HTML5" 52 "HTML5"
68 ], 53 ],
69 "package_download_url": "http://download.cocos.com/CocosServices/plugins/service-matchvs/1.0.9_3.7.9.9.zip", 54 "package_download_url": "https://download.cocos.com/CocosServices/plugins/service-matchvs/1.0.9_3.7.9.9.zip",
70 "package_version_desc": "更新日期:2019-07-18<br>更新内容:<br>1、修复多节点登录返回值错误<br>2、修复FaceBook平台受限安全策略的问题", 55 "package_version_desc": "<p><strong>更新日期:</strong> 2019/07/18\n<strong>更新内容:</strong>\n1、修复多节点登录返回值错误\n2、修复FaceBook平台受限安全策略的问题</p>",
71 "service_component_name": "service-matchvs", 56 "service_component_name": "service-matchvs",
72 "package_versions": [ 57 "package_versions": [
73 "1.0.3_3.7.6.4", 58 "1.0.9_3.7.9.9",
74 "1.0.5_3.7.7.3",
75 "1.0.6_3.7.9.2",
76 "1.0.7_3.7.9.6", 59 "1.0.7_3.7.9.6",
77 "1.0.9_3.7.9.9" 60 "1.0.6_3.7.9.2",
78 ], 61 "1.0.5_3.7.7.3",
79 "build_platform": [ 62 "1.0.3_3.7.6.4"
80 "web-mobile",
81 "web-desktop",
82 "fb-instant-games",
83 "wechatgame",
84 "wechatgame-subcontext",
85 "qqplay",
86 "android",
87 "android-instant",
88 "ios",
89 "mac",
90 "quickgame",
91 "qgame",
92 "huawei"
93 ], 63 ],
64 "build_platform": [],
94 "require_verify": 0, 65 "require_verify": 0,
95 "service_price": "该服务按使用量计费,<a href='https://www.matchvs.com/price'><font color='#dddddd'>计费规则</font></a>,所产生的费用将由第三方从您的 <a href='https://account.cocos.com/#/finance/finance_list'><font color='#dddddd'>Cocos 账户余额</font></a> 中扣除。", 66 "service_price": "该服务按使用量计费,<a href='https://www.matchvs.com/price'><font color='#dddddd'>计费规则</font></a>,所产生的费用将由第三方从您的 <a href='https://account.cocos.com/#/finance/finance_list'><font color='#dddddd'>Cocos 账户余额</font></a> 中扣除。",
96 "packpage_version_desc": "",
97 "service_protocol": "游戏首次开启该服务时,Cocos会后台通知服务方为游戏开通服务并初始化参数,服务方根据需要可能会获取您的Cocos账户信息,包括账户基本资料、游戏基本资料、账户余额等,点击确认开通按钮即视为您同意该服务访问您的账户信息,详见<a href='http://auth.cocos.com/CocosServiceAgreement.html'>《Cocos用户服务协议》</a>和<a href='http://auth.cocos.com/PrivacyPolicy.html'>《Cocos隐私政策》</a>" 67 "service_protocol": "游戏首次开启该服务时,Cocos会后台通知服务方为游戏开通服务并初始化参数,服务方根据需要可能会获取您的Cocos账户信息,包括账户基本资料、游戏基本资料、账户余额等,点击确认开通按钮即视为您同意该服务访问您的账户信息,详见<a href='http://auth.cocos.com/CocosServiceAgreement.html'>《Cocos用户服务协议》</a>和<a href='http://auth.cocos.com/PrivacyPolicy.html'>《Cocos隐私政策》</a>"
98 }, 68 },
99 { 69 {
100 "service_id": "242", 70 "service_id": "242",
101 "service_name": "Agora Voice", 71 "service_name": "Agora Voice",
102 "service_icon": "https://account.cocos.com/uploads/client_icon/2019-07-16/273952d155b4cdb72d2b1bc61de91ade.png", 72 "service_icon": "https://account.cocos.com/uploads/client_icon/2019-07-16/273952d155b4cdb72d2b1bc61de91ade.png",
103 "service_desc": "稳定、低耗、76ms超低延时、全球200+数据中心覆盖;变声器、超高音质、听声辩位等丰富玩法极速接入;全平台支持:Android、iOS、Web。\n技术支持群QQ群:799099183\n", 73 "service_desc": "稳定、低耗、76ms超低延时、全球200+数据中心覆盖;变声器、超高音质、听声辩位等丰富玩法极速接入;全平台支持:Android、iOS、Web。",
104 "service_title": "游戏内置实时语音", 74 "service_title": "游戏内置实时语音",
105 "service_guide_url": "https://docs.agora.io/cn/Interactive Gaming/game_c?platform=Cocos Creator", 75 "service_guide_url": "https://docs.agora.io/cn/Interactive Gaming/game_c?platform=Cocos Creator",
106 "service_sample_url": "https://github.com/AgoraIO/Voice-Call-for-Mobile-Gaming/tree/master/Basic-Voice-Call-for-Gaming/Hello-CocosCreator-Voice-Agora", 76 "service_sample_url": "https://github.com/AgoraIO/Voice-Call-for-Mobile-Gaming/tree/master/Basic-Voice-Call-for-Gaming/Hello-CocosCreator-Voice-Agora",
...@@ -112,22 +82,16 @@ ...@@ -112,22 +82,16 @@
112 "iOS", 82 "iOS",
113 "HTML5" 83 "HTML5"
114 ], 84 ],
115 "package_download_url": "http://download.cocos.com/CocosServices/plugins/service-agora/1.0.2_2.2.3.20_2.5.2.zip", 85 "package_download_url": "https://download.cocos.com/CocosServices/plugins/service-agora/1.0.2_2.2.3.20_2.5.2.zip",
116 "package_version_desc": "解决Bug:onAudioVolumeIndication 回调收不到.", 86 "package_version_desc": "<b>更新日期:<b>2019/06/27<br>\n<br><b>更新内容:</b><br>\n1、修复部分BUG<br>\n2、代码优化",
117 "service_component_name": "service-agora", 87 "service_component_name": "service-agora",
118 "package_versions": [ 88 "package_versions": [
119 "1.0.1_2.2.3.20_2.5.2", 89 "1.0.2_2.2.3.20_2.5.2",
120 "1.0.2_2.2.3.20_2.5.2" 90 "1.0.1_2.2.3.20_2.5.2"
121 ],
122 "build_platform": [
123 "web-mobile",
124 "web-desktop",
125 "android",
126 "ios"
127 ], 91 ],
92 "build_platform": [],
128 "require_verify": 1, 93 "require_verify": 1,
129 "service_price": "该服务按使用量计费,<a href='https://docs.agora.io/cn/Agora Platform/billing_faq?platform=All Platforms'><font color='#dddddd'>计费规则</font></a>,所产生的费用将由第三方从您的 <a href='https://account.cocos.com/#/finance/finance_list'><font color='#dddddd'>Cocos 账户余额</font></a> 中扣除。", 94 "service_price": "该服务按使用量计费,<a href='https://docs.agora.io/cn/Agora Platform/billing_faq?platform=All Platforms'><font color='#dddddd'>计费规则</font></a>,所产生的费用将由第三方从您的 <a href='https://account.cocos.com/#/finance/finance_list'><font color='#dddddd'>Cocos 账户余额</font></a> 中扣除。",
130 "packpage_version_desc": "",
131 "service_protocol": "游戏首次开启该服务时,Cocos会后台通知服务方为游戏开通服务并初始化参数,服务方根据需要可能会获取您的Cocos账户信息,包括账户基本资料、游戏基本资料、账户余额等,点击确认开通按钮即视为您同意该服务访问您的账户信息,详见<a href='http://auth.cocos.com/CocosServiceAgreement.html'>《Cocos用户服务协议》</a>和<a href='http://auth.cocos.com/PrivacyPolicy.html'>《Cocos隐私政策》</a>" 95 "service_protocol": "游戏首次开启该服务时,Cocos会后台通知服务方为游戏开通服务并初始化参数,服务方根据需要可能会获取您的Cocos账户信息,包括账户基本资料、游戏基本资料、账户余额等,点击确认开通按钮即视为您同意该服务访问您的账户信息,详见<a href='http://auth.cocos.com/CocosServiceAgreement.html'>《Cocos用户服务协议》</a>和<a href='http://auth.cocos.com/PrivacyPolicy.html'>《Cocos隐私政策》</a>"
132 } 96 }
133 ], 97 ],
......