tieba.js
    Preparing search index...

    Function processUserPosts

    • 处理用户发帖原始数据,展平 PostInfoList 为 UserPost[]。

      Parameters

      • posts: PostInfoList[]
      • needForumName: boolean = false

        为 true 时通过 getForumName API 解析缺失的吧名

      Returns Effect<UserPost[], FetchError, never>