File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ NuGet\Install-Package GeneralUpdate.ClientCore -Version 1.0.0
5959```c#
6060Task.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#
117117public static async Task Start (ParamsOSS configParams , string upgradeAppName = " GeneralUpdate.Upgrade" );
Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ option UpdateOption<T> 具体枚举内容参考本文档中的 🍵UpdateOption
430430
431431** 方法**
432432
433- 指定更新策略。
433+ 根据不同的操作系统平台, 指定更新策略。
434434
435435``` c#
436436public virtual TBootstrap Strategy <T >() where T : TStrategy , new ();
448448
449449** 方法**
450450
451- Let the user decide whether to update in the state of non-mandatory update.
451+ 让用户决定是否在非强制更新状态下进行更新。
452452
453453``` c#
454454public GeneralClientBootstrap SetCustomSkipOption (Func < bool > func );
You can’t perform that action at this time.
0 commit comments