Skip to content

Commit c3bb6df

Browse files
committed
fix(problemset): 修复题库页的题单列表(#9)
1 parent d181fa0 commit c3bb6df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/content/pages/problemset

src/content/pages/problemset/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const App: FC = () => {
1919
if (state.isMount) setIsLoad(true)
2020
})
2121
useSetProblemListRoot(
22-
'//*[@id="__next"]/*//span[text()="精选题单"]/../../..',
22+
'//*[@id="__next"]/*//div[text()="热门企业题库"]/../../..',
2323
isLoad,
2424
setProblemListRoot
2525
)

0 commit comments

Comments
 (0)