Subdomain Support and Package Distribution Improvements
What's New
- ✨ Added support for custom subdomains via `--sd` flag
- 📝 Added comprehensive documentation in both English and Chinese
- 🔄 Migrated from `setup.py` to modern `pyproject.toml` for better package distribution
- 📦 Improved PyPI package structure and metadata
- 🔧 Enhanced GitHub Actions workflow for automated releases
- 📄 Added MIT license
The main highlight of this release is the addition of custom subdomain support, allowing users to get consistent URLs for their applications while maintaining security. The package distribution system has also been modernized for better reliability and maintainability.