We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77216e9 commit c5aa215Copy full SHA for c5aa215
src/modules/user/profile.ts
@@ -88,11 +88,7 @@ export const queryProfile = async ({
88
],
89
[createdAtStr, `${colors.bold(createdDays)} 天`],
90
[],
91
- [
92
- result.user.zodiac,
93
- result.user.industry || '',
94
- result.user.school?.name || '',
95
- ],
+ result.user.profileTags.map((tag) => tag.text),
96
[
97
`${colors.bold(`${result.user.statsCount.followingCount}`)} 关注`,
98
`${formatFollowedCount(result.user.statsCount.followedCount)} 被关注`,
0 commit comments