Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
refactor: modify server to halo. (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby authored Mar 21, 2020
1 parent bbdda76 commit aa49508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/system/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit aa49508

Please sign in to comment.