mirror of
https://github.com/fanchenio/DawnLauncher.git
synced 2025-07-13 21:02:10 +08:00
77 lines
2.3 KiB
Markdown
77 lines
2.3 KiB
Markdown
# [简体中文](https://github.com/fanchenio/DawnLauncher) | 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](https://dawnlauncher.com/)
|
|
|
|
# Donate(Wechat)
|
|
|
|

|
|
|
|
# Donate(Alipay)
|
|
|
|

|
|
|
|
# UI
|
|
|
|

|
|
|
|
## Subclassification
|
|
|
|

|
|
|
|
## Custom Theme
|
|
|
|

|
|
|
|
## Custom Background
|
|
|
|

|
|
|
|
## Quick Search
|
|
|
|

|
|
|
|
## Get URL Information with One Click
|
|
|
|

|
|
|
|
## Relative Paths (Portable Paths)
|
|
|
|

|
|
|
|
## Associate Folders
|
|
|
|

|
|
|
|
# License
|
|
|
|
MIT License
|