Skip to content

Commit b22acb4

Browse files
committed
调整开源中国文章内容选择器
1 parent 1782247 commit b22acb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/websites/oschina.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const config = {
1010
code: false,
1111
selectors: {
1212
title: '.article-box h1.article-box__title',
13-
body: '.article-box .article-box__content',
13+
body: '.article-box .article-box__content .detail-box',
1414
copyBtn: '.copy-code-btn',
1515
userName: '.article-box .article-box__meta .item-list .item:nth-child(2) a',
1616
userLink: '.article-box .article-box__meta .item-list .item:nth-child(2) a',

0 commit comments

Comments
 (0)