File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
client/src/components/studio/components/icon-font Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11// https://www.iconfont.cn/manage/index?spm=a313x.7781069.1998910419.20&manage_type=myprojects&projectId=3146710&keyword=&project_type=&page=
22import { createFromIconfontCN } from '@ant-design/icons' ;
33const IconFont = createFromIconfontCN ( {
4- scriptUrl : '//at.alicdn.com/t/a/font_3146710_s4on0hqyjeg.js ' , // 在 iconfont.cn 上生成
4+ scriptUrl : '//at.alicdn.com/t/a/font_3146710_a0jqa3k8j79.css ' , // 在 iconfont.cn 上生成
55} ) ;
66
77export default IconFont ;
88
99export const NodeIcon = createFromIconfontCN ( {
10- scriptUrl : 'https://at.alicdn.com/t/font_2981956_mlh4qdjssyc .js' , // 在 iconfont.cn 上生成
10+ scriptUrl : 'https://at.alicdn.com/t/a/font_3146710_a0jqa3k8j79 .js' , // 在 iconfont.cn 上生成
1111} ) ;
You can’t perform that action at this time.
0 commit comments