open-lark 0.13.0

Enterprise-grade Lark/Feishu Open API SDK with comprehensive Chinese documentation and advanced error handling
Documentation
# Pull Request

## ๐Ÿ“ Description

<!-- Provide a brief description of the changes in this PR -->

## ๐ŸŽฏ Type of Change

<!-- Mark the relevant option with an "x" -->

- [ ] ๐Ÿ› 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)
- [ ] ๐Ÿ“š Documentation update
- [ ] ๐ŸŽจ Code style/formatting changes
- [ ] โ™ป๏ธ Refactoring (no functional changes)
- [ ] โšก Performance improvements
- [ ] ๐Ÿงช Test additions or modifications
- [ ] ๐Ÿ”ง Build/CI configuration changes

## ๐Ÿ”— Related Issue

<!-- Link to the issue this PR addresses -->
Fixes #(issue number)

## ๐Ÿงช Testing

<!-- Describe the tests you ran to verify your changes -->

- [ ] Unit tests pass
- [ ] Integration tests pass
- [ ] Manual testing completed
- [ ] Added new tests for new functionality

### Test Details

<!-- Provide details about testing -->

## ๐Ÿ“‹ Checklist

<!-- Mark completed items with an "x" -->

- [ ] My code follows the project's coding standards
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published

## ๐Ÿ“ธ Screenshots (if applicable)

<!-- Add screenshots to help explain your changes -->

## ๐Ÿ”„ Breaking Changes

<!-- If this PR introduces breaking changes, describe them here -->

## ๐Ÿ“– Additional Notes

<!-- Any additional information that reviewers should know -->

---

**For Maintainers:**

- [ ] Update CHANGELOG.md
- [ ] Consider version bump requirements
- [ ] Review security implications
- [ ] Check for API documentation updates needed