DawnLauncher/README.md
2024-09-20 19:55:56 +08:00

73 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 简体中文 | [English](https://github.com/fanchenio/DawnLauncher/blob/main/README-ENGLISH.md)
# Dawn Launcher
`Windows`快捷启动工具,帮助您整理杂乱无章的桌面,分门别类管理您的桌面快捷方式,让您的桌面保持干净整洁。
支持关联文件夹(实时同步文件夹内容)、快速搜索、相对路径(便携路径)、扫描本机开始菜单、本地扫描本机 Appx 应用列表、添加网址并一键获取网址信息。
# 技术栈
`Electron + Vite + Vue3 + TS + Rust`
# 支持平台
`Windows(10/11)`
# 编译步骤
1. 安装`node-gyp`,编译 SQLite3 需要。
2. 安装`Rust`环境 + `Cargo`,编译 Rust 需要。
3. 然后运行`yarn install`安装项目依赖(如果修改了`Rust`代码也需要重新运行`yarn install`)。
4. `yarn run dev`本地运行项目。
5. `yarn run build`打包项目。
6. 便携版和安装版需要分两次打包,通过修改`.env.production`中的`VITE_INSTALL``true`为安装版,`false`为便携版。
# 官网
[dawnlauncher.com](https://dawnlauncher.com/)
# QQ 群
369652112
# 界面
![界面](/images/soft1.png)
## 子分类
![子分类](/images/soft2.png)
## 自定义主题
![自定义主题](/images/soft3.png)
## 自定义背景
![自定义背景](/images/soft4.png)
## 快速搜索
![快速搜索](/images/soft5.png)
## 一键获取网址信息
![一键获取网址信息](/images/soft6.webp)
## 相对路径(便携路径)
![相对路径(便携路径)](/images/soft7.png)
## 关联文件夹
![关联文件夹](/images/soft8.webp)
## Stargazers over time
[![Stargazers over time](https://starchart.cc/fanchenio/DawnLauncher.svg)](https://starchart.cc/fanchenio/DawnLauncher)
## License
MIT License