未验证 提交 872653d8 编写于 作者: 曹智铭 提交者: GitHub

Update sw.js

上级 2fa3a32e
use strict;
importScripts(sw-toolbox.js); toolbox.precache([index.html,style/style.css]); toolbox.router.get(/images/*’, toolbox.cacheFirst); toolbox.router.get(‘/*’, toolbox.networkFirst, { networkTimeoutSeconds: 5});
'use strict';
importScripts('sw-toolbox.js'); toolbox.precache(["index.html","style/style.css"]); toolbox.router.get('/images/*', toolbox.cacheFirst); toolbox.router.get('/*', toolbox.networkFirst, { networkTimeoutSeconds: 5});
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册