From 2ab1d90cf54f30aa38a6fab92a51cef35d14fa9d Mon Sep 17 00:00:00 2001 From: nobbo Date: Wed, 21 Sep 2022 15:37:53 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nobbo --- README_zh.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README_zh.md b/README_zh.md index 6d620b3..1e377c4 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,9 +1,10 @@ # 备忘录源码开发说明 -## 1. 项目介绍 +## 简介 备忘录应用是OpenHarmony中预置的应用,为用户提供文本编辑以及保存功能。 -## 2. 工程结构 -### 目录结构 +![](./figures/note.png) + +## 目录 ``` /applications/standard/note ├─common @@ -43,17 +44,10 @@ │ └─res # 预置图片 └─resources # 资源文件 ``` -### 整体架构 - -![](./figures/note.png) - -## 3. 签名打包 +## 签名打包 ### 签名 -#### 签名文件的获取 -1. 生成签名文件可参考https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/quick-start/configuring-openharmony-app-signature.md - #### 签名文件的配置 打开项目工程,选择 File → Project Structure @@ -81,7 +75,7 @@ -## 4. 安装、调试 +## 安装、调试 ### 应用安装 @@ -138,3 +132,9 @@ hilog | grep 过滤信息 hilog | grep Label ``` +## 相关仓 + +系统应用 + +**applications_notes** + From e7d3339c932760f65b9fadfa1850c9d2a93e61f1 Mon Sep 17 00:00:00 2001 From: nobbo Date: Thu, 22 Sep 2022 15:56:18 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nobbo --- README_zh.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README_zh.md b/README_zh.md index 1e377c4..87e7bba 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,7 +1,9 @@ -# 备忘录源码开发说明 +# 备忘录部件 ## 简介 备忘录应用是OpenHarmony中预置的应用,为用户提供文本编辑以及保存功能。 +**架构图** + ![](./figures/note.png) ## 目录 @@ -46,7 +48,7 @@ ``` -## 签名打包 +## 编译构建/使用方法 ### 签名 #### 签名文件的配置 打开项目工程,选择 File → Project Structure @@ -136,5 +138,5 @@ hilog | grep Label 系统应用 -**applications_notes** +**[applications_notes](https://gitee.com/openharmony/applications_notes)** From 34bd876538c29be4df1a903e7c223556480cce3b Mon Sep 17 00:00:00 2001 From: nobbo Date: Thu, 22 Sep 2022 16:00:28 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nobbo --- README_zh.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README_zh.md b/README_zh.md index 87e7bba..fb11933 100644 --- a/README_zh.md +++ b/README_zh.md @@ -75,10 +75,6 @@ - - -## 安装、调试 - ### 应用安装 将设备通过调试线链接电脑,IDE上显示已链接设备,点击开始按钮即可安装并拉起应用: