This commit is contained in:
wjqserver 2025-03-11 18:07:17 +08:00
parent e2faa497ab
commit 498266e08e
12 changed files with 207 additions and 166 deletions

View file

@ -53,11 +53,11 @@ type HttpcConfig struct {
/*
[gitclone]
mode = "bypass" # bypass / cache
dir = "./repos"
smartGitAddr = ":8080"
*/
type GitCloneConfig struct {
Mode string `toml:"mode"`
Dir string `toml:"dir"`
Mode string `toml:"mode"`
SmartGitAddr string `toml:"smartGitAddr"`
}
/*