docs: Add Z.AI banner with 10% OFF invite code

- Add promotional banner after title with ROK78RJKNW code
- Include direct link to z.ai/subscribe with invite code
- Positioned prominently for visibility
- Encourages Z.AI usage for AI-powered coding
This commit is contained in:
admin
2026-05-05 10:03:02 +00:00
Unverified
parent bd31701dc1
commit 1ba6af5cf5

View File

@@ -2,6 +2,8 @@
Agentic coder with **Z.AI + Telegram integration** — Claude Code + Hermes in one beast. Agentic coder with **Z.AI + Telegram integration** — Claude Code + Hermes in one beast.
> 💡 **Get 10% OFF Z.AI** — Use code **ROK78RJKNW** at [z.ai/subscribe](https://z.ai/subscribe?ic=ROK78RJKNW) for the Coding Plan
## 🚀 Features ## 🚀 Features
- **🤖 AI-Powered Code Generation**: Powered by Z.AI GLM-5.1 (Coding Plan) - **🤖 AI-Powered Code Generation**: Powered by Z.AI GLM-5.1 (Coding Plan)
@@ -31,10 +33,10 @@ cp .env.example .env
```env ```env
# Z.AI Configuration (Coding Plan) # Z.AI Configuration (Coding Plan)
GLM_BASE_URL=https://api.z.ai/api/coding/paas/v4 GLM_BASE_URL=https://api.z.ai/api/coding/paas/v4
ZAI_API_KEY=your_zai_api_key_here ZAI_API_KEY=your_z...here
# Telegram Bot Configuration # Telegram Bot Configuration
TELEGRAM_BOT_TOKEN=your_bot_token_here TELEGRAM_BOT_TOKEN=your_b...here
TELEGRAM_ALLOWED_USERS=your_telegram_id TELEGRAM_ALLOWED_USERS=your_telegram_id
ZCODE_WEBHOOK_URL=https://your-domain.com/telegram/webhook ZCODE_WEBHOOK_URL=https://your-domain.com/telegram/webhook
``` ```