File tree 4 files changed +9
-5
lines changed
4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 15
15
- [ ] 8.实现在编辑器中预览图片(感觉可以不做)
16
16
- [ ] 9.优化随机题目的随机方式,减少请求
17
17
- [ ] 10.私人项目部署的实现方案
18
+ - [ ] 11.创建一个单独指令lc,用于项目的单独指令,忽略npm/yarn/pnpm的执行差异/歧义
18
19
19
20
## How to use for yourself ?
20
21
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ const { getQuestionListJson} = require ( "../resources/questionListJson" ) ;
2
+ // fetch("https://leetcode.cn/graphql/", getQuestionListJson(1)).then((res => res.json())).then((res)=>{
3
+ // return res?.data?.problemsetQuestionList?.questions?.map(q=>q.frontendQuestionId);
4
+ // });
5
+ const args = process . argv . slice ( 2 ) ;
6
+ console . log ( args )
Original file line number Diff line number Diff line change 6
6
"type" : " commonjs" ,
7
7
"scripts" : {
8
8
"leet-check" : " node common/scripts/check.js" ,
9
- "leet-create" : " node common/scripts/create.js"
9
+ "leet-create" : " node common/scripts/create.js" ,
10
+ "test" : " node common/scripts/test.js"
10
11
},
11
12
"author" : " EternalHeart" ,
12
13
"license" : " ISC" ,
You can’t perform that action at this time.
0 commit comments