File tree Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2525
2626### 🔧 其它变更
2727- 去除 数字人民币捐赠功能
28+ - 修改 更新弹窗链接换为SecRandom官网
2829
2930## 下载SecRandom怎么选择文件
3031- 可前往[ SecRandom README 查看] ( https://github.com/SECTL/SecRandom?tab=readme-ov-file#%E4%B8%8B%E8%BD%BDsecrandom%E6%80%8E%E4%B9%88%E9%80%89%E6%8B%A9%E6%96%87%E4%BB%B6 )
Original file line number Diff line number Diff line change 115115> v1.1.4.0-beta 更新日志
116116
117117- 去除 数字人民币捐赠功能
118+ - 修改 更新弹窗链接换为SecRandom官网
118119
119120### 🙏 贡献者 (排名不分先后)
120121
Original file line number Diff line number Diff line change 8686- ** 目录模式** (文件名包含 ` dir ` ):
8787 - 体积相对较大
8888 - 支持重启功能
89+ - 支持x86、x64系统
8990 - 适合需要频繁重启或对启动速度有要求的用户
9091
9192- ** 单文件模式** (文件名包含 ` onefile ` ):
9293 - 体积较小
9394 - 不支持重启功能
95+ - 仅支持x64系统
9496 - 只有一个可执行文件,便于携带
9597 - 适合对文件大小敏感或不需要重启功能的用户
9698
Original file line number Diff line number Diff line change @@ -52,7 +52,8 @@ class UpdateLogWindow(MSFluentWindow):
5252 '• 修复 因为SSL的原因无法正确下载捐献支持二维码的问题'
5353 ],
5454 "other_changes" : [
55- '• 去除 数字人民币捐赠功能'
55+ '• 去除 数字人民币捐赠功能' ,
56+ '• 修改 更新弹窗链接换为SecRandom官网'
5657 ]
5758 }
5859
You can’t perform that action at this time.
0 commit comments