diff --git a/.gitignore b/.gitignore
index a6c9611..12f8883 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,7 @@
# IDE files
.idea
+.vscode
*.iml
# Compiled Object files, Static and Dynamic libs (Shared Objects)
diff --git a/README.md b/README.md
index 422b2a1..61ec820 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,18 @@
+
+
+
# GoPool
+[](https://makeapullrequest.com)
+[](https://github.com/devchat-ai/gopool/actions)
+[](https://goreportcard.com/report/github.com/devchat-ai/gopool)
+[](https://github.com/devchat-ai/gopool/releases/)
+
+| English | [中文](README_zh.md) |
+| --- | --- |
+
+
+
Welcome to GoPool, **a project where 95% of the code is generated by GPT**. You can find the corresponding list of Commit and Prompt at [pro.devchat.ai](https://pro.devchat.ai).
GoPool is a high-performance, feature-rich, and easy-to-use worker pool library for Golang. It is designed to manage and recycle a pool of goroutines to complete tasks concurrently, improving the efficiency and performance of your applications.
diff --git a/README_zh.md b/README_zh.md
index 9beaaa3..90819de 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -1,6 +1,18 @@
+
+
# GoPool
+[](https://makeapullrequest.com)
+[](https://github.com/devchat-ai/gopool/actions)
+[](https://goreportcard.com/report/github.com/devchat-ai/gopool)
+[](https://github.com/devchat-ai/gopool/releases/)
+
+| [English](README.md) | 中文 |
+| --- | --- |
+
+
+
欢迎来到 GoPool,这是**一个95%的代码由GPT生成的项目**。你可以在[pro.devchat.ai](https://pro.devchat.ai)找到相应的 Commit 和 Prompt 列表。
GoPool 是一个用 Golang 实现的高性能、功能丰富、易于使用的工作池库。它会管理和回收一组 goroutine 来并发完成任务,从而提高你的应用程序的效率和性能。