mirror of https://github.com/vtrois/kratos
chore: disable static resource acceleration by default
parent
e5320574d7
commit
6c79b2cce4
|
@ -125,7 +125,7 @@ CSF::createSection($prefix, array(
|
||||||
'type' => 'switcher',
|
'type' => 'switcher',
|
||||||
'title' => __('静态资源加速', 'kratos'),
|
'title' => __('静态资源加速', 'kratos'),
|
||||||
'subtitle' => __('启用/禁用静态资源加速(jsDelivr)', 'kratos'),
|
'subtitle' => __('启用/禁用静态资源加速(jsDelivr)', 'kratos'),
|
||||||
'default' => true,
|
'default' => false,
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'id' => 'g_renameimg',
|
'id' => 'g_renameimg',
|
||||||
|
|
Loading…
Reference in New Issue