We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893a8c9 commit e25cf8bCopy full SHA for e25cf8b
src/render.rs
@@ -10,7 +10,7 @@ const TEMPLATE_STR: &str = r"# leetcode
10
11
### 题目
12
13
-| 编号 | 题目 | 描述 | 代码 | 难度 |
+| 编号 | 题目 | 代码 | 题目描述 | 难度 |
14
| ---- | ---- | ---- | ---- | ---- |
15
{% for t in datas %}|{{ t.data.question.questionId }} | {{ t.data.question.translatedTitle }} | [src](https://github.com/rustors/leetcode/blob/main/src/bin/{{ t.data.question.titleSlug }}.rs) | [leetcode](https://leetcode-cn.com/problems/{{ t.data.question.titleSlug }}/) | {{ t.data.question.difficulty }} |
16
{% endfor %}";
0 commit comments