From ca03a6fa27d372f001190a6aaab48eaaf3c1d87c Mon Sep 17 00:00:00 2001 From: Booker Zhao Date: Wed, 16 Sep 2020 15:03:55 +0800 Subject: [PATCH] doc(readme): update reademe --- README.md | 5 ++++- packages/framework-core/README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bc56cf66..8f449c251 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ cloudbase framework:deploy | 开发 Function plugin 支持自动部署函数 | 🚀 | | 开发 Node Api Plugin 支持一键部署 Node 应用 | 🚀 | | 插件支持编译成 SAM 描述 | 🚀 | -| 自动检测 Express/ Koa 等主流 Node 框架使用 Node Api Plugin | | +| 自动检测 Express/ Koa 等主流 Node 框架使用 Node Api Plugin | 🚀 | | 云开发全栈框架支持 | | | Node Api Plugin 支持建模和代码生成 | | | 结合 Github Action、Coding 等平台的 CI/CD 功能 | | @@ -262,7 +262,9 @@ CloudBase Framework 的版本变更日志请参阅 [changelog](https://github.co Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + [![All Contributors](https://img.shields.io/badge/all_contributors-20-orange.svg?style=flat-square)](#contributors-) + @@ -299,6 +301,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d + This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! diff --git a/packages/framework-core/README.md b/packages/framework-core/README.md index e305f4411..8f449c251 100644 --- a/packages/framework-core/README.md +++ b/packages/framework-core/README.md @@ -211,7 +211,7 @@ cloudbase framework:deploy | 开发 Function plugin 支持自动部署函数 | 🚀 | | 开发 Node Api Plugin 支持一键部署 Node 应用 | 🚀 | | 插件支持编译成 SAM 描述 | 🚀 | -| 自动检测 Express/ Koa 等主流 Node 框架使用 Node Api Plugin | | +| 自动检测 Express/ Koa 等主流 Node 框架使用 Node Api Plugin | 🚀 | | 云开发全栈框架支持 | | | Node Api Plugin 支持建模和代码生成 | | | 结合 Github Action、Coding 等平台的 CI/CD 功能 | |