From b814e0726b96f0febf7bff13bb8320dd04a03d0e Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 18 May 2023 13:52:28 +0800 Subject: [PATCH] [_] --- README.md | 1 + README.zh-CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index d56e0538..5ea665d4 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Applications developed with YAO | Application | Description | Repository | | -------------------- | ---------------------------------------------------- | --------------------------------------- | +| yaoapp/yao-examples | Yao Examples | https://github.com/YaoApp/yao-examples | | yaoapp/yao-knowledge | A knowledge base application (Coming soon) | https://github.com/YaoApp/yao-knowledge | | yaoapp/xgen-dev-app | A demo application | https://github.com/YaoApp/xgen-dev-app | | yaoapp/demo-project | A demo application for project management | https://github.com/yaoapp/demo-project | diff --git a/README.zh-CN.md b/README.zh-CN.md index 5734f842..d4ae27bb 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -33,6 +33,7 @@ YAO 采用 flow-based 的编程模式,通过编写 YAO DSL (JSON 格式逻辑 | 应用 | 简介 | 代码仓库 | | -------------------- | --------------------------------------- | --------------------------------------- | +| 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 |