diff --git a/README.md b/README.md index ecfcb5f..81facb9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ **PPanel is a pure, professional, and perfect open-source proxy panel tool, designed for learning and practical use.** -[English](README.md) | [中文](README_zh.md) | [Report Bug](https://github.com/perfect-panel/ppanel-server/issues/new) | [Request Feature](https://github.com/perfect-panel/ppanel-server/issues/new) +[English](README.md) | [中文](readme_zh.md) | [Report Bug](https://github.com/perfect-panel/ppanel-server/issues/new) | [Request Feature](https://github.com/perfect-panel/ppanel-server/issues/new) @@ -108,7 +108,7 @@ proxy services. Built with Go, it emphasizes performance, security, and scalabil Explore the full API documentation: -- **Swagger**: [https://ppanel.dev/swagger/ppanel](https://ppanel.dev/swagger/ppanel) +- **Swagger**: [https://ppanel.dev/en-US/swagger/ppanel](https://ppanel.dev/swagger/ppanel) The documentation covers all endpoints, request/response formats, and authentication details. @@ -188,6 +188,86 @@ Supported platforms include: Contributions are welcome! Please follow the [Contribution Guidelines](CONTRIBUTING.md) for bug fixes, features, or documentation improvements. +# ✨ Special Thanks + +A huge thank you to the following outstanding open-source projects that have provided invaluable support for this +project's development! 🚀 + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProjectDescriptionProjectDescription
+ + Gin
+ Gin
+ Gin Stars +
+
+ High-performance Go Web framework
+
+ + Gorm
+ Gorm
+ Gorm Stars +
+
+ Powerful Go ORM framework
+
+ + Asynq
+ Asynq
+ Asynq Stars +
+
+ Asynchronous task queue for Go
+
+ + Go-Swagger
+ Go-Swagger
+ Go-Swagger Stars +
+
+ Comprehensive Go Swagger toolkit
+
+ + Go-Zero
+ Go-Zero
+ Go-Zero Stars +
+
+ Go microservices framework (this project's API generator is built on Go-Zero)
+
+
+ +--- + +🎉 **Salute to Open Source**: Thank you to the open-source community for making development simpler and more efficient! +Please give these projects a ⭐ to support the open-source movement! ## 📄 License This project is licensed under the [GPL-3.0 License](LICENSE). \ No newline at end of file diff --git a/readme_zh.md b/readme_zh.md index 33d1901..89a4797 100644 --- a/readme_zh.md +++ b/readme_zh.md @@ -121,7 +121,7 @@ PPanel 服务端是 PPanel 项目的后端组件,为代理服务提供强大 ## 🌐 官方网站 -访问 [ppanel.dev](https://ppanel.dev/) 获取更多信息。 +访问 [ppanel.dev](https://ppanel.dev) 获取更多信息。 ## 📁 目录结构 @@ -186,6 +186,85 @@ make linux-arm64 # 构建特定平台 欢迎各种贡献,包括功能开发、错误修复和文档改进。请查看[贡献指南](CONTRIBUTING_ZH.md)了解详情。 +# ✨ 特别感谢 + +感谢以下优秀的开源项目,它们为本项目的开发提供了强大的支持! 🚀 + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
项目描述项目描述
+ + Gin
+ Gin
+ Gin Stars +
+
+ 高性能的 Go Web 框架
+
+ + Gorm
+ Gorm
+ Gorm Stars +
+
+ 功能强大的 Go ORM 框架
+
+ + Asynq
+ Asynq
+ Asynq Stars +
+
+ Go 语言的异步任务队列
+
+ + Go-Swagger
+ Go-Swagger
+ Go-Swagger Stars +
+
+ 完整的 Go Swagger 工具集
+
+ + Go-Zero
+ Go-Zero
+ Go-Zero Stars +
+
+ Go 微服务框架(本项目的 API 生成器,基于 Go-Zero 实现)
+
+
+ +--- + +🎉 **致敬开源**:感谢开源社区,让开发变得更简单、更高效!欢迎为这些项目点亮 ⭐,支持开源事业! + ## 📄 许可证 本项目采用 [GPL-3.0 许可证](LICENSE) 授权。 \ No newline at end of file