From e32e3226d64b86e6984d763934f0357ad0bfe486 Mon Sep 17 00:00:00 2001
From: pany <939630029@qq.com>
Date: Fri, 11 Aug 2023 11:00:31 +0800
Subject: [PATCH] docs: Optimize README

---
 README.md       | 27 ++++++++++++---------------
 README.zh-CN.md | 27 ++++++++++++---------------
 2 files changed, 24 insertions(+), 30 deletions(-)

diff --git a/README.md b/README.md
index db8c285..1436a7d 100644
--- a/README.md
+++ b/README.md
@@ -8,12 +8,21 @@
 
 V3 Admin Vite is a free and open source middle and background management system basic solution, based on mainstream framework such as Vue3, TypeScript, Element Plus, Pinia and Vite
 
-- Vue-Cli 5.x: [v3-admin](https://github.com/un-pany/v3-admin)
+- Vue Cli 5.x: [v3-admin](https://github.com/un-pany/v3-admin)
 - Electron desktop: [v3-electron-vite](https://github.com/un-pany/v3-electron-vite)
 
-China repository
+China repository: [Gitee](https://gitee.com/un-pany/v3-admin-vite)
 
-- Gitee: [link](https://gitee.com/un-pany/v3-admin-vite)
+## 📚 Document
+
+- Chinese documentation: [link](https://juejin.cn/post/7089377403717287972)
+- Chinese getting started tutorial: [link](https://juejin.cn/column/7207659644487139387)
+
+## 📺 Online preview
+
+| Location     | account             | Link                                            |
+| ------------ | ------------------- | ----------------------------------------------- |
+| github-pages | `admin` or `editor` | [link](https://un-pany.github.io/v3-admin-vite) |
 
 ## ❤️ Generate electricity with love
 
@@ -23,18 +32,6 @@ China repository
 - **Latest dependencies**: Regularly update all third-party dependencies to the latest version
 - **Very specification**: The code style is unified, the naming style is unified, and the comment style is unified
 
-## 📚 Document
-
-[Chinese documentation](https://juejin.cn/post/7089377403717287972)
-
-[Chinese getting started tutorial](https://juejin.cn/column/7207659644487139387)
-
-## Online preview
-
-| Location     | account             | Link                                            |
-| ------------ | ------------------- | ----------------------------------------------- |
-| github-pages | `admin` or `editor` | [link](https://un-pany.github.io/v3-admin-vite) |
-
 ## Feature
 
 - **Vue3**:The latest Vue3 composition API using Vue3 + script setup
diff --git a/README.zh-CN.md b/README.zh-CN.md
index 5993523..1a907c2 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -8,12 +8,21 @@
 
 V3 Admin Vite 是一个免费开源的中后台管理系统基础解决方案,基于 Vue3、TypeScript、Element Plus、Pinia 和 Vite 等主流技术
 
-- Vue-Cli 5.x 版: [v3-admin](https://github.com/un-pany/v3-admin)
+- Vue Cli 5.x 版: [v3-admin](https://github.com/un-pany/v3-admin)
 - Electron 桌面版: [v3-electron-vite](https://github.com/un-pany/v3-electron-vite)
 
-国内仓库
+国内仓库:[Gitee](https://gitee.com/un-pany/v3-admin-vite)
 
-- Gitee: [链接](https://gitee.com/un-pany/v3-admin-vite)
+## 📚 文档
+
+- 中文文档:[链接](https://juejin.cn/post/7089377403717287972)
+- 手摸手教程:[链接](https://juejin.cn/column/7207659644487139387)
+
+## 📺 在线预览
+
+| 位置         | 账号            | 链接                                            |
+| ------------ | --------------- | ----------------------------------------------- |
+| github-pages | admin 或 editor | [链接](https://un-pany.github.io/v3-admin-vite) |
 
 ## ❤️ 用爱发电
 
@@ -23,18 +32,6 @@ V3 Admin Vite 是一个免费开源的中后台管理系统基础解决方案,
 - **最新的依赖**: 定期更新所有三方依赖至最新版
 - **有一点规整**: 代码风格统一,命名风格统一,注释风格统一
 
-## 📚 文档
-
-[中文文档](https://juejin.cn/post/7089377403717287972)
-
-[手摸手教程](https://juejin.cn/column/7207659644487139387)
-
-## 在线预览
-
-| 位置         | 账号            | 链接                                            |
-| ------------ | --------------- | ----------------------------------------------- |
-| github-pages | admin 或 editor | [链接](https://un-pany.github.io/v3-admin-vite) |
-
 ## 特性
 
 - **Vue3**:采用 Vue3 + script setup 最新的 Vue3 组合式 API