This commit is contained in:
fanchenio 2023-11-03 15:49:21 +08:00
parent 34e9726228
commit 0b2960d431
2 changed files with 81 additions and 1 deletions

75
README-ENGLISH.md Normal file
View File

@ -0,0 +1,75 @@
# [简体中文](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. First you need to install `node-gyp`, which is needed to compile local modules.
2. Then run `yarn install` to install the project dependencies (if you modify the `Rust` code, you need to re-run `yarn install`).
3. `yarn run dev` runs the project locally.
4. `yarn run build` packages the project.
5. 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)
![Wechat](/images/wechat.png)
# Donate(Alipay)
![Alipay](/images/alipay.png)
# UI
![UI](/images/soft1.png)
## Subclassification
![Subclassification](/images/soft2.png)
## Custom Theme
![Custom Theme](/images/soft3.png)
## Custom Background
![Custom Background](/images/soft4.png)
## Quick Search
![Quick Search](/images/soft5.png)
## Get URL Information with One Click
![Get URL information with one click](/images/soft6.webp)
## Relative Paths (Portable Paths)
![Relative Paths (Portable Paths)](/images/soft7.png)
## Associate Folders
![Associate Folders](/images/soft8.webp)
# License
Apache License Version 2.0

View File

@ -1,3 +1,5 @@
# 简体中文 | [English](https://github.com/fanchenio/DawnLauncher/README-ENGLISH.md)
# 更新
消失了三个多月,我将`Dawn Launcher`代码进行重构,因为一开始没有开发`NodeJS`和`Electron`的经验,`Vue`也写的不好,代码写的有些潦草,所以进行了代码重构,新版使用了`Electron26 + Vite + Vue3 + TS`UI 框架使用了`Naive`,关于原生 API 方面,我从`C++`切换到了 `Rust`,数据库从`electron-store`切换到了`SQLite3`,语言也新增了`英语`。
@ -28,9 +30,12 @@
[dawnlauncher.com](https://dawnlauncher.com/)
# 捐赠
# 捐赠(微信)
![微信](/images/wechat.png)
# 捐赠(支付宝)
![支付宝](/images/alipay.png)
# 界面