Skip to content

Commit c102fd0

Browse files
chore: update sw
1 parent bfc0af4 commit c102fd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/sw.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// 引入workbox 框架
22
importScripts('./js/sw/workbox-sw.js');
33

4-
const SW_VERSION = '1.2.2';
4+
const SW_VERSION = '1.2.3';
55
const CACHE_PREFIX = 'BingAI';
66

77
workbox.setConfig({ debug: false, logLevel: 'warn' });
@@ -61,7 +61,7 @@ workbox.precaching.precacheAndRoute([
6161
// html
6262
{
6363
url: '/web/chat.html',
64-
revision: '2023.05.05.14',
64+
revision: '2023.05.05.15',
6565
},
6666
// ico
6767
{

0 commit comments

Comments
 (0)