mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2024-11-24 15:18:57 +00:00
增加版本链接
This commit is contained in:
parent
0e039f9cf9
commit
38d6e5c51b
@ -37,10 +37,10 @@ func makeVersionMarkdown(version string) string {
|
|||||||
|
|
||||||
### 版本信息
|
### 版本信息
|
||||||
|
|
||||||
- 仓库版本:%s
|
- 仓库版本:[%s](gopl-zh-%s.zip)
|
||||||
- 构建时间:%s
|
- 构建时间:%s
|
||||||
`,
|
`,
|
||||||
version,
|
version, version,
|
||||||
buildTime,
|
buildTime,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user