Skip to content

Commit

Permalink
docs: 📝 完善侧边栏文档
Browse files Browse the repository at this point in the history
  • Loading branch information
adams549659584 committed May 8, 2023
1 parent 2e69b60 commit 5618845
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
⭐ 遇到一切问题,先点左下角 ![新主题](./docs/img/bing-clear.png) 试试,不行使用刷新大法(Shift + F5 或 Ctrl + Shift + R 或 右上角设置中的重置),最终大招就 清理浏览器缓存 及 Cookie ,比如(24小时限制、未登录提示等等)

- [go-proxy-bing](#go-proxy-bing)
- [网页展示](#网页展示)
- [侧边栏](#侧边栏)
- [演示站点](#演示站点)
- [获取Cookie](#获取Cookie)
- [部署](#部署)
Expand All @@ -20,7 +22,9 @@
- [Vercel](#Vercel)
- [Render](#Render)
- [TODO](#TODO)


## 网页展示

- 电脑端未登录状态

![电脑未登录](./docs/img/bing-nologin.png)
Expand All @@ -39,6 +43,16 @@

![手机端未登录](./docs/img/bing-m-nologin.png)

## 侧边栏

- 在 Edge 浏览器可把聊天和撰写分别添加侧边栏

![添加侧边栏](./docs/img/sidebar-add.png)

![聊天](./docs/img/sidebar-chat.png)

![撰写](./docs/img/sidebar-compose.png)

## 演示站点

### 甲骨文小鸡仔,轻虐
Expand Down
Binary file modified docs/img/bing-login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/sidebar-add.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/sidebar-chat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/sidebar-compose.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions web/sw.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// 引入workbox 框架
importScripts('./js/sw/workbox-sw.js');

const SW_VERSION = 'v1.3.5';
const SW_VERSION = 'v1.4.0';
const CACHE_PREFIX = 'BingAI';

workbox.setConfig({ debug: false, logLevel: 'warn' });
Expand All @@ -19,7 +19,7 @@ workbox.precaching.precacheAndRoute([
// css
{
url: '/web/css/index.css',
revision: '2023.05.06.14',
revision: '2023.05.08',
},
// js
{
Expand Down Expand Up @@ -61,7 +61,11 @@ workbox.precaching.precacheAndRoute([
// html
{
url: '/web/chat.html',
revision: '2023.05.06.16',
revision: '2023.05.08',
},
{
url: '/web/compose.html',
revision: '2023.05.08',
},
// ico
{
Expand Down

1 comment on commit 5618845

@vercel
Copy link

@vercel vercel bot commented on 5618845 May 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.