difenduandada
2024-12-31 34abe6963b344c882358274957f4b992456fee40
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
"use strict";
cc._RF.push(module, 'c8afd1OvodMWp/G7iyvZhRs', 'vedio_const');
// Scripts/mod/vedio/vedio_const.js
 
"use strict";
 
var _Cham_Name, _Left_Role_Battle_Ind, _Right_Role_Battle_In;
 
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
 
var VedioConst = {
  Tab_Index: {
    Arena: 1,
    //-- 竞技场
    Champion: 2,
    //-- 冠军赛
    Solo: 3,
    //-- 切磋
    Guildwar: 4,
    //-- 公会战
    Ladder: 5,
    //-- 天梯
    Elite: 6,
    //-- 段位赛
    Hot: 98 //-- 每周热门
 
  },
  Color: {
    Atk: new cc.Color(168, 46, 26),
    Def: new cc.Color(39, 134, 188)
  },
  Cham_Name: (_Cham_Name = {}, _defineProperty(_Cham_Name, 2, "决赛"), _defineProperty(_Cham_Name, 4, "半决赛"), _defineProperty(_Cham_Name, 8, "8强赛"), _defineProperty(_Cham_Name, 16, "16强赛"), _defineProperty(_Cham_Name, 32, "32强赛"), _defineProperty(_Cham_Name, 128, "选拔赛"), _Cham_Name),
  Left_Role_Battle_Index: (_Left_Role_Battle_Ind = {}, _defineProperty(_Left_Role_Battle_Ind, 1, 9), _defineProperty(_Left_Role_Battle_Ind, 2, 6), _defineProperty(_Left_Role_Battle_Ind, 3, 3), _defineProperty(_Left_Role_Battle_Ind, 4, 8), _defineProperty(_Left_Role_Battle_Ind, 5, 5), _defineProperty(_Left_Role_Battle_Ind, 6, 2), _defineProperty(_Left_Role_Battle_Ind, 7, 7), _defineProperty(_Left_Role_Battle_Ind, 8, 4), _defineProperty(_Left_Role_Battle_Ind, 9, 1), _Left_Role_Battle_Ind),
  Right_Role_Battle_Index: (_Right_Role_Battle_In = {}, _defineProperty(_Right_Role_Battle_In, 1, 3), _defineProperty(_Right_Role_Battle_In, 2, 6), _defineProperty(_Right_Role_Battle_In, 3, 9), _defineProperty(_Right_Role_Battle_In, 4, 2), _defineProperty(_Right_Role_Battle_In, 5, 5), _defineProperty(_Right_Role_Battle_In, 6, 8), _defineProperty(_Right_Role_Battle_In, 7, 1), _defineProperty(_Right_Role_Battle_In, 8, 4), _defineProperty(_Right_Role_Battle_In, 9, 7), _Right_Role_Battle_In),
  // -- 录像大厅一次请求的数据量
  ReqVedioDataNum: 30,
  // -- 个人录像类型
  MyVedio_Type: {
    Myself: 1,
    //-- 我自己的录像记录
    Collect: 99 //-- 我收藏的录像记录
 
  },
  // --分享按钮类型
  Share_Btn_Type: {
    eGuildBtn: 1,
    //--公会分享
    eWorldBtn: 2 //--世界分享
 
  }
};
module.exports = VedioConst;
 
cc._RF.pop();