mirror of
https://gitee.com/dromara/go-view.git
synced 2025-08-29 21:59:46 +08:00
8 lines
188 B
TypeScript
8 lines
188 B
TypeScript
// * 外部路径地址
|
|
|
|
// 项目文档地址
|
|
export const docPath = "http://www.mtruning.club:81/"
|
|
|
|
// 项目源码
|
|
export const giteeSourceCodePath = "https://gitee.com/MTrun/go-view/"
|