inleft
2022-08-30 271ca6cb0ee2ff0a789bf74d1821e7891a7043bb
commit | author | age
105729 1 //常量
I 2 const myConstant = {
af029b 3     uploadFileSizeLimit: 2 * 1024 * 1024,
fa1bd9 4     uploadVideoSizeLimit: 200 * 1024 * 1024,
af029b 5     visitorDataKey: "visitorData.inleft.com",
afab3a 6     visitorFirstKey: "firstVisit.inleft.com",
80476f 7     userName: "inleft",
I 8     img404: "this.onerror='';this.src=\"http://t.inleft.com/share/media_photo/idea_beijing.jpg\"",
a23166 9     defaultBG:"http://t.inleft.com/share/media_photo/background.jpg",
1b6f1e 10     defaultBGVideo:"http://t.inleft.com/share/media_photo/idea_beijing.jpg",
80476f 11     fileType: {
I 12         fileTypeMarkDown_1: 1,
13         fileTypeHtml_2: 2,
14         fileTypeVideo_3: 3,
15         fileTypeMp3_4: 4,
16         fileTypePictures_5: 5,
17         fileTypeTalking_9: 9,
18     },
19     activeKeyType: {
20         type_1: "moment",
21         type_2: "flash",
22         type_3: "store",
23     },
24     bucketName: {
25         bucket_article: "article",
26         bucket_video: "mp4",
27         bucket_mp3: "mp3",
28         bucket_cover: "cover",
29         bucket_picture: "picture",
30     }
31
105729 32 }
af029b 33
I 34
105729 35 export default myConstant;