fix: 修改首页图片和地址指向

This commit is contained in:
MTrun
2022-02-28 21:15:57 +08:00
parent 4e1069ec1d
commit 1d6ab1ae5b
4 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
// 项目文档地址
export const docPath = "http://www.mtruning.club/"
export const docPath = "http://www.mtruning.club:81/"
// 项目源码
export const giteeSourceCodePath = "https://gitee.com/MTrun/go-view/"