From 41d4cf80c5bcefa0b2daa3a9639abaf46c7486f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E8=A1=A8=E5=93=A5?= Date: Fri, 12 Apr 2024 11:46:53 +0800 Subject: [PATCH] chore: add open with opensumi badge (#48401) --- README-zh_CN.md | 4 ++++ README.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README-zh_CN.md b/README-zh_CN.md index c06452a9bf..9d342a6d4f 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -149,6 +149,10 @@ export default App; [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/ant-design/ant-design) +或者使用 opensumi.run 进行在线开发: + +[![opensumi.run](https://custom-icon-badges.demolab.com/badge/opensumi-run-blue.svg?logo=opensumi)](https://opensumi.run/ide/ant-design/ant-design) + 或者克隆到本地开发: ```bash diff --git a/README.md b/README.md index 64a09273b0..b065bcd90e 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,10 @@ Use Gitpod, a free online dev environment for GitHub. [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/ant-design/ant-design) +Or use opensumi.run, a free online pure front-end dev environemt. + +[![opensumi.run](https://custom-icon-badges.demolab.com/badge/opensumi-run-blue.svg?logo=opensumi)](https://opensumi.run/ide/ant-design/ant-design) + Or clone locally: ```bash