We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1096ac5 commit 0f2692cCopy full SHA for 0f2692c
README.md
@@ -106,7 +106,7 @@ maven package
106
107
```
108
109
-进行推送的关键在于构建一个 PushPayload 对象。对下示例一般的构建对象的用法。
+进行推送的关键在于构建一个 PushPayload 对象。以下示例一般的构建对象的用法。
110
111
* 快捷地构建推送对象:所有平台,所有设备,内容为 ALERT 的通知。
112
pom.xml
@@ -101,7 +101,7 @@
101
</dependency>
102
</dependencies>
103
<configuration>
104
- <goals>deploy</goals>
+ <goals>deploy,site</goals>
105
<pushChanges>false</pushChanges>
<localCheckout>true</localCheckout>
<commitByProject>true</commitByProject>
0 commit comments