Skip to content

Commit e94aaa1

Browse files
committed
fix: delete hot100 add study plan list
1 parent 9d7a22f commit e94aaa1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

common/view/finder.view.js

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ async function keywordMode(baseDir = process.cwd()) {
6868
}
6969

7070
async function selectMode(baseDir) {
71-
7271
console.log(baseDir)
7372
}
7473

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export function getStudyPlanListJson() {
22
return {
33
headers: { 'content-type': 'application/json' },
4-
body: "{\"query\":\"\\n query GetProblemSetStudyPlanAds {\\n studyPlansV2AdQuestionPage {\\n cover\\n highlight\\n name\\n onGoing\\n premiumOnly\\n questionNum\\n slug\\n }\\n}\\n \",\"variables\":{},\"operationName\":\"GetProblemSetStudyPlanAds\"}",
4+
body: '{"query":"\\n query GetProblemSetStudyPlanAds {\\n studyPlansV2AdQuestionPage {\\n cover\\n highlight\\n name\\n onGoing\\n premiumOnly\\n questionNum\\n slug\\n }\\n}\\n ","variables":{},"operationName":"GetProblemSetStudyPlanAds"}',
55
method: 'POST'
66
}
77
}

0 commit comments

Comments
 (0)