diff --git a/README.md b/README.md
index 60c91cc..778e338 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Sponge provides a one-stop project development solution, covering code generatio
- **Standardized Best Practices**: Based on mature solutions from the Go community (Gin/gRPC/Protobuf, etc.), eliminating the hassle of technology selection.
- **Minimal Learning Curve**: Get started quickly and focus on business logic through code generation and clear examples.
- **Ideal for Team Collaboration**: Unified project structure improves code maintainability.
-- **AI Collaboration**: Based on Sponge's standardized directory and file structure, it intelligently generates business logic code, significantly reducing manual coding and improving development efficiency and code consistency.
+- **AI Collaborative Development**: Sponge’s built-in AI assistant understands directory and file structures, intelligently generates business logic code based on context, significantly reduces manual coding, and improves development efficiency and code consistency.
@@ -113,11 +113,12 @@ Sponge provides an online experience for code generation: [**Code Generation**](
- - Connect to the database, select table names.
- - Download Code: Get the complete code.
- - Generate Swagger Docs: `make docs`.
- - Run: `make run`.
- - Test: Access the Swagger documentation at `http://localhost:8080/swagger/index.html` in your browser to test the API.
+ - Steps for running and testing the project locally:
+ - **Fill in parameters**: Connect to the database and select the table name.
+ - **Download code**: Obtain the complete project code.
+ - **Generate Swagger documentation**: Run the command `make docs`.
+ - **Start the service**: Run the command `make run`.
+ - **API testing**: Open `http://localhost:8080/swagger/index.html` in the browser and use the Swagger UI to test APIs.
diff --git a/assets/en_sponge-ui.png b/assets/en_sponge-ui.png
index ff35167..043f282 100644
Binary files a/assets/en_sponge-ui.png and b/assets/en_sponge-ui.png differ
diff --git a/assets/readme-cn.md b/assets/readme-cn.md
index 27ef123..0702fa4 100644
--- a/assets/readme-cn.md
+++ b/assets/readme-cn.md
@@ -15,7 +15,7 @@ Sponge 提供一站式项目开发解决方案,涵盖代码生成、开发、
- **标准化最佳实践**:基于 Go 社区成熟方案(Gin/gRPC/Protobuf 等),避免技术选型纠结。
- **极简学习曲线**:通过代码生成和清晰示例,快速上手,专注业务逻辑。
- **适合团队协作**:统一项目结构,提升代码可维护性。
-- **AI协作**:基于 Sponge 规范目录与文件结构,智能生成业务逻辑代码,显著降低手工编码,提升开发效率与代码一致性。
+- **AI 协作开发**:Sponge 内置 AI 助手感知目录与文件结构,根据上下文智能生成业务逻辑代码,显著降低手工编码,提升开发效率与代码一致性。
@@ -101,11 +101,12 @@ Sponge 提供在线体验生成代码:[**Code Generation**](https://go-sponge.
- - 连接数据库,选择表名。
- - 下载代码:得到完整代码。
- - 生成 swagger 文档:`make docs`。
- - 运行:`make run`。
- - 测试:在浏览器访问 swagger 文档 `http://localhost:8080/swagger/index.html` 测试 API。
+ - 项目本地运行与测试步骤:
+ - **填写参数**:连接数据库,选择表名。
+ - **下载代码**:获取完整项目代码。
+ - **生成 swagger 文档**:执行命令 `make docs`。
+ - **启动服务**:执行命令 `make run`。
+ - **接口测试**:在浏览器中访问 `http://localhost:8080/swagger/index.html` 通过 Swagger 界面进行 API 测试。
diff --git a/assets/sponge-ui.png b/assets/sponge-ui.png
index 9d00c2a..5c3e5e7 100644
Binary files a/assets/sponge-ui.png and b/assets/sponge-ui.png differ