chore: disable static resource acceleration by default

pull/620/head
Seaton Jiang 2023-06-06 19:17:53 +08:00
parent e5320574d7
commit 6c79b2cce4
No known key found for this signature in database
GPG Key ID: B79682F6FE8D30E3
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ CSF::createSection($prefix, array(
'type' => 'switcher',
'title' => __('静态资源加速', 'kratos'),
'subtitle' => __('启用/禁用静态资源加速jsDelivr', 'kratos'),
'default' => true,
'default' => false,
),
array(
'id' => 'g_renameimg',