mirror of
https://gitee.com/openharmony/applications_notes
synced 2025-02-17 06:17:36 +00:00
回退
Signed-off-by: nobbo <gaoshang22@huawei.com>
This commit is contained in:
parent
b6f6d78a1c
commit
b56f7e672b
24
README_zh.md
24
README_zh.md
@ -1,10 +1,9 @@
|
||||
# 备忘录源码开发说明
|
||||
## 简介
|
||||
## 1. 项目介绍
|
||||
备忘录应用是OpenHarmony中预置的应用,为用户提供文本编辑以及保存功能。
|
||||
|
||||
![](./figures/note.png)
|
||||
|
||||
## 目录
|
||||
## 2. 工程结构
|
||||
### 目录结构
|
||||
```
|
||||
/applications/standard/note
|
||||
├─common
|
||||
@ -44,10 +43,17 @@
|
||||
│ └─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
|
||||
|
||||
@ -75,7 +81,7 @@
|
||||
|
||||
|
||||
|
||||
## 安装、调试
|
||||
## 4. 安装、调试
|
||||
|
||||
### 应用安装
|
||||
|
||||
@ -132,9 +138,3 @@ hilog | grep 过滤信息
|
||||
hilog | grep Label
|
||||
```
|
||||
|
||||
## 相关仓
|
||||
|
||||
系统应用
|
||||
|
||||
**applications_notes**
|
||||
|
||||
|
@ -1,17 +1,17 @@
|
||||
{
|
||||
"license": "ISC",
|
||||
"types": "",
|
||||
"devDependencies": {},
|
||||
"name": "@ohos/component",
|
||||
"description": "a npm package which contains arkUI2.0 page",
|
||||
"ohos": {
|
||||
"org": ""
|
||||
"license":"ISC",
|
||||
"types":"",
|
||||
"devDependencies":{},
|
||||
"name":"@ohos/component",
|
||||
"description":"a npm package which contains arkUI2.0 page",
|
||||
"ohos":{
|
||||
"org":""
|
||||
},
|
||||
"main": "index.ets",
|
||||
"repository": {},
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"@ohos/utils": "file:../utils",
|
||||
"@ohos/source": "file:../resources"
|
||||
"main":"index.ets",
|
||||
"repository":{},
|
||||
"version":"1.0.0",
|
||||
"dependencies":{
|
||||
"@ohos/utils":"file:../utils",
|
||||
"@ohos/source":"file:../resources"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,14 +1,14 @@
|
||||
{
|
||||
"license": "ISC",
|
||||
"types": "",
|
||||
"devDependencies": {},
|
||||
"name": "@ohos/resources",
|
||||
"description": "a npm package which contains arkUI2.0 page",
|
||||
"ohos": {
|
||||
"org": ""
|
||||
"license":"ISC",
|
||||
"types":"",
|
||||
"devDependencies":{},
|
||||
"name":"@ohos/resources",
|
||||
"description":"a npm package which contains arkUI2.0 page",
|
||||
"ohos":{
|
||||
"org":""
|
||||
},
|
||||
"main": "index.ets",
|
||||
"repository": {},
|
||||
"version": "1.0.0",
|
||||
"dependencies": {}
|
||||
}
|
||||
"main":"index.ets",
|
||||
"repository":{},
|
||||
"version":"1.0.0",
|
||||
"dependencies":{}
|
||||
}
|
@ -1,16 +1,16 @@
|
||||
{
|
||||
"license": "ISC",
|
||||
"types": "",
|
||||
"devDependencies": {},
|
||||
"name": "@ohos/utils",
|
||||
"description": "a npm package which contains arkUI2.0 page",
|
||||
"ohos": {
|
||||
"org": ""
|
||||
"license":"ISC",
|
||||
"types":"",
|
||||
"devDependencies":{},
|
||||
"name":"@ohos/utils",
|
||||
"description":"a npm package which contains arkUI2.0 page",
|
||||
"ohos":{
|
||||
"org":""
|
||||
},
|
||||
"main": "index.ets",
|
||||
"repository": {},
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"@ohos/source": "file:../resources"
|
||||
"main":"index.ets",
|
||||
"repository":{},
|
||||
"version":"1.0.0",
|
||||
"dependencies":{
|
||||
"@ohos/source":"file:../resources"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,18 +1,18 @@
|
||||
{
|
||||
"license": "ISC",
|
||||
"devDependencies": {},
|
||||
"name": "phone",
|
||||
"ohos": {
|
||||
"org": "huawei",
|
||||
"directoryLevel": "module",
|
||||
"buildTool": "hvigor"
|
||||
"license":"ISC",
|
||||
"devDependencies":{},
|
||||
"name":"phone",
|
||||
"ohos":{
|
||||
"org":"huawei",
|
||||
"directoryLevel":"module",
|
||||
"buildTool":"hvigor"
|
||||
},
|
||||
"description": "example description",
|
||||
"repository": {},
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"@ohos/utils": "file:../../common/utils",
|
||||
"@ohos/component": "file:../../common/component",
|
||||
"@ohos/source": "file:../../common/resources"
|
||||
"description":"example description",
|
||||
"repository":{},
|
||||
"version":"1.0.0",
|
||||
"dependencies":{
|
||||
"@ohos/utils":"file:../../common/utils",
|
||||
"@ohos/component":"file:../../common/component",
|
||||
"@ohos/source":"file:../../common/resources"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,18 +1,18 @@
|
||||
{
|
||||
"license": "ISC",
|
||||
"devDependencies": {},
|
||||
"name": "tablet",
|
||||
"ohos": {
|
||||
"org": "huawei",
|
||||
"directoryLevel": "module",
|
||||
"buildTool": "hvigor"
|
||||
"license":"ISC",
|
||||
"devDependencies":{},
|
||||
"name":"tablet",
|
||||
"ohos":{
|
||||
"org":"huawei",
|
||||
"directoryLevel":"module",
|
||||
"buildTool":"hvigor"
|
||||
},
|
||||
"description": "example description",
|
||||
"repository": {},
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"@ohos/utils": "file:../../common/utils",
|
||||
"@ohos/component": "file:../../common/component",
|
||||
"@ohos/source": "file:../../common/resources"
|
||||
"description":"example description",
|
||||
"repository":{},
|
||||
"version":"1.0.0",
|
||||
"dependencies":{
|
||||
"@ohos/utils":"file:../../common/utils",
|
||||
"@ohos/component":"file:../../common/component",
|
||||
"@ohos/source":"file:../../common/resources"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user