Commit 07d89167 by libai

测试

parent a76af6a8
Showing with 3 additions and 3 deletions
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?v=2022112901', '/mTest/index.html',
'/mTest/index.js?v=2022112901', '/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