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