92c1ac319a
* docs: add collection & field guide * docs: add extending field and full example package * docs: fix sample code * docs: fix typo
12 lines
422 B
Markdown
12 lines
422 B
Markdown
# 概览
|
|
|
|
## 内置模块列表
|
|
|
|
| 模块 | 包名 | 描述 |
|
|
| --- | --- | --- |
|
|
| [Server](/api/server) | `@nocobase/server` | 服务端应用 |
|
|
| [Database](/api/database) | `@nocobase/database` | 数据库访问层 |
|
|
| [Resourcer](/api/resourcer) | `@nocobase/resourcer` | 资源与路由映射 |
|
|
| [ACL](/api/acl) | `@nocobase/acl` | 访问控制表 |
|
|
| [Client](/api/client) | `@nocobase/client` | 客户端应用 |
|