wip: 周天,继续

This commit is contained in:
loveuer
2024-10-27 21:47:57 +08:00
parent 4822fbc092
commit ef6cca510a
12 changed files with 252 additions and 82 deletions

View File

@ -4,6 +4,7 @@ type svc struct {
Address string `json:"address"`
Prefix string `json:"prefix"`
Cache string `json:"cache"`
DB string `json:"db"`
}
type config struct {