mirror of
https://github.com/adams549659584/go-proxy-bingai.git
synced 2025-06-03 15:02:30 +08:00
feat: ⚡ 撰写固定下最大最小宽度
This commit is contained in:
parent
521b65be0c
commit
319c4750bc
@ -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;
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user