feat:完成微信公众号的自动化工具

This commit is contained in:
Daniel
2026-04-01 14:21:10 +08:00
commit 124a5f0192
16 changed files with 675 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
x2wechat:
build: .
container_name: x2wechat-studio
ports:
- "18000:8000"
env_file:
- .env
restart: unless-stopped