From a1a12a1a10aa08e5063a98f4a7b19ac40541546e Mon Sep 17 00:00:00 2001 From: Ralf Ulonska Date: Mon, 18 May 2026 11:03:20 +0200 Subject: [PATCH] README.md aktualisiert --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 85f5c1c..4504294 100644 --- a/README.md +++ b/README.md @@ -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). 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 ```