Skip to content

Commit 01e0160

Browse files
authored
feat(jike): add user bio (DIYgod#11299)
1 parent bacbffb commit 01e0160

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/v2/jike/user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ module.exports = async (ctx) => {
140140

141141
ctx.state.data = {
142142
title: `${data.user.screenName}的即刻动态`,
143+
description: data.user.bio,
143144
link: `https://m.okjike.com/users/${id}`,
144145
image: data.user.avatarImage.picUrl,
145146
item: items,

0 commit comments

Comments
 (0)