add load more command
This commit is contained in:
@@ -68,8 +68,9 @@ type WebConfig struct {
|
||||
}
|
||||
|
||||
type GeneralConfig struct {
|
||||
Timezone string `toml:"timezone"`
|
||||
LogLevel string `toml:"log_level"`
|
||||
Timezone string `toml:"timezone"`
|
||||
LogLevel string `toml:"log_level"`
|
||||
AllowLoadMore bool `toml:"allow_load_more"`
|
||||
}
|
||||
|
||||
func Load(path string) (*Config, error) {
|
||||
|
||||
Reference in New Issue
Block a user