import Edit from './edit/edit' import Text from './text/text' //封面 const Word = { 5001: Text, 5002: Edit, }; export default Word;