feat(jike): add user bio (#11299)

This commit is contained in:
三咲智子 Kevin Deng 2022-11-19 22:58:20 +08:00 committed by GitHub
parent bacbffbfe2
commit 01e01608cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ module.exports = async (ctx) => {
ctx.state.data = {
title: `${data.user.screenName}的即刻动态`,
description: data.user.bio,
link: `https://m.okjike.com/users/${id}`,
image: data.user.avatarImage.picUrl,
item: items,