mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-07 09:55:29 +08:00
24 lines
600 B
Markdown
24 lines
600 B
Markdown
#### 💻 变更类型 | Change Type
|
||
|
||
<!-- For change type, change [ ] to [x]. -->
|
||
|
||
- [ ] ✨ feat
|
||
- [ ] 🐛 fix
|
||
- [ ] ♻️ refactor
|
||
- [ ] 💄 style
|
||
- [ ] 👷 build
|
||
- [ ] ⚡️ perf
|
||
- [ ] 📝 docs
|
||
- [ ] 🔨 chore
|
||
|
||
#### 🔀 变更说明 | Description of Change
|
||
|
||
<!-- Thank you for your Pull Request. Please provide a description above. -->
|
||
|
||
#### 📝 补充信息 | Additional Information
|
||
|
||
<!-- Add any other context about the Pull Request here. -->
|
||
|
||
---
|
||
|
||
> 💡 **提示**:如果修改了 `webui/` 目录下的文件,PR 合并后 CI 会自动构建并提交产物,无需手动构建。 |