From 51874d39f75603f9e0f4a36b1799453dddcde63b Mon Sep 17 00:00:00 2001 From: Zhou Date: Sat, 27 Apr 2024 21:20:11 +0800 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index af2c51f2ef..7a674b6e4a 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,10 @@ English | [中文](./README.zh-CN.md) - -![NocoBase](https://nocobase-file.oss-cn-beijing.aliyuncs.com/main-l.png) -**Note:** 📌 - -NocoBase is in early stage of development and is subject to frequent changes, please use caution in production environments. +https://github.com/nocobase/nocobase/assets/1267426/75f9fd9e-27fb-47fb-9879-fdca95e385fe ## Recent major updates -- [v0.20:Support for multiple data sources - 2024/03/03](https://docs-cn.nocobase.com/welcome/release/v0200-changelog) +- [v0.20:Support for multiple data sources - 2024/03/03](https://docs.nocobase.com/welcome/release/v0200-changelog) - [v0.19: Application process optimization - 2024/01/08](https://blog.nocobase.com/posts/release-v019/) - [v0.18: Establish a sound testing system - 2023/12/21](https://blog.nocobase.com/posts/release-v018/) - [v0.17: New SchemaInitializer and SchemaSettings - 2023/12/11](https://blog.nocobase.com/posts/release-v017/) @@ -38,25 +34,25 @@ hello@nocobase.com ## Distinctive features -### 1. Model-driven, separate "user interface" from "data structure" +### 1. Data model-driven, separate "user interface" from "data structure" Most form-, table-, or process-driven no-code products create data structures directly in the user interface, such as Airtable, where adding a new column to a table is adding a new field. This has the advantage of simplicity of use, but the disadvantage of limited functionality and flexibility to meet the needs of more complex scenarios. NocoBase adopts the design idea of separating the data structure from the user interface, allowing you to create any number of blocks (data views) for the data collections, with different type, styles, content, and actions in each block. This balances the simplicity of no-code operation with the flexibility of native development. -![model](https://nocobase-file.oss-cn-beijing.aliyuncs.com/model-l.png) +![model](https://static-docs.nocobase.com/model.png) ### 2. What you see is what you get NocoBase enables the development of complex and distinctive business systems, but this does not mean that complex and specialized operations are required. With a single click, configuration options are displayed on the usage interface, and administrators with system configuration privileges can directly configure the user interface in a WYSIWYG manner. -![wysiwyg](https://nocobase-file.oss-cn-beijing.aliyuncs.com/wysiwyg.gif) +![wysiwyg](https://static-docs.nocobase.com/wysiwyg.gif) -### 3. Functions as plugins +### 3. Everything is implemented as plugins NocoBase adopts plugin architecture, all new functions can be realized by developing and installing plugins, and expanding the functions is as easy as installing an APP on your phone. -![plugins](https://nocobase-file.oss-cn-beijing.aliyuncs.com/plugins-l.png) +![plugins](https://static-docs.nocobase.com/plugins.png) ## Installation @@ -72,4 +68,4 @@ NocoBase supports three installation methods: - Installing from Git source code - If you want to experience the latest unreleased version, or want to participate in the contribution, you need to make changes and debug on the source code, it is recommended to choose this installation method, which requires a high level of development skills, and if the code has been updated, you can git pull the latest code. \ No newline at end of file + If you want to experience the latest unreleased version, or want to participate in the contribution, you need to make changes and debug on the source code, it is recommended to choose this installation method, which requires a high level of development skills, and if the code has been updated, you can git pull the latest code.