Files
DailyHot/README.md
2024-12-09 12:20:01 +08:00

39 lines
819 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div align="center">
<img alt="logo" height="120" src="./public/favicon.png" width="120"/>
<h2>今日热榜fork自https://github.com/imsyy/DailyHot </h2>
<p>汇聚全网热点,热门尽览无余</p>
<br />
<img src="./screenshots/main.jpg" style="border-radius: 16px" />
</div>
## 示例
> 这里是示例站点
- [今日热榜 - https://hot.imsyy.top/](https://hot.imsyy.top/)
## 部署
```bash
// 安装依赖
pnpm install
// 开发
pnpm dev
// 打包
pnpm build
```
建议修改为自己的后端api具体部署请参考下面的地址
[后端api部署](https://gitea.superjia.eu.org/elmgates/DailyHotApi/)
## Vercel 部署
现已支持 Vercel 一键部署,无需服务器
> 请注意,需要修改环境变量中的 API 地址
![Powered by Vercel](./public/ico/powered-by-vercel.svg)