Updated: README

This commit is contained in:
PiEgg
2019-01-13 16:21:48 +08:00
parent 8e3c51d0b9
commit 1d5142da79
2 changed files with 6 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ const checkVersion = async () => {
type: 'info',
title: '发现新版本',
buttons: ['Yes', 'No'],
message: '发现新版本,更新了很多功能,是否去下载最新的版本?',
message: `发现新版本${latest},更新了很多功能,是否去下载最新的版本?`,
checkboxLabel: '以后不再提醒',
checkboxChecked: false
}, (res, checkboxChecked) => {