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 1
1
// https://www.iconfont.cn/manage/index?spm=a313x.7781069.1998910419.20&manage_type=myprojects&projectId=3146710&keyword=&project_type=&page=
2
2
import { createFromIconfontCN } from '@ant-design/icons' ;
3
3
const 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 上生成
5
5
} ) ;
6
6
7
7
export default IconFont ;
8
8
9
9
export 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 上生成
11
11
} ) ;
You can’t perform that action at this time.
0 commit comments