From e5b388505a6b001d76c78ce6973fd9af72d3acba Mon Sep 17 00:00:00 2001 From: Tran Anh Tuan Date: Fri, 23 Jan 2026 12:47:55 +0700 Subject: [PATCH] chore(iconfont): update iconfont url --- src/app.tsx | 2 +- src/components/IconFont/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.tsx b/src/app.tsx index efc70a0..94ee839 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -86,7 +86,7 @@ export const layout: RunTimeLayoutConfig = ({ initialState }) => { contentWidth: 'Fluid', navTheme: isDark ? 'realDark' : 'light', splitMenus: true, - iconfontUrl: '//at.alicdn.com/t/c/font_5096559_pw36kpy0e7h.js', + iconfontUrl: '//at.alicdn.com/t/c/font_5096559_84vdbef39dp.js', contentStyle: { padding: 0, margin: 0, diff --git a/src/components/IconFont/index.tsx b/src/components/IconFont/index.tsx index 379b7f2..681387b 100644 --- a/src/components/IconFont/index.tsx +++ b/src/components/IconFont/index.tsx @@ -1,7 +1,7 @@ import { createFromIconfontCN } from '@ant-design/icons'; const IconFont = createFromIconfontCN({ - scriptUrl: '//at.alicdn.com/t/c/font_5096559_fvnh1x2eqer.js', + scriptUrl: '//at.alicdn.com/t/c/font_5096559_84vdbef39dp.js', }); export default IconFont;