增加主播空间介绍审核项目

This commit is contained in:
yezian 2024-07-31 17:39:42 +08:00
parent 75f678ab84
commit 13a3994bef
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ const StreamerTextMachineReviewContent = (props) => {
{data === "name" && <p>昵称</p>} {data === "name" && <p>昵称</p>}
{data === "bio" && <p>个性签名</p>} {data === "bio" && <p>个性签名</p>}
{data === "auto_response_message" && <p>私信自动回复</p>} {data === "auto_response_message" && <p>私信自动回复</p>}
{data === "profile" && <p>空间介绍</p>}
</div> </div>
), ),
}, },