From b98d3716af28812c47b968868d67f31d1b6ca941 Mon Sep 17 00:00:00 2001 From: uroma Date: Thu, 22 Jan 2026 15:49:32 +0000 Subject: [PATCH] Add 10% OFF discount link for z.ai coding plan Added discount offer link in multiple locations: - README.md: In "What is Z.AI API?" section - install-claude-code.sh: In hero banner, API key prompt, and manual instructions Discount link: https://z.ai/subscribe?ic=R0K78RJKNW --- README.md | 3 +++ install-claude-code.sh | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index a11856a..d1bd209 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,9 @@ Z.AI provides GLM (General Language Model) models that can be used with Claude C - **glm-4.5-air** - Fast, efficient model (Haiku class) - **glm-4.7** - Powerful model (Sonnet/Opus class) +> [!TIP] +> **Grab 10% OFF Token for z.ai coding plan**: [https://z.ai/subscribe?ic=R0K78RJKNW](https://z.ai/subscribe?ic=R0K78RJKNW) + ### Automated Installation ```bash diff --git a/install-claude-code.sh b/install-claude-code.sh index 9298287..6c4fa4b 100755 --- a/install-claude-code.sh +++ b/install-claude-code.sh @@ -80,6 +80,8 @@ print_banner() { EOF echo -e "${NC}" echo "" + echo -e "${MAGENTA}${BOLD}🎁 Grab 10% OFF Token for z.ai coding plan:${NC} ${YELLOW}https://z.ai/subscribe?ic=R0K78RJKNW${NC}" + echo "" echo -e "${CYAN}Official Documentation:${NC} https://docs.z.ai/devpack/tool/claude" echo "" } @@ -147,6 +149,8 @@ get_zai_api_key() { echo "" echo -e "${YELLOW}Get your API key from:${NC} https://docs.z.ai/devpack/tool/claude" echo "" + echo -e "${MAGENTA}${BOLD}🎁 Grab 10% OFF Token for z.ai coding plan:${NC} ${YELLOW}https://z.ai/subscribe?ic=R0K78RJKNW${NC}" + echo "" echo -e "${MAGENTA}Your API key format is: ${BOLD}your-api-key-here${NC}" echo "" @@ -252,6 +256,9 @@ show_manual_instructions() { echo " Visit: https://docs.z.ai/devpack/tool/claude" echo " Sign up and get your API key" echo "" + echo -e "${MAGENTA}${BOLD}🎁 Grab 10% OFF Token for z.ai coding plan:${NC}" + echo " ${YELLOW}https://z.ai/subscribe?ic=R0K78RJKNW${NC}" + echo "" echo -e "${GREEN}Step 3: Configure Z.AI API${NC}" echo "─────────────────────────────────────────────────────────────────" echo ""