# custom-system-tray-items **Repository Path**: frost-craft/custom-system-tray-items ## Basic Information - **Project Name**: custom-system-tray-items - **Description**: Electron 应用,添加自定义的系统托盘图标。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-10 - **Last Updated**: 2025-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: Electron, Nodejs ## README # 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 ```