From 9742209c4ce31b9c03101fa58a75db1ff21ca1cc Mon Sep 17 00:00:00 2001 From: TreeLin Date: Tue, 9 Jun 2026 14:02:12 +0800 Subject: [PATCH] fix: add source_channel to console bare link in Links table (#42) * fix: add source_channel to console link in README.md * fix: add source_channel to console link in README.zh.md --- README.md | 2 +- README.zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efff88a..79ab95e 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ Config file location: `~/.bailian/config.json` | Aliyun Model Studio CLI Site | https://bailian.console.aliyun.com/cli?source_channel=cli_github& | | DashScope API Docs | https://help.aliyun.com/zh/model-studio/ | | Qwen Model List | https://help.aliyun.com/zh/model-studio/getting-started/models | -| Aliyun Model Studio Console | https://bailian.console.aliyun.com/ | +| Aliyun Model Studio Console | https://bailian.console.aliyun.com/?source_channel=cli_github | | Get API Key | https://bailian.console.aliyun.com/cn-beijing/?source_channel=key_github&tab=app#/api-key | | Get AccessKey | https://ram.console.aliyun.com/manage/ak | diff --git a/README.zh.md b/README.zh.md index f9b1d45..ec6da63 100644 --- a/README.zh.md +++ b/README.zh.md @@ -171,7 +171,7 @@ bl update | 阿里云百炼 CLI 官方主页 | https://bailian.console.aliyun.com/cli?source_channel=cli_github& | | DashScope API 文档 | https://help.aliyun.com/zh/model-studio/ | | 通义千问模型列表 | https://help.aliyun.com/zh/model-studio/getting-started/models | -| 阿里云百炼控制台 | https://bailian.console.aliyun.com/ | +| 阿里云百炼控制台 | https://bailian.console.aliyun.com/?source_channel=cli_github | | 获取 API Key | https://bailian.console.aliyun.com/cn-beijing/?source_channel=key_github&tab=app#/api-key | | 获取 AccessKey | https://ram.console.aliyun.com/manage/ak |