From fea9cca86557373e441633af5721cd7b123a3644 Mon Sep 17 00:00:00 2001 From: Tran Anh Tuan Date: Tue, 27 Jan 2026 10:48:31 +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 290d67d..d19d95f 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_84vdbef39dp.js', + iconfontUrl: '//at.alicdn.com/t/c/font_5096559_pwy498d2aw.js', contentStyle: { padding: 0, margin: 0, diff --git a/src/components/IconFont/index.tsx b/src/components/IconFont/index.tsx index 681387b..6ec92c8 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_84vdbef39dp.js', + scriptUrl: '//at.alicdn.com/t/c/font_5096559_pwy498d2aw.js', }); export default IconFont;