mirror of
https://github.com/miniflux/v2.git
synced 2025-07-22 17:18:37 +00:00
Offline-pwa update
This commit is contained in:
parent
fbc3294f30
commit
d88b8a1d3b
5 changed files with 29 additions and 10 deletions
|
@ -42,11 +42,11 @@ type User struct {
|
|||
DefaultHomePage string `json:"default_home_page"`
|
||||
CategoriesSortingOrder string `json:"categories_sorting_order"`
|
||||
MarkReadOnView bool `json:"mark_read_on_view"`
|
||||
CacheForOffline bool `json:"cache_for_offline"`
|
||||
MediaPlaybackRate float64 `json:"media_playback_rate"`
|
||||
BlockFilterEntryRules string `json:"block_filter_entry_rules"`
|
||||
KeepFilterEntryRules string `json:"keep_filter_entry_rules"`
|
||||
ExternalFontHosts string `json:"external_font_hosts"`
|
||||
CacheForOffline bool `json:"cache_for_offline"`
|
||||
}
|
||||
|
||||
func (u User) String() string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue