pre-fetched wikipedia summary

This commit is contained in:
thisLight 2021-12-31 20:12:43 +08:00
parent 781759d545
commit e5d64e7153
3 changed files with 96 additions and 3 deletions

View file

@ -12,6 +12,7 @@
"version": "6.0.0"
},
"dependencies": {
"axios": "^0.24.0",
"hexo": "^6.0.0",
"hexo-feed": "^1.1.0",
"hexo-generator-archive": "^1.0.0",
@ -23,7 +24,8 @@
"hexo-renderer-stylus": "^2.0.0",
"hexo-server": "^2.0.0",
"hexo-tag-steamgame": "^1.0.0",
"hexo-theme-landscape": "^0.0.3"
"hexo-theme-landscape": "^0.0.3",
"rate-limiter-flexible": "^2.3.6"
},
"devDependencies": {}
}