interface TextElem { content:string; // 文字消息 } export default TextElem;