inleft
2022-08-14 a3ab3afe580daa80e9689f6e513e75a385f75bac
commit | author | age
105729 1 //常量
I 2 const myConstant = {
3     fileTypeMarkDown: 1,
4     fileTypeHtml: 2,
5     fileTypeVideo: 3,
6     fileTypeMp3: 4,
7     fileTypeShort: 5,
8     fileTypeCover: 9,
af029b 9     uploadFileSizeLimit: 2 * 1024 * 1024,
I 10     visitorDataKey: "visitorData.inleft.com",
11     userName:"inleft"
105729 12 }
af029b 13
I 14
105729 15 export default myConstant;