HouYunFei
|
443afab7bd
|
refactor: remove "use client" directive from multiple files and update project structure to align with Vite and React Router
|
2026-06-26 17:24:48 +08:00 |
|
HouYunFei
|
e635ec6908
|
feat: migrate from Next.js to Vite and React Router, updating routing and environment variable handling
|
2026-06-26 16:41:32 +08:00 |
|
HouYunFei
|
e319481976
|
style(code): 格式化代码缩进和布局样式
- 统一调整 admin.ts 文件中的接口定义缩进格式
- 优化 animated-theme-toggler.tsx 组件的代码结构和缩进
- 规范 app-config-modal.tsx 中 JSX 元素的嵌套格式
- 整理 app-providers.tsx 中的组件层级缩进
- 标准化 app-theme.ts 中的对象属性缩进格式
|
2026-05-22 23:19:25 +08:00 |
|
HouYunFei
|
f9b2759499
|
refactor(layout): 重构顶部导航栏组件结构
- 将配置模态框提取为独立组件 AppConfigModal
- 将移动端导航抽屉提取为独立组件 MobileNavDrawer
- 从 app-theme.ts 中添加选择器相关的主题颜色配置
- 在 Ant Design 主题中注册 Select 组件的样式变量
- 移除 app-top-nav.tsx 中的内联配置和导航代码
- 优化组件导入和状态管理逻辑
|
2026-05-21 15:49:09 +08:00 |
|