Skip to content

Commit

Permalink
docs: update poke receive
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp committed Jul 14, 2024
1 parent ea8ad00 commit fa6fd98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@ QQ 尚未具备此功能。
<details>
<summary>接收戳一戳</summary>

只能识别戳一戳消息的来源聊天/来源群。群内触发的戳一戳消息无法得知发送者。
1000001 戳了戳 1000000:

```html
<chronocat:poke />
<chronocat:poke user-id="1000000" operator-id="1000001" />
```

</details>
Expand Down
9 changes: 1 addition & 8 deletions packages/docs/docs/guide/install/engine/crychiccat.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,9 @@ Crychiccat 引擎,使用 C++ 编写,旨在为 Chronocat 提供 Chronocat 引

## 功能

### 接收戳一戳

「接收戳一戳」可用于接收手机 QQ 的戳一戳(双击头像)消息。只能识别戳一戳消息的来源聊天/来源群。群内触发的戳一戳消息无法得知发送者。可以用于触发随机文字/表情包等内容回复。接收消息的内容为
`<chronocat:poke/>`

「接收戳一戳」功能与旧有 poke 引擎逻辑相同,限制也相同。Crychiccat 引擎会同时取代旧 poke 引擎。

### 发送戳一戳

「发送戳一戳」没有上面的类似限制,可以指定任何好友或群内用户。
「发送戳一戳」可以指定任何好友或群内用户。

要向好友发送戳一戳,直接发送 `<chronocat:poke/>` 消息元素即可。要在群内发送戳一戳,发送的 poke 元素则类似
`<chronocat:poke user-id="1000000" />`;其中 `1000000` 是用户的 QQ。
Expand Down

0 comments on commit fa6fd98

Please sign in to comment.