From 0f0a0814b76c011b68e7c25e7b076a51efb77c22 Mon Sep 17 00:00:00 2001 From: 3030332422 <3030332422@qq.com> Date: Tue, 2 Sep 2025 12:45:51 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/weather-integration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/weather-integration.md b/docs/weather-integration.md index c13446fc..4832e093 100644 --- a/docs/weather-integration.md +++ b/docs/weather-integration.md @@ -14,7 +14,7 @@ ### 2. 创建应用获取API Key -1. 进入控制台后,点击右侧"项目管理"(https://console.qweather.com/project?lang=zh) → "创建项目" +1. 进入控制台后,点击右侧["项目管理"](https://console.qweather.com/project?lang=zh) → "创建项目" 2. 填写项目信息: - **项目名称**:如"小智语音助手" 3. 点击保存 @@ -27,7 +27,7 @@ ### 3. 获取API Host -1. 在控制台中点击"设置"(https://console.qweather.com/setting?lang=zh) → "API Host" +1. 在控制台中点击["设置"](https://console.qweather.com/setting?lang=zh) → "API Host" 2. 查看分配给你的专属API Host地址 3. 将地址复制到配置文件的 `api_host` 字段