From ace2b0a458527708bc7b8373a859a10be9acc69f Mon Sep 17 00:00:00 2001
From: xmcp
+ { + if('serviceWorker' in navigator) { + navigator.serviceWorker.ready.then((reg)=>{ + console.log('unregister service worker:',reg); + reg.unregister(); + }); + } + setTimeout(()=>{ + // noinspection SillyAssignmentJS + window.location.href=window.location.href; + },300); + }}>强制更新 + (当前程序版本 [{process.env.REACT_APP_BUILD_INFO||'---'}] {process.env.NODE_ENV}) +
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by