File tree 3 files changed +22
-13
lines changed
3 files changed +22
-13
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
+
2
3
## 1.0.4 release
4
+
3
5
### Fixes
6
+
4
7
- fix the bug cannot create question
8
+
5
9
## 1.0.3 release
10
+
6
11
### Features
12
+
7
13
- you can create question in any supported language file
8
14
- the file name from 'index' to 'question'
9
15
10
16
## 1.0.2 release
17
+
11
18
### Features
19
+
12
20
- add i18n docs
13
21
14
22
## 1.0.1 release
23
+
15
24
### Features
25
+
16
26
- add ` author ` info and ` repository ` in package.json
17
27
18
28
## 1.0.0 release
29
+
19
30
### Features
31
+
20
32
- cli: lk/lf/lc 脚本实现 检测/查找/创建 功能,强而有力地支持了题目的便捷创建.
21
33
- template project: easy mode 实现交互性创建,leet-create和leet-check保持src目录下创建题解.
22
34
- plugin: 插件化的设计完善,进行立项.
23
-
24
-
25
-
Original file line number Diff line number Diff line change 1
- ## TO-DO List
1
+ # TO-DO List
2
2
3
- ### 功能
3
+ ## 功能
4
+
5
+ ### 优先级高
4
6
5
- #### 优先级高
6
7
- [ ] finder完成
7
8
1 . 主要功能:可以对题目进行不同的筛选或者关键词搜索
8
9
1 . 关键词搜索 - 通过关键词进行模糊搜索,通过选择列表项进行创建题目
15
16
- [ ] 插件制作-WS/VS code
16
17
- [ ] fork脚本的编写
17
18
18
-
19
-
20
- #### 优先级中
19
+ ### 优先级中
21
20
22
21
- [ ] 获取题解和代码
23
22
- [ ] 获取更完备的测试用例,增强用户体验
24
23
25
- #### 优先级低
24
+ ### 优先级低
26
25
27
- #### 代码优化及基础建设
26
+ ### 代码优化及基础建设
28
27
29
28
- [ ] 优化随机题目的随机方式,减少请求
30
29
31
- ### 已完归档
30
+ ## 已完归档
32
31
33
32
- [x] 1.模板:获取js的函数体并替换生成文件中的@function
34
33
- [x] 2.模板:从detail中获取输入用例的数据填充@Testcase
Original file line number Diff line number Diff line change 1
1
# 目录结构
2
+
2
3
``` tree
3
4
.
4
5
├── bin # 指令入口目录
12
13
├── scripts # 项目脚本存放目录
13
14
├── src # 问题存放的默认目录
14
15
└── test # 测试目录
15
- ```
16
+ ```
You can’t perform that action at this time.
0 commit comments