Skip to content

Commit 8703e3c

Browse files
committed
chore: 添加 bot.pmSearchResultTemp 警告说明
#285
1 parent b062e83 commit 8703e3c

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## 2022
44

5+
### 02-04 v2.32.1
6+
7+
- 该版本无内容更新,仅为公告用途
8+
- 近期请勿启用 `bot.pmSearchResultTemp` 功能,通过 go-cqhttp 发送群临时会话很可能导致账号冻结,详情请关注 https://github.com/Mrs4s/go-cqhttp/issues/1338
9+
510
### 01-08 v2.32.0
611

712
- 悲报:ascii2d 因上了 CF,机器人请求可能会被 JS Challenge 拦截,目前没有找到解决方法,如频繁出现 403 错误请将 `bot.useAscii2dWhenQuotaExcess`, `bot.useAscii2dWhenLowAcc`, `bot.useAscii2dWhenFailed` 设为 `false`;如您有好的解决方案请前往 ([#283](../../issues/283)) 献言献策,谢谢

config.default.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"pmSearchResult": false,
5858
// 允许通过临时会话向未添加机器人为好友的用户私聊发送搜图结果
5959
// 需允许群内用户发起临时会话,或将机器人设置管理员
60+
// 警告:近期请勿启用,此功能很可能导致账号冻结,详情请关注 https://github.com/Mrs4s/go-cqhttp/issues/1338
6061
"pmSearchResultTemp": false,
6162
// 若结果消息有多条,采用合并转发方式发送搜图结果(仅在群内有效)
6263
"groupForwardSearchResult": false,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cq-picsearcher-bot",
3-
"version": "2.32.0",
3+
"version": "2.32.1",
44
"description": "二次元搜图机器人",
55
"main": "index.js",
66
"private": true,

0 commit comments

Comments
 (0)