We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
部分用户反馈每次都从Github上下载,下载完还得重新配置一遍感觉很麻烦。
可能的思路: 1.做成安装包并实现一键更新。(大部分用户无法直连Github,做成安装包和项目设计思路不符,它应该是开箱即用的工具) 2.做一个选择新压缩包一键更新的功能。(也许可行,但不够优雅)
The text was updated successfully, but these errors were encountered:
可以考虑使用gitee作为获取自动更新的网站。
Sorry, something went wrong.
用户配置建议单独保存到另外一个地方,这样更新应用的时候不会将用户的配置项删除 比如说 userData里面
或者更新的时候安装程序排除配置路径,不进行覆盖(相当于结合了2)
No branches or pull requests
部分用户反馈每次都从Github上下载,下载完还得重新配置一遍感觉很麻烦。
可能的思路:
1.做成安装包并实现一键更新。(大部分用户无法直连Github,做成安装包和项目设计思路不符,它应该是开箱即用的工具)
2.做一个选择新压缩包一键更新的功能。(也许可行,但不够优雅)
The text was updated successfully, but these errors were encountered: