diff --git a/README.md b/README.md index e195e82..7e27880 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,9 @@ gitee地址: https://gitee.com/odboy/cutego-ui ``` - 3、idea配置如下 ![Edit Configurations...](docs/images/RunConfig.png) + ```bash + Environment: GO111MODULE=on;GOPROXY=https://goproxy.cn,direct + ``` - 4、下载依赖 go mod tidy ![Download Mod](docs/images/DownloadMod.png) diff --git a/docs/images/DownloadMod.png b/docs/images/DownloadMod.png index 536d8b4..bd34adb 100644 Binary files a/docs/images/DownloadMod.png and b/docs/images/DownloadMod.png differ diff --git a/docs/images/LogFilePath.png b/docs/images/LogFilePath.png index c84f398..8a6e6c6 100644 Binary files a/docs/images/LogFilePath.png and b/docs/images/LogFilePath.png differ diff --git a/docs/images/RunConfig.png b/docs/images/RunConfig.png index 0f68f3f..28a8ac4 100644 Binary files a/docs/images/RunConfig.png and b/docs/images/RunConfig.png differ