generated from tailored/router-db-template
update
This commit is contained in:
@@ -10,6 +10,9 @@ const parseComment = (comment: CommonentInfo) => {
|
||||
content: comment.content,
|
||||
};
|
||||
};
|
||||
/**
|
||||
* 格式化评论信息
|
||||
*/
|
||||
export class Parse {
|
||||
static getComment(mention: Mention) {
|
||||
const typeList = ['comment/item', 'mention/comment', 'comment/comment'];
|
||||
|
||||
Reference in New Issue
Block a user