Update README.zh-CN.md

This commit is contained in:
Zhou 2022-10-31 23:41:59 +08:00 committed by chenos
parent 54cd35095e
commit fc7b17b085

View File

@ -13,7 +13,7 @@ NocoBase 正处在早期开发阶段,可能变动频繁,请谨慎用于生
## NocoBase 是什么
NocoBase 是一个极易扩展的开源无代码开发平台。
无需编程,使用 NocoBase 搭建自己的协作平台、管理系统,只需要几分钟时间
无需编程,使用 NocoBase 搭建自己的协作平台、管理系统,只需要几个小时
中文官网:
https://cn.nocobase.com/
@ -45,7 +45,7 @@ NocoBase 采用数据结构与使用界面分离的设计思路,可以为数
![2.collection-block.png](https://docs-cn.nocobase.com/static/2.collection-block.7dcc928f.png)
### 2. “配置”与“使用”融为一体
### 2. 所见即所得
NocoBase 可以开发复杂和有特色的业务系统,但这并意味着需要复杂和专业的操作。只需一次点击,就可以在使用界面上显示出配置选项,这意味着具备系统配置权限的管理员可以用所见即所得的操作方式,直接配置用户的使用界面。
![2.user-root.gif](https://docs-cn.nocobase.com/static/2.user-root.824f5ef2.gif)
@ -70,14 +70,14 @@ NocoBase 采用插件化架构,所有新功能都可以通过开发和安装
NocoBase 支持三种安装方式:
- <a target="_blank" href="https://docs-cn.nocobase.com/getting-started/installation/docker-compose">Docker 安装(推荐)</a>
- <a target="_blank" href="https://docs.nocobase.com/welcome/getting-started/installation/docker-compose">Docker 安装(推荐)</a>
适合无代码场景,不需要写代码。升级时,下载最新镜像并重启即可。
- <a target="_blank" href="https://docs-cn.nocobase.com/getting-started/installation/create-nocobase-app">create-nocobase-app 安装</a>
- <a target="_blank" href="https://docs.nocobase.com/welcome/getting-started/installation/create-nocobase-app">create-nocobase-app 安装</a>
项目的业务代码完全独立,支持低代码开发。
- <a target="_blank" href="https://docs-cn.nocobase.com/getting-started/installation/git-clone">Git 源码安装</a>
- <a target="_blank" href="https://docs.nocobase.com/welcome/getting-started/installation/git-clone">Git 源码安装</a>
如果你想体验最新未发布版本,或者想参与贡献,需要在源码上进行修改、调试,建议选择这种安装方式,对开发技术水平要求较高,如果代码有更新,可以走 git 流程拉取最新代码。