README.md aktualisiert

This commit is contained in:
2026-05-18 11:03:20 +02:00
parent 3998c2a921
commit a1a12a1a10
+3 -3
View File
@@ -1,5 +1,5 @@
# RustDesk API Web
# 基于 Vue3 + Element Plus 的后台, 适用于 [RustDesk API](https://github.com/lejianwen/rustdesk-api)
# An Admin Dashboard built with Vue3 + Element Plus, designed for the [RustDesk API](https://github.com/lejianwen/rustdesk-api).
<a href="https://github.com/vuejs/vue-next">
<img src="https://img.shields.io/badge/vue-^3.2.16-brightgreen.svg" alt="vue3">
@@ -18,10 +18,10 @@ git clone https://github.com/lejianwen/rustdesk-api-web
cd rustdesk-api-web
npm install
// 本地开发
// Local Development
npm run dev
// 打包
// Pack
npm run build
```