Skip to content

Commit

Permalink
Merge pull request #51 from GeneralLibrary/dev
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
JusterZhu authored Feb 7, 2024
2 parents 1554d81 + be8e5bc commit 952cf0e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
| 逐版本更新 | 支持 | 客户端当前版本如果与服务器相差多个版本,则根据多个版本的发布日期逐个更新。(引用组件默认生效) |
| 二进制差分更新 | 支持 | 对比新老版本通过差分算法生成补丁文件。(引用组件默认生效) |
| 增量更新功能 | 支持 | 相比上一个版本只更新当前修改过的文件,并且删除当前版本不存在的文件。(引用组件默认生效) |
| ~~配置文件保留更新~~ | ~~支持~~ | ~~暂时下线该功能,后期考虑开放~~ |
| 强制更新 | 支持 | 打开客户端之后直接强制更新。 |
| 多分支更新 | 支持 | 当一个产品有多个分支时,需要根据不同的分支更新对应的内容。 |
| 最新版本推送 | 支持 | 基于Signal R实现,推送当前最新版本。 |
Expand All @@ -42,7 +41,6 @@
- 快速启动: https://mp.weixin.qq.com/s/pRKPFe3eC0NSqv9ixXEiTg
- 使用教程视频:https://www.bilibili.com/video/BV1FT4y1Y7hV
- 文档:https://gitee.com/GeneralLibrary/GeneralUpdate/tree/master/doc
- Tag : https://github.com/GeneralLibrary/GeneralUpdate/tree/master/tag

## 3.开源地址 ##

Expand Down
2 changes: 0 additions & 2 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
| Update version-by-version | yes | If the current version of the client differs from the server by more than one version, it is updated one by one according to the release date of the multiple versions. (Reference components take effect by default) |
| Binary differential update | yes | Compare the old and new versions to generate patch files by differential algorithms. (Reference components take effect by default) |
| Incremental update functionality | yes | Only the currently modified files are updated compared to the previous version,And delete files that do not exist in the current version. (Reference components take effect by default) |
| ~~The configuration file remains updated~~ | no | ~~This feature is temporarily offline~~ |
| Force an update | yes | Force an update directly after opening the client. |
| Multi-branch updates | yes | When a product has multiple branches, you need to update the corresponding content according to different branches. |
| The latest version push | yes | Based on the SignalR implementation, push the latest version. |
Expand All @@ -40,7 +39,6 @@
- Quick Start: https://mp.weixin.qq.com/s/pRKPFe3eC0NSqv9ixXEiTg
- Use the tutorial video:https://www.bilibili.com/video/BV1FT4y1Y7hV
- Doc : https://gitee.com/GeneralLibrary/GeneralUpdate/tree/master/doc
- Tag : https://github.com/GeneralLibrary/GeneralUpdate/tree/master/tag

### 3.Open source address ###

Expand Down

0 comments on commit 952cf0e

Please sign in to comment.