Skip to content

Commit

Permalink
Feat iconfont up (#60)
Browse files Browse the repository at this point in the history
* feat: styles update

* feat: 新手引导相关调整

* feat: 新手引导相关调整

* feat: up iconfont verison
  • Loading branch information
noneAuth authored Dec 25, 2023
1 parent 9cd1e24 commit 6089346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/studio/components/icon-font/index.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// https://www.iconfont.cn/manage/index?spm=a313x.7781069.1998910419.20&manage_type=myprojects&projectId=3146710&keyword=&project_type=&page=
import { createFromIconfontCN } from '@ant-design/icons';
const IconFont = createFromIconfontCN({
scriptUrl: '//at.alicdn.com/t/a/font_3146710_s4on0hqyjeg.js', // 在 iconfont.cn 上生成
scriptUrl: '//at.alicdn.com/t/a/font_3146710_a0jqa3k8j79.css', // 在 iconfont.cn 上生成
});

export default IconFont;

export const NodeIcon = createFromIconfontCN({
scriptUrl: 'https://at.alicdn.com/t/font_2981956_mlh4qdjssyc.js', // 在 iconfont.cn 上生成
scriptUrl: 'https://at.alicdn.com/t/a/font_3146710_a0jqa3k8j79.js', // 在 iconfont.cn 上生成
});

0 comments on commit 6089346

Please sign in to comment.