diff --git a/.gitignore b/.gitignore index 11b13dd..9f84e4a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .idea -/data \ No newline at end of file +/data +.DS_Store +.vscode diff --git a/README.md b/README.md index 594aba4..f3842a7 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ - 3群:316239544 - 4群:1027678459 +# 微信公众号 +![二维码](assets/wechat.png) + # 功能特性 - ✅ 支持 Linux/AMD64、Linux/ARM64 架构 - 🐳 Docker 容器化部署 diff --git a/assets/wechat.png b/assets/wechat.png new file mode 100644 index 0000000..8d0c10a Binary files /dev/null and b/assets/wechat.png differ