# hyh-react-pro **Repository Path**: hyhhj/hyh-react-pro ## Basic Information - **Project Name**: hyh-react-pro - **Description**: hyh-react-pro - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-22 - **Last Updated**: 2024-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React + TypeScript + Vite # git commit 规范 ```javascript git commit -m [optional scope]: //注意冒号后面有空格 - type:提交的类型(如新增、修改、更新等) - optional scope:涉及的模块,可选 - description:任务描述 ``` type 类型 - feat:新功能 - fix:修复bug - docs:文档更新 - style:代码格式(不影响代码运行的变动) - refactor:重构代码(既不修复bug也不添加新功能的变动) - perf:性能优化 - test:增加测试 - chore:构建过程或辅助工具的变动 - revert:回滚到上一个版本 - build:构建相关 - ci:持续集成 - revert :回滚到上一个版本