tieba.js
Preparing search index...
processUserPosts
Function processUserPosts
processUserPosts
(
posts
:
PostInfoList
[]
,
needForumName
?:
boolean
,
)
:
Effect
<
UserPost
[]
,
FetchError
,
never
>
处理用户发帖原始数据,展平 PostInfoList 为 UserPost[]。
Parameters
posts
:
PostInfoList
[]
needForumName
:
boolean
= false
为 true 时通过 getForumName API 解析缺失的吧名
Returns
Effect
<
UserPost
[]
,
FetchError
,
never
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
tieba.js
Loading...
处理用户发帖原始数据,展平 PostInfoList 为 UserPost[]。