chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:24:51 +08:00
commit e74a3762b8
963 changed files with 299400 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
## Description
<!-- Provide a clear and concise description of what this PR accomplishes -->
Write here.
## Related Issue(s)
<!-- Link to the issue that this PR addresses (if applicable) -->
Fixes #(issue number)
## Review Guidance
<!-- Provide any additional information that would help reviewing your work -->
Write here.
## Screenshots/GIFs
<!-- If applicable, add screenshots or GIFs demonstrating the changes -->
Write here.
## Checklist
<!-- Mark items with 'x' (no spaces around x) -->
- [ ] My code follows the project's code style guidelines
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have updated the documentation accordingly
- [ ] My changes don't generate new warnings or errors
- [ ] No unsafe code introduced (or if introduced, thoroughly justified and documented)