From 01e01608cc63b1ead04afdf98266450fe3f06899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Sat, 19 Nov 2022 22:58:20 +0800 Subject: [PATCH] feat(jike): add user bio (#11299) --- lib/v2/jike/user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/v2/jike/user.js b/lib/v2/jike/user.js index 6f5625a7f..85612e772 100644 --- a/lib/v2/jike/user.js +++ b/lib/v2/jike/user.js @@ -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,