# clock **Repository Path**: github-9819409/clock ## Basic Information - **Project Name**: clock - **Description**: 基于electron-vite react开发的桌面时钟工具 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-04-18 - **Last Updated**: 2024-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 桌面时钟 基于electron-vite react开发的桌面时钟工具 ![图片名称](./clock.gif '图片Title') ## 功能特性 - 支持当前时间显示 - 支持倒计时功能 - 普通数字时钟显示 - 翻牌数字时钟显示 - 高度可配置(时钟款式、大小、颜色、翻转文案、倒计时时间) ## 项目启动 ### Install ```bash $ npm install ``` ### Development ```bash $ npm run dev ``` ### Build ```bash # For windows $ npm run build:win # For macOS $ npm run build:mac # For Linux $ npm run build:linux ```