如何在名字旁边显示用户总帖数

@David_Ghost

You can fix it with some CSS:

.names.trigger-user-card > div:has(.user-post-user__container) {
    order: 2;
}
2 个赞