File tree Expand file tree Collapse file tree 6 files changed +22
-4
lines changed Expand file tree Collapse file tree 6 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 1111⭐ 遇到一切问题,先点左下角 ![ 新主题] ( ./docs/img/bing-clear.png ) 试试,不行使用刷新大法(Shift + F5 或 Ctrl + Shift + R 或 右上角设置中的重置),最终大招就 清理浏览器缓存 及 Cookie ,比如(24小时限制、未登录提示等等)
1212
1313- [ go-proxy-bing] ( #go-proxy-bing )
14+ - [网页展示](#网页展示)
15+ - [侧边栏](#侧边栏)
1416 - [演示站点](#演示站点)
1517 - [获取Cookie](#获取Cookie)
1618 - [部署](#部署)
2022 - [Vercel](#Vercel)
2123 - [Render](#Render)
2224 - [TODO](#TODO)
23-
25+
26+ ## 网页展示
27+
2428- 电脑端未登录状态
2529
2630![ 电脑未登录] ( ./docs/img/bing-nologin.png )
3943
4044![ 手机端未登录] ( ./docs/img/bing-m-nologin.png )
4145
46+ ## 侧边栏
47+
48+ - 在 Edge 浏览器可把聊天和撰写分别添加侧边栏
49+
50+ ![ 添加侧边栏] ( ./docs/img/sidebar-add.png )
51+
52+ ![ 聊天] ( ./docs/img/sidebar-chat.png )
53+
54+ ![ 撰写] ( ./docs/img/sidebar-compose.png )
55+
4256## 演示站点
4357
4458### 甲骨文小鸡仔,轻虐
Original file line number Diff line number Diff line change 11// 引入workbox 框架
22importScripts ( './js/sw/workbox-sw.js' ) ;
33
4- const SW_VERSION = 'v1.3.5 ' ;
4+ const SW_VERSION = 'v1.4.0 ' ;
55const CACHE_PREFIX = 'BingAI' ;
66
77workbox . setConfig ( { debug : false , logLevel : 'warn' } ) ;
@@ -19,7 +19,7 @@ workbox.precaching.precacheAndRoute([
1919 // css
2020 {
2121 url : '/web/css/index.css' ,
22- revision : '2023.05.06.14 ' ,
22+ revision : '2023.05.08 ' ,
2323 } ,
2424 // js
2525 {
@@ -61,7 +61,11 @@ workbox.precaching.precacheAndRoute([
6161 // html
6262 {
6363 url : '/web/chat.html' ,
64- revision : '2023.05.06.16' ,
64+ revision : '2023.05.08' ,
65+ } ,
66+ {
67+ url : '/web/compose.html' ,
68+ revision : '2023.05.08' ,
6569 } ,
6670 // ico
6771 {
You can’t perform that action at this time.
0 commit comments