From 8d7f61be72275568d0832349ec45e8581542cd63 Mon Sep 17 00:00:00 2001 From: jiangwensai Date: Tue, 2 Aug 2022 19:56:48 +0800 Subject: [PATCH] IssueNo: #I5KAWA Description: Fix code check. Sig: SIG_Sample Feature or Bugfix: Bugfix Binary Source: No Signed-off-by: jiangwensai --- CodeCommitChecklist.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CodeCommitChecklist.md b/CodeCommitChecklist.md index a6d2f01006..4a4ddc738b 100644 --- a/CodeCommitChecklist.md +++ b/CodeCommitChecklist.md @@ -57,7 +57,8 @@ main | |---Index.ets // Index的UI界面代码 |---model // 数据 | |---IndexData.ts // Index数据模型 -| |---MockData.ts // Mock数据 +|---mock // Mock数据 +| |---MockIndexData.ts // IndexData的mock数据 |---net // 网络 | |---IndexApi.ts // 网络接口 ``` @@ -88,4 +89,5 @@ Signed-off-by: jiangwensai 2. 相关概念:需要介绍本sample的主要实现原理,如使用了什么API、有什么关键性的配置和实现等等; 3. 相关权限:介绍应用的使用权限; 4. 使用说明:介绍应用的操作步骤和使用方法; -5. 约束与限制:说明应用的运行操作系统版本、IDE版本、API版本等信息; \ No newline at end of file +5. 依赖: 介绍对其他sample的依赖,附上sample链接 +6. 约束与限制:说明应用的运行操作系统版本、IDE版本、API版本等信息; \ No newline at end of file -- Gitee