We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d181fa0 commit c3bb6dfCopy full SHA for c3bb6df
1 file changed
src/content/pages/problemset/App.tsx
@@ -19,7 +19,7 @@ const App: FC = () => {
19
if (state.isMount) setIsLoad(true)
20
})
21
useSetProblemListRoot(
22
- '//*[@id="__next"]/*//span[text()="精选题单"]/../../..',
+ '//*[@id="__next"]/*//div[text()="热门企业题库"]/../../..',
23
isLoad,
24
setProblemListRoot
25
)
0 commit comments