Skip to content

Commit

Permalink
docs: 更新文档描述
Browse files Browse the repository at this point in the history
  • Loading branch information
adams549659584 committed May 5, 2023
1 parent cfc7123 commit 8d9a643
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# go-proxy-bing

一个用 GO 写的微软 Bing AI 的代理服务。 使用微软原始页面简单定制,基本兼容微软 Bing AI 所有功能。
一个用 GO 写的微软 Bing AI 的代理服务。 使用微软原始页面简单定制,基本兼容微软 Bing AI 所有功能,无需登录即可畅聊

这个主要是为了避免不开全局,总是跳 https://cn.bing.com/
国内可用

⭐ 需要已加入 New Bing 候补名单的账号
⭐ 无需登录即可畅聊

⭐ 需要画图等高级功能时,可登录已加入 New Bing 候补名单的账号进行体验

- [go-proxy-bing](#go-proxy-bing)
- [演示站点](#演示站点)
Expand All @@ -15,21 +17,21 @@
- [Railway](#Railway)
- [Vercel](#Vercel)

- 电脑端已登录状态
- 电脑端未登录状态

![电脑已登录](./docs/img/1.png)
![电脑未登录](./docs/img/bing-nologin.png)

- 电脑端未登录状态
- 电脑端登录

![电脑未登录](./docs/img/2.png)
![电脑端登录](./docs/img/bing-login.png)

- 手机端已登录状态
- 电脑端画图

![手机已登录](./docs/img/3.png)
![电脑端画图](./docs/img/bing-draw.png)

- 手机端未登录状态

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

## 演示站点

Expand Down
Binary file removed docs/img/1.png
Binary file not shown.
Binary file removed docs/img/2.png
Binary file not shown.
Binary file removed docs/img/3.png
Binary file not shown.
Binary file removed docs/img/4.png
Binary file not shown.
File renamed without changes
Binary file added docs/img/bing-draw.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/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/bing-m-nologin.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/bing-nologin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8d9a643

Please sign in to comment.