Yet Another Quick Launcher
还 另一个 快捷 启动 器
Yet Another Quick Launcher (YAQL) 是又一个桌面快捷启动器,旨在帮助用户快速启动程序。它具有简单的界面和基本的功能,适合日常使用。
- 透明和自定义窗口:提供半透明和可自定义的窗口,极简美观
- 开机自启动:可设置应用程序在系统启动时自动运行。
- 托盘功能:支持系统托盘图标,方便用户快速访问。
- 桌面悬浮球:可以将启动器缩小为悬浮球,确保不会遮挡。
- 设置界面:允许用户自定义设置,包括开机自启动选项。
-
前往Release下载并安装
-
享受
屎山之旅
C:\Users\<用户名>\AppData\Roaming\yet-another-quick-launcher\config.json
C:\Users\<用户名>\AppData\Roaming\yet-another-quick-launcher\config.json
{
"version": "0.1.0",
"autoStart": true,
"app": [
{
"name": "希沃白板",
"icon": "../assets/Seewo.png",
"runCmd": "powershell Start-Process 'C:\\Program Files (x86)\\Seewo\\EasiNote5\\swenlauncher\\swenlauncher.exe'"
},
{
"name": "Chinese",
"icon": "../assets/Chinese.png",
"runCmd": "explorer.exe C:\\Windows"
},
{
"name": "Math",
"icon": "../assets/Math.png",
"runCmd": "explorer.exe C:\\Windows"
},
{
"name": "English",
"icon": "../assets/English.png",
"runCmd": "explorer.exe C:\\Windows"
},
{
"name": "Physics",
"icon": "../assets/Physics.png",
"runCmd": "explorer.exe C:\\Windows"
},
{
"name": "Chemistry",
"icon": "../assets/Chemistry.png",
"runCmd": "explorer.exe C:\\Windows"
},
{
"name": "Biology",
"icon": "../assets/Biology.png",
"runCmd": "explorer.exe C:\\Windows"
},
{
"name": "Geography",
"icon": "../assets/Geography.png",
"runCmd": "explorer.exe C:\\Windows"
}
]
}
-
克隆或下载代码
git clone https://github.com/ChaoMixian/YetAnotherQuickLauncher.git cd YetAnotherQuickLauncher
-
安装依赖
npm install
-
运行应用
npm start
-
打包应用
npm run build
欢迎贡献代码或建议!请遵循以下步骤来贡献你的改进:
- Fork 这个仓库
- 创建一个新分支 (
git checkout -b feature/YourFeature
) - 提交你的更改 (
git commit -am 'Add new feature'
) - 推送到分支 (
git push origin feature/YourFeature
) - 提交 Pull Request
此项目使用 Apache-2.0 许可证,详细信息请查看 LICENSE
文件。
- 作者: ChaoMixian
- 问题反馈: 提交问题