From 2ad0752a177a253926d871df573b9cc81d78c2ab Mon Sep 17 00:00:00 2001 From: Don-Talk <1131050326@qq.com> Date: Mon, 27 Jun 2022 08:02:40 +0000 Subject: [PATCH 1/2] update README.md. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e82e71e..823e373 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ ## 目录 ├── FormExtAbility     #Stage模型下的卡片开发示例代码 +├── Stage模型中卡片的基本用法[输入链接说明](https://gitee.com/taps-oh/FormDemo/blob/master/Stage%E6%A8%A1%E5%9E%8B%E4%B8%AD%E5%8D%A1%E7%89%87%E7%9A%84%E5%9F%BA%E6%9C%AC%E7%94%A8%E6%B3%95.md) -- Gitee From 03e9f33ef683257e2b53de071ca056041259bf23 Mon Sep 17 00:00:00 2001 From: Don-Talk <1131050326@qq.com> Date: Mon, 27 Jun 2022 08:04:59 +0000 Subject: [PATCH 2/2] update README.md. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 823e373..19d65e9 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ 本仓主要存放OpenHarmony卡片相关文档、示例代码,旨在为开发者提供更好的卡片开发入门环境。 ## 目录 -├── FormExtAbility     #Stage模型下的卡片开发示例代码 -├── Stage模型中卡片的基本用法[输入链接说明](https://gitee.com/taps-oh/FormDemo/blob/master/Stage%E6%A8%A1%E5%9E%8B%E4%B8%AD%E5%8D%A1%E7%89%87%E7%9A%84%E5%9F%BA%E6%9C%AC%E7%94%A8%E6%B3%95.md) +├── [FormExtAbility](https://gitee.com/taps-oh/FormDemo/tree/master/FormExtAbility)     #Stage模型下的卡片开发示例代码 +├── [Stage模型中卡片的基本用法](https://gitee.com/taps-oh/FormDemo/blob/master/Stage%E6%A8%A1%E5%9E%8B%E4%B8%AD%E5%8D%A1%E7%89%87%E7%9A%84%E5%9F%BA%E6%9C%AC%E7%94%A8%E6%B3%95.md) -- Gitee