From 5af79375f204622b3c73caccbd236d33caeef974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Tue, 26 Mar 2019 17:45:44 +0800 Subject: [PATCH] Update defaultSettings.js (#3846) --- src/defaultSettings.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/defaultSettings.js b/src/defaultSettings.js index 4ba7eb39..4e7e8018 100644 --- a/src/defaultSettings.js +++ b/src/defaultSettings.js @@ -11,8 +11,9 @@ module.exports = { }, title: 'Ant Design Pro', pwa: true, - // your iconfont Symbol Scrip Url + // Your custom iconfont Symbol script Url // eg://at.alicdn.com/t/font_1039637_btcrd5co4w.js - // 注意:如果需要图标多色,Iconfont图标项目里要进行批量去色处理 + // 注意:如果需要图标多色,Iconfont 图标项目里要进行批量去色处理 + // Usage: https://github.com/ant-design/ant-design-pro/pull/3517 iconfontUrl: '', }; -- GitLab