1 Star 0 Fork 18

Nandou/Evolve

forked from 锅巴汉化/Evolve 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install.html 679 Bytes
一键复制 编辑 原始数据 按行查看 历史
SEPCNT 提交于 2020-09-10 08:14 . update install.html.
<!DOCTYPE HTML>
<html>
<body>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('./worker.js')
.then(function (registration) {
// 注册成功
document.write(registration.scope);
//'ServiceWorker registration successful with scope: '+ registration.scope;
})
.catch(function (err) {
// 注册失败
document.write(err);
//soup.value='ServiceWorker registration failed: '+ err;
});}
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sepcnt/Evolve.git
[email protected]:sepcnt/Evolve.git
sepcnt
Evolve
Evolve
master

搜索帮助