chore: Update cacheStore field name in PageSetting struct

This commit is contained in:
Max 2024-08-06 14:48:12 +08:00
parent 2a19ef857b
commit ad7954dbb2

View file

@ -375,7 +375,7 @@ type PageConfig struct {
type PageSetting struct {
Title string `json:"title,omitempty"`
Guard string `json:"guard,omitempty"`
CacheStore string `json:"cache_store,omitempty"`
CacheStore string `json:"cacheStore,omitempty"`
Cache int `json:"cache,omitempty"`
Root string `json:"root,omitempty"`
DataCache int `json:"dataCache,omitempty"`