# react-theme-detector **Repository Path**: zhou-buhong/react-theme-detector ## Basic Information - **Project Name**: react-theme-detector - **Description**: 快速适配深色模式的工具 - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-07-17 - **Last Updated**: 2025-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: React, TypeScript ## README #### 下载依赖(无 package-lock.json) ```bash $ npm run i ``` #### 下载依赖(有 package-lock.json) ```bash $ npm run ci ``` #### 更新依赖包和依赖包锁 ```bash $ npm run up ``` #### 打包 ```bash $ npm run build ``` #### 发布 npm 包 ```bash $ cd packages $ npm run push // MacBook $ cd .. // Windows $ cd.. ```