From 88fff899b85bf7ef218fee3085c8792f204f9dc5 Mon Sep 17 00:00:00 2001 From: joyqi Date: Fri, 20 Aug 2021 17:53:02 +0800 Subject: [PATCH] Update install.php --- install.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.php b/install.php index 53a32140..020216be 100644 --- a/install.php +++ b/install.php @@ -1001,7 +1001,8 @@ function install_step_3_perform() { 'name' => _t('默认分类'), 'slug' => 'default', 'type' => 'category', - 'description' => _t('只是一个默认分类') + 'description' => _t('只是一个默认分类'), + 'count' => 1 ]) );