FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "评论话题标签对象"
interface CommentHashTag { /** 话题标签 ID。 **/ id: string /** 最终的 #hashtag 标签文本,包括 # 符号。 **/ tag: string /** 如果该话题标签关联了自定义 URL,则会定义此字段。 **/ url?: string /** 指在更新评论时是否应保留该话题标签,即使它不出现在评论文本中。用于在不更改评论文本的情况下标记评论。 **/ retain?: boolean }
Result