From 3b18b977db9f7b9f234925b9e184a180dca113c0 Mon Sep 17 00:00:00 2001 From: ljw <84855512@qq.com> Date: Fri, 13 Sep 2024 22:10:08 +0800 Subject: [PATCH] up README.md --- README.md | 28 +++++++--------------------- 1 file changed, 7 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 159c6e3..85f5c1c 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# Gwen-Admin -# 基于 Vue3 + Element Plus 的后台管理系统 +# RustDesk API Web +# 基于 Vue3 + Element Plus 的后台, 适用于 [RustDesk API](https://github.com/lejianwen/rustdesk-api) vue3 - element-plus + element-plus license @@ -13,9 +13,9 @@ # 安装步骤 -~~~shell script -git clone https://github.com/lejianwen/Gwen-admin.git -cd Gwen-admin +```shell +git clone https://github.com/lejianwen/rustdesk-api-web +cd rustdesk-api-web npm install // 本地开发 @@ -24,18 +24,4 @@ npm run dev // 打包 npm run build -// 本地预览 -npm run server -~~~ - -## 功能 - -- [x] Element Plus -- [x] 登录/注销 -- [x] 路由权限 -- [x] Dashboard -- [x] 表格 -- [x] 表单 -- [x] 图片本地/oss上传 -- [x] 404 -- [x] 多级菜单 +```