From 037e52bbcba93d0dcb00aa9dc44d41cf265b5d75 Mon Sep 17 00:00:00 2001 From: Ad-closeNN <1709301095@qq.com> Date: Tue, 3 Mar 2026 22:32:35 +0800 Subject: [PATCH] =?UTF-8?q?chore(docs):=20=E6=A0=87=E7=82=B9=E5=B0=8F?= =?UTF-8?q?=E5=8F=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/posts/kugou-music-download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/posts/kugou-music-download.md b/src/content/posts/kugou-music-download.md index b682506..9a3ac00 100644 --- a/src/content/posts/kugou-music-download.md +++ b/src/content/posts/kugou-music-download.md @@ -38,7 +38,7 @@ category: '教程' ## 后端 :::warning[注意] 1. 请不要信任陌生的后端 API 地址,以免造成数据泄露 -2. 调用时要加上**&和随机的字符**,以免后端缓存结果。 +2. 调用时要加上&和随机的字符,以免后端缓存结果。 3. 需要将环境变量 `platform` 改为 `lite`(概念版)。参见 https://github.com/MakcRe/KuGouMusicApi#使用接口为概念版 :::