mirror of
https://github.com/imsyy/home.git
synced 2025-05-22 06:00:14 +09:00
Update main.js
This commit is contained in:
parent
ed3e566c43
commit
9dafc594da
@ -17,6 +17,6 @@ app.mount("#app");
|
|||||||
// PWA
|
// PWA
|
||||||
navigator.serviceWorker.addEventListener("controllerchange", () => {
|
navigator.serviceWorker.addEventListener("controllerchange", () => {
|
||||||
// 弹出更新提醒
|
// 弹出更新提醒
|
||||||
console.log("站点已更新,刷新后生效");
|
console.log("hwxlikemi维护了网站,刷新后生效");
|
||||||
ElMessage("站点已更新,刷新后生效");
|
ElMessage("hwxlikemi维护了网站,刷新后生效");
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user