refactor: modify server to halo. (#112)

pull/113/head
Ryan Wang 2020-03-21 09:59:49 +08:00 committed by GitHub
parent bbdda761df
commit aa49508cb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ User Agent${navigator.userAgent}`
}
_this.isLatest = false
const title = '新版本提醒'
const content = '检测到 Server 新版本:' + data.name + ',点击下方按钮查看最新版本。'
const content = '检测到 Halo 新版本:' + data.name + ',点击下方按钮查看最新版本。'
const url = data.html_url
this.$notification.open({
message: title,