Skip to content

Commit

Permalink
chore: update sw
Browse files Browse the repository at this point in the history
  • Loading branch information
adams549659584 committed May 5, 2023
1 parent bfc0af4 commit c102fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/sw.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// 引入workbox 框架
importScripts('./js/sw/workbox-sw.js');

const SW_VERSION = '1.2.2';
const SW_VERSION = '1.2.3';
const CACHE_PREFIX = 'BingAI';

workbox.setConfig({ debug: false, logLevel: 'warn' });
Expand Down Expand Up @@ -61,7 +61,7 @@ workbox.precaching.precacheAndRoute([
// html
{
url: '/web/chat.html',
revision: '2023.05.05.14',
revision: '2023.05.05.15',
},
// ico
{
Expand Down

0 comments on commit c102fd0

Please sign in to comment.