From 6c79b2cce43ef4f273f38b92caa88971d1f335f7 Mon Sep 17 00:00:00 2001 From: Seaton Jiang Date: Tue, 6 Jun 2023 19:17:53 +0800 Subject: [PATCH] chore: disable static resource acceleration by default --- inc/theme-options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/theme-options.php b/inc/theme-options.php index 47a1916..dbe356f 100644 --- a/inc/theme-options.php +++ b/inc/theme-options.php @@ -125,7 +125,7 @@ CSF::createSection($prefix, array( 'type' => 'switcher', 'title' => __('静态资源加速', 'kratos'), 'subtitle' => __('启用/禁用静态资源加速(jsDelivr)', 'kratos'), - 'default' => true, + 'default' => false, ), array( 'id' => 'g_renameimg',