weaigc
commited on
Commit
•
daae9fa
0
Parent(s):
auto build
Browse files- Dockerfile +7 -0
- README.md +28 -0
Dockerfile
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM weaigc/bingo:latest
|
2 |
+
|
3 |
+
ARG DEBIAN_FRONTEND=noninteractive
|
4 |
+
|
5 |
+
ENV BING_HEADER ""
|
6 |
+
|
7 |
+
CMD npm start
|
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: bingo
|
3 |
+
emoji: 😊
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: red
|
6 |
+
sdk: docker
|
7 |
+
pinned: true
|
8 |
+
license: mit
|
9 |
+
---
|
10 |
+
|
11 |
+
<div align="center">
|
12 |
+
|
13 |
+
# Bingo
|
14 |
+
|
15 |
+
Bingo,一个让你呼吸顺畅 New Bing。
|
16 |
+
|
17 |
+
高度还原 New Bing 网页版的主要操作,国内可用,兼容绝大多数微软 Bing AI 的功能,可自行部署使用。
|
18 |
+
|
19 |
+
![Github stars](https://badgen.net/github/stars/weaigc/bingo?icon=github&label=stars)
|
20 |
+
![Gthub issues](https://img.shields.io/github/issues/weaigc/bingo)
|
21 |
+
[![docker build](https://github.com/weaigc/bingo/actions/workflows/docker.yml/badge.svg)](https://hub.docker.com/repository/docker/weaigc/bingo/)
|
22 |
+
[![docker hub](https://badgen.net/docker/size/weaigc/bingo?icon=docker&label=image%20size)](https://hub.docker.com/repository/docker/weaigc/bingo/)
|
23 |
+
[![MIT License](https://img.shields.io/badge/license-MIT-97c50f)](https://github.com/weaigc/bingo/blob/main/license)
|
24 |
+
|
25 |
+
问题反馈请前往 https://github.com/weaigc/bingo/issues
|
26 |
+
</div>
|
27 |
+
|
28 |
+
|