Skip to content

Commit

Permalink
feat: 增加更新说明
Browse files Browse the repository at this point in the history
  • Loading branch information
ZvonimirSun committed Jan 2, 2024
1 parent 0063b53 commit 960076e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ watch(offlineReady, function (val) {
watch(needRefresh, function (val) {
if (val) {
ElMessageBox.confirm('存在新内容,请点击 重载 更新~', '更新', {
ElMessageBox.confirm('存在 <a href="https://github.com/ZvonimirSun/iszy-tools/blob/deploy/CHANGELOG.md" target="_blank"><strong>更新内容</strong></a>,请点击 <strong>重载</strong> 更新~', '更新', {
confirmButtonText: '重载',
cancelButtonText: '取消',
type: 'info'
Expand Down

0 comments on commit 960076e

Please sign in to comment.