export default { // fileTypes : "txt|epub|ebk2|ebk3|pdf|chm|umd|doc|docx|wps|xls|xlsx|et|ppt|pptx|dps|mobi", //允许上传的文件格式 "txt|epub" // url : "http://127.0.0.1:3006",//"http://localhost/t/post.php",// port:10998, fileLimitSize : 50000 * 1024 *1024, filePath:"./", texpkDefault:{ data: { dataFormat: 'cocos2d', dataFile: '', trimSpriteName: false, prependFolderName: false, // texturePath: '' }, texture: { textureFormat: 'png', sheet: '', // pngOptLevel: '1', opt: 'RGBA8888', alphaHandling: 'KeepTransparentPixels' }, layout: { maxWidth: '2048', maxHeight: '2048', sizeConstrains: 'POT', forceSquared: false, scale: '1', scaleMode: 'Smooth', algorithm: 'Basic', basicSortBy: 'Best', basicOrder: 'Ascending', packMode: 'Best', multipack: false, enableRotation: true, enableAutoAlias: false }, sprite: { trim: 'None', trimMargin: '1', trimThreshold: '1', // extrude: '1', borderPadding: '0', shapePadding: '0', commonDivisorX: '1', commonDivisorY: '1' }, assets: '' } }