inleft
2022-08-29 c3aa826406d52957d6f98d0ecd4b77413d5ce908
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",
80476f 6     userName: "inleft",
I 7     img404: "this.onerror='';this.src=\"http://t.inleft.com/share/media_photo/idea_beijing.jpg\"",
a23166 8     defaultBG:"http://t.inleft.com/share/media_photo/background.jpg",
1b6f1e 9     defaultBGVideo:"http://t.inleft.com/share/media_photo/idea_beijing.jpg",
80476f 10     fileType: {
I 11         fileTypeMarkDown_1: 1,
12         fileTypeHtml_2: 2,
13         fileTypeVideo_3: 3,
14         fileTypeMp3_4: 4,
15         fileTypePictures_5: 5,
16         fileTypeTalking_9: 9,
17     },
18     activeKeyType: {
19         type_1: "moment",
20         type_2: "flash",
21         type_3: "store",
22     },
23     bucketName: {
24         bucket_article: "article",
25         bucket_video: "mp4",
26         bucket_mp3: "mp3",
27         bucket_cover: "cover",
28         bucket_picture: "picture",
29     }
30
105729 31 }
af029b 32
I 33
105729 34 export default myConstant;