From 5f3ab660b95e92881959f7024629582337a2243a Mon Sep 17 00:00:00 2001 From: adams549659584 <13760614423@163.com> Date: Fri, 5 May 2023 20:24:03 +0800 Subject: [PATCH] chore: update sw --- web/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/sw.js b/web/sw.js index ffd7724d2d..abdbc1ef65 100644 --- a/web/sw.js +++ b/web/sw.js @@ -1,7 +1,7 @@ // 引入workbox 框架 importScripts('./js/sw/workbox-sw.js'); -const SW_VERSION = '1.2.3'; +const SW_VERSION = '1.2.6'; const CACHE_PREFIX = 'BingAI'; workbox.setConfig({ debug: false, logLevel: 'warn' });