🐳 chore: 支持自动部署

This commit is contained in:
imsyy
2024-01-17 15:07:51 +08:00
parent 3343f2b5db
commit b7260cf569
7 changed files with 611 additions and 390 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "dailyhot_api",
"version": "1.0.7",
"version": "1.0.8",
"description": "An api on Today's Hot list",
"main": "index.js",
"scripts": {
@@ -14,19 +14,19 @@
"author": "imsyy",
"license": "MIT",
"dependencies": {
"axios": "^1.3.4",
"axios": "^1.6.3",
"cheerio": "1.0.0-rc.12",
"dotenv": "^16.0.3",
"eslint": "^8.48.0",
"eslint-plugin-vue": "^9.17.0",
"koa": "^2.14.1",
"koa-bodyparser": "^4.3.0",
"koa-router": "^12.0.0",
"dotenv": "^16.3.1",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.19.2",
"koa": "^2.15.0",
"koa-bodyparser": "^4.4.1",
"koa-router": "^12.0.1",
"koa-static": "^5.0.0",
"koa-views": "^8.0.0",
"koa-views": "^8.1.0",
"koa2-cors": "^2.0.6",
"node-cache": "^5.1.2",
"nodemon": "^2.0.22",
"prettier": "^3.0.2"
"prettier": "^3.1.1"
}
}