From ff3c649381f961abb13b7a96caf26529820b6e06 Mon Sep 17 00:00:00 2001 From: Anyon Date: Fri, 21 Jan 2022 17:48:49 +0800 Subject: [PATCH] Update Config.php --- app/admin/controller/Config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/admin/controller/Config.php b/app/admin/controller/Config.php index fefe5bcd8..4db6065f0 100644 --- a/app/admin/controller/Config.php +++ b/app/admin/controller/Config.php @@ -34,8 +34,8 @@ use think\admin\storage\TxcosStorage; class Config extends Controller { const themes = [ - 'default' => '默认色', - 'white' => '简约白1', + 'default' => '默认色0', + 'white' => '简约白0', 'red-1' => '玫瑰红1', 'blue-1' => '天空蓝1', 'black-1' => '精典黑1',