From ad500c3360be80e2a9e054b454934627ce23383d Mon Sep 17 00:00:00 2001 From: zy Date: Sun, 31 Aug 2025 15:54:12 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=90=8D=E5=B8=B8=E9=87=8F=E4=B8=BA=E5=B0=8F=E7=BA=A2=E4=B9=A6?= =?UTF-8?q?=E7=9A=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将用户名常量从 "xpzouying" 修改为 "xiaohongshu-mcp" 以反映最新的配置要求 --- configs/username.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/username.go b/configs/username.go index 1901783..006e1fd 100644 --- a/configs/username.go +++ b/configs/username.go @@ -1,5 +1,5 @@ package configs const ( - Username = "xpzouying" + Username = "xiaohongshu-mcp" )