diff --git a/config/config.php b/config/config.php index c40e2d43c2..eb140168b3 100644 --- a/config/config.php +++ b/config/config.php @@ -39,7 +39,7 @@ $config->viewVar = 't'; // requestType=GET: 模 /* 视图和主题。*/ $config->views = ',html,json,csv,'; // 支持的视图列表。 -$config->themes = 'default'; // 支持的主题列表。 +$config->themes = 'default,blue'; // 支持的主题列表。 /* 支持的语言列表。*/ $config->langs['zh-cn'] = 'Chinese Simplified'; diff --git a/www/theme/blue/style.css b/www/theme/blue/style.css new file mode 100644 index 0000000000..e69de29bb2