Skip to content

Commit b22961d

Browse files
committed
fix: ext info plugin
1 parent aca03ae commit b22961d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/ext_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def remove_version_switch(content):
9999

100100
def is_contest_page(page):
101101
a = page.title == 'Contest' and page.url == 'contest/'
102-
b = page.title == '竞赛' and page.url == 'contest/'
102+
b = page.title == '竞赛专区' and page.url == 'contest/'
103103
return a or b
104104

105105

0 commit comments

Comments
 (0)