From d1144e448b499da951e0dd1405ac2bdc792a16d4 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 28 Aug 2018 16:54:29 +0800 Subject: [PATCH] Add doc link --- config/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/config.js b/config/config.js index 2604cc2b..0904a8f5 100644 --- a/config/config.js +++ b/config/config.js @@ -31,7 +31,8 @@ export default { ], // 路由配置 routes: pageRoutes, - // theme for antd + // Theme for antd + // https://ant.design/docs/react/customize-theme-cn theme: { 'primary-color': defaultSetting.primaryColor, }, -- GitLab