This commit is contained in:
make
2026-01-09 01:28:23 +08:00
parent eb8c097777
commit 90fc16fbc3
241 changed files with 26518 additions and 3570 deletions

View File

@@ -38,6 +38,9 @@ return [
//页面数据缓存
'view_data_cache' => env('VIEW_DATA_CACHE', false),
//页面 冻结站点 配置 cfg 缓存
'view_site_style_cache' => env('VIEW_SITE_STYLE_CACHE', false),
//页面数据缓存驱动
'view_data_cache_driver' => env('VIEW_DATA_CACHE_DRIVER', 'redis'),
];