Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
d3george authored and d3george committed Sep 24, 2024
1 parent b2ad5f5 commit 17d3e36
Show file tree
Hide file tree
Showing 4 changed files with 7,766 additions and 6,258 deletions.
24 changes: 16 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,29 @@
<br>
<br>
<img src="./src/assets/images/logo.png" height="140" />
<h1> Slash Admin </h1>
<p style="font-size: 14px">
Slash Admin is a modern admin dashboard template built with React 18, Vite, Ant Design, and TypeScript. It is designed to help developers quickly create powerful admin management systems.
</p>
<h3> Slash Admin </h3>
<p>
<p style="font-size: 14px">
Slash Admin is a modern admin dashboard template built with React 18, Vite, Ant Design, and TypeScript. It is designed to help developers quickly create powerful admin management systems.
</p>
<br />
<br />
<a href="https://admin.slashspaces.com/">Preview</a>
·
<a href="https://discord.gg/fXemAXVNDa">Discord</a>
·
<a href="https://docs-admin.slashspaces.com/">Document</a>
<br />
<br />
<a href="https://trendshift.io/repositories/6387" target="_blank"><img src="https://trendshift.io/api/badge/repositories/6387" alt="d3george%2Fslash-admin | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
</div>

**English** | [中文](./README.zh-CN.md)

## Sponsor
<div style="display: flex; gap: 50px">
<img style="width:300px" src="https://d3george.github.io/github-static/pay/weixin.jpg" >
<img style="width:300px" src="https://d3george.github.io/github-static/pay/buymeacoffee.png" />
<img style="width:280px" src="https://d3george.github.io/github-static/pay/buymeacoffee.png" />
</div>

## Preview
Expand All @@ -39,9 +50,6 @@
- State management using Zustand.
- Data fetching using React-Query.

## Document
[Document](https://docs-admin.slashspaces.com/)

## Quick Start

### Get the Project Code
Expand Down
25 changes: 16 additions & 9 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,29 @@
<br>
<br>
<img src="./src/assets/images/logo.png" height="140" />
<h1> Slash Admin </h1>
<span style="font-size: 14px">
Slash Admin 是一款现代化的后台管理模板,基于 React 18、Vite、Ant Design 和 TypeScript 构建。它旨在帮助开发人员快速搭建功能强大的后台管理系统。
</span>

<h3> Slash Admin </h3>
<p>
<p style="font-size: 14px">
Slash Admin 是一款现代化的后台管理模板,基于 React 18、Vite、Ant Design 和 TypeScript 构建。它旨在帮助开发人员快速搭建功能强大的后台管理系统。
</p>
<br />
<br />
<a href="https://admin.slashspaces.com/">Preview</a>
·
<a href="https://discord.gg/fXemAXVNDa">Discord</a>
·
<a href="https://docs-admin.slashspaces.com/">Document</a>
<br />
<br />
<a href="https://trendshift.io/repositories/6387" target="_blank"><img src="https://trendshift.io/api/badge/repositories/6387" alt="d3george%2Fslash-admin | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
</div>

**中文** | [English](./README.md)

## 赞助
<div style="display: flex; gap: 50px">
<img style="width:300px" src="https://d3george.github.io/github-static/pay/weixin.jpg" >
<img style="width:300px" src="https://d3george.github.io/github-static/pay/buymeacoffee.png" />
<img style="width:280px" src="https://d3george.github.io/github-static/pay/buymeacoffee.png" />
</div>


Expand All @@ -40,9 +50,6 @@
- 使用 Zustand 进行状态管理
- 使用 React-Query 进行数据获取

## 文档
[文档地址](https://docs-admin.slashspaces.com/)

## 快速开始

### 获取项目代码
Expand Down
Loading

0 comments on commit 17d3e36

Please sign in to comment.