Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
whitechi73 authored Nov 30, 2023
1 parent bd5bfb8 commit 7da2b0e
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 31 deletions.
11 changes: 8 additions & 3 deletions docs/message/media.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ icon: compact-disc
| url | string |||| 语音链接地址 |
| magic | bool | × ||| 是否为魔法语音 |

:::tabs
::: tabs

@tab CQ 码

Expand Down Expand Up @@ -85,13 +85,16 @@ icon: compact-disc
| ---- | ------ | --- | --- | ---- | ------------ |
| file | string | × ||| 视频文件地址 |

### CQ 码

::: tabs

@tab CQ 码

```
[CQ:video,file=file:///sdcard/Movies/shamrock.mp4]
```

### 消息段
@tab 消息段

```json
{
Expand All @@ -101,3 +104,5 @@ icon: compact-disc
}
}
```

:::
24 changes: 18 additions & 6 deletions docs/message/normal.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ icon: comment-dots
将在未来实现 `qq` 字段为 `online``admin` 时的功能。
:::

### CQ 码
::: tabs

@tab CQ 码

```
[CQ:at,qq=123456]
```

### 消息段
@tab 消息段

```json
{
Expand All @@ -36,6 +38,8 @@ icon: comment-dots
}
```

:::

## 表情

### 参数
Expand All @@ -48,13 +52,15 @@ icon: comment-dots
表情 ID 可以在 [这里](https://github.com/richardchien/coolq-http-api/wiki/%E8%A1%A8%E6%83%85-CQ-%E7%A0%81-ID-%E8%A1%A8) 查看。
:::

### CQ 码
::: tabs

@tab CQ 码

```
[CQ:face,id=1]
```

### 消息段
@tab 消息段

```json
{
Expand All @@ -65,6 +71,8 @@ icon: comment-dots
}
```

:::

## 回复

### 参数
Expand All @@ -73,13 +81,15 @@ icon: comment-dots
| ---- | ---- | --- | --- | ---- | ------- |
| id | int |||| 消息 ID |

### CQ 码
:::tabs

@tab CQ 码

```
[CQ:reply,id=1]
```

### 消息段
@tab 消息段

```json
{
Expand All @@ -89,3 +99,5 @@ icon: comment-dots
}
}
```

:::
88 changes: 66 additions & 22 deletions docs/message/special.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ icon: paper-plane
| -------- | ---- | --- | --- | ---- | --------------------- |
| id | int || x || 点数 ID |

### CQ 码
::: tabs

@tab CQ 码

```
[CQ:new_dice,id=1]
```

### 消息段
@tab 消息段

```json
{
Expand All @@ -28,15 +30,19 @@ icon: paper-plane
}
```

:::

## 骰子 (NTQQ废弃)

### CQ 码
::: tabs

@tab CQ 码

```
[CQ:dice]
```

### 消息段
@tab 消息段

```json
{
Expand All @@ -46,15 +52,19 @@ icon: paper-plane
}
```

:::

### 剪刀石头布 (NTQQ废弃)

### CQ 码
::: tabs

@tab CQ 码

```
[CQ:rps]
```

### 消息段
@tab 消息段

```json
{
Expand All @@ -64,6 +74,8 @@ icon: paper-plane
}
```

:::

## 戳一戳

::: warning 注意
Expand All @@ -78,13 +90,15 @@ Shamrock 对于戳一戳的定义与 `go-cqhttp` 不同。
| id | int |||| 戳一戳 ID |
| strength | int |||| 戳一戳强度(1-5 默认1) |

### CQ 码
::: tabs

@tab CQ 码

```
[CQ:poke,type=1,id=10000]
```

### 消息段
@tab 消息段

```json
{
Expand All @@ -97,6 +111,8 @@ Shamrock 对于戳一戳的定义与 `go-cqhttp` 不同。
}
```

:::

## 戳一戳(双击头像)

### 参数
Expand All @@ -105,13 +121,15 @@ Shamrock 对于戳一戳的定义与 `go-cqhttp` 不同。
| ---- | ---- | --- | --- | ---- | ---- |
| id | int |||| QQ号 |

### CQ 码
::: tabs

@tab CQ 码

```
[CQ:touch,id=123456]
```

### 消息段
@tab 消息段

```json
{
Expand All @@ -122,6 +140,8 @@ Shamrock 对于戳一戳的定义与 `go-cqhttp` 不同。
}
```

:::

## 音乐

### 参数
Expand All @@ -131,13 +151,15 @@ Shamrock 对于戳一戳的定义与 `go-cqhttp` 不同。
| type | string |||| 音乐类型(`qq`/`163`) |
| id | int |||| 音乐 ID |

### CQ 码
::: tabs

@tab CQ 码

```
[CQ:music,type=qq,id=123456]
```

### 消息段
@tab 消息段

```json
{
Expand All @@ -149,6 +171,8 @@ Shamrock 对于戳一戳的定义与 `go-cqhttp` 不同。
}
```

:::

## 音乐(自定义)

### 参数
Expand All @@ -162,13 +186,15 @@ Shamrock 对于戳一戳的定义与 `go-cqhttp` 不同。
| singer | string |||| 歌手 |
| image | string |||| 封面图片链接 |

### CQ 码
::: tabs

@tab CQ 码

```
[CQ:music,type=custom,url=https://example.com,audio=https://example.com/music.mp3,title=Music,singer=Music,image=https://example.com/image.jpg]
```

### 消息段
@tab 消息段

```json
{
Expand All @@ -184,6 +210,8 @@ Shamrock 对于戳一戳的定义与 `go-cqhttp` 不同。
}
```

:::

## 天气

### 参数
Expand All @@ -193,13 +221,15 @@ Shamrock 对于戳一戳的定义与 `go-cqhttp` 不同。
| city | string |||| 城市名称 |
| code | string |||| 城市代码 |

### CQ 码
::: tabs

@tab CQ 码

```
[CQ:weather,city=上海]
```

### 消息段
@tab 消息段

```json
{
Expand All @@ -210,6 +240,8 @@ Shamrock 对于戳一戳的定义与 `go-cqhttp` 不同。
}
```

:::

## 位置

### 参数
Expand All @@ -221,13 +253,15 @@ Shamrock 对于戳一戳的定义与 `go-cqhttp` 不同。
| title | string || × || 标题 |
| content | string || × || 内容 |

### CQ 码
::: tabs

@tab CQ 码

```
[CQ:location,lat=39.915168,lon=116.403875]
```

### 消息段
@tab 消息段

```json
{
Expand All @@ -239,6 +273,8 @@ Shamrock 对于戳一戳的定义与 `go-cqhttp` 不同。
}
```

:::

## 链接分享

### 参数
Expand All @@ -251,13 +287,15 @@ Shamrock 对于戳一戳的定义与 `go-cqhttp` 不同。
| image | string || × || 图片链接 |
| file | string || × || 文件链接 |

### CQ 码
::: tabs

@tab CQ 码

```
[CQ:share,url=https://example.com,title=Example,content=Example,image=https://example.com/image.jpg,file=https://example.com/file.zip]
```

### 消息段
@tab 消息段

```json
{
Expand All @@ -272,6 +310,8 @@ Shamrock 对于戳一戳的定义与 `go-cqhttp` 不同。
}
```

:::

## 礼物

### 参数
Expand All @@ -281,13 +321,15 @@ Shamrock 对于戳一戳的定义与 `go-cqhttp` 不同。
| qq | int |||| QQ 号 |
| id | int |||| 礼物 ID |

### CQ 码
::: tabs

@tab CQ 码

```
[CQ:gift,qq=123456,id=10000]
```

### 消息段
@tab 消息段

```json
{
Expand All @@ -298,3 +340,5 @@ Shamrock 对于戳一戳的定义与 `go-cqhttp` 不同。
}
}
```

:::

0 comments on commit 7da2b0e

Please sign in to comment.