更新封面和readme
This commit is contained in:
@@ -28,7 +28,8 @@ type DatabaseConfig struct {
|
||||
}
|
||||
|
||||
type TOCConfig struct {
|
||||
DebounceSeconds int `yaml:"debounce_seconds"`
|
||||
DebounceSeconds int `yaml:"debounce_seconds"`
|
||||
CoverImage string `yaml:"cover_image"` // 封面图片路径,留空则不使用图片
|
||||
}
|
||||
|
||||
func Load(path string) (*Config, error) {
|
||||
|
||||
Reference in New Issue
Block a user