Commit 92d8ae44 by libai

测试

parent 82f6ee23
Showing with 3 additions and 3 deletions
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
self.addEventListener('install', (e) => { self.addEventListener('install', (e) => {
e.waitUntil( e.waitUntil(
caches.open('footseen').then((cache) => cache.addAll([ caches.open('footseen').then((cache) => cache.addAll([
// '/mTest/images/', '/mTest/',
// '/mTest/index.html', '/mTest/index.html',
// '/mTest/index.js', '/mTest/index.js',
])), ])),
); );
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment