+ {t('检查更新', 'Check for Updates')} +
++ {t('当前版本: v0.1.3', 'Current Version: v0.1.3')} +
++ {t('检查是否有新版本可用', 'Check if a new version is available')} +
++ {t('联系方式', 'Contact Information')} +
++ {t('如果您在使用过程中遇到任何问题或有建议,欢迎通过以下方式联系我:', 'If you encounter any issues or have suggestions while using the app, feel free to contact me through:')} +
+ +{error}
++ {t('发现新版本', 'New Version Available')} +
++ v{updateInfo.number} +
++ {t('更新内容:', 'What\'s New:')} +
+-
+ {updateInfo.changelog.map((item, index) => (
+
- + + {item} + + ))} +
+ {t('发现新版本', 'New Version Available')} v{updateNotification.version} +
++ {updateNotification.changelog.slice(0, 2).join(' • ')} + {updateNotification.changelog.length > 2 && '...'} +
+