Skip to content

Commit 63a4e59

Browse files
committed
update doc
1 parent c301986 commit 63a4e59

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

website/docs/doc/GeneralUpdate.ClientCore.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ GeneralClientBootstrap提供以下能力。
236236
| ------------------------------------------------------------ |
237237
| **MainUpdateUrl** string Update check api address. |
238238
| **AppType** int 1:ClientApp 2:UpdateApp |
239-
| **UpdateUrl ** string Update check api address. |
239+
| **UpdateUrl** string Update check api address. |
240240
| **AppName** string Need to start the name of the app. |
241241
| **MainAppName** string Need to start the name of the app. |
242242
| **Format** string Update package file format(Defult format is Zip). |
@@ -246,16 +246,16 @@ GeneralClientBootstrap提供以下能力。
246246
| **UpdateVersions** List VersionInfo Version information that needs to be updated. |
247247
| **Encoding** Encoding The encoding format for file operations. |
248248
| **DownloadTimeOut** int Time-out event for file download. |
249-
| **AppSecretKey **string application key. |
249+
| **AppSecretKey** string application key. |
250250
| **ClientVersion** string Client current version. |
251251
| **LastVersion** string The latest version. |
252-
| **InstallPath **string installation path (for update file logic). |
253-
| **TempPath **string Download file temporary storage path (for update file logic). |
252+
| **InstallPath** string installation path (for update file logic). |
253+
| **TempPath** string Download file temporary storage path (for update file logic). |
254254
| **ProcessBase64** string Configuration parameters for upgrading the terminal program. |
255255
| **Platform** string The platform to which the current strategy belongs. |
256256
| **BlackFiles** List string Files in the blacklist will skip the update. |
257257
| **BlackFormats** List string File formats in the blacklist will skip the update. |
258-
| **DriveEnabled **bool Whether to enable the driver upgrade function. |
258+
| **DriveEnabled** bool Whether to enable the driver upgrade function. |
259259
| **WillMessageEnabled** bool Whether open note function, if you want to start needs to be synchronized to deploy 'GeneralUpdate. SystemService' service. |
260260

261261

@@ -266,8 +266,8 @@ GeneralClientBootstrap提供以下能力。
266266
| ------------------------------------------------------------ |
267267
| **AppType** int 1:ClientApp 2:UpdateApp |
268268
| **AppName** string Need to start the name of the app. |
269-
| **AppSecretKey **string application key. |
270-
| **ClientVersion ** string Client current version. |
269+
| **AppSecretKey** string application key. |
270+
| **ClientVersion** string Client current version. |
271271
| **UpdateUrl** string Update check api address. |
272272
| **UpdateLogUrl** string Update log web address. |
273273
| **InstallPath** string installation path (for update file logic). |
@@ -284,7 +284,7 @@ GeneralClientBootstrap提供以下能力。
284284
| **Encoding** Compress encoding. |
285285
| **MainApp** Main program name. |
286286
| **DownloadTimeOut** Timeout period (unit: second). If this parameter is not specified, the default timeout period is 30 seconds. |
287-
| **Drive **Whether to enable the driver upgrade function. |
287+
| **Drive** Whether to enable the driver upgrade function. |
288288
| **WillMessage** Whether open note function, if you want to start needs to be synchronized to deploy 'GeneralUpdate. SystemService' service. |
289289

290290

website/docs/doc/GeneralUpdate.Core.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ GeneralUpdateBootstrap提供以下能力。
150150

151151
**AppType** int 1:ClientApp 2:UpdateApp
152152

153-
**UpdateUrl ** string Update check api address.
153+
**UpdateUrl** string Update check api address.
154154

155155
**AppName** string Need to start the name of the app.
156156

@@ -170,15 +170,15 @@ GeneralUpdateBootstrap提供以下能力。
170170

171171
**DownloadTimeOut** int Time-out event for file download.
172172

173-
**AppSecretKey **string application key.
173+
**AppSecretKey** string application key.
174174

175175
**ClientVersion** string Client current version.
176176

177177
**LastVersion** string The latest version.
178178

179-
**InstallPath **string installation path (for update file logic).
179+
**InstallPath**string installation path (for update file logic).
180180

181-
**TempPath **string Download file temporary storage path (for update file logic).
181+
**TempPath** string Download file temporary storage path (for update file logic).
182182

183183
**ProcessBase64** string Configuration parameters for upgrading the terminal program.
184184

@@ -206,7 +206,7 @@ GeneralUpdateBootstrap提供以下能力。
206206

207207
**DownloadTimeOut** Timeout period (unit: second). If this parameter is not specified, the default timeout period is 30 seconds.
208208

209-
**Drive **Whether to enable the driver upgrade function.
209+
**Drive** Whether to enable the driver upgrade function.
210210

211211
**WillMessage** Whether open note function, if you want to start needs to be synchronized to deploy 'GeneralUpdate. SystemService' service.
212212

website/docs/doc/GeneralUpdate.Differential.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public void SetBlocklist(List<string> blackFiles, List<string> blackFileFormats)
130130

131131
**blackFiles** A collection of blacklist files that are skipped when updated.
132132

133-
**blackFileFormats ** A collection of blacklist file name extensions that are skipped on update.
133+
**blackFileFormats** A collection of blacklist file name extensions that are skipped on update.
134134

135135

136136

0 commit comments

Comments
 (0)