Files
xiaohongshu-mcp/configs/username.go
zy ad500c3360 chore: 更新用户名常量为小红书的配置
- 将用户名常量从 "xpzouying" 修改为 "xiaohongshu-mcp" 以反映最新的配置要求
2025-08-31 15:56:01 +08:00

6 lines
57 B
Go

package configs
const (
Username = "xiaohongshu-mcp"
)