docs: update README

This commit is contained in:
zhuyasen 2025-02-08 20:35:47 +08:00
parent 3730ea86e1
commit 2617c802c5
2 changed files with 15 additions and 7 deletions

View File

@ -15,9 +15,9 @@
</div>
**Sponge** is a powerful `Go` development framework. Its core concept revolves around reverse-engineering modular code by parsing `JSON`, `SQL`, or `Protobuf` files. The generated code can be flexibly and seamlessly assembled into various types of complete backend services (`similar to the characteristics of sponge cells, where disassembled sponge cells can automatically recombine into a new sponge`).
**Sponge** is a powerful `Go` development framework. Its core concept revolves around reverse-engineering modular code by parsing `SQL`, `Protobuf`, and `JSON` files. The generated code can be flexibly and seamlessly assembled into various types of complete backend services (`similar to the characteristics of sponge cells, where disassembled sponge cells can automatically recombine into a new sponge`).
Sponge provides an all-in-one solution for project development, covering code generation, development, testing, API documentation, and deployment, significantly enhancing development efficiency, reducing complexity, and enabling high-quality projects with a "low-code approach".
Sponge provides an all-in-one solution for project development with outstanding engineering capabilities, covering code generation, development, testing, API documentation, and deployment, significantly enhancing development efficiency, reducing complexity, and enabling high-quality projects with a "low-code approach".
<br>
@ -56,9 +56,13 @@ Additionally, developers can use custom templates to generate various types of c
- Test code;
- Build and deployment scripts, etc.
4. **Generate code on the page, simple and easy to use**
4. **Generate Code on the Page, Simple and Easy to Use**
Sponge allows code generation directly on the page, making it simpler and more user-friendly than using the command line. You only need to fill in the relevant parameters on the page to generate code with one click.
5. **Supports the AI assistant in generating reference code that aligns with business logic, enhancing development efficiency.** Click to view the [usage documentation](https://go-sponge.com/assistant).
5. **Deep Integration with AI Assistant (DeepSeek or ChatGPT)**
Sponge comes with a built-in AI assistant, combining the strengths of both to form a comprehensive and efficient development solution:
- **Sponge**: Handles infrastructure code generation (service framework, CRUD API interfaces, and custom API interfaces without business logic implementation).
- **DeepSeek or ChatGPT**: Focuses on business logic implementation (table structure DDL design, custom API interface definition, and business logic implementation code).
<br>

View File

@ -2,7 +2,7 @@
<br>
**sponge** 是一个强大的 `Go` 开发框架,其核心理念是通过解析 `JSON`、`SQL` 或 `Protobuf` 文件逆向生成模块化的代码,这些代码可以灵活、无缝地组合成多种类型的完整后端服务(`类似海绵细胞的特性,打散的海绵细胞能自动重新组合成新的海绵`。sponge 提供一站式项目开发解决方案涵盖代码生成、开发、测试、API 文档生成和部署,大幅提升开发效率,降低开发难度,实现以"低代码"方式构建高质量项目。
**sponge** 是一个强大的 `Go` 开发框架,其核心理念是通过解析 `SQL`、`Protobuf`、`JSON` 文件逆向生成模块化的代码,这些模块化代码可以灵活、无缝地组合成多种类型的完整后端服务(`类似海绵细胞的特性,打散的海绵细胞能自动重新组合成新的海绵`。sponge 提供一站式项目开发解决方案,拥有出色的项目工程化能力涵盖代码生成、开发、测试、API 文档生成和部署,大幅提升开发效率,降低开发难度,实现以"低代码"方式构建高质量项目。
<br>
@ -41,8 +41,12 @@ sponge 适用于快速开发各种高性能后端服务,包括但不限于:
- 构建和部署脚本等。
4. **在页面生成代码,简单易用**
sponge 提供在页面生成代码,比使用命令行更加简单易用,只需在页面上填写相关参数,即可一键生成代码。
5. **支持 AI 助手生成与业务逻辑匹配的参考代码,从而提升开发效率。** 点击查看[使用文档](https://go-sponge.com/zh-cn/assistant)。
5. **深度集成 AI 助手(DeepSeek 或 ChatGPT)**
sponge 内置了AI助手两者优势互补形成一套完整的高效开发解决方案
- **Sponge**:负责基础设施代码生成(服务框架、CRUD API 接口、缺少业务逻辑实现的自定义 API 接口等)。
- **DeepSeek 或 ChatGPT**:专注业务逻辑实现(表结构 DDL 设计、自定义 API 接口定义、业务逻辑实现代码)。
<br>