60s读懂世界
Go to file
2022-12-24 16:32:11 +08:00
api 新增壁纸接口,支持切换新闻源 2022-12-24 16:27:42 +08:00
bili_api init 2022-12-24 12:52:18 +08:00
bing_api 新增壁纸接口,支持切换新闻源 2022-12-24 16:27:42 +08:00
sixty_api init 2022-12-24 12:52:18 +08:00
weibo_api init 2022-12-24 12:52:18 +08:00
.gitignore init 2022-12-24 12:52:18 +08:00
Dockerfile init 2022-12-24 12:52:18 +08:00
favicon.svg init 2022-12-24 12:52:18 +08:00
index.html 新增壁纸接口,支持切换新闻源 2022-12-24 16:27:42 +08:00
index.js fix bug 2022-12-24 16:32:11 +08:00
LICENSE init 2022-12-24 12:52:18 +08:00
news.css init 2022-12-24 12:52:18 +08:00
README.md 新增壁纸接口,支持切换新闻源 2022-12-24 16:27:42 +08:00
requirements.txt init 2022-12-24 12:52:18 +08:00
vercel.json 新增壁纸接口,支持切换新闻源 2022-12-24 16:27:42 +08:00

每日早报

news

简介

60秒读懂世界

效果

v1

v1

v2

v2

Vercel 一键部署(推荐)

v1

Deploy with Vercel

v2

Deploy with Vercel

Docker 一键部署

v1

docker run -itd --name=news --restart=always -p 9134:8888 flow2000/news:1.0.0

v2

docker run -itd --name=news --restart=always -p 9134:8888 flow2000/news:2.0.0

API

GEThttps://news.panghai.top/60s返回今日新闻json数据

请求参数
参数名 位置 类型 必填 示例值 说明
offset query int 0 说明:0 为今天,1 为昨天,依次类推

GEThttps://news.panghai.top/weibo返回微博热搜json数据

请求参数:无

GEThttps://news.panghai.top/bili返回B站热搜json数据

请求参数:无

GEThttps://news.panghai.top/bing返回必应热搜json数据

请求参数:无

更多详情请点击:每日早报API