From 256ce06ea2ca3886b8a0205bf55e3806cb37601e Mon Sep 17 00:00:00 2001 From: MinhNN Date: Thu, 5 Feb 2026 10:00:46 +0700 Subject: [PATCH] chore: 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 46d75d1..4a9fd49 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -121,7 +121,7 @@ export const layout: RunTimeLayoutConfig = ({ initialState }) => { contentWidth: 'Fluid', navTheme: isDark ? 'realDark' : 'light', splitMenus: true, - iconfontUrl: '//at.alicdn.com/t/c/font_5096559_k81qyfid5z.js', + iconfontUrl: '//at.alicdn.com/t/c/font_5096559_0wzlbggptqk.js', contentStyle: { padding: 0, margin: 0, diff --git a/src/components/IconFont/index.tsx b/src/components/IconFont/index.tsx index 379eadf..99b56d6 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_k81qyfid5z.js', + scriptUrl: '//at.alicdn.com/t/c/font_5096559_0wzlbggptqk.js', }); export default IconFont;