feat: 撰写固定下最大最小宽度

This commit is contained in:
adams549659584 2023-05-09 00:45:12 +08:00
parent 521b65be0c
commit 319c4750bc
2 changed files with 7 additions and 3 deletions

View File

@ -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;

View File

@ -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
{