Commit 8ea54fc5 by libai

测试

parent 0ff91b8e
Showing with 2 additions and 2 deletions
console.log(11)
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/', '/mTest/images/',
// '/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