Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
3a8624cd
D
Docs
项目概览
OpenHarmony
/
Docs
1 年多 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
3a8624cd
编写于
4月 02, 2022
作者:
O
openharmony_ci
提交者:
Gitee
4月 02, 2022
浏览文件
操作
浏览文件
下载
差异文件
!2984 清除设备类敏感词
Merge pull request !2984 from 时睿/master
上级
b0a652b8
8390d33b
变更
5
展开全部
显示空白变更内容
内联
并排
Showing
5 changed file
with
67 addition
and
73 deletion
+67
-73
en/application-dev/background-agent-scheduled-reminder/background-agent-scheduled-reminder-guide.md
...led-reminder/background-agent-scheduled-reminder-guide.md
+12
-12
en/application-dev/quick-start/package-structure.md
en/application-dev/quick-start/package-structure.md
+20
-21
zh-cn/application-dev/background-agent-scheduled-reminder/background-agent-scheduled-reminder-guide.md
...led-reminder/background-agent-scheduled-reminder-guide.md
+12
-12
zh-cn/application-dev/quick-start/module-structure.md
zh-cn/application-dev/quick-start/module-structure.md
+2
-6
zh-cn/application-dev/quick-start/package-structure.md
zh-cn/application-dev/quick-start/package-structure.md
+21
-22
未找到文件。
en/application-dev/background-agent-scheduled-reminder/background-agent-scheduled-reminder-guide.md
浏览文件 @
3a8624cd
...
...
@@ -563,12 +563,12 @@ Publish a 10-second countdown reminder.
}
],
wantAgent: {
pkgName: "com.example.
phon
e",
abilityName: "com.example.
phon
e.MainAbility"
pkgName: "com.example.
devic
e",
abilityName: "com.example.
devic
e.MainAbility"
},
maxScreenWantAgent: {
pkgName: "com.example.
phon
e",
abilityName: "com.example.
phon
e.MainAbility"
pkgName: "com.example.
devic
e",
abilityName: "com.example.
devic
e.MainAbility"
},
title: "this is title",
content: "this is content",
...
...
@@ -625,12 +625,12 @@ calendar: {
},
],
wantAgent: {
pkgName: "com.example.
phon
e",
abilityName: "com.example.
phon
e.MainAbility"
pkgName: "com.example.
devic
e",
abilityName: "com.example.
devic
e.MainAbility"
},
maxScreenWantAgent: {
pkgName: "com.example.
phon
e",
abilityName: "com.example.
phon
e.MainAbility"
pkgName: "com.example.
devic
e",
abilityName: "com.example.
devic
e.MainAbility"
},
ringDuration: 5,
snoozeTimes: 2,
...
...
@@ -663,12 +663,12 @@ alarm: {
},
],
wantAgent: {
pkgName: "com.example.
phon
e",
abilityName: "com.example.
phon
e.MainAbility"
pkgName: "com.example.
devic
e",
abilityName: "com.example.
devic
e.MainAbility"
},
maxScreenWantAgent: {
pkgName: "com.example.
phon
e",
abilityName: "com.example.
phon
e.MainAbility"
pkgName: "com.example.
devic
e",
abilityName: "com.example.
devic
e.MainAbility"
},
ringDuration: 5,
snoozeTimes: 2,
...
...
en/application-dev/quick-start/package-structure.md
浏览文件 @
3a8624cd
此差异已折叠。
点击以展开。
zh-cn/application-dev/background-agent-scheduled-reminder/background-agent-scheduled-reminder-guide.md
浏览文件 @
3a8624cd
...
...
@@ -150,12 +150,12 @@ interface LocalDateTime:时间信息实例
}
],
wantAgent: {
pkgName: "com.example.
phon
e",
abilityName: "com.example.
phon
e.MainAbility"
pkgName: "com.example.
devic
e",
abilityName: "com.example.
devic
e.MainAbility"
},
maxScreenWantAgent: {
pkgName: "com.example.
phon
e",
abilityName: "com.example.
phon
e.MainAbility"
pkgName: "com.example.
devic
e",
abilityName: "com.example.
devic
e.MainAbility"
},
title: "this is title",
content: "this is content",
...
...
@@ -209,12 +209,12 @@ calendar: {
},
],
wantAgent: {
pkgName: "com.example.
phon
e",
abilityName: "com.example.
phon
e.MainAbility"
pkgName: "com.example.
devic
e",
abilityName: "com.example.
devic
e.MainAbility"
},
maxScreenWantAgent: {
pkgName: "com.example.
phon
e",
abilityName: "com.example.
phon
e.MainAbility"
pkgName: "com.example.
devic
e",
abilityName: "com.example.
devic
e.MainAbility"
},
ringDuration: 5,
snoozeTimes: 2,
...
...
@@ -247,12 +247,12 @@ alarm: {
},
],
wantAgent: {
pkgName: "com.example.
phon
e",
abilityName: "com.example.
phon
e.MainAbility"
pkgName: "com.example.
devic
e",
abilityName: "com.example.
devic
e.MainAbility"
},
maxScreenWantAgent: {
pkgName: "com.example.
phon
e",
abilityName: "com.example.
phon
e.MainAbility"
pkgName: "com.example.
devic
e",
abilityName: "com.example.
devic
e.MainAbility"
},
ringDuration: 5,
snoozeTimes: 2,
...
...
zh-cn/application-dev/quick-start/module-structure.md
浏览文件 @
3a8624cd
...
...
@@ -46,7 +46,6 @@ module.json示例:
"process"
:
"string"
,
"mainElement"
:
"MainAbility"
,
"deviceTypes"
:
[
"phone"
,
"tablet"
,
"tv"
,
"wearable"
,
...
...
@@ -55,7 +54,6 @@ module.json示例:
"vr"
,
"car"
,
"earphones"
,
"pc"
,
"speaker"
,
"smartVision"
,
"linkIoT"
,
...
...
@@ -220,7 +218,6 @@ hap包的配置信息,该标签下的配置只对当前hap包生效。
| 中文 | 英文 | 枚举值 | 设备类型 |
| ------------ | ------------ | ------------ | -------------------------------------------------------- |
| 智能手机 | smartphone | phone | 手机 |
| 平板 | tablet | tablet | 平板,带屏音箱 |
| 智慧屏 | smart TV | tv | |
| 智能手表 | smart watch | wearable | 智能手表,儿童手表,特指资源较丰富的的手表,具备电话功能 |
...
...
@@ -229,7 +226,6 @@ hap包的配置信息,该标签下的配置只对当前hap包生效。
| 虚拟现实 | VR | vr | |
| 车机 | head unit | car | |
| 耳机 | earphones | earphones | |
| 个人计算机 | PC | pc | |
| 音箱 | speaker | speaker | 无屏音箱,有屏音箱,通过硬件profile |
| 智慧视觉设备 | Smart Vision | smartVision | 带摄像头的设备,通过硬件profile分开是否 |
| 联接类模组 | linkiot | linkIoT | Wi-Fi模组,蓝牙模组 |
...
...
@@ -243,7 +239,7 @@ deviceTypes示例:
"name"
:
"myHapName"
,
"type"
:
"har"
,
"deviceTypes"
:
[
"
phon
e"
"
wearabl
e"
]
}
}
...
...
@@ -257,7 +253,7 @@ pages示例:
"name"
:
"myHapName"
,
"type"
:
"har"
,
"deviceTypes"
:
[
"
phon
e"
"
wearabl
e"
],
"pages"
:
"$profile:pages_config"
}
...
...
zh-cn/application-dev/quick-start/package-structure.md
浏览文件 @
3a8624cd
此差异已折叠。
点击以展开。
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录