Skip to content

Commit 6422a3f

Browse files
committed
优化 [Discuz!] 通用规则
1 parent f47e536 commit 6422a3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Autopage.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1697,7 +1697,7 @@ function: {
16971697
discuzForum();
16981698
} else if (getCSS('#postlist')) { // < 部分论坛的帖子内 URL 是自定义的 >
16991699
curSite = DBSite.discuz_thread;
1700-
} else { // 手机版判断
1700+
} else if (isMobile()) { // 手机版判断
17011701
discuzForum('m');
17021702
if (curSite.SiteTypeID === 0) discuzThreadM();
17031703
}

0 commit comments

Comments
 (0)