Skip to content

Commit 3a882f2

Browse files
committed
docs:add three plan
1 parent 3a12162 commit 3a882f2

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

Readme.md

+9-12
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,16 @@
77
我们的目标就是让所有人:
88
> 只用专注于代码的实现,而非繁琐的输入输出!
99
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.
1117

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.
1320

1421
## Preparation
1522

@@ -187,16 +194,6 @@ Done in 0.19s.
187194

188195
```
189196

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-
200197
## Contributor
201198

202199
[<img src="https://avatars.githubusercontent.com/u/48346853" style="border-radius:50%;" width="30" height="30" alt="EternalHeart"/>](https://github.com/wh131462)

0 commit comments

Comments
 (0)