# blog-ui **Repository Path**: GrayEagle/blog-ui ## Basic Information - **Project Name**: blog-ui - **Description**: 博客网站前端部分,mater老版本、next-blog-ui新版本 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: http://47.93.248.11:3100/home - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2025-06-17 - **Last Updated**: 2025-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README - react - vite - typescript - tailwindcss - axios - @radix-ui - zustand - zod ## 目录说明 ```shell /src |- /api # 接口 |- /assets # 静态资源 |- /components # 公用组件 |- /constant # 一些常量,路由,菜单数组等等 |- /hooks # 自定义hooks |- /lib |- /provider # 一些系统功能方法 |- /stores # 全局状态store |- /types # 存放ts类型(后端DTO) |- /views # 页面文件夹 │ ├── /article # 查看文章 │ ├── /auth # 登录 │ ├── /code-segment # 代码块 │ ├── /create # 新增文章 │ ├── /docs # Component文档 │ ├── /home # 首页 │ ├── /layout # layout │ ├── /posts # 文章 │ ├── /resume # 简历 │ ├── /update # 更新文章 │ ├── /user # 个人中心 |- App.tsx # app入口 |- index.css # css主题色 |- main.tsx # 应用文件 |- vite-env.d.ts # ts扩展 .env.development # 开发环境变量 .env.production # 生产环境变量 ```