refactor: 优化代码组织结构

This commit is contained in:
Akkia
2022-04-12 13:16:33 +08:00
parent b648550595
commit 09d3607cee
7 changed files with 281 additions and 239 deletions
+3
View File
@@ -98,6 +98,9 @@ func (c *Config) Read(path string) error {
if c.Site.Theme == "" {
c.Site.Theme = "default"
}
if c.GRPCPort == 0 {
c.GRPCPort = 5555
}
c.updateIgnoredIPNotificationID()
return nil