Skip to content

Commit

Permalink
update glossary links
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Aug 5, 2023
1 parent 10e7531 commit 949c64c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions zh-CN/api/database/built-in.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ Koishi 的数据库 API 实际上分为两部分:

- **id:** `id` 用户 ID
- **name:** `string` 用户昵称
- **flag:** `number` 状态标签
- **authority:** `number` 用户权限
- **authority:** `number` 权限等级
- **permissions:** `string[]` 权限列表
- **locales:** `string[]` 语言列表

### Binding

Expand All @@ -26,8 +27,9 @@ Koishi 的数据库 API 实际上分为两部分:

- **platform:** `string` 平台名
- **id:** `string` 频道账号
- **flag:** `number` 状态标签
- **assignee:** `string` [受理人](../../manual/usage/permission.md#受理人机制)
- **permissions:** `string[]` 权限列表
- **locales:** `string[]` 语言列表

## 内置实例方法

Expand Down
6 changes: 3 additions & 3 deletions zh-CN/api/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
适配器是指实现了平台协议,能够让机器人接入平台的插件。通常来说一个适配器实例对应了一个机器人用户,同时启用多个适配器就实现了多个机器人的同时接入。

- [入门 > 接入聊天平台](../manual/console/adapter.md)
- [入门 > 跨平台](../manual/usage/platform.html#基础概念)
- [开发 > 跨平台 > 使用适配器](../guide/adapter/index.md)
- [开发 > 跨平台 > 实现适配器](../guide/adapter/adapter.md)
- [API > 核心模块 > 适配器](./core/adapter.md)

## 应用 (App)
Expand All @@ -20,8 +19,8 @@

机器人是指由 Koishi 操控的平台用户。这里的用户不一定是真实用户,也可以是部分平台专门提供的机器人用户。其他用户通过与机器人进行交互来体验 Koishi 的各项功能。

- [入门 > 跨平台](../manual/usage/platform.html#基础概念)
- [开发 > 交互基础 > 进阶用法](../guide/basic/advanced.html#机器人对象)
- [开发 > 跨平台 > 实现机器人](../guide/adapter/bot.md)
- [API > 核心模块 > 机器人](./core/bot.md)
- [API > 内置服务 > 机器人](./service/bots.md)

Expand Down Expand Up @@ -59,6 +58,7 @@
消息元素类似于 HTML 元素,它是组成消息的基本单位。一个元素可以表示具有特定语义的内容,如文本、表情、图片、引用、元信息等。Koishi 会将这些元素转换为平台所支持的格式,以便在不同平台之间发送和接收消息。

- [开发 > 交互基础 > 消息元素](../guide/basic/element.md)
- [开发 > 跨平台 > 消息编码](../guide/adapter/encoder.md)
- [API > 消息元素](./message/syntax.md)

## 事件 (Events)
Expand Down

0 comments on commit 949c64c

Please sign in to comment.