diff --git a/README.md b/README.md index 8563b18..e5e344e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ English | [简体中文](README.zh-CN.md) +***Elegant reading of real-time and hottest news*** + ## Deployment If login and caching are not required, you can directly deploy to platforms like Cloudflare Pages or Vercel. Just fork the repository and import it into the respective platform. @@ -23,7 +25,7 @@ INIT_TABLE=true This project primarily supports deployment on Cloudflare Pages and Docker. For Vercel, you need to set up your own database. Supported databases can be found at https://db0.unjs.io/connectors . -Cloudflare D1 database is free to use. You can manually create a database in the Cloudflare Worker control panel and add the database_id and database_name to the corresponding positions in wrangler.toml. The changes will take effect on the next deployment. +Cloudflare D1 database is free to use. You can manually create a database in the Cloudflare Worker control panel and add the `database_id` and `database_name` to the corresponding positions in `wrangler.toml`. The changes will take effect on the next deployment. For Docker deployment. In the project root directory with `docker-compose.yml`, run diff --git a/README.zh-CN.md b/README.zh-CN.md index d4930ee..0ef8856 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -5,6 +5,8 @@ [English](./README.md) | 简体中文 +***优雅地阅读实时热门新闻*** + ## 部署 如果不需要登录,缓存,可以直接部署到 Cloudflare Pages,Vercel 等。Fork 之后在对应平台上导入即可。