File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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) {
2323 var buf bytes.Buffer
2424 buf .WriteString (base .AuthInfo ("tag" ))
2525 buf .WriteString ("\n ## 话题分类\n \n " )
26- buf .WriteString ("| # | Title | 标题 | | # | Title | 标题 |\n " )
26+ buf .WriteString ("| # | Title | 话题 | | # | Title | 话题 |\n " )
2727 buf .WriteString ("| :-: | - | :-: | - | :-: | - | :-: |\n " )
2828 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) | "
2929 n := buf .Len ()
Original file line number Diff line number Diff line change 77
88## 话题分类
99
10- | # | Title | 标题 | | # | Title | 标题 |
10+ | # | Title | 话题 | | # | Title | 话题 |
1111| :-: | - | :-: | - | :-: | - | :-: |
1212| 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 ) |
1313| 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