Skip to content

Commit

Permalink
Merge pull request #590 from trheyi/main
Browse files Browse the repository at this point in the history
Update README with latest version download and installation links
  • Loading branch information
trheyi authored Mar 12, 2024
2 parents 027c55d + ab758e0 commit a46edd2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@

https://github.com/YaoApp/yao/assets/1842210/6b23ac89-ef6e-4c24-874f-753a98370dec

(English version coming soon)

[中文介绍](README.zh-CN.md)

YAO is an open-source application engine, written in Golang, in the form of a command-line tool that can be downloaded and used immediately. It is suitable for developing business systems, website/APP API, admin panel, self-built low-code platforms, etc.
Expand All @@ -56,6 +54,10 @@ YAO adopts a flow-based programming model to implement various functions by writ

**Documentation:** https://yaoapps.com/en-US/doc

## Latest Version download and installation

https://github.com/YaoApp/xgen-dev-app

## Demo

Applications developed with YAO
Expand Down
20 changes: 10 additions & 10 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@ YAO 采用 flow-based 的编程模式,通过编写 YAO DSL (JSON 格式逻辑

文档: [https://yaoapps.com/doc](https://yaoapps.com/doc)

微信群: 添加微信 17192175099 备注(开发交流)
## 最新版本下载安装

![微信群](docs/wechat.jpg)
https://github.com/YaoApp/xgen-dev-app

## 演示

![界面](docs/yao-setup-demo.jpg)

使用 YAO 开发的应用

| 应用 | 简介 | 代码仓库 |
| -------------------- | --------------------------------------- | --------------------------------------- |
| yaoapp/yao-examples | Yao 应用示例 | https://github.com/YaoApp/yao-examples |
| yaoapp/yao-knowledge | ChatGPT 驱动的知识管理库应用 | https://github.com/YaoApp/yao-knowledge |
| yaoapp/xgen-dev-app | 演示应用 (演示) | https://github.com/YaoApp/xgen-dev-app |
| yaoapp/demo-project | 工程项目管理演示应用(演示) | https://github.com/yaoapp/demo-project |
| yaoapp/demo-finance | 财务管理演示应用(演示) | https://github.com/yaoapp/demo-finance |
| yaoapp/demo-plm | 生产项目管理演示应用(演示) | https://github.com/yaoapp/demo-plm |
| 应用 | 简介 | 代码仓库 |
| -------------------- | ---------------------------- | --------------------------------------- |
| yaoapp/yao-examples | Yao 应用示例 | https://github.com/YaoApp/yao-examples |
| yaoapp/yao-knowledge | ChatGPT 驱动的知识管理库应用 | https://github.com/YaoApp/yao-knowledge |
| yaoapp/xgen-dev-app | 演示应用 (演示) | https://github.com/YaoApp/xgen-dev-app |
| yaoapp/demo-project | 工程项目管理演示应用(演示) | https://github.com/yaoapp/demo-project |
| yaoapp/demo-finance | 财务管理演示应用(演示) | https://github.com/yaoapp/demo-finance |
| yaoapp/demo-plm | 生产项目管理演示应用(演示) | https://github.com/yaoapp/demo-plm |

## 介绍

Expand Down

0 comments on commit a46edd2

Please sign in to comment.