# supermarket **Repository Path**: Sytus_Ramlethal/supermarket ## Basic Information - **Project Name**: supermarket - **Description**: 培训用代码模板,请先阅读README的git规范 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-05 - **Last Updated**: 2024-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # supermarket 重邮云超市项目 - 前端 ## git提交规范 * feat - 新功能 feature * fix - 修复 bug * docs - 文档注释 * style - 代码格式(不影响代码运行的变动) * refactor - 重构、优化(既不增加新功能,也不是修复bug) * perf - 性能优化 * test - 增加测试 * chore - 构建过程或辅助工具的变动 * revert - 回退 * build - 打包