fix: 修正占位符命名 YOUR_NAP CAT_HOST → YOUR_NAPCAT_HOST(去掉空格)

This commit is contained in:
Claw
2026-05-04 16:32:35 +08:00
parent 6b51154d42
commit d281bba937
16 changed files with 16 additions and 16 deletions

View File

@ -28,7 +28,7 @@ import requests
import os
# go-cqhttp HTTP API 地址(与 qqrebot 配置文件一致)
CQHTTP_URL = "http://YOUR_NAP CAT_HOST:25570"
CQHTTP_URL = "http://YOUR_NAPCAT_HOST:25570"
# 默认接收用户(管理员)
DEFAULT_USER = "YOUR_ADMIN_QQ"