From d6c495be667555b7afd050b1bbda55e394e2e7ad Mon Sep 17 00:00:00 2001 From: MinhNN Date: Thu, 5 Feb 2026 09:45:05 +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 cf083c9..02a7787 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_919jssa0os9.js', + iconfontUrl: '//at.alicdn.com/t/c/font_5096559_rzr2z3xtksr.js', contentStyle: { padding: 0, margin: 0, diff --git a/src/components/IconFont/index.tsx b/src/components/IconFont/index.tsx index cb72c57..3c922b9 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_919jssa0os9.js', + scriptUrl: '//at.alicdn.com/t/c/font_5096559_rzr2z3xtksr.js', }); export default IconFont;