diff --git a/README.md b/README.md index 19c96c8e..be92e7d5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ | 逐版本更新 | 支持 | 客户端当前版本如果与服务器相差多个版本,则根据多个版本的发布日期逐个更新。(引用组件默认生效) | | 二进制差分更新 | 支持 | 对比新老版本通过差分算法生成补丁文件。(引用组件默认生效) | | 增量更新功能 | 支持 | 相比上一个版本只更新当前修改过的文件,并且删除当前版本不存在的文件。(引用组件默认生效) | -| ~~配置文件保留更新~~ | ~~支持~~ | ~~暂时下线该功能,后期考虑开放~~ | | 强制更新 | 支持 | 打开客户端之后直接强制更新。 | | 多分支更新 | 支持 | 当一个产品有多个分支时,需要根据不同的分支更新对应的内容。 | | 最新版本推送 | 支持 | 基于Signal R实现,推送当前最新版本。 | @@ -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.开源地址 ## diff --git a/README_en.md b/README_en.md index ed1fc80c..537126a1 100644 --- a/README_en.md +++ b/README_en.md @@ -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. | @@ -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 ###