From 7eb6d851de4e3483c3748137deb6ecbcf7953b30 Mon Sep 17 00:00:00 2001 From: Frontend Developer Date: Tue, 10 Mar 2026 09:41:02 +0000 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF:=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=89=8D=E7=AB=AFREADME?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/frontend/README.md b/frontend/README.md index b317fc1..92bfaea 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,18 +1,24 @@ # CloudDisk Frontend -## 开发指南 +## 开发 -### 安装 ```bash npm install -``` - -### 开发模式 -```bash npm run dev ``` -### 构建 +## 构建 + ```bash npm run build ``` + +## 目录结构 + +- src/main - Electron主进程 +- src/renderer - React渲染进程 + - components - React组件 + - hooks - 自定义钩子 + - stores - 状态管理 + - utils - 工具函数 + - constants - 常量定义