artalk
    Preparing search index...

    Interface ListData

    interface ListData {
        comments: CommentData[];
        count: number;
        page: PageData;
        roots_count: number;
    }
    Index

    Properties

    comments: CommentData[]

    评论数据

    count: number

    评论总数(包括所有子评论)

    page: PageData

    页面信息

    roots_count: number

    根评论总数