feat(NavCommon): 重构导航组件并优化样式结构

- 新增图标组件并替换原有emoji图标
- 重构导航菜单数据结构并移除无用代码
- 实现菜单项激活状态高亮效果
- 完善用户退出登录功能
- 优化样式文件结构并添加详细注释
- 更新构建产物文件版本
This commit is contained in:
2025-09-12 17:49:23 +08:00
parent d3ee0bde5a
commit f2fb543f93
6 changed files with 453 additions and 377 deletions

View File

@@ -0,0 +1,7 @@
import { createFromIconfontCN } from "@ant-design/icons";
const IconFont = createFromIconfontCN({
scriptUrl: "//at.alicdn.com/t/c/font_4272168_343o7l1hnhb.js",
});
export default IconFont;