Skip to content

Commit 7f9032b

Browse files
Merge pull request #365 from jpush/dev
update note black
2 parents 70044c2 + fc2b0b6 commit 7f9032b

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

example/documents/APIs.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
- [addGetRegistrationIdListener](#addgetregistrationidlistener)
3535
- [removeGetRegistrationIdListener](#removegetregistrationidlistener)
3636

37-
Note: In Android, you must call initPush first, iOS doesn't need.
37+
**Note**: In Android, you must call initPush first, iOS doesn't need.
3838

3939
### Common API
4040

@@ -98,7 +98,7 @@ reset tags.
9898

9999
#### Open Notification Event
100100

101-
**NOTE: ** iOS need update to [email protected]+
101+
**NOTE**: iOS need update to [email protected]+
102102

103103
- addReceiveOpenNotificationListener(function)
104104

@@ -114,7 +114,7 @@ reset tags.
114114
```
115115

116116
#### Receive Notification Event
117-
**NOTE: ** iOS need update to [email protected]+
117+
**NOTE**: iOS need update to [email protected]+
118118

119119
- addReceiveNotificationListener(function)
120120

@@ -135,7 +135,7 @@ reset tags.
135135

136136
#### Receive Custom Message Event
137137
**receive custom message**(Add this listener to receive custom message.)
138-
**NOTE: ** iOS need update to [email protected]+
138+
**NOTE**: iOS need update to [email protected]+
139139
- addReceiveCustomMsgListener(function)
140140

141141
```javascript
@@ -205,7 +205,7 @@ setLocalNotification( Date, // date local notification fire data
205205

206206
#### Open Notification Launch App Event
207207

208-
**NOTE: ** iOS need update to [email protected]+
208+
**NOTE**: iOS need update to [email protected]+
209209

210210
- addOpenNotificationLaunchAppListener(function)
211211

@@ -228,7 +228,7 @@ setLocalNotification( Date, // date local notification fire data
228228

229229
**Network Did Login Event**
230230

231-
**NOTE: ** iOS need update to [email protected]+
231+
**NOTE**: iOS need update to [email protected]+
232232

233233
- addnetworkDidLoginListener(function)
234234

example/documents/APIs_zh.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Android 和 iOS 通用 API。
6767

6868
#### addTags
6969

70-
**NOTE: ** iOS 需要安装到 [email protected]+ 。
70+
**NOTE**: iOS 需要安装到 [email protected]+ 。
7171

7272
在原有 tags 的基础上添加 tags。
7373

@@ -85,7 +85,7 @@ Android 和 iOS 通用 API。
8585

8686
#### deleteTags
8787

88-
**NOTE: ** iOS 需要安装到 [email protected]+ 。
88+
**NOTE**: iOS 需要安装到 [email protected]+ 。
8989

9090
删除指定的 tags
9191

@@ -103,7 +103,7 @@ Android 和 iOS 通用 API。
103103

104104
#### cleanTags
105105

106-
**NOTE: ** iOS 需要安装到 [email protected]+ 。
106+
**NOTE**: iOS 需要安装到 [email protected]+ 。
107107

108108
清除所有 tags
109109

@@ -129,7 +129,7 @@ Android 和 iOS 通用 API。
129129

130130
#### 点击推送事件
131131

132-
**NOTE: ** iOS 需要安装到 [email protected]+ 。
132+
**NOTE**: iOS 需要安装到 [email protected]+ 。
133133

134134
- addReceiveOpenNotificationListener(function)
135135

@@ -147,7 +147,7 @@ Android 和 iOS 通用 API。
147147

148148
#### 接收推送事件
149149

150-
**NOTE: ** iOS 需要安装到 [email protected]+ 。
150+
**NOTE**: iOS 需要安装到 [email protected]+ 。
151151

152152
- addReceiveNotificationListener(function)
153153

@@ -166,7 +166,7 @@ Android 和 iOS 通用 API。
166166

167167
#### 接收自定义消息事件
168168

169-
**NOTE: ** iOS 需要安装到 [email protected]+ 。
169+
**NOTE**: iOS 需要安装到 [email protected]+ 。
170170

171171
- addReceiveCustomMsgListener(function)
172172

@@ -234,7 +234,7 @@ setLocalNotification( Date, // date 触发本地推送的时间
234234

235235
#### 点击推送启动应用事件
236236

237-
**NOTE: ** iOS 需要安装到 [email protected]+ 。
237+
**NOTE**: iOS 需要安装到 [email protected]+ 。
238238

239239
- addOpenNotificationLaunchAppListener(function)
240240

@@ -257,7 +257,7 @@ setLocalNotification( Date, // date 触发本地推送的时间
257257

258258
**Network Did Login Event**
259259

260-
**NOTE: ** iOS 需要安装到 [email protected]+ 。
260+
**NOTE**: iOS 需要安装到 [email protected]+ 。
261261

262262
- addnetworkDidLoginListener(function)
263263

0 commit comments

Comments
 (0)