Skip to content

Commit 36adba5

Browse files
committed
lint: md lint
1 parent 82e9468 commit 36adba5

File tree

3 files changed

+22
-13
lines changed

3 files changed

+22
-13
lines changed

CHANGELOG.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,34 @@
11
# CHANGELOG
2+
23
## 1.0.4 release
4+
35
### Fixes
6+
47
- fix the bug cannot create question
8+
59
## 1.0.3 release
10+
611
### Features
12+
713
- you can create question in any supported language file
814
- the file name from 'index' to 'question'
915

1016
## 1.0.2 release
17+
1118
### Features
19+
1220
- add i18n docs
1321

1422
## 1.0.1 release
23+
1524
### Features
25+
1626
- add `author` info and `repository` in package.json
1727

1828
## 1.0.0 release
29+
1930
### Features
31+
2032
- cli: lk/lf/lc 脚本实现 检测/查找/创建 功能,强而有力地支持了题目的便捷创建.
2133
- template project: easy mode 实现交互性创建,leet-create和leet-check保持src目录下创建题解.
2234
- plugin: 插件化的设计完善,进行立项.
23-
24-
25-

TO-DO.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
## TO-DO List
1+
# TO-DO List
22

3-
### 功能
3+
## 功能
4+
5+
### 优先级高
46

5-
#### 优先级高
67
- [ ] finder完成
78
1. 主要功能:可以对题目进行不同的筛选或者关键词搜索
89
1. 关键词搜索 - 通过关键词进行模糊搜索,通过选择列表项进行创建题目
@@ -15,20 +16,18 @@
1516
- [ ] 插件制作-WS/VS code
1617
- [ ] fork脚本的编写
1718

18-
19-
20-
#### 优先级中
19+
### 优先级中
2120

2221
- [ ] 获取题解和代码
2322
- [ ] 获取更完备的测试用例,增强用户体验
2423

25-
#### 优先级低
24+
### 优先级低
2625

27-
#### 代码优化及基础建设
26+
### 代码优化及基础建设
2827

2928
- [ ] 优化随机题目的随机方式,减少请求
3029

31-
### 已完归档
30+
## 已完归档
3231

3332
- [x] 1.模板:获取js的函数体并替换生成文件中的@function
3433
- [x] 2.模板:从detail中获取输入用例的数据填充@Testcase

directory.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# 目录结构
2+
23
```tree
34
.
45
├── bin # 指令入口目录
@@ -12,4 +13,4 @@
1213
├── scripts # 项目脚本存放目录
1314
├── src # 问题存放的默认目录
1415
└── test # 测试目录
15-
```
16+
```

0 commit comments

Comments
 (0)