Skip to content

Commit 81a05c1

Browse files
committed
update packet tool md
1 parent 7ddaf0c commit 81a05c1

File tree

3 files changed

+35
-39
lines changed

3 files changed

+35
-39
lines changed

website/docs/doc/GeneralUpdate.PacketTool.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,16 @@ The tool is developed using .NET WPF (.NET 8) and currently supports desktop usa
1515

1616
#### Features Provided
1717

18-
| Feature | Supported | Remarks |
19-
| ----------------------------------- | --------- | ------------------------------------------------------------ |
20-
| Delta Update Package Generation | Yes | Compares the previous version with the current version to identify files that need updating or new files added. |
21-
| Automatic Upload of Update Packages | Yes | Automatically uploads the generated delta update package to the server. |
22-
| Editable Selection of Delta Files | Yes | Allows visual inspection of the contents of the delta package and selection of files for packaging. |
23-
24-
#### Usage Example
25-
26-
Source path: Represents the folder path of the previous version.
27-
28-
Target path: Represents the folder path of the current version.
29-
30-
Patch path: Represents the path where the final delta package is generated.
31-
32-
Build: Recursively compares all project files (DLL, exe, etc.) in the Source path and Target path folders. It analyzes the list of files that need updating using binary delta checks and incremental checks, and then packages the update package according to the folder structure.
18+
| Feature | Supported | Remarks |
19+
| ------------------------------- | --------- | ------------------------------------------------------------ |
20+
| Delta Update Package Generation | Yes | Compares the previous version with the current version to identify files that need updating or new files added. |
21+
22+
#### Description
23+
24+
| Name | Note |
25+
| ----------- | ------------------------------------------------------------ |
26+
| Source path | Represents the folder path of the previous version. |
27+
| Target path | Represents the folder path of the current version. |
28+
| Patch path | Represents the path where the final delta package is generated. |
29+
| Build | Recursively compares all project files (DLL, exe, etc.) in the Source path and Target path folders. It analyzes the list of files that need updating using binary delta checks and incremental checks, and then packages the update package according to the folder structure. |
30+
| Clear | Clear the current input content. |

website/i18n/en/docusaurus-plugin-content-docs/current/docs/doc/GeneralUpdate.PacketTool.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ The tool is developed using .NET WPF (.NET 8) and currently supports desktop usa
1515

1616
#### Features Provided
1717

18-
| Feature | Supported | Remarks |
19-
| ----------------------------------- | --------- | ------------------------------------------------------------ |
20-
| Delta Update Package Generation | Yes | Compares the previous version with the current version to identify files that need updating or new files added. |
21-
| Automatic Upload of Update Packages | Yes | Automatically uploads the generated delta update package to the server. |
22-
| Editable Selection of Delta Files | Yes | Allows visual inspection of the contents of the delta package and selection of files for packaging. |
18+
| Feature | Supported | Remarks |
19+
| ------------------------------- | --------- | ------------------------------------------------------------ |
20+
| Delta Update Package Generation | Yes | Compares the previous version with the current version to identify files that need updating or new files added. |
2321

24-
#### Usage Example
2522

26-
Source path: Represents the folder path of the previous version.
2723

28-
Target path: Represents the folder path of the current version.
24+
#### Description
2925

30-
Patch path: Represents the path where the final delta package is generated.
31-
32-
Build: Recursively compares all project files (DLL, exe, etc.) in the Source path and Target path folders. It analyzes the list of files that need updating using binary delta checks and incremental checks, and then packages the update package according to the folder structure.
26+
| Name | Note |
27+
| ----------- | ------------------------------------------------------------ |
28+
| Source path | Represents the folder path of the previous version. |
29+
| Target path | Represents the folder path of the current version. |
30+
| Patch path | Represents the path where the final delta package is generated. |
31+
| Build | Recursively compares all project files (DLL, exe, etc.) in the Source path and Target path folders. It analyzes the list of files that need updating using binary delta checks and incremental checks, and then packages the update package according to the folder structure. |
32+
| Clear | Clear the current input content. |

website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/doc/GeneralUpdate.PacketTool.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,18 @@ sidebar_position: 11
1717

1818
#### 提供功能
1919

20-
| 功能 | 支持 | 备注 |
21-
| ------------------ | ---- | ------------------------------------------------------------ |
22-
| 差分更新包生成 || 根据上一个版本和当前版本进行对比找出需要更新的文件或新添加文件。 |
23-
| 自动上传更新包 || 将生成好的差分更新包自动上传至服务器。 |
24-
| 可编辑选择差分文件 || 可视化查看差分包的打包内容,并可选择打包文件。 |
20+
| 功能 | 支持 | 备注 |
21+
| -------------- | ---- | ------------------------------------------------------------ |
22+
| 差分更新包生成 || 根据上一个版本和当前版本进行对比找出需要更新的文件或新添加文件。 |
2523

2624

2725

28-
#### 使用示例
26+
#### 说明
2927

30-
Source path:表示上一个版本的文件夹路径。
31-
32-
Target path:表示当前版本文件夹路径。
33-
34-
Patch path表示最终生成差分包的路径。
35-
36-
Build:通过递归比对Source path和Target path文件夹下所有的工程文件(DLL,exe...等),通过二进制差分检查、增量检查分析出需要更新的文件列表按照文件夹结构,打包更新包。
28+
| 名称 | 备注 |
29+
| ----------- | ------------------------------------------------------------ |
30+
| Source path | 表示上一个版本的文件夹路径。 |
31+
| Target path | 表示当前版本文件夹路径。 |
32+
| Patch path | 表示最终生成差分包的路径。 |
33+
| Build | 通过递归比对Source path和Target path文件夹下所有的工程文件(DLL,exe...等),通过二进制差分检查、增量检查分析出需要更新的文件列表按照文件夹结构,打包更新包。 |
34+
| Clear | 清除当前输入的内容。 |

0 commit comments

Comments
 (0)