From ad7954dbb286aac68f813df19d4a4735a96fa5f5 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 6 Aug 2024 14:48:12 +0800 Subject: [PATCH] chore: Update cacheStore field name in PageSetting struct --- sui/core/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sui/core/types.go b/sui/core/types.go index 24a6dd0d..5829d13b 100644 --- a/sui/core/types.go +++ b/sui/core/types.go @@ -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"`