1
0

feat: 初始框架

This commit is contained in:
2025-06-10 15:02:21 +08:00
parent 0e042546f6
commit f8fa295513
18 changed files with 4624 additions and 0 deletions

28
README.md Normal file
View File

@@ -0,0 +1,28 @@
# custom-system-tray-items
## Project Setup
### Install
```bash
$ pnpm install
```
### Development
```bash
$ pnpm dev
```
### Build
```bash
# For windows
$ pnpm build:win
# For macOS
$ pnpm build:mac
# For Linux
$ pnpm build:linux
```