Commit 7bb5176b authored by lujinlei's avatar lujinlei

-a

parent 877581ed
module.exports = { module.exports = {
opn: 0,
devPort: 8080, devPort: 8080,
opn:0 proxy: {
'/ngapi/*': 'http://localhost:3000',
'/plugin/*': 'http://localhost:3000',
'/ngame/*': 'http://localhost:3000',
'/activityCommon/*': 'http://localhost:3000',
'/ctool/*': 'http://localhost:3000',
'/activityVist/*': 'http://localhost:3000',
'/collectGoods/*': 'http://localhost:3000',
'/activityPlugDrawInfo/*': 'http://localhost:3000',
'/collectRule/*': 'http://localhost:3000',
'/hdtool/*': 'http://localhost:3000',
'/activity_winner/*': 'http://localhost:3000',
'/activityPlugin/*': 'http://localhost:3000',
'/summer/*': 'http://localhost:3000',
'/signpet/*': 'http://localhost:3000',
'/signactivity/*': 'http://localhost:3000',
'/activityPlugDrawInfo/*': 'http://localhost:3000',
'/Crecord/*': 'http://localhost:3000',
'/sign/*': 'http://localhost:3000',
'/duiba/*': 'http://localhost:3000',
'/customActivity/*': 'http://localhost:3000',
'/crecord/*': 'http://localhost:3000',
}
} }
\ No newline at end of file
...@@ -22,7 +22,4 @@ ...@@ -22,7 +22,4 @@
# doc/*.txt # doc/*.txt
# 会忽略 doc/notes.txt 但不包括 doc/server/arch.txt # 会忽略 doc/notes.txt 但不包括 doc/server/arch.txt
node_modules node_modules
bin-release bin-release
.DS_Store \ No newline at end of file
egret/.DS_Store
**/*/.tmproject
registry = http://npm.dui88.com/
\ No newline at end of file
## 安装和更新构建工具 ## 安装和更新构建工具
``` bash
git clone git@gitlab2.dui88.com:clq/db-game-template.git
```
重新拉取代码,然后安装依赖。 重新拉取代码,然后安装依赖。
``` bash
cd db-game-template && git pull && cnpm install
```
## 项目创建和维护流程
### 先从master建立一个分支
``` bash ``` bash
git checkout -b kickball-20180910 git pull && cnpm install
```
### push分支到远程
``` bash
git push --set-upstream origin kickball-20180910
``` ```
## 启动本地服务器 ## 启动本地服务器
``` bash ``` bash
npm run dev npm run dev
``` ```
之后会自动打开浏览器。建议`.buildrc.js``opn`选项设置为`0`来禁用浏览器自动打开,在vscode中f5调试 之后会自动打开浏览器。建议在vscode中f5调试,效率更高
## 构建发布 ## 发布
### 全发布 ### 全发布
```bash ```bash
npm run build npm run build
``` ```
### 仅仅发布src下的TS代码 ### 仅仅发布src下的TS代码
``` bash ``` bash
...@@ -36,7 +21,7 @@ npm run buildTS ...@@ -36,7 +21,7 @@ npm run buildTS
``` ```
之后只需要更新皮肤中的`output.js`文件的版本号 之后只需要更新皮肤中的`output.js`文件的版本号
```js ```js
<script crossorigin="anonymous" src="//yun.duiba.com.cn/db_games/activity/game/1537173012/output.js"></script> <script crossorigin="anonymous" src="//yun.duiba.com.cn/db_games/activity/demo/1537173012/output.js"></script>
``` ```
### 仅仅发布exmls文件 ### 仅仅发布exmls文件
``` bash ``` bash
...@@ -44,12 +29,12 @@ npm run buildExml ...@@ -44,12 +29,12 @@ npm run buildExml
``` ```
之后只需要更新皮肤中的`default.thm.js`文件的版本号 之后只需要更新皮肤中的`default.thm.js`文件的版本号
```js ```js
<script crossorigin="anonymous" src="//yun.duiba.com.cn/db_games/activity/game/1537172754/resource/default.thm.js"></script> <script crossorigin="anonymous" src="//yun.duiba.com.cn/db_games/activity/demo/1537172754/r"></script>
``` ```
## demo ## demo
- demo皮肤 https://mng.duiba.com.cn/DuibaNgameBrick/edit/551 - demo皮肤 https://mng.duiba.com.cn/DuibaNgameBrick/edit/476
- demo线上url https://activity.m.duiba.com.cn/ngame/index?id=3202399&appKey=jlg88lyxz7siqtmr&openBs=openbs - demo线上url http://activity-2.m.duiba.com.cn/ngame/index?id=3122353&dbnewopen&dpm=1.5.677.4&dcm=202.3122353.4.677
## 项目结构介绍 ## 项目结构介绍
### .vscode ### .vscode
...@@ -83,6 +68,15 @@ npm源配置。 ...@@ -83,6 +68,15 @@ npm源配置。
### 自动化图集合并说明 ### 自动化图集合并说明
不会合并组内的jpg。一般jpg都是外部加载,合入png图集,会显著增加png图集的体积 不会合并组内的jpg。一般jpg都是外部加载,合入png图集,会显著增加png图集的体积
## 未来
- 增加webp支持,提升载入速度。
- 基于asm的mock api
- 更快的编译(优化devtool)
- 更高效的研发:引入HRM
## 背景
尽量保持以往的开发习惯,减少工作流的环节变更,减少迁移引擎导致的成本
## 优势 ## 优势
- 一键发布 - 一键发布
- 自动化编译,极快的编译速度,极致的开发效率。抛弃了egret build,因为它非常的慢,空项目编译2秒,项目代码越多编译越慢,而且还需要手动编译。 - 自动化编译,极快的编译速度,极致的开发效率。抛弃了egret build,因为它非常的慢,空项目编译2秒,项目代码越多编译越慢,而且还需要手动编译。
...@@ -99,4 +93,39 @@ npm源配置。 ...@@ -99,4 +93,39 @@ npm源配置。
- 以前一个皮就是一个项目。现在只有一个vscode项目,方便管理项目。 - 以前一个皮就是一个项目。现在只有一个vscode项目,方便管理项目。
- 使用新的git流,可以有效的减少整个仓库的体积,几十上百个项目,其实有用的不多 - 使用新的git流,可以有效的减少整个仓库的体积,几十上百个项目,其实有用的不多
- 相对以前发布速度极快。只有代码变更的时候,只需要编译ts发布,只有exmls文件变更的时候,只发布exmls,大大节省了发布时间。 - 相对以前发布速度极快。只有代码变更的时候,只需要编译ts发布,只有exmls文件变更的时候,只发布exmls,大大节省了发布时间。
- 现在代码里有基本的panel,scene,loading可以参考一下,后续会独立成类似tl、wx的库 - 现在代码里有基本的panel,scene,loading可以参考一下,后续会独立成类似tl、wx的库
\ No newline at end of file
## 项目创建和维护流程
1.先建立一个分支
git checkout -b kickball-20180910
2.然后duiba-games下直接创建【项目名称】的文件夹kickball-20180910
3.push分支到远程
git push --set-upstream origin kickball-20180910
4.然后在分支下开发,如果是新类型游戏,将来可能需要换皮的,那么备份到backup下。移动 kickball-20180910到backup。
5.然后合并到主分支。
git checkout dev
git merge kickball-20180910
git push
6、因为已经backup,所以这个分支已经没用了,删除分支
git branch -D kickball-20180910
git push origin :kickball-20180910
如果不需backup后面要维护,那么留着分支,不必合并到主分支。这样可以避免频繁提交导致的频繁git pull,提升效率。
\ No newline at end of file
...@@ -14,5 +14,4 @@ if (cmd === 'build' && process.argv[3] === 'prod') { ...@@ -14,5 +14,4 @@ if (cmd === 'build' && process.argv[3] === 'prod') {
if (process.argv[4] === 'exml') if (process.argv[4] === 'exml')
cmd = 'buildProdEXML'; cmd = 'buildProdEXML';
} }
build[cmd]('egret'); build[cmd]('egret');
console.log(); \ No newline at end of file
\ No newline at end of file
File added
{ {
"global": { "1665d3d3ec0": {
"globalBindingDataTestObj": [], "guideLines": [
"globalBackgroundAlpha": 100,
"globalBackgroundX": 0,
"globalBackgroundY": 0,
"globalBackgroundWidth": -1,
"globalBackgroundHeight": -1,
"globalBackgroundColor": "#ffffff",
"globalBackgroundImage": "/Users/wanghongyuan/db-game-template/egret/resource/assets/startScene/startscenebg.jpg"
},
"1667fb18fa6": {
"bindingDataTestObj": [
{ {
"key": "list", "type": "h",
"value": "[1,2]" "pos": 715
} }
] ]
}, },
"16680af117c": { "global": {
"bindingDataTestObj": [] "globalAutoLayerMarkEnable": true
},
"16680af117d": {
"bindingDataTestObj": [
{
"key": "data.message",
"value": "积分不足 \\n 多赚点再来吧"
}
]
},
"166f84e4ed7": {
"backgroundType": "null",
"useBgImage": true,
"useBgColor": true,
"backgroundX": 0,
"backgroundY": 0,
"backgroundWidth": -1,
"backgroundHeight": -1,
"backgroundAlpha": 100
},
"16705cb4eec": {
"backgroundType": "user",
"backgroundImage": "/Users/wanghongyuan/db-game-template/egret/resource/assets/startScene/startscenebg.jpg",
"backgroundAlpha": 100,
"backgroundX": 0,
"backgroundY": 0,
"backgroundWidth": -1,
"backgroundHeight": -1,
"useBgImage": true,
"useBgColor": true
} }
} }
\ No newline at end of file
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"sourceMaps": true, "sourceMaps": true,
"webRoot": "${workspaceRoot}", "webRoot": "${workspaceRoot}",
"preLaunchTask":"build", "preLaunchTask":"build",
"port":5826 "port":5712
}, },
{ {
"name": "使用本机 Chrome 调试", "name": "使用本机 Chrome 调试",
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
"webRoot": "${workspaceRoot}", "webRoot": "${workspaceRoot}",
"preLaunchTask":"build", "preLaunchTask":"build",
"userDataDir":"${tmpdir}", "userDataDir":"${tmpdir}",
"port":5826 "port":5712
} }
] ]
} }
\ No newline at end of file
...@@ -106,8 +106,7 @@ var _loop_1 = function (resJson) { ...@@ -106,8 +106,7 @@ var _loop_1 = function (resJson) {
}; };
// projectName // projectName
tmproject["projectName"] = group.name; tmproject["projectName"] = group.name; //+ "_" + tempindex;
// tmproject["projectName"] = group.name + "_" + tempindex;
// 版本 // 版本
tmproject["version"] = 5; tmproject["version"] = 5;
......
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
Object.defineProperty(exports, "__esModule", { value: true });
/**
*Created by cuiliqiang on 2018/3/1
* 组件基类
*/
var ABModule = (function () {
function ABModule(data) {
this._data = data;
var viewClass;
if (typeof this.data.viewClass === 'string') {
viewClass = eval(this.data.viewClass);
}
else {
viewClass = this.data.viewClass;
}
this._view = new viewClass();
}
Object.defineProperty(ABModule.prototype, "data", {
/**
* 模块数据
* @returns {IModuleData}
*/
get: function () {
return this._data;
},
enumerable: true,
configurable: true
});
Object.defineProperty(ABModule.prototype, "view", {
/**
* 视图
* @returns {any}
*/
get: function () {
return this._view;
},
enumerable: true,
configurable: true
});
return ABModule;
}());
exports.ABModule = ABModule;
__reflect(ABModule.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tc/component/ABModule\".ABModule", ["\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tc/interface/IDestroy\".IDestroy"]);
//# sourceMappingURL=ABModule.js.map
\ No newline at end of file
{"version":3,"file":"ABModule.js","sourceRoot":"","sources":["../../../../libs/tc/component/ABModule.ts"],"names":[],"mappings":";;;;;AAGA;;;GAGG;AACH;IAWI,kBAAY,IAAiB;QACzB,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;QAElB,IAAI,SAAc,CAAC;QACnB,EAAE,CAAC,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,SAAS,KAAK,QAAQ,CAAC,CAAC,CAAC;YAC1C,SAAS,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC1C,CAAC;QAAC,IAAI,CAAC,CAAC;YACJ,SAAS,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC;QACpC,CAAC;QACD,IAAI,CAAC,KAAK,GAAG,IAAI,SAAS,EAAE,CAAC;IACjC,CAAC;IA2DD,sBAAW,0BAAI;QAJf;;;WAGG;aACH;YACI,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC;QACtB,CAAC;;;OAAA;IAMD,sBAAc,0BAAI;QAJlB;;;WAGG;aACH;YACI,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC;QACtB,CAAC;;;OAAA;IACL,eAAC;AAAD,CAAC,AA3FD,IA2FC;AA3FqB,4BAAQ;AAAR,UAAA,QAAQ,+RA2F7B,CAAA"}
\ No newline at end of file
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
*Created by cuiliqiang on 2018/3/13
* 布局枚举
*/
var LayoutType;
(function (LayoutType) {
LayoutType[LayoutType["TOP"] = 0] = "TOP";
LayoutType[LayoutType["BOTTOM"] = 1] = "BOTTOM";
LayoutType[LayoutType["LEFT"] = 2] = "LEFT";
LayoutType[LayoutType["RIGHT"] = 3] = "RIGHT";
LayoutType[LayoutType["HORIZONTAL"] = 4] = "HORIZONTAL";
LayoutType[LayoutType["VERTICAL"] = 5] = "VERTICAL";
})(LayoutType = exports.LayoutType || (exports.LayoutType = {}));
//# sourceMappingURL=LayoutType.js.map
\ No newline at end of file
{"version":3,"file":"LayoutType.js","sourceRoot":"","sources":["../../../../libs/tc/enum/LayoutType.ts"],"names":[],"mappings":";;AAAA;;;GAGG;AACH,IAAY,UAOX;AAPD,WAAY,UAAU;IAClB,yCAAO,CAAA;IACP,+CAAM,CAAA;IACN,2CAAI,CAAA;IACJ,6CAAK,CAAA;IACL,uDAAU,CAAA;IACV,mDAAQ,CAAA;AACZ,CAAC,EAPW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAOrB"}
\ No newline at end of file
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
*Created by cuiliqiang on 2018/3/16
* 模块类型
*/
var ModuleType;
(function (ModuleType) {
ModuleType[ModuleType["SCENE"] = 0] = "SCENE";
ModuleType[ModuleType["PANEL"] = 1] = "PANEL";
})(ModuleType = exports.ModuleType || (exports.ModuleType = {}));
//# sourceMappingURL=ModuleType.js.map
\ No newline at end of file
{"version":3,"file":"ModuleType.js","sourceRoot":"","sources":["../../../../libs/tc/enum/ModuleType.ts"],"names":[],"mappings":";;AAAA;;;GAGG;AACH,IAAY,UAGX;AAHD,WAAY,UAAU;IAClB,6CAAS,CAAA;IACT,6CAAK,CAAA;AACT,CAAC,EAHW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAGrB"}
\ No newline at end of file
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
*Created by cuiliqiang on 2018/3/15
* 资源加载优先级
*/
var ResPriority;
(function (ResPriority) {
ResPriority[ResPriority["PRE"] = 0] = "PRE";
ResPriority[ResPriority["NOMARL"] = 1] = "NOMARL";
ResPriority[ResPriority["DELAY"] = 2] = "DELAY";
})(ResPriority = exports.ResPriority || (exports.ResPriority = {}));
//# sourceMappingURL=ResPriority.js.map
\ No newline at end of file
{"version":3,"file":"ResPriority.js","sourceRoot":"","sources":["../../../../libs/tc/enum/ResPriority.ts"],"names":[],"mappings":";;AAAA;;;GAGG;AACH,IAAY,WAIX;AAJD,WAAY,WAAW;IACnB,2CAAO,CAAA;IACP,iDAAM,CAAA;IACN,+CAAK,CAAA;AACT,CAAC,EAJW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAItB"}
\ No newline at end of file
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
*Created by cuiliqiang on 2018/3/26
* 时间格式
*/
var TimeFormat;
(function (TimeFormat) {
TimeFormat["HMS"] = "hms";
TimeFormat["DHMS"] = "dhms";
})(TimeFormat = exports.TimeFormat || (exports.TimeFormat = {}));
//# sourceMappingURL=TimeFormat.js.map
\ No newline at end of file
{"version":3,"file":"TimeFormat.js","sourceRoot":"","sources":["../../../../libs/tc/enum/TimeFormat.ts"],"names":[],"mappings":";;AAAA;;;GAGG;AACH,IAAY,UAGX;AAHD,WAAY,UAAU;IAClB,yBAAW,CAAA;IACX,2BAAa,CAAA;AACjB,CAAC,EAHW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAGrB"}
\ No newline at end of file
"use strict";
// import { GLang } from './util/GLang';
// import { INetData } from './interface/INetData';
// import { GTime } from './util/GTime';
// import { GPool } from './util/GPool';
// import { GMath } from './util/GMath';
// import { GFun,getImgURL } from './util/GFun';
// import { GDispatcher } from './util/GDispatcher';
// import { GConsole } from './util/GConsole';
// import { GCache } from './util/GCache';
// import { ABPanelManager } from './manager/ABPanelManager';
// import { IModuleData } from './interface/IModuleData';
// import { IDestroy } from './interface/IDestroy';
// import { TimeFormat } from './enum/TimeFormat';
// import { ResPriority } from './enum/ResPriority';
// import { ModuleType } from './enum/ModuleType';
// import { LayoutType } from './enum/LayoutType';
// import { ABModule } from "./component/ABModule";
// import { IData } from './interface/IData';
// import { ABAnimationManager } from './manager/ABAnimationManager';
// import { ABAudioManager } from './manager/ABAudioManager';
// import { ABResManager } from './manager/ABResManager';
// import { ABSceneManager } from './manager/ABSceneManager';
// import { ABStageManager } from './manager/ABStageManager';
// import { ABDataManager } from './manager/ABDataManager';
// import { ABModuleManager } from './manager/ABModuleManager';
// import { ABNetManager } from './manager/ABNetManager';
// import { ABVideoManager } from './manager/ABVideoManager';
Object.defineProperty(exports, "__esModule", { value: true });
// export {
// ABModule, LayoutType, ModuleType, ResPriority, TimeFormat, IData, IDestroy, INetData,
// IModuleData, ABAnimationManager, ABAudioManager, ABDataManager, ABModuleManager, ABNetManager,
// ABPanelManager, ABResManager, ABSceneManager, ABStageManager, ABVideoManager, GCache, GConsole,
// GDispatcher, GFun, GMath, GPool, GTime, GLang,getImgURL
// }
exports.a = 1;
//# sourceMappingURL=index.js.map
\ No newline at end of file
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../libs/tc/index.ts"],"names":[],"mappings":";AAAA,wCAAwC;AACxC,mDAAmD;AACnD,wCAAwC;AACxC,wCAAwC;AACxC,wCAAwC;AACxC,gDAAgD;AAChD,oDAAoD;AACpD,8CAA8C;AAC9C,0CAA0C;AAC1C,6DAA6D;AAC7D,yDAAyD;AACzD,mDAAmD;AACnD,kDAAkD;AAClD,oDAAoD;AACpD,kDAAkD;AAClD,kDAAkD;AAClD,mDAAmD;AACnD,6CAA6C;AAC7C,qEAAqE;AACrE,6DAA6D;AAC7D,yDAAyD;AACzD,6DAA6D;AAC7D,6DAA6D;AAC7D,2DAA2D;AAC3D,+DAA+D;AAC/D,yDAAyD;AACzD,6DAA6D;;AAE7D,WAAW;AACX,4FAA4F;AAC5F,qGAAqG;AACrG,sGAAsG;AACtG,8DAA8D;AAC9D,IAAI;AACS,QAAA,CAAC,GAAE,CAAC,CAAA"}
\ No newline at end of file
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IData.js.map
\ No newline at end of file
{"version":3,"file":"IData.js","sourceRoot":"","sources":["../../../../libs/tc/interface/IData.ts"],"names":[],"mappings":""}
\ No newline at end of file
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IDestroy.js.map
\ No newline at end of file
{"version":3,"file":"IDestroy.js","sourceRoot":"","sources":["../../../../libs/tc/interface/IDestroy.ts"],"names":[],"mappings":""}
\ No newline at end of file
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IModuleData.js.map
\ No newline at end of file
{"version":3,"file":"IModuleData.js","sourceRoot":"","sources":["../../../../libs/tc/interface/IModuleData.ts"],"names":[],"mappings":""}
\ No newline at end of file
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=INetData.js.map
\ No newline at end of file
{"version":3,"file":"INetData.js","sourceRoot":"","sources":["../../../../libs/tc/interface/INetData.ts"],"names":[],"mappings":""}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
Object.defineProperty(exports, "__esModule", { value: true });
/**
* 动画管理器
*/
var ABAnimationManager = (function () {
function ABAnimationManager() {
}
return ABAnimationManager;
}());
exports.ABAnimationManager = ABAnimationManager;
__reflect(ABAnimationManager.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tc/manager/ABAnimationManager\".ABAnimationManager");
//# sourceMappingURL=ABAnimationManager.js.map
\ No newline at end of file
{"version":3,"file":"ABAnimationManager.js","sourceRoot":"","sources":["../../../../libs/tc/manager/ABAnimationManager.ts"],"names":[],"mappings":";;;;;AAAA;;GAEG;AACH;IAAA;IAMA,CAAC;IAAD,yBAAC;AAAD,CAAC,AAND,IAMC;AANqB,gDAAkB;AAAlB,UAAA,kBAAkB,sKAMvC,CAAA"}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
Object.defineProperty(exports, "__esModule", { value: true });
var ABAudioManager = (function () {
function ABAudioManager() {
}
return ABAudioManager;
}());
exports.ABAudioManager = ABAudioManager;
__reflect(ABAudioManager.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tc/manager/ABAudioManager\".ABAudioManager");
//# sourceMappingURL=ABAudioManager.js.map
\ No newline at end of file
{"version":3,"file":"ABAudioManager.js","sourceRoot":"","sources":["../../../../libs/tc/manager/ABAudioManager.ts"],"names":[],"mappings":";;;;;AAAA;IACI;IAEA,CAAC;IA+DL,qBAAC;AAAD,CAAC,AAlED,IAkEC;AAlEqB,wCAAc;AAAd,UAAA,cAAc,8JAkEnC,CAAA"}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
Object.defineProperty(exports, "__esModule", { value: true });
/**
*Created by cuiliqiang on 2018/3/8
* 数据管理
*/
var ABDataManager = (function () {
function ABDataManager() {
}
return ABDataManager;
}());
exports.ABDataManager = ABDataManager;
__reflect(ABDataManager.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tc/manager/ABDataManager\".ABDataManager");
//# sourceMappingURL=ABDataManager.js.map
\ No newline at end of file
{"version":3,"file":"ABDataManager.js","sourceRoot":"","sources":["../../../../libs/tc/manager/ABDataManager.ts"],"names":[],"mappings":";;;;;AAAA;;;GAGG;AACH;IAAA;IAQA,CAAC;IAAD,oBAAC;AAAD,CAAC,AARD,IAQC;AARqB,sCAAa;AAAb,UAAA,aAAa,4JAQlC,CAAA"}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
Object.defineProperty(exports, "__esModule", { value: true });
/**
* 模块管理器
*/
var ABModuleManager = (function () {
function ABModuleManager() {
}
return ABModuleManager;
}());
exports.ABModuleManager = ABModuleManager;
__reflect(ABModuleManager.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tc/manager/ABModuleManager\".ABModuleManager");
//# sourceMappingURL=ABModuleManager.js.map
\ No newline at end of file
{"version":3,"file":"ABModuleManager.js","sourceRoot":"","sources":["../../../../libs/tc/manager/ABModuleManager.ts"],"names":[],"mappings":";;;;;AAEA;;GAEG;AACH;IAAA;IA2BA,CAAC;IAAD,sBAAC;AAAD,CAAC,AA3BD,IA2BC;AA3BqB,0CAAe;AAAf,UAAA,eAAe,gKA2BpC,CAAA"}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
Object.defineProperty(exports, "__esModule", { value: true });
var GTime_1 = require("../util/GTime");
var ABNetManager = (function () {
function ABNetManager() {
/**
* 调用接口对象池
*/
this.callbackPool = {};
}
/**
* 发送请求
* @param net
*/
ABNetManager.prototype.send = function (net) {
var _this = this;
var gTime = '?_=' + GTime_1.GTime.getTimestamp();
var realUrl = net.uri;
if (realUrl.indexOf('?') != -1) {
gTime = '&_=' + GTime_1.GTime.getTimestamp();
}
//url加参数等特殊需求(例如再玩一次需要在dostart接口的url上加埋点)
if (net.addUrl) {
realUrl += net.addUrl;
}
window['$'].ajax({
type: net.type,
// url: realUrl + gTime,
url: realUrl,
dataType: net.dataType,
data: net.param,
async: true,
success: function (result) {
_this.onResponse(net, result);
},
error: function (message) {
_this.onError(net);
}
});
};
/**
* 接口底层错误
*/
ABNetManager.ERROR = 'Error';
return ABNetManager;
}());
exports.ABNetManager = ABNetManager;
__reflect(ABNetManager.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tc/manager/ABNetManager\".ABNetManager");
//# sourceMappingURL=ABNetManager.js.map
\ No newline at end of file
{"version":3,"file":"ABNetManager.js","sourceRoot":"","sources":["../../../../libs/tc/manager/ABNetManager.ts"],"names":[],"mappings":";;;;;AACA,uCAAsC;AAGtC;IAWI;QALA;;WAEG;QACK,iBAAY,GAAQ,EAAE,CAAC;IAG/B,CAAC;IAED;;;OAGG;IACI,2BAAI,GAAX,UAAY,GAAa;QAAzB,iBA0BC;QAzBG,IAAI,KAAK,GAAW,KAAK,GAAG,aAAK,CAAC,YAAY,EAAE,CAAC;QACjD,IAAI,OAAO,GAAW,GAAG,CAAC,GAAG,CAAC;QAC9B,EAAE,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;YAC7B,KAAK,GAAG,KAAK,GAAG,aAAK,CAAC,YAAY,EAAE,CAAC;QACzC,CAAC;QAED,yCAAyC;QACzC,EAAE,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;YACb,OAAO,IAAI,GAAG,CAAC,MAAM,CAAC;QAC1B,CAAC;QAED,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC;YACb,IAAI,EAAE,GAAG,CAAC,IAAI;YACd,wBAAwB;YACxB,GAAG,EAAE,OAAO;YACZ,QAAQ,EAAE,GAAG,CAAC,QAAQ;YACtB,IAAI,EAAE,GAAG,CAAC,KAAK;YACf,KAAK,EAAE,IAAI;YACX,OAAO,EAAE,UAAC,MAAM;gBACZ,KAAI,CAAC,UAAU,CAAC,GAAG,EAAE,MAAM,CAAC,CAAC;YACjC,CAAC;YACD,KAAK,EAAE,UAAC,OAAO;gBACX,KAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;YACtB,CAAC;SACJ,CAAC,CAAC;IACP,CAAC;IA3CD;;OAEG;IACW,kBAAK,GAAG,OAAO,CAAC;IAsDlC,mBAAC;CAAA,AA1DD,IA0DC;AA1DqB,oCAAY;AAAZ,UAAA,YAAY,0JA0DjC,CAAA"}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
Object.defineProperty(exports, "__esModule", { value: true });
/**
* 面板管理
*/
var ABPanelManager = (function () {
function ABPanelManager() {
}
return ABPanelManager;
}());
exports.ABPanelManager = ABPanelManager;
__reflect(ABPanelManager.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tc/manager/ABPanelManager\".ABPanelManager");
//# sourceMappingURL=ABPanelManager.js.map
\ No newline at end of file
{"version":3,"file":"ABPanelManager.js","sourceRoot":"","sources":["../../../../libs/tc/manager/ABPanelManager.ts"],"names":[],"mappings":";;;;;AAEA;;GAEG;AACH;IAEI;IACA,CAAC;IA6BL,qBAAC;AAAD,CAAC,AAhCD,IAgCC;AAhCqB,wCAAc;AAAd,UAAA,cAAc,8JAgCnC,CAAA"}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
Object.defineProperty(exports, "__esModule", { value: true });
var ABResManager = (function () {
function ABResManager() {
}
return ABResManager;
}());
exports.ABResManager = ABResManager;
__reflect(ABResManager.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tc/manager/ABResManager\".ABResManager");
//# sourceMappingURL=ABResManager.js.map
\ No newline at end of file
{"version":3,"file":"ABResManager.js","sourceRoot":"","sources":["../../../../libs/tc/manager/ABResManager.ts"],"names":[],"mappings":";;;;;AAEA;IAAA;IAmBA,CAAC;IAAD,mBAAC;AAAD,CAAC,AAnBD,IAmBC;AAnBqB,oCAAY;AAAZ,UAAA,YAAY,0JAmBjC,CAAA"}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
Object.defineProperty(exports, "__esModule", { value: true });
/**
* 场景管理器
*/
var ABSceneManager = (function () {
function ABSceneManager() {
}
return ABSceneManager;
}());
exports.ABSceneManager = ABSceneManager;
__reflect(ABSceneManager.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tc/manager/ABSceneManager\".ABSceneManager");
//# sourceMappingURL=ABSceneManager.js.map
\ No newline at end of file
{"version":3,"file":"ABSceneManager.js","sourceRoot":"","sources":["../../../../libs/tc/manager/ABSceneManager.ts"],"names":[],"mappings":";;;;;AACA;;GAEG;AACH;IACI;IACA,CAAC;IAqBL,qBAAC;AAAD,CAAC,AAvBD,IAuBC;AAvBqB,wCAAc;AAAd,UAAA,cAAc,8JAuBnC,CAAA"}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
Object.defineProperty(exports, "__esModule", { value: true });
var ABStageManager = (function () {
function ABStageManager() {
}
return ABStageManager;
}());
exports.ABStageManager = ABStageManager;
__reflect(ABStageManager.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tc/manager/ABStageManager\".ABStageManager");
//# sourceMappingURL=ABStageManager.js.map
\ No newline at end of file
{"version":3,"file":"ABStageManager.js","sourceRoot":"","sources":["../../../../libs/tc/manager/ABStageManager.ts"],"names":[],"mappings":";;;;;AAEA;IAAA;IAsBA,CAAC;IAAD,qBAAC;AAAD,CAAC,AAtBD,IAsBC;AAtBqB,wCAAc;AAAd,UAAA,cAAc,8JAsBnC,CAAA"}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
Object.defineProperty(exports, "__esModule", { value: true });
var ABVideoManager = (function () {
function ABVideoManager() {
}
return ABVideoManager;
}());
exports.ABVideoManager = ABVideoManager;
__reflect(ABVideoManager.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tc/manager/ABVideoManager\".ABVideoManager");
//# sourceMappingURL=ABVideoManager.js.map
\ No newline at end of file
{"version":3,"file":"ABVideoManager.js","sourceRoot":"","sources":["../../../../libs/tc/manager/ABVideoManager.ts"],"names":[],"mappings":";;;;;AAAA;IAAA;IAmCA,CAAC;IAAD,qBAAC;AAAD,CAAC,AAnCD,IAmCC;AAnCqB,wCAAc;AAAd,UAAA,cAAc,8JAmCnC,CAAA"}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
Object.defineProperty(exports, "__esModule", { value: true });
var GFun_1 = require("./GFun");
var GConsole_1 = require("./GConsole");
var GCache = (function () {
function GCache() {
}
/**
* 初始化
* @param keys
*/
GCache.init = function (keys) {
var i = 0;
var len = keys.length;
this.gKey = '';
for (i; i < len; i++) {
this.gKey += '_' + keys[i];
}
};
/**
* 写入缓存
* @param key
* @param value
* @param type type 缓存类型 localStorage永久缓存 sessionStorage浏览器生命周期结束前'
*/
GCache.writeCache = function (key, value, type) {
if (type === void 0) { type = 'localStorage'; }
if (!window[type]) {
GConsole_1.GConsole.log(GFun_1.GFun.replace('webview不支持{0}', [type]));
return;
}
window[type].setItem(key + this.gKey, value);
};
/**
* 读取缓存
* @param key
* @param type type 缓存类型 localStorage永久缓存 sessionStorage浏览器生命周期结束前'
* @return
*/
GCache.readCache = function (key, type) {
if (type === void 0) { type = 'localStorage'; }
if (!window[type]) {
GConsole_1.GConsole.log(GFun_1.GFun.replace('webview不支持{0}', [type]));
return;
}
return window[type].getItem(key + this.gKey);
};
/**
* 删除缓存
* @param key
* @param type 缓存类型 localStorage永久缓存 sessionStorage浏览器生命周期结束前
*/
GCache.removeCache = function (key, type) {
if (type === void 0) { type = 'localStorage'; }
if (!window[type]) {
GConsole_1.GConsole.log(GFun_1.GFun.replace('webview不支持{0}', [type]));
return;
}
window[type].removeItem(key + this.gKey);
};
return GCache;
}());
exports.GCache = GCache;
__reflect(GCache.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tc/util/GCache\".GCache");
//# sourceMappingURL=GCache.js.map
\ No newline at end of file
{"version":3,"file":"GCache.js","sourceRoot":"","sources":["../../../../libs/tc/util/GCache.ts"],"names":[],"mappings":";;;;;AAAA,+BAA8B;AAC9B,uCAAsC;AAEtC;IAAA;IAwDA,CAAC;IArDG;;;OAGG;IACW,WAAI,GAAlB,UAAmB,IAAc;QAC7B,IAAI,CAAC,GAAG,CAAC,CAAC;QACV,IAAM,GAAG,GAAW,IAAI,CAAC,MAAM,CAAC;QAChC,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE,CAAC;YACnB,IAAI,CAAC,IAAI,IAAI,GAAG,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;QAC/B,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACW,iBAAU,GAAxB,UAAyB,GAAW,EAAE,KAAU,EAAE,IAAqB;QAArB,qBAAA,EAAA,qBAAqB;QACnE,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;YAChB,mBAAQ,CAAC,GAAG,CAAC,WAAI,CAAC,OAAO,CAAC,eAAe,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;YACpD,MAAM,CAAC;QACX,CAAC;QACD,MAAM,CAAC,IAAI,CAAC,CAAC,OAAO,CAAC,GAAG,GAAG,IAAI,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IACjD,CAAC;IAED;;;;;OAKG;IACW,gBAAS,GAAvB,UAAwB,GAAW,EAAE,IAAqB;QAArB,qBAAA,EAAA,qBAAqB;QACtD,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;YAChB,mBAAQ,CAAC,GAAG,CAAC,WAAI,CAAC,OAAO,CAAC,eAAe,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;YACpD,MAAM,CAAC;QACX,CAAC;QACD,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,OAAO,CAAC,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC;IACjD,CAAC;IAED;;;;OAIG;IACW,kBAAW,GAAzB,UAA0B,GAAW,EAAE,IAAqB;QAArB,qBAAA,EAAA,qBAAqB;QACxD,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;YAChB,mBAAQ,CAAC,GAAG,CAAC,WAAI,CAAC,OAAO,CAAC,eAAe,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;YACpD,MAAM,CAAC;QACX,CAAC;QACD,MAAM,CAAC,IAAI,CAAC,CAAC,UAAU,CAAC,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC;IAC7C,CAAC;IACL,aAAC;AAAD,CAAC,AAxDD,IAwDC;AAxDY,wBAAM;AAAN,UAAA,MAAM,2IAwDlB,CAAA"}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
Object.defineProperty(exports, "__esModule", { value: true });
var GConsole = (function () {
function GConsole() {
}
/**
* 日志打印
* @param args
*/
GConsole.log = function () {
var args = [];
for (var _i = 0; _i < arguments.length; _i++) {
args[_i] = arguments[_i];
}
if (!this.switch) {
return;
}
var i = 0;
var len = args.length;
for (i; i < len; i++) {
console.log(args[i]);
}
};
GConsole.switch = window['debug'] || true;
return GConsole;
}());
exports.GConsole = GConsole;
__reflect(GConsole.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tc/util/GConsole\".GConsole");
//# sourceMappingURL=GConsole.js.map
\ No newline at end of file
{"version":3,"file":"GConsole.js","sourceRoot":"","sources":["../../../../libs/tc/util/GConsole.ts"],"names":[],"mappings":";;;;;AAAA;IAAA;IAgBA,CAAC;IAdG;;;OAGG;IACW,YAAG,GAAjB;QAAkB,cAAO;aAAP,UAAO,EAAP,qBAAO,EAAP,IAAO;YAAP,yBAAO;;QACrB,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;YACf,MAAM,CAAC;QACX,CAAC;QACD,IAAI,CAAC,GAAG,CAAC,CAAC;QACV,IAAM,GAAG,GAAW,IAAI,CAAC,MAAM,CAAC;QAChC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE,CAAC;YACnB,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;QACzB,CAAC;IACL,CAAC;IAdc,eAAM,GAAY,MAAM,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC;IAe7D,eAAC;CAAA,AAhBD,IAgBC;AAhBY,4BAAQ;AAAR,UAAA,QAAQ,+IAgBpB,CAAA"}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
Object.defineProperty(exports, "__esModule", { value: true });
var GDispatcher = (function () {
function GDispatcher() {
}
/**
*
* @param name 事件名
* @param callback 回调
* @param thisObj 作用域
*/
GDispatcher.addEvent = function (name, callback, thisObj) {
if (!this.callbackPool[name]) {
this.callbackPool[name] = [];
this.thisObjPool[name] = [];
}
var index = this.callbackPool[name].indexOf(callback);
if (index != -1) {
this.callbackPool[name][index] = callback;
this.thisObjPool[name][index] = thisObj;
}
else {
this.callbackPool[name].push(callback);
this.thisObjPool[name].push(thisObj);
}
};
/**
*
* @param name 事件名
* @param callback 回调
* @param thisObj 作用域
*/
GDispatcher.removeEvent = function (name, callback, thisObj) {
if (this.callbackPool[name]) {
var index = this.callbackPool[name].indexOf(callback);
if (index != -1) {
this.callbackPool[name].splice(index, 1);
this.thisObjPool[name].splice(index, 1);
}
}
};
/**
* 派发事件
* @param name 事件名
* @param args 任意参数
*/
GDispatcher.dispatchEvent = function (name) {
var args = [];
for (var _i = 1; _i < arguments.length; _i++) {
args[_i - 1] = arguments[_i];
}
var callbacks = this.callbackPool[name];
var thisObjs = this.thisObjPool[name];
if (callbacks) {
var i = 0;
var len = callbacks.length;
for (i; i < len; i++) {
callbacks[i].apply(thisObjs[i], args);
}
}
};
/**
* 事件回调池
*/
GDispatcher.callbackPool = {};
/**
* 事件作用域池
*/
GDispatcher.thisObjPool = {};
return GDispatcher;
}());
exports.GDispatcher = GDispatcher;
__reflect(GDispatcher.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tc/util/GDispatcher\".GDispatcher");
//# sourceMappingURL=GDispatcher.js.map
\ No newline at end of file
{"version":3,"file":"GDispatcher.js","sourceRoot":"","sources":["../../../../libs/tc/util/GDispatcher.ts"],"names":[],"mappings":";;;;;AAAA;IAAA;IAiEA,CAAC;IAtDG;;;;;OAKG;IACW,oBAAQ,GAAtB,UAAuB,IAAY,EAAE,QAAQ,EAAE,OAAY;QACvD,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;YAC3B,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;YAC7B,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;QAChC,CAAC;QAED,IAAM,KAAK,GAAW,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;QAChE,EAAE,CAAC,CAAC,KAAK,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;YACd,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,GAAG,QAAQ,CAAC;YAC1C,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,GAAG,OAAO,CAAC;QAC5C,CAAC;QAAC,IAAI,CAAC,CAAC;YACJ,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;YACvC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACW,uBAAW,GAAzB,UAA0B,IAAY,EAAE,QAAQ,EAAE,OAAa;QAC3D,EAAE,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;YAC1B,IAAM,KAAK,GAAW,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;YAChE,EAAE,CAAC,CAAC,KAAK,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;gBACd,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;gBACzC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;YAC5C,CAAC;QACL,CAAC;IACL,CAAC;IAED;;;;OAIG;IACW,yBAAa,GAA3B,UAA4B,IAAY;QAAE,cAAO;aAAP,UAAO,EAAP,qBAAO,EAAP,IAAO;YAAP,6BAAO;;QAC7C,IAAM,SAAS,GAAe,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;QACtD,IAAM,QAAQ,GAAQ,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;QAC7C,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC;YACZ,IAAI,CAAC,GAAG,CAAC,CAAC;YACV,IAAM,GAAG,GAAW,SAAS,CAAC,MAAM,CAAC;YACrC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE,CAAC;gBACnB,SAAS,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC;YAC1C,CAAC;QACL,CAAC;IACL,CAAC;IA/DD;;OAEG;IACY,wBAAY,GAAQ,EAAE,CAAC;IAEtC;;OAEG;IACY,uBAAW,GAAQ,EAAE,CAAC;IAwDzC,kBAAC;CAAA,AAjED,IAiEC;AAjEY,kCAAW;AAAX,UAAA,WAAW,qJAiEvB,CAAA"}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
Object.defineProperty(exports, "__esModule", { value: true });
var GFun = (function () {
function GFun() {
}
/**
* 加载 html Image
* @param url
* @param callback
*/
GFun.loadImage = function (url, callback) {
//取出跟url匹配的Image
var bitmapData = new Image();
bitmapData.onload = function (e) {
if (callback) {
callback(bitmapData);
}
};
bitmapData.src = url;
};
/**
* 替换字符串中元素
* @param str
* @param replaceList
*/
GFun.replace = function (str, replaceList) {
var len = replaceList.length;
for (var i = 0; i < len; i++) {
str = str.replace("{" + i + "}", replaceList[i].toString());
}
return str;
};
/**
* 是否在app内运行
* @param strs 匹配字符串
*/
GFun.checkInApp = function (strs) {
var ua = navigator.userAgent.toLocaleLowerCase();
var i;
var len = strs.length;
for (i = 0; i < len; i++) {
if (ua.indexOf(strs[i]) != -1) {
return true;
}
}
return false;
};
Object.defineProperty(GFun, "isIOS", {
/**
* 判断操作系统
* @returns {Array|{index: number, input: string}}
*/
get: function () {
return navigator.userAgent.match(/iphone|ipod|ipad/gi) != null;
},
enumerable: true,
configurable: true
});
/**
* 获取url参数
*/
GFun.getQueryString = function (name) {
var reg = new RegExp('(^|&)' + name + '=([^&]*)(&|$)', 'i');
var r = window.location.search.substr(1).match(reg);
if (r != null) {
return unescape(r[2]);
}
return null;
};
return GFun;
}());
exports.GFun = GFun;
__reflect(GFun.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tc/util/GFun\".GFun");
var check_webp_feature = function (callback) {
var _support_webp_ = localStorage.getItem('_support_webp_');
if (_support_webp_ !== null) {
return callback(_support_webp_ === '1');
}
var img = new Image();
img.onload = function () {
var result = (img.width > 0) && (img.height > 0);
callback(result);
localStorage.setItem('_support_webp_', result ? '1' : '0');
};
img.onerror = function () {
callback(false);
localStorage.setItem('_support_webp_', '0');
};
img.src = "data:image/webp;base64,UklGRiIAAABXRUJQVlA4IBYAAAAwAQCdASoBAAEADsD+JaQAA3AAAAAA";
};
exports.getImgURL = function (url, cb) {
check_webp_feature(function (isSupport) {
if (isSupport)
url += '?x-oss-process=image/format,webp';
cb(url);
});
};
//# sourceMappingURL=GFun.js.map
\ No newline at end of file
{"version":3,"file":"GFun.js","sourceRoot":"","sources":["../../../../libs/tc/util/GFun.ts"],"names":[],"mappings":";;;;;AAIA;IAAA;IAiEA,CAAC;IAhEG;;;;OAIG;IACW,cAAS,GAAvB,UAAwB,GAAW,EAAE,QAAkB;QACnD,gBAAgB;QAChB,IAAM,UAAU,GAAQ,IAAI,KAAK,EAAE,CAAC;QACpC,UAAU,CAAC,MAAM,GAAG,UAAC,CAAC;YAClB,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC;gBACX,QAAQ,CAAC,UAAU,CAAC,CAAC;YACzB,CAAC;QACL,CAAC,CAAC;QACF,UAAU,CAAC,GAAG,GAAG,GAAG,CAAC;IACzB,CAAC;IAED;;;;OAIG;IACW,YAAO,GAArB,UAAsB,GAAW,EAAE,WAAmC;QAClE,IAAM,GAAG,GAAG,WAAW,CAAC,MAAM,CAAC;QAC/B,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE,CAAC;YAC3B,GAAG,GAAG,GAAG,CAAC,OAAO,CAAC,GAAG,GAAG,CAAC,GAAG,GAAG,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC;QAChE,CAAC;QACD,MAAM,CAAC,GAAG,CAAC;IACf,CAAC;IAED;;;OAGG;IACW,eAAU,GAAxB,UAAyB,IAAc;QACnC,IAAM,EAAE,GAAG,SAAS,CAAC,SAAS,CAAC,iBAAiB,EAAE,CAAC;QACnD,IAAI,CAAS,CAAC;QACd,IAAM,GAAG,GAAW,IAAI,CAAC,MAAM,CAAC;QAChC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE,CAAC;YACvB,EAAE,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;gBAC5B,MAAM,CAAC,IAAI,CAAC;YAChB,CAAC;QACL,CAAC;QACD,MAAM,CAAC,KAAK,CAAC;IACjB,CAAC;IAMD,sBAAkB,aAAK;QAJvB;;;WAGG;aACH;YACI,MAAM,CAAC,SAAS,CAAC,SAAS,CAAC,KAAK,CAAC,oBAAoB,CAAC,IAAI,IAAI,CAAC;QACnE,CAAC;;;OAAA;IAED;;OAEG;IACW,mBAAc,GAA5B,UAA6B,IAAI;QAC7B,IAAM,GAAG,GAAG,IAAI,MAAM,CAAC,OAAO,GAAG,IAAI,GAAG,eAAe,EAAE,GAAG,CAAC,CAAC;QAC9D,IAAM,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;QACtD,EAAE,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC;YACZ,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAC1B,CAAC;QACD,MAAM,CAAC,IAAI,CAAC;IAChB,CAAC;IACL,WAAC;AAAD,CAAC,AAjED,IAiEC;AAjEY,oBAAI;AAAJ,UAAA,IAAI,uIAiEhB,CAAA;AAED,IAAM,kBAAkB,GAAG,UAAC,QAAQ;IAChC,IAAM,cAAc,GAAG,YAAY,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC;IAC9D,EAAE,CAAC,CAAC,cAAc,KAAK,IAAI,CAAC,CAAC,CAAC;QAC1B,MAAM,CAAC,QAAQ,CAAC,cAAc,KAAK,GAAG,CAAC,CAAA;IAC3C,CAAC;IACD,IAAM,GAAG,GAAG,IAAI,KAAK,EAAE,CAAC;IACxB,GAAG,CAAC,MAAM,GAAG;QACT,IAAM,MAAM,GAAG,CAAC,GAAG,CAAC,KAAK,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;QACnD,QAAQ,CAAC,MAAM,CAAC,CAAC;QACjB,YAAY,CAAC,OAAO,CAAC,gBAAgB,EAAE,MAAM,GAAG,GAAG,GAAG,GAAG,CAAC,CAAA;IAC9D,CAAC,CAAC;IACF,GAAG,CAAC,OAAO,GAAG;QACV,QAAQ,CAAC,KAAK,CAAC,CAAC;QAChB,YAAY,CAAC,OAAO,CAAC,gBAAgB,EAAE,GAAG,CAAC,CAAA;IAC/C,CAAC,CAAC;IACF,GAAG,CAAC,GAAG,GAAG,iFAAiF,CAAC;AAChG,CAAC,CAAA;AAEY,QAAA,SAAS,GAAG,UAAC,GAAW,EAAE,EAAE;IACrC,kBAAkB,CAAC,UAAC,SAAS;QACzB,EAAE,CAAC,CAAC,SAAS,CAAC;YAAC,GAAG,IAAI,kCAAkC,CAAC;QACzD,EAAE,CAAC,GAAG,CAAC,CAAA;IACX,CAAC,CAAC,CAAA;AACN,CAAC,CAAA"}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
Object.defineProperty(exports, "__esModule", { value: true });
var GLang = (function () {
function GLang() {
}
GLang.lang_001 = "pre资源加载完成";
GLang.lang_002 = "nomarl资源加载完成";
GLang.lang_003 = "delay资源加载完成";
return GLang;
}());
exports.GLang = GLang;
__reflect(GLang.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tc/util/GLang\".GLang");
//# sourceMappingURL=GLang.js.map
\ No newline at end of file
{"version":3,"file":"GLang.js","sourceRoot":"","sources":["../../../../libs/tc/util/GLang.ts"],"names":[],"mappings":";;;;;AAAA;IAAA;IAIA,CAAC;IAHiB,cAAQ,GAAG,WAAW,CAAC;IACvB,cAAQ,GAAG,cAAc,CAAC;IAC1B,cAAQ,GAAG,aAAa,CAAC;IAC3C,YAAC;CAAA,AAJD,IAIC;AAJY,sBAAK;AAAL,UAAA,KAAK,yIAIjB,CAAA"}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
Object.defineProperty(exports, "__esModule", { value: true });
var GMath = (function () {
function GMath() {
}
/**
* 向下取整
* @param n
* @returns {number}
*/
GMath.int = function (n) {
return n >> 0;
};
/**
* 给数组随机排序
* @param arr
*/
GMath.randomArr = function (arr) {
var len = arr.length;
for (var i = 0; i < len; i++) {
var n = this.random(0, arr.length, true);
var temp = arr[n];
arr[n] = arr[i];
arr[i] = temp;
}
return arr;
};
/**
* 范围随机数
* @param n1 范围起始
* @param n2 范围结束
* @param int 结果是否返回整数
* @return {*}
*/
GMath.random = function (n1, n2, int) {
var n;
var min;
var max;
if ((typeof n1) != 'undefined' && (typeof n2) != 'undefined') {
min = Math.min(n1, n2);
max = Math.max(n1, n2);
n = Math.random() * (max - min) + min;
}
else {
n = Math.random();
}
if (int) {
n = this.int(n);
}
return n;
};
return GMath;
}());
exports.GMath = GMath;
__reflect(GMath.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tc/util/GMath\".GMath");
//# sourceMappingURL=GMath.js.map
\ No newline at end of file
{"version":3,"file":"GMath.js","sourceRoot":"","sources":["../../../../libs/tc/util/GMath.ts"],"names":[],"mappings":";;;;;AAAA;IAAA;IAgDA,CAAC;IA/CG;;;;OAIG;IACW,SAAG,GAAjB,UAAkB,CAAM;QACpB,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC;IAClB,CAAC;IAED;;;OAGG;IACW,eAAS,GAAvB,UAAwB,GAAU;QAC9B,IAAM,GAAG,GAAG,GAAG,CAAC,MAAM,CAAC;QACvB,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE,CAAC;YAC3B,IAAM,CAAC,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;YAC3C,IAAM,IAAI,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC;YACpB,GAAG,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC;YAChB,GAAG,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC;QAClB,CAAC;QACD,MAAM,CAAC,GAAG,CAAC;IACf,CAAC;IAED;;;;;;OAMG;IACW,YAAM,GAApB,UAAqB,EAAU,EAAE,EAAU,EAAE,GAAY;QACrD,IAAI,CAAS,CAAC;QACd,IAAI,GAAW,CAAC;QAChB,IAAI,GAAW,CAAC;QAChB,EAAE,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC,IAAI,WAAW,IAAI,CAAC,OAAO,EAAE,CAAC,IAAI,WAAW,CAAC,CAAC,CAAC;YAC3D,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;YACvB,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;YACvB,CAAC,GAAG,IAAI,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,GAAG,CAAC,GAAG,GAAG,CAAC;QAC1C,CAAC;QAAC,IAAI,CAAC,CAAC;YACJ,CAAC,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC;QACtB,CAAC;QACD,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;YACN,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QACpB,CAAC;QACD,MAAM,CAAC,CAAC,CAAC;IACb,CAAC;IACL,YAAC;AAAD,CAAC,AAhDD,IAgDC;AAhDY,sBAAK;AAAL,UAAA,KAAK,yIAgDjB,CAAA"}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
Object.defineProperty(exports, "__esModule", { value: true });
/**
* 对象池
*/
var GPool = (function () {
function GPool() {
}
/**
* 根据类型设置缓存最大个数
* @param className
* @param count
*/
GPool.setMaxCountByType = function (className, count) {
this.maxCount[className] = count;
};
/**
* 取出
* @param className 资源名
* @param 类名
*/
GPool.takeOut = function (className, classObj, isCreate) {
if (!className || className == '') {
return;
}
var obj;
if (this.pool[className] && this.pool[className].length) {
obj = this.pool[className].shift();
}
else if (isCreate) {
if (!classObj) {
classObj = eval(className);
}
obj = new classObj();
}
return obj;
};
/**
* 回收
* @param className 资源Class
* @param obj 资源
*/
GPool.recover = function (className, obj) {
if (!obj || !className) {
return;
}
if (!this.pool[className]) {
this.pool[className] = [];
}
if (!this.maxCount[className]) {
this.maxCount[className] = 100;
}
if (this.pool[className].length > this.maxCount[className]) {
return;
}
this.pool[className].push(obj);
if (obj['dispose']) {
obj.dispose();
}
};
GPool.pool = {};
GPool.maxCount = {};
return GPool;
}());
exports.GPool = GPool;
__reflect(GPool.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tc/util/GPool\".GPool");
//# sourceMappingURL=GPool.js.map
\ No newline at end of file
{"version":3,"file":"GPool.js","sourceRoot":"","sources":["../../../../libs/tc/util/GPool.ts"],"names":[],"mappings":";;;;;AAAA;;GAEG;AACH;IAAA;IA4DA,CAAC;IAxDG;;;;OAIG;IACW,uBAAiB,GAA/B,UAAgC,SAAc,EAAE,KAAK;QACjD,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC;IACrC,CAAC;IAED;;;;OAIG;IACW,aAAO,GAArB,UAAsB,SAAiB,EAAE,QAAc,EAAE,QAAkB;QACvE,EAAE,CAAC,CAAC,CAAC,SAAS,IAAI,SAAS,IAAI,EAAE,CAAC,CAAC,CAAC;YAChC,MAAM,CAAC;QACX,CAAC;QACD,IAAI,GAAQ,CAAC;QAEb,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC;YACtD,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,KAAK,EAAE,CAAC;QACvC,CAAC;QAAC,IAAI,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC;YAClB,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC;gBACZ,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,CAAC;YAC/B,CAAC;YACD,GAAG,GAAG,IAAI,QAAQ,EAAE,CAAC;QACzB,CAAC;QACD,MAAM,CAAC,GAAG,CAAC;IACf,CAAC;IAED;;;;OAIG;IACW,aAAO,GAArB,UAAsB,SAAiB,EAAE,GAAQ;QAC7C,EAAE,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC;YACrB,MAAM,CAAC;QACX,CAAC;QACD,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;YACxB,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,EAAE,CAAC;QAC9B,CAAC;QAED,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;YAC5B,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,GAAG,GAAG,CAAC;QACnC,CAAC;QAED,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;YACzD,MAAM,CAAC;QACX,CAAC;QACD,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;QAC/B,EAAE,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;YACjB,GAAG,CAAC,OAAO,EAAE,CAAC;QAClB,CAAC;IACL,CAAC;IA1Dc,UAAI,GAAQ,EAAE,CAAC;IACf,cAAQ,GAAG,EAAE,CAAC;IA0DjC,YAAC;CAAA,AA5DD,IA4DC;AA5DY,sBAAK;AAAL,UAAA,KAAK,yIA4DjB,CAAA"}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
Object.defineProperty(exports, "__esModule", { value: true });
var TimeFormat_1 = require("../enum/TimeFormat");
var GTime = (function () {
function GTime() {
}
/**
* 获取当前时间戳
* @returns {number}
*/
GTime.getTimestamp = function () {
return new Date().getTime();
};
/**
* 传入秒数返回带格式的时间
* @param time 单位秒
* @param type 枚举类型CountDownType
* @param dibit 是否双位
*/
GTime.formatTime = function (time, type, dibit, suffixs) {
if (type === void 0) { type = TimeFormat_1.TimeFormat.HMS; }
if (dibit === void 0) { dibit = false; }
if (suffixs === void 0) { suffixs = ['d', 'h', 'm', 's']; }
var countdown = this.getCountDown(time, type, dibit);
countdown = countdown.map(function (val, index) { return "" + (val < 10 ? '0' + val : val) + suffixs[index]; });
return countdown.join('');
};
/**
* 倒计时
* @param time 单位秒
* @param type 枚举类型CountDownType
* @param dibit 是否双位
*/
GTime.getCountDown = function (time, type, dibit) {
if (type === void 0) { type = TimeFormat_1.TimeFormat.HMS; }
if (dibit === void 0) { dibit = false; }
var result = [];
if (type.indexOf('s') !== -1) {
result.push(time % 60);
}
if (type.indexOf('m') !== -1) {
result.unshift(Math.floor((time % 3600) / 60));
}
if (type.indexOf('h') >= 0) {
if (type == TimeFormat_1.TimeFormat.HMS) {
result.unshift(Math.floor(time / 3600));
}
else {
result.unshift(Math.floor((time % 86400) / 3600));
}
}
if (type.indexOf('d') >= 0) {
result.unshift(Math.floor(time / 86400));
}
if (dibit)
result = result.map(function (ele) {
return ele < 10 ? "0" + ele : ele;
});
return result;
};
return GTime;
}());
exports.GTime = GTime;
__reflect(GTime.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tc/util/GTime\".GTime");
//# sourceMappingURL=GTime.js.map
\ No newline at end of file
{"version":3,"file":"GTime.js","sourceRoot":"","sources":["../../../../libs/tc/util/GTime.ts"],"names":[],"mappings":";;;;;AAAA,iDAAgD;AAChD;IAAA;IAwDA,CAAC;IAvDG;;;OAGG;IACW,kBAAY,GAA1B;QACI,MAAM,CAAC,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE,CAAC;IAChC,CAAC;IAED;;;;;OAKG;IACW,gBAAU,GAAxB,UAAyB,IAAY,EAAE,IAA6B,EAAE,KAAa,EAAE,OAA8B;QAA5E,qBAAA,EAAA,OAAe,uBAAU,CAAC,GAAG;QAAE,sBAAA,EAAA,aAAa;QAAE,wBAAA,EAAA,WAAW,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;QAC/G,IAAI,SAAS,GAAG,IAAI,CAAC,YAAY,CAAC,IAAI,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;QACrD,SAAS,GAAG,SAAS,CAAC,GAAG,CAAC,UAAC,GAAG,EAAE,KAAK,IAAK,OAAA,MAAG,GAAG,GAAG,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAG,OAAO,CAAC,KAAK,CAAG,EAAhD,CAAgD,CAAC,CAAC;QAC5F,MAAM,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAC9B,CAAC;IAED;;;;;OAKG;IACW,kBAAY,GAA1B,UAA2B,IAAY,EAAE,IAA6B,EAAE,KAAa;QAA5C,qBAAA,EAAA,OAAe,uBAAU,CAAC,GAAG;QAAE,sBAAA,EAAA,aAAa;QACjF,IAAI,MAAM,GAAU,EAAE,CAAC;QACvB,EAAE,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;YAC3B,MAAM,CAAC,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,CAAC;QAC3B,CAAC;QAED,EAAE,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;YAC3B,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,IAAI,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;QACnD,CAAC;QAED,EAAE,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;YACzB,EAAE,CAAC,CAAC,IAAI,IAAI,uBAAU,CAAC,GAAG,CAAC,CAAC,CAAC;gBACzB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC,CAAC;YAC5C,CAAC;YACD,IAAI,CAAC,CAAC;gBACF,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,IAAI,GAAG,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC;YACtD,CAAC;QACL,CAAC;QAED,EAAE,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;YACzB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC,CAAC,CAAC;QAC7C,CAAC;QAED,EAAE,CAAC,CAAC,KAAK,CAAC;YACN,MAAM,GAAG,MAAM,CAAC,GAAG,CAAC,UAAC,GAAG;gBACpB,MAAM,CAAC,GAAG,GAAG,EAAE,GAAG,MAAI,GAAK,GAAG,GAAG,CAAC;YACtC,CAAC,CAAC,CAAA;QACN,MAAM,CAAC,MAAM,CAAC;IAClB,CAAC;IACL,YAAC;AAAD,CAAC,AAxDD,IAwDC;AAxDY,sBAAK;AAAL,UAAA,KAAK,yIAwDjB,CAAA"}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
Object.defineProperty(exports, "__esModule", { value: true });
// import { IData } from "../../tc/interface/IData";
/**
*Created by cuiliqiang on 2018/3/12
* 数据基类
*/
var Data = (function () {
function Data() {
}
Data.prototype.update = function (data) {
this._success = data.success == undefined ? true : data.success;
if (data.message) {
this._message = data.message;
}
else if (data.desc) {
this._message = data.desc;
}
else if (data.msg) {
this._message = data.msg;
}
this._code = data.code;
};
Object.defineProperty(Data.prototype, "success", {
/**
* 接口状态
* @returns {boolean}
*/
get: function () {
return this._success;
},
enumerable: true,
configurable: true
});
Object.defineProperty(Data.prototype, "message", {
/**
* 接口提示信息
* @returns {string}
*/
get: function () {
return this._message;
},
enumerable: true,
configurable: true
});
Object.defineProperty(Data.prototype, "code", {
/**
* 状态码
* @returns {string}
*/
get: function () {
return this._code;
},
enumerable: true,
configurable: true
});
return Data;
}());
exports.Data = Data;
__reflect(Data.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tw/data/Data\".Data", ["\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tc/interface/IData\".IData"]);
//# sourceMappingURL=Data.js.map
\ No newline at end of file
{"version":3,"file":"Data.js","sourceRoot":"","sources":["../../../../libs/tw/data/Data.ts"],"names":[],"mappings":";;;;;AAEA,oDAAoD;AACpD;;;GAGG;AAEH;IAAA;IAwCA,CAAC;IAnCU,qBAAM,GAAb,UAAc,IAAS;QACnB,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,OAAO,IAAI,SAAS,GAAG,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC;QAChE,EAAE,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC;YACf,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC;QACjC,CAAC;QAAC,IAAI,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;YACnB,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,IAAI,CAAC;QAC9B,CAAC;QAAC,IAAI,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;YAClB,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,GAAG,CAAC;QAC7B,CAAC;QACD,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC;IAC3B,CAAC;IAMD,sBAAW,yBAAO;QAJlB;;;WAGG;aACH;YACI,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC;QACzB,CAAC;;;OAAA;IAMD,sBAAW,yBAAO;QAJlB;;;WAGG;aACH;YACI,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC;QACzB,CAAC;;;OAAA;IAMD,sBAAW,sBAAI;QAJf;;;WAGG;aACH;YACI,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC;QACtB,CAAC;;;OAAA;IACL,WAAC;AAAD,CAAC,AAxCD,IAwCC;AAxCY,oBAAI;AAAJ,UAAA,IAAI,4QAwChB,CAAA"}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
var __extends = this && this.__extends || function __extends(t, e) {
function r() {
this.constructor = t;
}
for (var i in e) e.hasOwnProperty(i) && (t[i] = e[i]);
r.prototype = e.prototype, t.prototype = new r();
};
Object.defineProperty(exports, "__esModule", { value: true });
var Data_1 = require("./../Data");
var GetRecordData = (function (_super) {
__extends(GetRecordData, _super);
function GetRecordData() {
return _super !== null && _super.apply(this, arguments) || this;
}
GetRecordData.prototype.update = function (data) {
if (!data) {
return;
}
_super.prototype.update.call(this, data);
this.invalidPage = data.invalidPage;
this.nextPage = data.nextPage;
this.records = data.records;
};
return GetRecordData;
}(Data_1.Data));
exports.GetRecordData = GetRecordData;
__reflect(GetRecordData.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tw/data/common/GetRecordData\".GetRecordData");
//# sourceMappingURL=GetRecordData.js.map
\ No newline at end of file
{"version":3,"file":"GetRecordData.js","sourceRoot":"","sources":["../../../../../libs/tw/data/common/GetRecordData.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kCAAiC;AAEjC;IAAmC,iCAAI;IAAvC;;IAcA,CAAC;IATU,8BAAM,GAAb,UAAc,IAAS;QACnB,EAAE,CAAA,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;YACP,MAAM,CAAC;QACX,CAAC;QACD,iBAAM,MAAM,YAAC,IAAI,CAAC,CAAC;QACnB,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC;QACpC,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC;QAC9B,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC;IAChC,CAAC;IACL,oBAAC;AAAD,CAAC,AAdD,CAAmC,WAAI,GActC;AAdY,sCAAa;AAAb,UAAA,aAAa,gKAczB,CAAA"}
\ No newline at end of file
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IExposureData.js.map
\ No newline at end of file
{"version":3,"file":"IExposureData.js","sourceRoot":"","sources":["../../../../../libs/tw/data/common/IExposureData.ts"],"names":[],"mappings":""}
\ No newline at end of file
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IShareData.js.map
\ No newline at end of file
{"version":3,"file":"IShareData.js","sourceRoot":"","sources":["../../../../../libs/tw/data/common/IShareData.ts"],"names":[],"mappings":""}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
var __extends = this && this.__extends || function __extends(t, e) {
function r() {
this.constructor = t;
}
for (var i in e) e.hasOwnProperty(i) && (t[i] = e[i]);
r.prototype = e.prototype, t.prototype = new r();
};
Object.defineProperty(exports, "__esModule", { value: true });
/**
*Created by cuiliqiang on 2018/3/7
* 添加游戏次数
*/
var Data_1 = require("../../Data");
var AddTimesForActivityData = (function (_super) {
__extends(AddTimesForActivityData, _super);
function AddTimesForActivityData() {
return _super !== null && _super.apply(this, arguments) || this;
}
AddTimesForActivityData.prototype.update = function (data) {
if (!data) {
return;
}
_super.prototype.update.call(this, data);
this.addedTimes = data.addedTimes;
this.shareCount = data.shareCount;
};
return AddTimesForActivityData;
}(Data_1.Data));
exports.AddTimesForActivityData = AddTimesForActivityData;
__reflect(AddTimesForActivityData.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tw/data/common/addTimesForActivity/AddTimesForActivityData\".AddTimesForActivityData");
//# sourceMappingURL=AddTimesForActivityData.js.map
\ No newline at end of file
{"version":3,"file":"AddTimesForActivityData.js","sourceRoot":"","sources":["../../../../../../libs/tw/data/common/addTimesForActivity/AddTimesForActivityData.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;GAGG;AACH,mCAAkC;AAElC;IAA6C,2CAAI;IAAjD;;IAmBA,CAAC;IARU,wCAAM,GAAb,UAAc,IAAS;QACnB,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;YACR,MAAM,CAAC;QACX,CAAC;QACD,iBAAM,MAAM,YAAC,IAAI,CAAC,CAAC;QACnB,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC;QAClC,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC;IACtC,CAAC;IACL,8BAAC;AAAD,CAAC,AAnBD,CAA6C,WAAI,GAmBhD;AAnBY,0DAAuB;AAAvB,UAAA,uBAAuB,wMAmBnC,CAAA"}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
var __extends = this && this.__extends || function __extends(t, e) {
function r() {
this.constructor = t;
}
for (var i in e) e.hasOwnProperty(i) && (t[i] = e[i]);
r.prototype = e.prototype, t.prototype = new r();
};
Object.defineProperty(exports, "__esModule", { value: true });
var Data_1 = require("./../../Data");
/**
*Created by ck on 2018/10/29
* 集卡详情
*/
var GetCollectGoodsInfoData = (function (_super) {
__extends(GetCollectGoodsInfoData, _super);
function GetCollectGoodsInfoData() {
return _super !== null && _super.apply(this, arguments) || this;
}
GetCollectGoodsInfoData.prototype.update = function (data) {
if (!data) {
return;
}
_super.prototype.update.call(this, data);
this.collectGoods = data.collectGoods;
this.prizeLevel = data.prizeLeve;
this.clickFlag = data.clickFlag;
};
/**
* 根据集卡id获取详情
* @param id
*/
GetCollectGoodsInfoData.prototype.getCollectInfoByID = function (id) {
for (var _i = 0, _a = this.collectGoods; _i < _a.length; _i++) {
var info = _a[_i];
if (info.id == id) {
return info;
}
}
return null;
};
return GetCollectGoodsInfoData;
}(Data_1.Data));
exports.GetCollectGoodsInfoData = GetCollectGoodsInfoData;
__reflect(GetCollectGoodsInfoData.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tw/data/common/getCollectGoodsInfo/GetCollectGoodsInfoData\".GetCollectGoodsInfoData");
//# sourceMappingURL=GetCollectGoodsInfoData.js.map
\ No newline at end of file
{"version":3,"file":"GetCollectGoodsInfoData.js","sourceRoot":"","sources":["../../../../../../libs/tw/data/common/getCollectGoodsInfo/GetCollectGoodsInfoData.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAoC;AAGpC;;;GAGG;AACH;IAA6C,2CAAI;IAAjD;;IAsCA,CAAC;IAtBU,wCAAM,GAAb,UAAc,IAAS;QACnB,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;YACR,MAAM,CAAC;QACX,CAAC;QACD,iBAAM,MAAM,YAAC,IAAI,CAAC,CAAC;QACnB,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,YAAY,CAAC;QACtC,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,SAAS,CAAC;QACjC,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC;IACpC,CAAC;IAED;;;OAGG;IACI,oDAAkB,GAAzB,UAA0B,EAAU;QAChC,GAAG,CAAC,CAAe,UAAiB,EAAjB,KAAA,IAAI,CAAC,YAAY,EAAjB,cAAiB,EAAjB,IAAiB;YAA/B,IAAM,IAAI,SAAA;YACX,EAAE,CAAA,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,CAAC,CAAA,CAAC;gBACd,MAAM,CAAC,IAAI,CAAC;YAChB,CAAC;SACJ;QACD,MAAM,CAAC,IAAI,CAAC;IAChB,CAAC;IACL,8BAAC;AAAD,CAAC,AAtCD,CAA6C,WAAI,GAsChD;AAtCY,0DAAuB;AAAvB,UAAA,uBAAuB,wMAsCnC,CAAA"}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
var __extends = this && this.__extends || function __extends(t, e) {
function r() {
this.constructor = t;
}
for (var i in e) e.hasOwnProperty(i) && (t[i] = e[i]);
r.prototype = e.prototype, t.prototype = new r();
};
Object.defineProperty(exports, "__esModule", { value: true });
var Data_1 = require("./../../Data");
/**
*Created by cuiliqiang on 2018/3/7
* 集卡数据
*/
var GetCollectRuleData = (function (_super) {
__extends(GetCollectRuleData, _super);
function GetCollectRuleData() {
return _super !== null && _super.apply(this, arguments) || this;
}
GetCollectRuleData.prototype.update = function (data) {
if (!data) {
return;
}
_super.prototype.update.call(this, data);
this.prizeLevel = data.prizeLeve;
this.clickFlag = data.clickFlag;
this.exchange = data.exchange;
this.collectRules = data.collectRule;
if (data.collectGoods) {
var len = data.collectGoods.length;
var i = 0;
for (i; i < len; i++) {
this.allCount += data.collectGoods[i].count;
}
}
else {
this.allCount = 0;
}
};
return GetCollectRuleData;
}(Data_1.Data));
exports.GetCollectRuleData = GetCollectRuleData;
__reflect(GetCollectRuleData.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tw/data/common/getCollectRule/GetCollectRuleData\".GetCollectRuleData");
//# sourceMappingURL=GetCollectRuleData.js.map
\ No newline at end of file
{"version":3,"file":"GetCollectRuleData.js","sourceRoot":"","sources":["../../../../../../libs/tw/data/common/getCollectRule/GetCollectRuleData.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAoC;AAGpC;;;GAGG;AACH;IAAwC,sCAAI;IAA5C;;IA8CA,CAAC;IApBU,mCAAM,GAAb,UAAc,IAAS;QACnB,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;YACR,MAAM,CAAC;QACX,CAAC;QACD,iBAAM,MAAM,YAAC,IAAI,CAAC,CAAC;QACnB,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,SAAS,CAAC;QACjC,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC;QAC9B,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,WAAW,CAAC;QAErC,EAAE,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;YACpB,IAAM,GAAG,GAAG,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC;YACrC,IAAI,CAAC,GAAG,CAAC,CAAC;YACV,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE,CAAC;gBACnB,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC;YAChD,CAAC;QACL,CAAC;QAAC,IAAI,CAAC,CAAC;YACJ,IAAI,CAAC,QAAQ,GAAG,CAAC,CAAC;QACtB,CAAC;IACL,CAAC;IACL,yBAAC;AAAD,CAAC,AA9CD,CAAwC,WAAI,GA8C3C;AA9CY,gDAAkB;AAAlB,UAAA,kBAAkB,yLA8C9B,CAAA"}
\ No newline at end of file
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ICollectGoodData.js.map
\ No newline at end of file
{"version":3,"file":"ICollectGoodData.js","sourceRoot":"","sources":["../../../../../../libs/tw/data/common/getCollectRule/ICollectGoodData.ts"],"names":[],"mappings":""}
\ No newline at end of file
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ICollectRuleData.js.map
\ No newline at end of file
{"version":3,"file":"ICollectRuleData.js","sourceRoot":"","sources":["../../../../../../libs/tw/data/common/getCollectRule/ICollectRuleData.ts"],"names":[],"mappings":""}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
var __extends = this && this.__extends || function __extends(t, e) {
function r() {
this.constructor = t;
}
for (var i in e) e.hasOwnProperty(i) && (t[i] = e[i]);
r.prototype = e.prototype, t.prototype = new r();
};
Object.defineProperty(exports, "__esModule", { value: true });
/**
*Created by cuiliqiang on 2018/3/12
* 用户剩余积分数据
*/
var Data_1 = require("../../Data");
var GetCreditsData = (function (_super) {
__extends(GetCreditsData, _super);
function GetCreditsData() {
return _super !== null && _super.apply(this, arguments) || this;
}
GetCreditsData.prototype.update = function (result) {
if (!result) {
return;
}
_super.prototype.update.call(this, result);
this.unitName = result.data.unitName;
this.credits = result.data.credits;
this.consumerCredits = result.data.consumerCredits;
};
return GetCreditsData;
}(Data_1.Data));
exports.GetCreditsData = GetCreditsData;
__reflect(GetCreditsData.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tw/data/common/getCredits/GetCreditsData\".GetCreditsData");
//# sourceMappingURL=GetCreditsData.js.map
\ No newline at end of file
{"version":3,"file":"GetCreditsData.js","sourceRoot":"","sources":["../../../../../../libs/tw/data/common/getCredits/GetCreditsData.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;GAGG;AACH,mCAAkC;AAElC;IAAoC,kCAAI;IAAxC;;IAyBA,CAAC;IATU,+BAAM,GAAb,UAAc,MAAW;QACrB,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC;YACV,MAAM,CAAC;QACX,CAAC;QACD,iBAAM,MAAM,YAAC,MAAM,CAAC,CAAC;QACrB,IAAI,CAAC,QAAQ,GAAG,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC;QACrC,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC;QACnC,IAAI,CAAC,eAAe,GAAG,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC;IACvD,CAAC;IACL,qBAAC;AAAD,CAAC,AAzBD,CAAoC,WAAI,GAyBvC;AAzBY,wCAAc;AAAd,UAAA,cAAc,6KAyB1B,CAAA"}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
var __extends = this && this.__extends || function __extends(t, e) {
function r() {
this.constructor = t;
}
for (var i in e) e.hasOwnProperty(i) && (t[i] = e[i]);
r.prototype = e.prototype, t.prototype = new r();
};
Object.defineProperty(exports, "__esModule", { value: true });
/**
*Created by cuiliqiang on 2018/3/12
* 获取用户角色信息
*/
var Data_1 = require("../../Data");
var GetRoleData = (function (_super) {
__extends(GetRoleData, _super);
function GetRoleData() {
return _super !== null && _super.apply(this, arguments) || this;
}
GetRoleData.prototype.update = function (data) {
if (!data) {
return;
}
_super.prototype.update.call(this, data);
this.role = data.data.role;
};
return GetRoleData;
}(Data_1.Data));
exports.GetRoleData = GetRoleData;
__reflect(GetRoleData.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tw/data/common/getRole/GetRoleData\".GetRoleData");
//# sourceMappingURL=GetRoleData.js.map
\ No newline at end of file
{"version":3,"file":"GetRoleData.js","sourceRoot":"","sources":["../../../../../../libs/tw/data/common/getRole/GetRoleData.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;GAGG;AACH,mCAAkC;AAElC;IAAiC,+BAAI;IAArC;;IAaA,CAAC;IAPU,4BAAM,GAAb,UAAc,IAAS;QACnB,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;YACR,MAAM,CAAC;QACX,CAAC;QACD,iBAAM,MAAM,YAAC,IAAI,CAAC,CAAC;QACnB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC;IAC/B,CAAC;IACL,kBAAC;AAAD,CAAC,AAbD,CAAiC,WAAI,GAapC;AAbY,kCAAW;AAAX,UAAA,WAAW,oKAavB,CAAA"}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
Object.defineProperty(exports, "__esModule", { value: true });
var LotteryData = (function () {
function LotteryData() {
}
LotteryData.prototype.update = function (data) {
if (!data) {
return;
}
this.androidDownloadUrl = data.androidDownloadUrl;
this.iosDownloadUrl = data.iosDownloadUrl;
this.img = data.imgurl;
this.link = data.link;
this.name = data.name ? data.name : data.title;
this.openUrl = data.openUrl;
this.showUse = data.showUse;
this.tip = data.tip;
this.title = data.title;
this.useBtnText = data.useBtnText;
this.validate = data.validate;
this.type = data.type;
this.confirm = data.confirm;
this.id = data.id;
if (data.stinfodpmclose) {
this.closeExposure = JSON.parse(data.stinfodpmclose);
}
else {
this.closeExposure = null;
}
if (data.stinfodpmgouse) {
this.useExposure = JSON.parse(data.stinfodpmgouse);
}
else {
this.useExposure = null;
}
if (data.stinfodpmimg) {
this.imgExposure = JSON.parse(data.stinfodpmimg);
}
else {
this.imgExposure = null;
}
if (data.itemId) {
this.itemId = data.itemId;
}
};
return LotteryData;
}());
exports.LotteryData = LotteryData;
__reflect(LotteryData.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tw/data/common/lottery/LotteryData\".LotteryData", ["\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tc/interface/IData\".IData"]);
//# sourceMappingURL=LotteryData.js.map
\ No newline at end of file
{"version":3,"file":"LotteryData.js","sourceRoot":"","sources":["../../../../../../libs/tw/data/common/lottery/LotteryData.ts"],"names":[],"mappings":";;;;;AASA;IAAA;IAmIA,CAAC;IAxCU,4BAAM,GAAb,UAAc,IAAS;QACnB,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;YACR,MAAM,CAAC;QACX,CAAC;QACD,IAAI,CAAC,kBAAkB,GAAG,IAAI,CAAC,kBAAkB,CAAC;QAClD,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,cAAc,CAAC;QAC1C,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC,MAAM,CAAC;QACvB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;QACtB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC;QAC/C,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC;QAC5B,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC;QAC5B,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC;QACpB,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;QACxB,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC;QAClC,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC;QAC9B,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;QACtB,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC;QAC5B,IAAI,CAAC,EAAE,GAAG,IAAI,CAAC,EAAE,CAAC;QAElB,EAAE,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC;YACtB,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACzD,CAAC;QAAC,IAAI,CAAC,CAAC;YACJ,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC;QAC9B,CAAC;QAED,EAAE,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC;YACtB,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACvD,CAAC;QAAC,IAAI,CAAC,CAAC;YACJ,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC;QAC5B,CAAC;QAED,EAAE,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;YACpB,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACrD,CAAC;QAAC,IAAI,CAAC,CAAC;YACJ,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC;QAC5B,CAAC;QACD,EAAE,CAAA,CAAC,IAAI,CAAC,MAAM,CAAC,CAAA,CAAC;YACZ,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC;QAC9B,CAAC;IACL,CAAC;IACL,kBAAC;AAAD,CAAC,AAnID,IAmIC;AAnIY,kCAAW;AAAX,UAAA,WAAW,ySAmIvB,CAAA"}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
var __extends = this && this.__extends || function __extends(t, e) {
function r() {
this.constructor = t;
}
for (var i in e) e.hasOwnProperty(i) && (t[i] = e[i]);
r.prototype = e.prototype, t.prototype = new r();
};
Object.defineProperty(exports, "__esModule", { value: true });
var Data_1 = require("./../../Data");
var OpenCollectGoodsPrizeData = (function (_super) {
__extends(OpenCollectGoodsPrizeData, _super);
function OpenCollectGoodsPrizeData() {
return _super !== null && _super.apply(this, arguments) || this;
}
OpenCollectGoodsPrizeData.prototype.update = function (data) {
if (!data) {
return;
}
_super.prototype.update.call(this, data);
this.orderId = data.orderId;
};
return OpenCollectGoodsPrizeData;
}(Data_1.Data));
exports.OpenCollectGoodsPrizeData = OpenCollectGoodsPrizeData;
__reflect(OpenCollectGoodsPrizeData.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tw/data/common/openCollectGoodsPrize/openCollectGoodsPrizeData\".OpenCollectGoodsPrizeData");
//# sourceMappingURL=openCollectGoodsPrizeData.js.map
\ No newline at end of file
{"version":3,"file":"openCollectGoodsPrizeData.js","sourceRoot":"","sources":["../../../../../../libs/tw/data/common/openCollectGoodsPrize/openCollectGoodsPrizeData.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAoC;AACpC;IAA+C,6CAAI;IAAnD;;IAaA,CAAC;IAPU,0CAAM,GAAb,UAAc,IAAS;QACnB,EAAE,CAAA,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;YACP,MAAM,CAAC;QACX,CAAC;QACD,iBAAM,MAAM,YAAC,IAAI,CAAC,CAAC;QACnB,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC;IAChC,CAAC;IACL,gCAAC;AAAD,CAAC,AAbD,CAA+C,WAAI,GAalD;AAbY,8DAAyB;AAAzB,UAAA,yBAAyB,8MAarC,CAAA"}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
var __extends = this && this.__extends || function __extends(t, e) {
function r() {
this.constructor = t;
}
for (var i in e) e.hasOwnProperty(i) && (t[i] = e[i]);
r.prototype = e.prototype, t.prototype = new r();
};
Object.defineProperty(exports, "__esModule", { value: true });
var Data_1 = require("./../../Data");
var RecordData = (function (_super) {
__extends(RecordData, _super);
function RecordData() {
return _super !== null && _super.apply(this, arguments) || this;
}
RecordData.prototype.update = function (data) {
if (!data) {
return;
}
_super.prototype.update.call(this, data);
this.emdDpmJson = data.emdDpmJson;
this.emdJson = data.emdJson;
this.gmtCreate = data.gmtCreate;
this.img = data.img;
this.invalid = data.invalid;
this.orderTypeTitle = data.orderTypeTitle;
this.quantity = data.quantity;
this.statusText = data.statusText;
this.text = data.text;
this.title = data.title;
this.trueActivityTitle = data.trueActivityTitle;
this.url = data.url;
};
return RecordData;
}(Data_1.Data));
exports.RecordData = RecordData;
__reflect(RecordData.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tw/data/common/record/RecordData\".RecordData");
//# sourceMappingURL=RecordData.js.map
\ No newline at end of file
{"version":3,"file":"RecordData.js","sourceRoot":"","sources":["../../../../../../libs/tw/data/common/record/RecordData.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAoC;AACpC;IAAgC,8BAAI;IAApC;;IAgCA,CAAC;IAlBU,2BAAM,GAAb,UAAc,IAAS;QACnB,EAAE,CAAA,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;YACP,MAAM,CAAC;QACX,CAAC;QACD,iBAAM,MAAM,YAAC,IAAI,CAAC,CAAC;QACnB,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC;QAClC,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC;QAC5B,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC;QAChC,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC;QACpB,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC;QAC5B,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,cAAc,CAAC;QAC1C,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC;QAC9B,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC;QAClC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;QACtB,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;QACxB,IAAI,CAAC,iBAAiB,GAAG,IAAI,CAAC,iBAAiB,CAAC;QAChD,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC;IACxB,CAAC;IACL,iBAAC;AAAD,CAAC,AAhCD,CAAgC,WAAI,GAgCnC;AAhCY,gCAAU;AAAV,UAAA,UAAU,iKAgCtB,CAAA"}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
var __extends = this && this.__extends || function __extends(t, e) {
function r() {
this.constructor = t;
}
for (var i in e) e.hasOwnProperty(i) && (t[i] = e[i]);
r.prototype = e.prototype, t.prototype = new r();
};
Object.defineProperty(exports, "__esModule", { value: true });
/**
*Created by cuiliqiang on 2018/3/12
* 设置用户信息
*/
var Data_1 = require("../../Data");
var SetRoleData = (function (_super) {
__extends(SetRoleData, _super);
function SetRoleData() {
return _super !== null && _super.apply(this, arguments) || this;
}
SetRoleData.prototype.update = function (data) {
if (!data) {
return;
}
_super.prototype.update.call(this, data);
this.role = data.data.role;
};
return SetRoleData;
}(Data_1.Data));
exports.SetRoleData = SetRoleData;
__reflect(SetRoleData.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tw/data/common/setRole/SetRoleData\".SetRoleData");
//# sourceMappingURL=SetRoleData.js.map
\ No newline at end of file
{"version":3,"file":"SetRoleData.js","sourceRoot":"","sources":["../../../../../../libs/tw/data/common/setRole/SetRoleData.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;GAGG;AACH,mCAAkC;AAElC;IAAiC,+BAAI;IAArC;;IAaA,CAAC;IAPU,4BAAM,GAAb,UAAc,IAAS;QACnB,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;YACR,MAAM,CAAC;QACX,CAAC;QACD,iBAAM,MAAM,YAAC,IAAI,CAAC,CAAC;QACnB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC;IAC/B,CAAC;IACL,kBAAC;AAAD,CAAC,AAbD,CAAiC,WAAI,GAapC;AAbY,kCAAW;AAAX,UAAA,WAAW,oKAavB,CAAA"}
\ No newline at end of file
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IWinnerData.js.map
\ No newline at end of file
{"version":3,"file":"IWinnerData.js","sourceRoot":"","sources":["../../../../../../libs/tw/data/common/winners/IWinnerData.ts"],"names":[],"mappings":""}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
var __extends = this && this.__extends || function __extends(t, e) {
function r() {
this.constructor = t;
}
for (var i in e) e.hasOwnProperty(i) && (t[i] = e[i]);
r.prototype = e.prototype, t.prototype = new r();
};
Object.defineProperty(exports, "__esModule", { value: true });
var Data_1 = require("../../Data");
var WinnersData = (function (_super) {
__extends(WinnersData, _super);
function WinnersData() {
return _super !== null && _super.apply(this, arguments) || this;
}
WinnersData.prototype.update = function (data) {
if (!data) {
return;
}
_super.prototype.update.call(this, data);
this.winnerList = data.data;
};
return WinnersData;
}(Data_1.Data));
exports.WinnersData = WinnersData;
__reflect(WinnersData.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tw/data/common/winners/WinnersData\".WinnersData");
//# sourceMappingURL=WinnersData.js.map
\ No newline at end of file
{"version":3,"file":"WinnersData.js","sourceRoot":"","sources":["../../../../../../libs/tw/data/common/winners/WinnersData.ts"],"names":[],"mappings":";;;;;;;;;;;;AAKA,mCAAkC;AAElC;IAAiC,+BAAI;IAArC;;IAaA,CAAC;IAPU,4BAAM,GAAb,UAAc,IAAS;QACnB,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;YACR,MAAM,CAAC;QACX,CAAC;QACD,iBAAM,MAAM,YAAC,IAAI,CAAC,CAAC;QACnB,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,IAAI,CAAC;IAChC,CAAC;IACL,kBAAC;AAAD,CAAC,AAbD,CAAiC,WAAI,GAapC;AAbY,kCAAW;AAAX,UAAA,WAAW,oKAavB,CAAA"}
\ No newline at end of file
"use strict";
var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
var __extends = this && this.__extends || function __extends(t, e) {
function r() {
this.constructor = t;
}
for (var i in e) e.hasOwnProperty(i) && (t[i] = e[i]);
r.prototype = e.prototype, t.prototype = new r();
};
Object.defineProperty(exports, "__esModule", { value: true });
/**
*Created by cuiliqiang on 2018/3/12
* 自定义活动配置信息
*/
var Data_1 = require("../../Data");
var AjaxElementData = (function (_super) {
__extends(AjaxElementData, _super);
function AjaxElementData() {
return _super !== null && _super.apply(this, arguments) || this;
}
AjaxElementData.prototype.update = function (result) {
if (!result) {
return;
}
_super.prototype.update.call(this, result);
this.throughCurrent = result.throughCurrent;
this.throughMode = result.throughMode;
this.throughNum = result.throughNum;
this.throughCurrentStep = result.throughCurrentStep;
this.jsTest = result.jsTest;
this.cssTest = result.cssTest;
this.rule = result.rule;
this.type = result.type;
this.options = result.options;
this.element = result.element;
};
return AjaxElementData;
}(Data_1.Data));
exports.AjaxElementData = AjaxElementData;
__reflect(AjaxElementData.prototype, "\"/Users/chiwang/Desktop/\u5151\u5427\u5DE5\u4F5C/newGame/saolei19.03.06/db-game-template/egret/libs/tw/data/custom/ajaxElement/AjaxElementData\".AjaxElementData");
//# sourceMappingURL=AjaxElementData.js.map
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment