Update index.md

This commit is contained in:
Zhou 2022-12-21 10:04:39 +08:00 committed by GitHub
parent 1868a8a5f3
commit ec127c8465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
# 概览
# Overview
| 模块 | 包名 | 描述 |
| Modules | Package Name | Description |
|-----------------------------------| --------------------- | ------------------- |
| [Server](/api/server/application) | `@nocobase/server` | 服务端应用 |
| [Database](/api/database) | `@nocobase/database` | 数据库访问层 |
| [Resourcer](/api/resourcer) | `@nocobase/resourcer` | 资源与路由映射 |
| [ACL](/api/acl) | `@nocobase/acl` | 访问控制表 |
| [Client](/api/client/application) | `@nocobase/client` | 客户端应用 |
| [CLI](/api/cli) | `@nocobase/cli` | NocoBase 命令行工具 |
| [Server](/api/server/application) | `@nocobase/server` | Server-side application |
| [Database](/api/database) | `@nocobase/database` | Database access layer |
| [Resourcer](/api/resourcer) | `@nocobase/resourcer` | Resource and route mapping |
| [ACL](/api/acl) | `@nocobase/acl` | Access Control List |
| [Client](/api/client/application) | `@nocobase/client` | Client-side application |
| [CLI](/api/cli) | `@nocobase/cli` | NocoBase command line tools |
| [SDK](/api/sdk) | `@nocobase/sdk` | NocoBase SDK |
| [Actions](/api/actions) | `@nocobase/actions` | 内置常用资源操作 |
| [Actions](/api/actions) | `@nocobase/actions` | Built-in common resource actions |