From 777978a2a2ac2232050ba44521f107b85646081b Mon Sep 17 00:00:00 2001 From: yinbangzhong <zhongbangyin@126.com> Date: 星期五, 14 六月 2024 15:40:45 +0800 Subject: [PATCH] watch preloads file to autoload --- 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