docs: 📝 依赖版本更新

This commit is contained in:
Ray.Hao
2025-02-18 00:50:27 +08:00
parent a60c48ae60
commit 056aca0a8e

View File

@@ -3,8 +3,8 @@
<h1>vue3-element-admin</h1> <h1>vue3-element-admin</h1>
<img src="https://img.shields.io/badge/Vue-3.5.13-brightgreen.svg"/> <img src="https://img.shields.io/badge/Vue-3.5.13-brightgreen.svg"/>
<img src="https://img.shields.io/badge/Vite-6.0.5-green.svg"/> <img src="https://img.shields.io/badge/Vite-6.1.0-green.svg"/>
<img src="https://img.shields.io/badge/Element Plus-2.9.1-blue.svg"/> <img src="https://img.shields.io/badge/Element Plus-2.9.4-blue.svg"/>
<img src="https://img.shields.io/badge/license-MIT-green.svg"/> <img src="https://img.shields.io/badge/license-MIT-green.svg"/>
<a href="https://gitee.com/youlaiorg" target="_blank"> <a href="https://gitee.com/youlaiorg" target="_blank">
<img src="https://img.shields.io/badge/Author-有来开源组织-orange.svg"/> <img src="https://img.shields.io/badge/Author-有来开源组织-orange.svg"/>
@@ -12,7 +12,7 @@
<a href="https://gitee.com/youlaiorg/youlai-boot" target="_blank"> <a href="https://gitee.com/youlaiorg/youlai-boot" target="_blank">
<img alt="有来技术" src="https://gitee.com/youlaiorg/vue3-element-admin/badge/star.svg"/> <img alt="有来技术" src="https://gitee.com/youlaiorg/vue3-element-admin/badge/star.svg"/>
</a> </a>
<a href="https://github.com/youlaitech/vue3-element-admin" target="_blank"> <a href="https://github.com/youlaitech/vue3-element-admin" target="_blank">
<img alt="有来技术" src="https://img.shields.io/github/stars/youlaitech/vue3-element-admin.svg?style=social&label=Stars"/> <img alt="有来技术" src="https://img.shields.io/github/stars/youlaitech/vue3-element-admin.svg?style=social&label=Stars"/>
</a> </a>
@@ -118,7 +118,7 @@ server {
# 反向代理配置 # 反向代理配置
location /prod-api/ { location /prod-api/ {
# api.youlai.tech 替换后端API地址注意保留后面的斜杠 / # api.youlai.tech 替换后端API地址注意保留后面的斜杠 /
proxy_pass http://api.youlai.tech/; proxy_pass http://api.youlai.tech/;
} }
} }
``` ```