feat: add code onwer

chore: update readme.md

chore: update deps

chore: update deps

chore: update deps
This commit is contained in:
vben
2024-06-16 19:17:34 +08:00
parent 382652e0f4
commit 9278c4b416
42 changed files with 607 additions and 507 deletions

View File

@@ -1,29 +1,45 @@
### `General`
## Description
> ✏️ Mark the necessary items without changing the structure of the PR template.
<!-- Please insert your description here and provide especially info about the "what" this PR is solving -->
- [ ] Pull request template structure not broken
<!-- You can also add additional context here -->
### `Type`
## Type of change
> What types of changes does your code introduce?
> 👉 _Put an `x` in the boxes that apply._
> 👉 _Put an `x` in the boxes that apply_
Please delete options that are not relevant.
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
- [ ] Please, don't make changes to `pnpm-lock.yaml` unless you introduce a new test example.
### `Checklist`
### Tests
> 👉 _Put an `x` in the boxes that apply._
- [ ] Run the tests with `pnpm test`.
### Documentation
> 👉 _Put an `x` in the boxes that apply._
- [ ] If you introduce new functionality, document it. You can run documentation with `pnpm run docs` command.
### Changesets
> 👉 _Put an `x` in the boxes that apply._
- [ ] Changes in changelog are generated from PR name. Please, make sure that it explains your changes in an understandable manner. Please, prefix changeset messages with `feat:`, `fix:`, `perf:`, `docs:`, or `chore:`.
## Checklist
> Check all checkboxes - this will indicate that you have done everything in accordance with the rules in [CONTRIBUTING](contributing.md).
> 👉 _Put an `x` in the boxes that apply._
- [ ] My code follows the style guidelines of this project
- [ ] Is the code format correct
- [ ] Is the git submission information standard?
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas