Skip to content

Commit ae8e2b5

Browse files
committed
feat(cmd/tags): add all.md
1 parent b9f16ce commit ae8e2b5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cmd/tags/tag.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ func Run() {
2626
if err != nil {
2727
log.Fatal(err)
2828
}
29+
30+
tags = append(tags, leetcode.Tag{
31+
Name: "all",
32+
Slug: "all",
33+
TranslatedName: "汇总",
34+
})
35+
2936
wg := sync.WaitGroup{}
3037
sb := strings.Builder{}
3138
for _, tag := range tags {

0 commit comments

Comments
 (0)