feat: 优化更新提示对话框,支持文件路径复制和后台下载功能,优化安装流程

feat: #100
This commit is contained in:
alger
2025-03-31 23:01:03 +08:00
parent 7e826311fe
commit 23b2340169
4 changed files with 250 additions and 46 deletions
+12 -1
View File
@@ -39,7 +39,18 @@ export default {
downloadFailed: 'Download failed, please try again or download manually',
startFailed: 'Start download failed, please try again or download manually',
noDownloadUrl:
'No suitable installation package found for the current system, please download manually'
'No suitable installation package found for the current system, please download manually',
installConfirmTitle: 'Install Update',
installConfirmContent: 'Do you want to close the application and install the update?',
manualInstallTip:
'If the installer does not open automatically after closing the application, please find the file in your download folder and open it manually.',
yesInstall: 'Install Now',
noThanks: 'Later',
fileLocation: 'File Location',
copy: 'Copy Path',
copySuccess: 'Path copied to clipboard',
copyFailed: 'Copy failed',
backgroundDownload: 'Background Download'
},
coffee: {
title: 'Buy me a coffee',