chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:20:32 +08:00
commit d2375abf88
5575 changed files with 274444 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
### Pull Request Type
<!-- For change type, change [ ] to [x]. -->
- [ ] ✨ feat (New feature)
- [ ] 🐛 fix (Bug fix)
- [ ] ♻️ refactor (Code refactoring without changing behavior)
- [ ] 💄 style (UI style changes)
- [ ] 🔨 chore (Build, CI, maintenance)
- [ ] 📝 docs (Documentation updates)
### Relevant Issues
<!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" -->
resolves #
### Description
<!-- Describe the changes in this PR that are impactful to the repo. What problem does it solve? -->
### Visuals (if applicable)
<!-- Add screenshots or screen recordings to demonstrate the changes, especially for UI updates. -->
### Additional Information
<!-- Add any other context about the Pull Request here that was not captured above. -->
### Developer Validations
<!-- All of the applicable items should be checked. -->
- [ ] I ran `yarn lint` from the root of the repo & committed changes
- [ ] Relevant documentation has been updated (if applicable)
- [ ] I have tested my code functionality
- [ ] Docker build succeeds locally