style: update home style.

This commit is contained in:
jaywcjlove
2022-09-28 16:31:01 +08:00
parent 2ea2d13e18
commit 0bf4e6c7fd
3 changed files with 31 additions and 25 deletions

View File

@ -2,6 +2,9 @@
"name": "reference",
"version": "1.0.0",
"description": "为开发人员分享快速参考备忘单(主要是方便自己)。",
"author": "jaywcjlove",
"license": "MIT",
"homepage": "https://jaywcjlove.github.io/reference",
"private": false,
"scripts": {
"build": "node scripts/build.mjs",
@ -11,13 +14,10 @@
"type": "git",
"url": "git+https://github.com/jaywcjlove/reference.git"
},
"keywords": [],
"author": "jaywcjlove",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaywcjlove/reference/issues"
},
"homepage": "https://github.com/jaywcjlove/reference#readme",
"keywords": [],
"devDependencies": {
"@wcj/markdown-to-html": "^2.0.14",
"fs-extra": "^10.1.0",