import React from 'react'; // 字典全局的 Context,会提前初始化工作。 const DictionaryContext = React.createContext({}); export default DictionaryContext;