add load more command

This commit is contained in:
2026-02-12 17:52:32 +03:00
parent 4e1d1ca35f
commit a058b622e3
7 changed files with 161 additions and 33 deletions
+3 -2
View File
@@ -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) {