以下是git commit规范
```
{% if ref_id %}[<ref_id>] {% endif %}<emoji> <type>(<scope>): <subject>

<body>

其中type的值为：
feat：新功能（feature）
fix：修补bug
docs：文档（documentation）
style： 格式（不影响代码运行的变动）
refactor：重构（即不是新增功能，也不是修改bug的代码变动）
test：增加测试
chore：构建过程或辅助工具的变动
```

以下是git diff内容
```
{{ git_diff}}
```

请为上述变更，按照规范生成一个commit message，并使用{{ language }}语言生成{% if ref_id %}其中ref_id为{{ ref_id }}{% endif %}。