From 319c4750bcfa9e437a4a8d97ed9c2911f3b3a16d Mon Sep 17 00:00:00 2001 From: adams549659584 <13760614423@163.com> Date: Tue, 9 May 2023 00:45:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20:zap:=20=E6=92=B0=E5=86=99=E5=9B=BA?= =?UTF-8?q?=E5=AE=9A=E4=B8=8B=E6=9C=80=E5=A4=A7=E6=9C=80=E5=B0=8F=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/compose.html | 6 +++++- web/sw.js | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/web/compose.html b/web/compose.html index 924453b..a60ba99 100644 --- a/web/compose.html +++ b/web/compose.html @@ -1517,11 +1517,15 @@ font-family: 'Segoe UI', "-apple-system", Segoe, Tahoma, HelveticaNeue, Roboto, Arial, Verdana, sans-serif; color: #000; height: 100vh; - width: 100% + width: 100%; + display: flex; + justify-content: center; } .uds_coauthor_wrapper .sidebar { width: 100%; + min-width: 375px; + max-width: 960px; position: absolute; overflow: hidden; display: flex; diff --git a/web/sw.js b/web/sw.js index 847724d..5e6fad6 100644 --- a/web/sw.js +++ b/web/sw.js @@ -1,7 +1,7 @@ // 引入workbox 框架 importScripts('./js/sw/workbox-sw.js'); -const SW_VERSION = 'v1.4.1'; +const SW_VERSION = 'v1.4.2'; const CACHE_PREFIX = 'BingAI'; workbox.setConfig({ debug: false, logLevel: 'warn' }); @@ -65,7 +65,7 @@ workbox.precaching.precacheAndRoute([ }, { url: '/web/compose.html', - revision: '2023.05.08', + revision: '2023.05.09', }, // ico {