From 29e98f332979a041ed51f852314251e5682029b4 Mon Sep 17 00:00:00 2001 From: sunxiyuan Date: Sat, 15 Aug 2020 15:30:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E9=BB=98=E8=AE=A4=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=AE=98=E6=96=B9=E5=8E=9F=E7=89=88=E5=BA=94=E7=94=A8=E5=B8=82?= =?UTF-8?q?=E5=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wp-china-yes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-china-yes.php b/wp-china-yes.php index 9710223..5ab4291 100644 --- a/wp-china-yes.php +++ b/wp-china-yes.php @@ -36,7 +36,7 @@ if (is_admin()) { * 初始化设置项 */ if (empty(get_option('wpapi')) || empty(get_option('super_gravatar')) || empty(get_option('super_googlefonts'))) { - update_option("wpapi", '1'); + update_option("wpapi", '2'); update_option("super_gravatar", '1'); update_option("super_googlefonts", '2'); }