From 3ac70636577f2aa90a91ff22059f4af7f377fa50 Mon Sep 17 00:00:00 2001 From: viarotel Date: Thu, 7 Nov 2024 10:04:52 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20Update=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- develop.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/develop.md b/develop.md index 33c1fe1..83548c9 100644 --- a/develop.md +++ b/develop.md @@ -48,23 +48,23 @@ pnpm build:linux # Build for Linux ┣ 📂.github # GitHub workflows and configurations ┣ 📂.husky # Git hooks settings ┣ 📂.vscode # VSCode editor settings - ┣ 📂control # Main application interface - ┃ ┣ 📂electron # Electron main process - ┃ ┣ 📂src # Application source code - ┃ ┃ ┣ 📂assets # Static resources - ┃ ┃ ┣ 📂components # Vue components - ┃ ┃ ┃ ┣ 📂Device # Device management - ┃ ┃ ┃ ┣ 📂Preference # Settings interface - ┃ ┃ ┃ ┗ 📂Quick # Quick access features - ┃ ┃ ┣ 📂composables # Vue composition functions - ┃ ┃ ┣ 📂configs # App configurations - ┃ ┃ ┣ 📂dicts # Constants and enums - ┃ ┃ ┣ 📂icons # Icon assets - ┃ ┃ ┣ 📂locales # Internationalization - ┃ ┃ ┣ 📂plugins # Vue plugins - ┃ ┃ ┣ 📂store # State management - ┃ ┃ ┣ 📂styles # Global styles - ┃ ┃ ┗ 📂utils # Helper functions + ┣ 📂control # Device floating control bar + ┣ 📂electron # Electron main process + ┣ 📂src # Main renderer process + ┃ ┣ 📂assets # Static resources + ┃ ┣ 📂components # Vue components + ┃ ┃ ┣ 📂Device # Device management + ┃ ┃ ┣ 📂Preference # Settings interface + ┃ ┃ ┗ 📂Quick # Quick access features + ┃ ┣ 📂composables # Vue composition functions + ┃ ┣ 📂configs # App configurations + ┃ ┣ 📂dicts # Constants and enums + ┃ ┣ 📂icons # Icon assets + ┃ ┣ 📂locales # Internationalization + ┃ ┣ 📂plugins # Vue plugins + ┃ ┣ 📂store # State management + ┃ ┣ 📂styles # Global styles + ┃ ┗ 📂utils # Helper functions ┣ 📂public # Public assets ┣ 📂screenshots # Application screenshots ┣ 📂scripts # Build scripts