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 b03397a commit 3785a7eCopy full SHA for 3785a7e
internal/post/post.go
@@ -28,7 +28,7 @@ func runPost(cmd *base.Command, args []string) {
28
}
29
formatFilename := "%s-%s.md"
30
formatTopicTag := " [[%s](https://github.com/openset/leetcode/tree/master/tag/%s/README.md)]\n"
31
- formatSimilarQuestion := " 1. [%s](/%s)%s\n"
+ formatSimilarQuestion := " 1. [%s](/problems/%s)%s\n"
32
problems := leetcode.ProblemsAll()
33
for _, problem := range problems.StatStatusPairs {
34
questionId := problem.Stat.FrontendQuestionId
@@ -112,7 +112,7 @@ title: "%s"
112
date: %s +0800
113
categories: [Leetcode]
114
tags: [%s]
115
-permalink: /%s/
+permalink: /problems/%s/
116
---
117
`
118
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments