From a5429b8a83e1b4a48c2a3b9b0b475f08a114837c Mon Sep 17 00:00:00 2001 From: yinbangzhong <zhongbangyin@126.com> Date: 星期四, 20 六月 2024 09:11:57 +0800 Subject: [PATCH] download file by attach model --- conf/config.go | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/conf/config.go b/conf/config.go index 76a13b6..f6d5ed9 100644 --- a/conf/config.go +++ b/conf/config.go @@ -39,7 +39,8 @@ } localConf struct { - StorePath string // 鏈湴鏂囦欢瀛樺偍璺緞 + StorePath string // 鏈湴鏂囦欢瀛樺偍璺緞 + PreLoadPath string // 鏈湴鏂囦欢棰勫姞杞借矾寰� } Analysis struct { Url string // 鏈湴鏂囦欢瀛樺偍璺緞 -- Gitblit v1.8.0