Merge pull request 'Modify' (#37) from dev into master

Reviewed-on: freeleaps/freeleaps-service-hub#37
This commit is contained in:
dax.li 2025-08-12 04:57:10 +00:00
commit c93ce6bb26

View File

@ -1,9 +1,10 @@
### PR Checklist ### PR Checklist
- [ ] Code is tested in local environment - [ ] PR has a clear description
- [ ] New code is covered by unit tests - [ ] Code is tested can work correctly
- [ ] Unit tests pass - [ ] PR link is added to corresponding tasks
- [ ] Code is reviewed
- [ ] No hardcoded secrets or credentials - [ ] No hardcoded secrets or credentials
- [ ] Appropriate documentation is updated - [ ] Appropriate documentation is updated
- [ ] Relevant TaskID and link is included in the PR description
- [ ] New code is covered by unit tests
- [ ] Unit tests pass