Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnylqm committed Dec 12, 2023
1 parent c4214da commit 2b6c203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/pages/docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type: 开发指南

检查更新,返回值有三种情形:

1. `{expired: true}`该应用原生包版本被设置为过期(或已从 pushy 服务器中删除,或从未上传),需要前往应用市场下载新的版本(在设置中填写 downloadUrl)。
1. `{expired: true}`该应用原生包已过期(三种情况:1. 主动设置为过期状态,2. 主动删除,3. 从未上传),需要前往应用市场下载新的版本(在设置中填写 downloadUrl)。

```js
{
Expand Down
2 changes: 1 addition & 1 deletion site/pages/docs/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const info = await checkUpdate(appKey);

返回的[`info`](api#async-function-checkupdateappkey)有三种情况:

1. `{expired: true}`:该应用原生包已过期(已从 pushy 服务器中删除),开发者应该在 pushy 控制台添加一个更新下载链接,并自行提示用户下载。
1. `{expired: true}`:该应用原生包已过期(三种情况:1. 主动设置为过期状态,2. 主动删除,3. 从未上传),开发者应该在 pushy 控制台添加一个更新下载链接,并自行提示用户下载。

2. `{upToDate: true}`:当前已经更新到最新,无需进行更新。

Expand Down

0 comments on commit 2b6c203

Please sign in to comment.