mirror of
https://github.com/fanchenio/DawnLauncher.git
synced 2025-07-14 05:12:11 +08:00
README
This commit is contained in:
parent
34e9726228
commit
0b2960d431
75
README-ENGLISH.md
Normal file
75
README-ENGLISH.md
Normal 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)
|
||||
|
||||

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

|
||||
|
||||
# UI
|
||||
|
||||

|
||||
|
||||
## Subclassification
|
||||
|
||||

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

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

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

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

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

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

|
||||
|
||||
# License
|
||||
|
||||
Apache License Version 2.0
|
@ -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/)
|
||||
|
||||
# 捐赠
|
||||
# 捐赠(微信)
|
||||
|
||||

|
||||
|
||||
# 捐赠(支付宝)
|
||||
|
||||

|
||||
|
||||
# 界面
|
||||
|
Loading…
Reference in New Issue
Block a user