FishPi.js API Documentation - v0.1.28
    Preparing search index...

    Class ArticleDetail

    文章详情

    Index

    Constructors

    Properties

    anonymousView?: number = 0

    文章匿名浏览量

    audioURL?: string = ''

    文章音频地址

    author: Author = ...

    作者用户信息

    authorId: string = ''

    发布者Id

    authorIntro?: string = ''

    作者签名

    authorName: string = ''

    作者用户名

    authorThumbnail20: string = ''

    作者头像缩略图

    authorThumbnail210: string = ''

    作者头像缩略图

    authorThumbnail48: string = ''

    作者头像缩略图

    authorURL?: string = ''

    作者首页地址

    badCnt: number = 0

    反对数

    city?: string = ''

    发布城市

    cmtTimeAgo: string = ''

    最后评论时间简写

    collectCnt: number = 0

    收藏数

    commentable?: boolean = true

    文章是否启用评论

    comments?: ArticleComment[]

    文章的评论

    content?: string = ''

    文章内容 HTML

    createTime: string = ''

    文章创建时间字符串

    discussionViewable: boolean = true

    评论是否可见

    goodCnt: number = 0

    赞同数

    heat: number = 0

    文章点击数

    img1URL?: string = ''

    文章首图

    isAnonymous: boolean = false

    是否匿名

    isFollowing?: boolean = false

    是否已收藏

    isMyArticle?: boolean = false

    是否是我的文章

    isOffered: boolean = false

    是否悬赏

    isPerfect: boolean = false

    文章是否优选

    isRewarded?: boolean = false

    是否已打赏

    isShowInList: boolean = true

    是否在列表展示

    isThanked?: boolean = false

    是否已感谢

    isWatching?: boolean = false

    是否已关注

    latestCmter: string = ''

    文章最后评论者

    latestCmtTime: string = ''

    文章最后修改时间

    niceComments?: ArticleComment[]

    文章最佳评论

    offerPoint: number = 0

    悬赏积分

    oId: string = ''

    文章 id

    originalContent?: string = ''

    文章内容 Markdown

    pagination?: Pagination

    评论分页信息

    permalink: string = ''

    文章固定链接

    previewContent: string = ''

    文章预览内容

    revisionCount: number = 0

    文章修改次数

    rewardContent?: string = ''

    打赏内容

    rewardedCnt?: number = 0

    打赏人数

    rewardPoint?: number = 0

    文章打赏积分

    status: ArticleStatus = ArticleStatus.Normal

    文章状态

    stick: number = 0

    是否置顶

    stickRemains: number = 0

    置顶序号

    tableOfContents?: string = ''

    文章目录 HTML

    tags: ArticleTag[] = []

    文章标签信息

    tagsContent: string = ''

    文章标签

    thankCnt: number = 0

    文章感谢数

    thankedCnt?: number = 0

    文章感谢数

    thumbnailURL: string = ''

    文章首图缩略图

    timeAgo: string = ''

    发布时间简写

    title: string = ''

    文章标题

    titleEmoj: string = ''

    文章标题

    titleEmojUnicode: string = ''

    文章标题

    type: ArticleType = ArticleType.Normal

    文章类型

    updateTime: string = ''

    文章更新时间

    viewCntDisplay?: string = ''

    文章浏览量简写

    viewCount: number = 0

    文章浏览数

    vote?: VoteStatus = VoteStatus.normal

    文章点赞状态

    watchCnt: number = 0

    关注数

    Methods