This commit is contained in:
2025-06-21 11:09:58 +08:00
parent 8891b196ba
commit a150cbc533
11 changed files with 332 additions and 129 deletions

View File

@@ -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'];