Skip to content

Commit fce7756

Browse files
committed
修复 用户主页文章分类下没有置顶显示时间的问题
1 parent 831395f commit fce7756

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Zhihu-Enhanced.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name 知乎增强
3-
// @version 1.1.5
3+
// @version 1.1.6
44
// @author X.I.U
55
// @description 一键收起回答、置顶显示时间、区分问题文章、默认高清原图、默认折叠邀请
66
// @match *://www.zhihu.com/*
@@ -217,7 +217,7 @@ function topTime_search()
217217
// 置顶显示时间 - 用户主页
218218
function topTime_people()
219219
{
220-
$(".ContentItem.AnswerItem").each(function(){
220+
$(".ContentItem.AnswerItem, .ContentItem.ArticleItem").each(function(){
221221
if( !($(this).find(".ContentItem-time").hasClass("full")) && $(this).find(".ContentItem-time").length>0 && $(this).find(".ContentItem-time").find("span").text() != null)
222222
{
223223
// 完整显示时间

0 commit comments

Comments
 (0)