Skip to content

Commit

Permalink
更新依赖并优化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
biaov committed Mar 28, 2024
1 parent 121b182 commit 2a745af
Show file tree
Hide file tree
Showing 30 changed files with 890 additions and 745 deletions.
3 changes: 0 additions & 3 deletions .gitignore

This file was deleted.

14 changes: 14 additions & 0 deletions .log
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

- [x] 🔥 新功能
- [x] ⚙️ 功能增强
- [x] 🐞 BUG 修复


- server
- 🔥 新增 migrations
- 🔥 新增 seeders
- ⚙️ 更新依赖版本
- admin
- ⚙️ 更新依赖版本
- mobile
- ⚙️ 更新依赖版本
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<h2 align="center">
<a href="https://github.com/biaov/ecosystem"><img src="https://shields.io/github/v/release/biaov/ecosystem.svg?logo=github&label=version" alt="version" /></a>
<a href="https://github.com/biaov/ecosystem/blob/main/LICENSE"><img src="https://img.shields.io/github/license/biaov/ecosystem.svg" alt="LICENSE" /></a>
<a href="https://github.com/biaov/ecosystem/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green" alt="LICENSE" /></a>
</h2>

## 技术栈
Expand Down
3 changes: 0 additions & 3 deletions admin/.gitignore

This file was deleted.

7 changes: 6 additions & 1 deletion admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ npm run build

### 依赖特性

#### dependencies

- `@reduxjs/toolkit`: Redux 工具包
- `antd`: React UI 框架
- `axios`: 接口请求
Expand All @@ -40,6 +42,9 @@ npm run build
- `react-dom`: 查看器 DOM 渲染
- `react-redux`: 将 React 连接到 Redux 的连接器
- `react-router-dom`: React 路由

#### devDependencies

- `@types/node`: `node` 的类型
- `@types/react`: `react` 的类型
- `@types/react-dom`: `react-dom` 的类型
Expand All @@ -54,7 +59,7 @@ npm run build
- `eslint-plugin-react`: 检测和修复 react 代码,
- `eslint-plugin-react-hooks`: 检测和修复 react-hooks 代码,
- `less`: CSS 预编译器
"prettier": "^2.8.8",
- `prettier`: 代码格式化工具
- `typescript`: 编程语言
- `vite`: 项目构建工具
- `vite-plugin-eslint`: 将 ESlint 集成到 Vite 中
Loading

0 comments on commit 2a745af

Please sign in to comment.