mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-23 23:21:02 +01:00
docs: 📝 Update README
This commit is contained in:
parent
00ea7c178a
commit
3ac7063657
34
develop.md
34
develop.md
@ -48,23 +48,23 @@ pnpm build:linux # Build for Linux
|
|||||||
┣ 📂.github # GitHub workflows and configurations
|
┣ 📂.github # GitHub workflows and configurations
|
||||||
┣ 📂.husky # Git hooks settings
|
┣ 📂.husky # Git hooks settings
|
||||||
┣ 📂.vscode # VSCode editor settings
|
┣ 📂.vscode # VSCode editor settings
|
||||||
┣ 📂control # Main application interface
|
┣ 📂control # Device floating control bar
|
||||||
┃ ┣ 📂electron # Electron main process
|
┣ 📂electron # Electron main process
|
||||||
┃ ┣ 📂src # Application source code
|
┣ 📂src # Main renderer process
|
||||||
┃ ┃ ┣ 📂assets # Static resources
|
┃ ┣ 📂assets # Static resources
|
||||||
┃ ┃ ┣ 📂components # Vue components
|
┃ ┣ 📂components # Vue components
|
||||||
┃ ┃ ┃ ┣ 📂Device # Device management
|
┃ ┃ ┣ 📂Device # Device management
|
||||||
┃ ┃ ┃ ┣ 📂Preference # Settings interface
|
┃ ┃ ┣ 📂Preference # Settings interface
|
||||||
┃ ┃ ┃ ┗ 📂Quick # Quick access features
|
┃ ┃ ┗ 📂Quick # Quick access features
|
||||||
┃ ┃ ┣ 📂composables # Vue composition functions
|
┃ ┣ 📂composables # Vue composition functions
|
||||||
┃ ┃ ┣ 📂configs # App configurations
|
┃ ┣ 📂configs # App configurations
|
||||||
┃ ┃ ┣ 📂dicts # Constants and enums
|
┃ ┣ 📂dicts # Constants and enums
|
||||||
┃ ┃ ┣ 📂icons # Icon assets
|
┃ ┣ 📂icons # Icon assets
|
||||||
┃ ┃ ┣ 📂locales # Internationalization
|
┃ ┣ 📂locales # Internationalization
|
||||||
┃ ┃ ┣ 📂plugins # Vue plugins
|
┃ ┣ 📂plugins # Vue plugins
|
||||||
┃ ┃ ┣ 📂store # State management
|
┃ ┣ 📂store # State management
|
||||||
┃ ┃ ┣ 📂styles # Global styles
|
┃ ┣ 📂styles # Global styles
|
||||||
┃ ┃ ┗ 📂utils # Helper functions
|
┃ ┗ 📂utils # Helper functions
|
||||||
┣ 📂public # Public assets
|
┣ 📂public # Public assets
|
||||||
┣ 📂screenshots # Application screenshots
|
┣ 📂screenshots # Application screenshots
|
||||||
┣ 📂scripts # Build scripts
|
┣ 📂scripts # Build scripts
|
||||||
|
Loading…
Reference in New Issue
Block a user