Skip to content

Latest commit

 

History

History
80 lines (43 loc) · 2.48 KB

README-ENGLISH.md

File metadata and controls

80 lines (43 loc) · 2.48 KB

简体中文 | English

Update

After disappearing for more than three months, I refactored the Dawn Launcher code. Because I had no experience in developing NodeJS and Electron at the beginning, Vue was not well written, and the code was a bit sloppy, so I carried out Code refactoring, the new version uses Electron26 + Vite + Vue3 + TS, the UI framework uses Naive, regarding the native API, I switched from C++ to Rust, and the database switched from electron-store With SQLite3, the language has also added 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

Support Platform

Windows(10/11)

Compilation Steps

  1. Install node-gyp, required to compile SQLite3.
  2. Install the Rust environment + Cargo, which is needed to compile Rust.
  3. Then run yarn install to install the project dependencies (if you modify the Rust code, you need to re-run yarn install).
  4. yarn run dev runs the project locally.
  5. yarn run build packages the project.
  6. The portable version and the installation version need to be packaged twice. By modifying VITE_INSTALL in .env.production, true means the installation version and false means the portable version.

Official Website

dawnlauncher.com

Donate(Wechat)

Wechat

Donate(Alipay)

Alipay

UI

UI

Subclassification

Subclassification

Custom Theme

Custom Theme

Custom Background

Custom Background

Quick Search

Quick Search

Get URL Information with One Click

Get URL information with one click

Relative Paths (Portable Paths)

Relative Paths (Portable Paths)

Associate Folders

Associate Folders

Stargazers over time

Stargazers over time

License

MIT License