feat: 新增快手热榜及网易新闻

This commit is contained in:
imsyy
2023-07-17 17:05:09 +08:00
parent 8cffc6c701
commit c42573c37c
22 changed files with 405 additions and 12 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "dailyhot_api",
"version": "1.0.2",
"version": "1.0.3",
"description": "一个今日热榜",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "./node_modules/.bin/nodemon index.js",
"dev": "npx nodemon index.js",
"prd": "pm2 start index.js",
"build": "node index.js"
},