From 8d59f644f17ad75bcc156535d032bbd42efa3535 Mon Sep 17 00:00:00 2001 From: lijianan <574980606@qq.com> Date: Tue, 20 Dec 2022 10:28:18 +0800 Subject: [PATCH] docs: add link for new component (#39669) * blog: add link for new component * update date --- docs/blog/testing-migrate.en-US.md | 4 ++-- docs/blog/testing-migrate.zh-CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/blog/testing-migrate.en-US.md b/docs/blog/testing-migrate.en-US.md index 7097be687c..724ab94189 100644 --- a/docs/blog/testing-migrate.en-US.md +++ b/docs/blog/testing-migrate.en-US.md @@ -1,10 +1,10 @@ --- title: about antd test library migration -date: 2022-12-16 +date: 2022-12-20 author: zombieJ,li-jia-nan --- -Hello, I am [@li-jia-nan](https://github.com/li-jia-nan). I also joined the antd Collaborator a few months ago. Fortunately, as one of the Collaborators, I developed the **FloatButton component** and **QRCode component**, as well as some other maintenance work. Let me share the migration of the antd test library son~ +Hello, I am **[@li-jia-nan](https://github.com/li-jia-nan)**. It is also a new Collaborator who joined antd in the past few months. Fortunately, as one of the Collaborators, I developed the **[FloatButton component](/components/float-button)** and **[QRCode component](/components/qrcode)**, as well as some other maintenance work. Let me share the migration of the antd test library son~ ## introduction diff --git a/docs/blog/testing-migrate.zh-CN.md b/docs/blog/testing-migrate.zh-CN.md index 9c45ddedb8..0143be175e 100644 --- a/docs/blog/testing-migrate.zh-CN.md +++ b/docs/blog/testing-migrate.zh-CN.md @@ -1,10 +1,10 @@ --- title: antd 测试库迁移的那些事儿 -date: 2022-12-16 +date: 2022-12-20 author: zombieJ,li-jia-nan --- -大家好,我是 [@li-jia-nan](https://github.com/li-jia-nan)。也是前几个月新加入的 antd Collaborator, 有幸作为 Collaborators 之一,我开发了 **FloatButton 组件** 和 **QRCode 组件**,以及一些其它维护工作,下面分享一下 antd 测试库迁移的那些事儿~ +大家好,我是 **[@li-jia-nan](https://github.com/li-jia-nan)**。也是前几个月新加入 antd 的 Collaborator, 有幸作为 Collaborators 之一,我开发了 **[FloatButton](/components/float-button-cn)** 组件和 **[QRCode](/components/qrcode-cn)** 组件,以及一些其它维护工作,下面分享一下 antd 测试库迁移的那些事儿~ ## 引言