From a011405d92490585932b3d2b6cb02a8cd776fa20 Mon Sep 17 00:00:00 2001 From: MinhNN Date: Fri, 6 Feb 2026 23:27:36 +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 eea2d16..3ecef7b 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_h59jcq3qwgk.js', + iconfontUrl: '//at.alicdn.com/t/c/font_5096559_3sthrd9e6y4.js', contentStyle: { padding: 0, margin: 0, diff --git a/src/components/IconFont/index.tsx b/src/components/IconFont/index.tsx index c1d1a92..706cbdd 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_h59jcq3qwgk.js', + scriptUrl: '//at.alicdn.com/t/c/font_5096559_3sthrd9e6y4.js', }); export default IconFont;