File tree 1 file changed +9
-12
lines changed
1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change 7
7
我们的目标就是让所有人:
8
8
> 只用专注于代码的实现,而非繁琐的输入输出!
9
9
10
- ## Usage
10
+ ## How to use for your self?
11
+
12
+ ### Plan A (Recommended)
13
+ The best way to use is by using the ` lk/lf/lc ` command in your terminal.
14
+
15
+ ### Plan B (Supported)
16
+ You can also use the ` fork ` command on github.com to create your own repository.
11
17
12
- fork分支` template ` 的内容,其非内容部分会与主分支保持同步,意思是去除部分我的题目代码,然后使用指令创建你自己的题解即可!
18
+ ### Plan C (Supported)
19
+ We also publish a plugin for ` WebStorm ` and ` VS Code ` . You can easily use it to create your question.
13
20
14
21
## Preparation
15
22
@@ -187,16 +194,6 @@ Done in 0.19s.
187
194
188
195
```
189
196
190
- ## Scripts API Document
191
-
192
- | script | 参数 | 说明 |
193
- | -------------| ------------------| -----------------------------------------------------|
194
- | leet-create | [ -i [ 题目编号]] [ -r ] | 创建一个题目,不带参数获取今日题目,` -i ` 参数指定题号去获取,` -r ` 随机题目 |
195
- | leet-check | [ -i [ 题目编号]] [ -r ] | 执行检测一个题目,不带参数检测今日题目,` -i ` 参数指定题号去检测,` -r ` 检测上一个随机出的题目 |
196
-
197
- > note:
198
- > 名词解释: 题目编号是leet-code为其分配的唯一id,如` 1314 ` 对应题目` 矩阵区域和 `
199
-
200
197
## Contributor
201
198
202
199
[ <img src =" https://avatars.githubusercontent.com/u/48346853 " style =" border-radius :50% ;" width =" 30 " height =" 30 " alt =" EternalHeart " />] ( https://github.com/wh131462 )
You can’t perform that action at this time.
0 commit comments