chore: 更新用户名常量为小红书的配置

- 将用户名常量从 "xpzouying" 修改为 "xiaohongshu-mcp" 以反映最新的配置要求
This commit is contained in:
zy
2025-08-31 15:54:12 +08:00
parent aa09687751
commit ad500c3360

View File

@@ -1,5 +1,5 @@
package configs
const (
Username = "xpzouying"
Username = "xiaohongshu-mcp"
)