Skip to content

Commit 03c8d02

Browse files
committed
Modified method note
1 parent 7b48335 commit 03c8d02

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/docs/doc/GeneralClient.OSS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ NuGet\Install-Package GeneralUpdate.ClientCore -Version 1.0.0
5959
```c#
6060
Task.Run(async () =>
6161
{
62-
var url = "http://192.168.50.203";
62+
var url = "http://192.168.xxx.xxx";
6363
var apk = "com.companyname.generalupdate.ossclient.apk";
6464
var authority = "com.generalupdate.oss.fileprovider";
6565
var currentVersion = "1.0.0.0";
@@ -111,7 +111,7 @@ GeneralUpdateOSS提供以下能力。
111111

112112
**方法**
113113

114-
Starting an OSS update.
114+
启动OSS更新。
115115

116116
```c#
117117
public static async Task Start(ParamsOSS configParams, string upgradeAppName = "GeneralUpdate.Upgrade");

website/docs/doc/GeneralUpdate.ClientCore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ option UpdateOption<T> 具体枚举内容参考本文档中的 🍵UpdateOption
430430

431431
**方法**
432432

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

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

449449
**方法**
450450

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

453453
```c#
454454
public GeneralClientBootstrap SetCustomSkipOption(Func<bool> func);

0 commit comments

Comments
 (0)