Skip to content

Commit

Permalink
首页调整,信息调整
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelmaxQm committed Sep 4, 2024
1 parent cd0e666 commit 679845f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/guide/start-quickly/env.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

1. 前往[https://nodejs.org/zh-cn/](https://nodejs.org/zh-cn/)下载当前版本node
2. 命令行运行 ```node -v``` 若控制台输出版本号则前端环境搭建成功
3. node 版本需大于 `16.18`
3. node 版本需大于 `18.16`
4. 开发工具推荐vscode [https://code.visualstudio.com/](https://code.visualstudio.com/)

## 后端环境
Expand All @@ -22,7 +22,7 @@
## 使用说明

::: warning 🧁 需要本地具有 `git` `node` `go` 环境
- node版本 >= 16.18.2
- node版本 >= 18.16.2
- go版本 >= v1.22
- mysql 引擎需要是 <span class="bg-red-600 text-white rounded font-medium dark:bg-red-500 px-1" >innoDB</span>
- IDE推荐:Goland
Expand All @@ -32,7 +32,7 @@
## 版本列表

- [main](https://github.com/flipped-aurora/gin-vue-admin/tree/main): 主版本 用于生产环境,持续更新
- [组合式API多语言(i18n)版](https://github.com/flipped-aurora/gin-vue-admin/tree/i18n-dev-new)已暂停更新
- [组合式API多语言(i18n)版](https://github.com/flipped-aurora/gin-vue-admin/tree/i18n-dev-new)落后于main更新中
- [声明式API版](https://github.com/flipped-aurora/gin-vue-admin/tree/v2.4.x)已停止更新
- [声明式API多语言(i18n)版](https://github.com/flipped-aurora/gin-vue-admin/tree/i18n-dev)已停止更新

15 changes: 9 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,21 @@ hero:
src: /logo.png
alt: gin-vue-admin
actions:
- theme: bg-blue-500 text-white dark:bg-blue:600 hover:bg-blue-800 border border-blue-900
text: 快速开始
- theme: bg-blue-500 text-white dark:bg-blue:600 hover:bg-blue-800
text: 🚀 快速开始
link: guide/introduce/project
- theme: alt
text: 购买授权
- theme: bg-green-500 text-white dark:bg-green-600 hover:bg-green-800
text: 🛒 插件市场
link: https://plugin.gin-vue-admin.com
- theme: bg-amber-500 text-white dark:bg-amber-600 hover:bg-amber-800
text: 🥇 购买授权
link: empower/index.html
---
<script setup>
import HomeCompanyGroup from '/@theme/components/HomeCompanyGroup.vue';
import HomeCenterAd from '/@theme/components/HomeCenterAd.vue';
import Quicks from "/@theme/components/quicks.vue"
import Liuliang from "/@theme/components/liuliang.vue"
import Quicks from "/@theme/components/quicks.vue";
import Liuliang from "/@theme/components/liuliang.vue";
</script>
<Quicks/>
<Liuliang></Liuliang>
Expand Down

0 comments on commit 679845f

Please sign in to comment.