mirror of
https://github.com/fanchenio/DawnLauncher.git
synced 2025-07-13 04:42:11 +08:00
1.9 KiB
1.9 KiB
简体中文 | English
Dawn Launcher
The Windows
quick launch tool helps you organize your messy desktop, manage your desktop shortcuts by category, and keep your desktop clean and tidy.
Supports associated folders (real-time synchronization of folder contents), quick search, relative paths (portable paths), scanning the local start menu, locally scanning the local Appx application list, adding URLs and obtaining URL information with one click.
Technology Stack
Electron + Vite + Vue3 + TS + Rust
Support Platform
Windows(10/11)
Compilation Steps
- Install
node-gyp
, required to compile SQLite3. - Install the
Rust
environment +Cargo
, which is needed to compile Rust. - Then run
yarn install
to install the project dependencies (if you modify theRust
code, you need to re-runyarn install
). yarn run dev
runs the project locally.yarn run build
packages the project.- The portable version and the installation version need to be packaged twice. By modifying
VITE_INSTALL
in.env.production
,true
means the installation version andfalse
means the portable version.
Official Website
UI
Subclassification
Custom Theme
Custom Background
Quick Search
Get URL Information with One Click
Relative Paths (Portable Paths)
Associate Folders
Stargazers over time
License
MIT License