File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ func runTag(cmd *base.Command, args []string) {
23
23
var buf bytes.Buffer
24
24
buf .WriteString (base .AuthInfo ("tag" ))
25
25
buf .WriteString ("\n ## 话题分类\n \n " )
26
- buf .WriteString ("| # | Title | 标题 | | # | Title | 标题 |\n " )
26
+ buf .WriteString ("| # | Title | 话题 | | # | Title | 话题 |\n " )
27
27
buf .WriteString ("| :-: | - | :-: | - | :-: | - | :-: |\n " )
28
28
format := "| %d | [%s](https://github.com/openset/leetcode/tree/master/tag/%s/README.md) | [%s](https://github.com/openset/leetcode/tree/master/tag/%s/README.md) | "
29
29
n := buf .Len ()
Original file line number Diff line number Diff line change 7
7
8
8
## 话题分类
9
9
10
- | # | Title | 标题 | | # | Title | 标题 |
10
+ | # | Title | 话题 | | # | Title | 话题 |
11
11
| :-: | - | :-: | - | :-: | - | :-: |
12
12
| 1 | [ Array] ( https://github.com/openset/leetcode/tree/master/tag/array/README.md ) | [ 数组] ( https://github.com/openset/leetcode/tree/master/tag/array/README.md ) | | 2 | [ Dynamic Programming] ( https://github.com/openset/leetcode/tree/master/tag/dynamic-programming/README.md ) | [ 动态规划] ( https://github.com/openset/leetcode/tree/master/tag/dynamic-programming/README.md ) |
13
13
| 3 | [ Math] ( https://github.com/openset/leetcode/tree/master/tag/math/README.md ) | [ 数学] ( https://github.com/openset/leetcode/tree/master/tag/math/README.md ) | | 4 | [ String] ( https://github.com/openset/leetcode/tree/master/tag/string/README.md ) | [ 字符串] ( https://github.com/openset/leetcode/tree/master/tag/string/README.md ) |
You can’t perform that action at this time.
0 commit comments