Skip to content

Commit

Permalink
Modified method note
Browse files Browse the repository at this point in the history
  • Loading branch information
JusterZhu committed Apr 18, 2024
1 parent 7b48335 commit 03c8d02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions website/docs/doc/GeneralClient.OSS.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ NuGet\Install-Package GeneralUpdate.ClientCore -Version 1.0.0
```c#
Task.Run(async () =>
{
var url = "http://192.168.50.203";
var url = "http://192.168.xxx.xxx";
var apk = "com.companyname.generalupdate.ossclient.apk";
var authority = "com.generalupdate.oss.fileprovider";
var currentVersion = "1.0.0.0";
Expand Down Expand Up @@ -111,7 +111,7 @@ GeneralUpdateOSS提供以下能力。

**方法**

Starting an OSS update.
启动OSS更新。

```c#
public static async Task Start(ParamsOSS configParams, string upgradeAppName = "GeneralUpdate.Upgrade");
Expand Down
4 changes: 2 additions & 2 deletions website/docs/doc/GeneralUpdate.ClientCore.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ option UpdateOption<T> 具体枚举内容参考本文档中的 🍵UpdateOption

**方法**

指定更新策略。
根据不同的操作系统平台,指定更新策略。

```c#
public virtual TBootstrap Strategy<T>() where T : TStrategy, new();
Expand All @@ -448,7 +448,7 @@ T

**方法**

Let the user decide whether to update in the state of non-mandatory update.
让用户决定是否在非强制更新状态下进行更新。

```c#
public GeneralClientBootstrap SetCustomSkipOption(Func<bool> func);
Expand Down

0 comments on commit 03c8d02

Please sign in to comment.