We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc0af4 commit c102fd0Copy full SHA for c102fd0
web/sw.js
@@ -1,7 +1,7 @@
1
// 引入workbox 框架
2
importScripts('./js/sw/workbox-sw.js');
3
4
-const SW_VERSION = '1.2.2';
+const SW_VERSION = '1.2.3';
5
const CACHE_PREFIX = 'BingAI';
6
7
workbox.setConfig({ debug: false, logLevel: 'warn' });
@@ -61,7 +61,7 @@ workbox.precaching.precacheAndRoute([
61
// html
62
{
63
url: '/web/chat.html',
64
- revision: '2023.05.05.14',
+ revision: '2023.05.05.15',
65
},
66
// ico
67
0 commit comments