Skip to content

Commit 4d87fac

Browse files
author
潘朝思
committed
feat: update description
1 parent 78164d1 commit 4d87fac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/app/cronjob/generate_note.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ func GenerateNote(ctx context.Context) {
7676
content += "[OJ链接](" + p.Link + ")\n\n"
7777
}
7878
if p.Content != "" && p.Type == "interview" {
79-
content += "### 一句话总结\n"
79+
content += "#### 一句话总结\n"
8080
}
81-
content += p.Content + "\n### 解答\n" + p.Result
81+
content += p.Content + "\n#### 解答\n" + p.Result
8282
_, err = io.WriteString(f, content)
8383
if err != nil {
8484
log.Errorf("k1: %s, k2: %s, not exist", k1, k2)

0 commit comments

Comments
 (0)