11 lines
262 B
TypeScript
Raw Normal View History

2022-03-12 15:25:26 +08:00
// * 外部路径地址
2021-12-18 16:36:43 +08:00
// 项目文档地址
2022-11-05 15:45:29 +08:00
export const docPath = "https://www.mtruning.club/"
2021-12-18 16:36:43 +08:00
2022-02-28 21:15:57 +08:00
// 项目源码
2022-11-05 15:45:29 +08:00
export const giteeSourceCodePath = "https://gitee.com/dromara/go-view"
2022-04-17 15:16:47 +08:00
// 赞助
2022-11-05 15:45:29 +08:00
export const sponsorPath = "https://www.mtruning.club/sponsor/"